mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-22 11:17:59 -07:00
Fix death screen on Fedora after installing GDM
This commit is contained in:
@@ -172,7 +172,7 @@ class GlobalTheme:
|
|||||||
|
|
||||||
# install theme
|
# install theme
|
||||||
print("Installing theme...")
|
print("Installing theme...")
|
||||||
os.system(f"sudo mv {self.extracted_theme}/{self.destination_file} "
|
os.system(f"sudo cp -f {self.extracted_theme}/{self.destination_file} "
|
||||||
f"{self.destination_folder}/{self.destination_file}")
|
f"{self.destination_folder}/{self.destination_file}")
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Reference in New Issue
Block a user