mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
parent
ade0fc7e19
commit
1ef2fff03e
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ class DMgreetd(DisplayManager):
|
|||
|
||||
def desktop_environment_setup(self, default_desktop_environment):
|
||||
with open(self.environments_path(), 'w') as envs_file:
|
||||
envs_file.write(default_desktop_environment)
|
||||
envs_file.write(default_desktop_environment.desktop_file)
|
||||
|
||||
def greeter_setup(self):
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue