get_desktop_path() does not return correct Desktop path
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 65/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Domain
- cli
Research direction
Find the get_desktop_path() function in the codebase. Examine how it constructs the path, likely using os.path.join. Research platform-specific ways to get the user's home directory (e.g., os.path.expanduser('~') or pathlib.Path.home()) and the correct Desktop folder name (e.g., 'Desktop' on macOS/Linux, 'Desktop' on Windows). Write a test to verify the function returns the correct path on your system.
Written by the indexing model from the issue text.
Description
Description:
The function responsible for retrieving the Desktop path doesn't return the expected location on most systems, especially across different operating systems. As a result, any file or folder creation fails silently or ends up in the wrong location.
Hint: Check if the function dynamically resolves the user’s actual home directory and appends 'Desktop'.
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from 7xGit/7xGit_Task4
-
bug good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
7xGit/7xGit_Task4#4 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
7xGit/7xGit_Task4#3 ·
-
bug good first issue
Difficulty 1/5 Under an hour Newbie friendliness 90/100
7xGit/7xGit_Task4#2 ·
-
bug enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
7xGit/7xGit_Task4#1 ·
All issues in 7xGit/7xGit_Task4
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100