You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed Hyperland, it had notalia v5 by default, then I installed Caelestia through yay and ran caelestia install, after it was successfully installed I recieved a warning saying emergency binds are missing. After reboot caelestia did not load, Running Caelestia shell -s shows me this:
Traceback (most recent call last):
File "/usr/bin/caelestia", line 8, in
sys.exit(main())
~~~~^^
File "/usr/lib/python3.14/site-packages/caelestia/init.py", line 12, in main
args.cls(args).run()
~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/caelestia/subcommands/shell.py", line 16, in run
self.print_ipc()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/caelestia/subcommands/shell.py", line 50, in print_ipc
print(self.shell("ipc", "show"), end="")
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/caelestia/subcommands/shell.py", line 44, in shell
return subprocess.check_output(["qs", "-c", "caelestia", *args], text=True)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/subprocess.py", line 473, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "/usr/lib/python3.14/subprocess.py", line 578, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['qs', '-c', 'caelestia', 'ipc', 'show']' returned non-zero exit status 255.
I tried multiple methos that ais gave to fix this, please help
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I recently installed Hyperland, it had notalia v5 by default, then I installed Caelestia through yay and ran caelestia install, after it was successfully installed I recieved a warning saying emergency binds are missing. After reboot caelestia did not load, Running Caelestia shell -s shows me this:
Traceback (most recent call last):
File "/usr/bin/caelestia", line 8, in
sys.exit(main())
~~~~^^
File "/usr/lib/python3.14/site-packages/caelestia/init.py", line 12, in main
args.cls(args).run()
~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/caelestia/subcommands/shell.py", line 16, in run
self.print_ipc()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/caelestia/subcommands/shell.py", line 50, in print_ipc
print(self.shell("ipc", "show"), end="")
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/caelestia/subcommands/shell.py", line 44, in shell
return subprocess.check_output(["qs", "-c", "caelestia", *args], text=True)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/subprocess.py", line 473, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "/usr/lib/python3.14/subprocess.py", line 578, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['qs', '-c', 'caelestia', 'ipc', 'show']' returned non-zero exit status 255.
I tried multiple methos that ais gave to fix this, please help
All reactions