mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-25 12:22:28 +03:00
unregister gnome
This commit is contained in:
parent
8b565ccf69
commit
f9044978de
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ class Registration:
|
||||||
self.logger.info("99-pardus-xfce.conf exists. Deleting file.")
|
self.logger.info("99-pardus-xfce.conf exists. Deleting file.")
|
||||||
self.util.delete_file(pardus_xfce_path)
|
self.util.delete_file(pardus_xfce_path)
|
||||||
|
|
||||||
if self.desktop_env == "gnome":
|
if self.util.get_desktop_env() == "gnome":
|
||||||
pardus_gnome_path = "/etc/gdm3/greeter.dconf-defaults"
|
pardus_gnome_path = "/etc/gdm3/greeter.dconf-defaults"
|
||||||
if not self.util.is_exist(pardus_gnome_path):
|
if not self.util.is_exist(pardus_gnome_path):
|
||||||
self.logger.info("Gnome conf doesn't exist")
|
self.logger.info("Gnome conf doesn't exist")
|
||||||
|
|
Loading…
Reference in a new issue