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
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Hi, i am trying to install this shell for the first time on fully updated arch linux and it crashes immediately not sure why, here's log. I used the installation script provided in the readme curl -fsSL https://raw.githubusercontent.com/Axenide/Ax-Shell/main/install.sh | bash
❯ uwsm -- app python ~/.config/Ax-Shell/main.py
Traceback (most recent call last):
File "/home/skidam/.config/Ax-Shell/main.py", line 8, in <module>
from modules.bar import Bar
File "/home/skidam/.config/Ax-Shell/modules/bar.py", line 8, in <module>
from fabric.widgets.wayland import WaylandWindow as Window
File "/usr/lib/python3.13/site-packages/fabric/widgets/wayland.py", line 30, in <module>
class WaylandWindow(Window):
...<307 lines>...
}
File "/usr/lib/python3.13/site-packages/fabric/widgets/wayland.py", line 31, in WaylandWindow
@Property(
~~~~~~~~^
GtkLayerShell.Layer,
^^^^^^^^^^^^^^^^^^^^
flags="read-write",
^^^^^^^^^^^^^^^^^^^
default_value=GtkLayerShell.Layer.TOP,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3.13/site-packages/fabric/core/service.py", line 124, in __init__
super().__init__(
~~~~~~~~~~~~~~~~^
type=_type,
^^^^^^^^^^^
...<8 lines>...
**kwargs,
^^^^^^^^^
)
^
File "/usr/lib/python3.13/site-packages/gi/_propertyhelper.py", line 148, in __init__
self.type = self._type_from_python(type)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/lib/python3.13/site-packages/gi/_propertyhelper.py", line 267, in _type_from_python
raise TypeError("Unsupported type: %r" % (type_,))
TypeError: Unsupported type: <enum 'Layer'>
Hi, i am trying to install this shell for the first time on fully updated arch linux and it crashes immediately not sure why, here's log. I used the installation script provided in the readme
curl -fsSL https://raw.githubusercontent.com/Axenide/Ax-Shell/main/install.sh | bash