mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
[displaymanager] Be more chatty
This commit is contained in:
parent
f9e36b9c73
commit
0b81d2562b
1 changed files with 2 additions and 0 deletions
|
@ -131,8 +131,10 @@ def find_desktop_environment(root_mount_point):
|
|||
:param root_mount_point:
|
||||
:return:
|
||||
"""
|
||||
libcalamares.utils.debug("Using root {!r}".format(root_mount_point))
|
||||
for desktop_environment in desktop_environments:
|
||||
if desktop_environment.find_desktop_environment(root_mount_point):
|
||||
libcalamares.utils.debug(".. selected DE {!s}".format(desktop_environment.desktop_file))
|
||||
return desktop_environment
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue