Removed xorg requirement
This commit is contained in:
parent
9bc7b22f2a
commit
34e87b13ac
|
|
@ -12,8 +12,6 @@ __packages__ = [
|
||||||
'lightdm-gtk-greeter',
|
'lightdm-gtk-greeter',
|
||||||
'lightdm',
|
'lightdm',
|
||||||
'dmenu'
|
'dmenu'
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -25,17 +23,6 @@ def _prep_function(*args, **kwargs):
|
||||||
for more input before any other installer steps start.
|
for more input before any other installer steps start.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# qtile requires a functioning Xorg installation.
|
|
||||||
profile = archinstall.Profile(None, 'xorg')
|
|
||||||
with profile.load_instructions(namespace='xorg.py') as imported:
|
|
||||||
if hasattr(imported, '_prep_function'):
|
|
||||||
return imported._prep_function()
|
|
||||||
else:
|
|
||||||
print('Deprecated (??): xorg profile has no _prep_function() anymore')
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == 'qtile':
|
if __name__ == 'qtile':
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue