We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b7d58 commit ba16364Copy full SHA for ba16364
src/config.py
@@ -297,8 +297,8 @@ def __init__(self):
297
os.chdir('xdg-data')
298
os.system(f'cp -R ./ {home}/.local/share/')
299
elif environment == 'Deepin':
300
- os.system(f"cp -R ./deepin {home}/.config")
301
- os.system(f"cp -R ./deepin-data {home}/.local/share/deepin")
+ os.system(f"cp -R ./deepin {home}/.config/")
+ os.system(f"cp -R ./deepin-data {home}/.local/share/deepin/")
302
elif environment == None:
303
print("→ SKIPPING: SaveDesktop is running in the TTY mode")
304
0 commit comments