Skip to content

Crash on startup #77

@Skidamek

Description

@Skidamek

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'>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions