mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
[displaymanager] Add LF after last line of greetd configuration
FIXES #1937
This commit is contained in:
parent
091eb9683b
commit
3bc3b352d8
1 changed files with 1 additions and 0 deletions
|
@ -896,6 +896,7 @@ class DMgreetd(DisplayManager):
|
||||||
def desktop_environment_setup(self, default_desktop_environment):
|
def desktop_environment_setup(self, default_desktop_environment):
|
||||||
with open(self.environments_path(), 'w') as envs_file:
|
with open(self.environments_path(), 'w') as envs_file:
|
||||||
envs_file.write(default_desktop_environment.desktop_file)
|
envs_file.write(default_desktop_environment.desktop_file)
|
||||||
|
envs_file.write("\n")
|
||||||
|
|
||||||
def greeter_setup(self):
|
def greeter_setup(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue