get_desktop_path() does not return correct Desktop path
Open
bug
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
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'._
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.