We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a5dcb commit d44dae5Copy full SHA for d44dae5
1 file changed
src/network_sharing.py
@@ -131,7 +131,7 @@ def import_config(self):
131
# Applying configuration for GNOME-based environments
132
if not os.path.exists("{}/.config".format(Path.home())):
133
os.system("mkdir ~/.config/")
134
- os.system(f"cp -R ./user {Path.home()}/.config/dconf/")
+ os.system(f"cp ./user {Path.home()}/.config/dconf/")
135
os.system(f'cp -R ./icons {Path.home()}/.local/share/')
136
os.system(f'cp -R ./.themes {Path.home()}/')
137
os.system(f'cp -R ./.icons {Path.home()}/')
0 commit comments