Skip to content

Commit d44dae5

Browse files
authored
Update network_sharing.py
1 parent 07a5dcb commit d44dae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/network_sharing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def import_config(self):
131131
# Applying configuration for GNOME-based environments
132132
if not os.path.exists("{}/.config".format(Path.home())):
133133
os.system("mkdir ~/.config/")
134-
os.system(f"cp -R ./user {Path.home()}/.config/dconf/")
134+
os.system(f"cp ./user {Path.home()}/.config/dconf/")
135135
os.system(f'cp -R ./icons {Path.home()}/.local/share/')
136136
os.system(f'cp -R ./.themes {Path.home()}/')
137137
os.system(f'cp -R ./.icons {Path.home()}/')

0 commit comments

Comments
 (0)