You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doubleclicking a .py file in the file manager, it gets executed with /home/username as the cwd
Steps to reproduce
Create a .py file that prints the current working directory and pauses (import os;print(os.getcwd);input()) somewhere that isn't the home directory. Execute it via double click.
Expected behavior
The current working directory should be set to the directory the file is in.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Distribution
Mint 22 Cinnamon
Package version
6.2.9
Graphics hardware in use
No response
Frequency
Always
Bug description
When doubleclicking a .py file in the file manager, it gets executed with /home/username as the cwd
Steps to reproduce
Create a .py file that prints the current working directory and pauses (import os;print(os.getcwd);input()) somewhere that isn't the home directory. Execute it via double click.
Expected behavior
The current working directory should be set to the directory the file is in.
Additional information
No response
The text was updated successfully, but these errors were encountered: