question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update 0.22.1-1 on Arch break LightDM

See original GitHub issue

The issue:

After the last update on Arch which is version 0.22.1-1 LightDM could not start Qtile anymore, after entering password, LightDM is stuck in a loop. Killing lightDM and using qtile start from TTY1 show the following errors :

Traceback (most recent call last):
  File "/usr/bin/qtile", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.10/site-packages/libqtile/scripts/main.py", line 66, in main
    options.func(options)
  File "/usr/lib/python3.10/site-packages/libqtile/scripts/start.py", line 88, in start
    q = make_qtile(options)
  File "/usr/lib/python3.10/site-packages/libqtile/scripts/start.py", line 51, in make_qtile
    kore = libqtile.backend.get_core(options.backend)
  File "/usr/lib/python3.10/site-packages/libqtile/backend/__init__.py", line 15, in get_core
    return importlib.import_module(f"libqtile.backend.{backend}.core").Core(*args)
  File "/usr/lib/python3.10/site-packages/libqtile/backend/x11/core.py", line 82, in __init__
    raise QtileError("No DISPLAY set")
libqtile.utils.QtileError: No DISPLAY set

I also tried with a different display manager (SLiM)

Required:

  • I have searched past issues to see if this bug has already been reported.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
purutanecommented, Sep 24, 2022

Hi.

Using sddm as the display manager, qtile was started.

My friend uses a combination of lightdm and cinnamon. He said that after he upgraded packages, cinnamon would not start. It seems that there was an update to the lightdm package. This seems to be a lightdm problem, not qtile.

I will use sddm to work around this problem for now. Thanks.

0reactions
elParaguayocommented, Sep 26, 2022

No problem at all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[SOLVED] latest update today, broke lightdm xorg login
Sadly they broke my system with message. Failed to start the Lightdm manager so I'm stuck in tty and using an old pc...
Read more >
How to Fix – Failed to Start Light Display Manager Error
A comprehensive step-by-step guide to fix the failed to start Light Display Manager (lightdm) error - seen mostly in Arch-based ...
Read more >
Arch system behaves weird after the last update (Can not ...
Arch system behaves weird after the last update (Can not login via lightdm and sound card falls back to unknown device) : r/archlinux....
Read more >
fix for failed to start light display manager | ArcoLinux
Go to tty with CTRL + ALT + F2. Login. Type in the terminal the following commands update skel upall. then type sudo...
Read more >
Arch Linux Updates Keep Breaking Packages (I've Given Up ...
It has happened. I have become so frustrated with my rolling release distribution constantly breaking with updates.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found