Skip to main content
Topic: Wayland labwc not like Arch linux (Read 153 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Wayland labwc not like Arch linux

Hi, I've been running labwc on regular Arch for a while without any issues. I use pcmanfm-gtk3 as file manager and rofi-polkit-agent for opening directories as root when needed.
With the same setup, on Artix pcmanfm doesn't show trash or other partitions or plugged usb stick on the side pane and rofi-polkit-agent doesn't popup the window for authentication.
I would appreciate any help.


 

Re: Wayland labwc not like Arch linux

Reply #1
Did you test with Arch's labwc package on your Artix system? That also is an unpatched build so should not differ.
This sounds like an issue with this rofi-pokit-agent.

artist
Linux is simple; use Artix, or Submit Your System To Evil Malicious D(a)emons

Re: Wayland labwc not like Arch linux

Reply #2
Did you test with Arch's labwc package on your Artix system? That also is an unpatched build so should not differ.
This sounds like an issue with this rofi-pokit-agent.

artist
I'm using labwc-git from AUR, I'll look some more into rofi-polkit-agent.
What about the drives and trash not showing up in the panel of pcmanfm (gvfs is installed)?

Re: Wayland labwc not like Arch linux

Reply #3
On my Arch system gvfsd appears under a user systemd like this

Code: [Select]
─systemd(myuser)─┬─(sd-pam)
        │                ├─dbus-broker-lau───dbus-broker
        │                ├─dconf-service───3*[{dconf-service}]
        │                ├─gvfs-afc-volume───4*[{gvfs-afc-volume}]
        │                ├─gvfs-udisks2-vo───4*[{gvfs-udisks2-vo}]
        │                ├─gvfsd─┬─gvfsd-network───4*[{gvfsd-network}]
        │                │       ├─gvfsd-trash───4*[{gvfsd-trash}]
        │                │       └─3*[{gvfsd}]
        │                ├─gvfsd-fuse───6*[{gvfsd-fuse}]
        │                ├─gvfsd-metadata───3*[{gvfsd-metadata}]
        │                └─xfconfd───3*[{xfconfd}]
even though I have never set up the user stuff. Perhaps you need to run a gvfsd

Re: Wayland labwc not like Arch linux

Reply #4
On my Arch system gvfsd appears under a user systemd like this
 even though I have never set up the user stuff. Perhaps you need to run a gvfsd
Well, on Arch I don't have gvfsd.. The other thing to mention is that I installed Artix from LXDE Iso 2023 since Calamares didn't work on more recent versions after which I upgraded everything and in LXDE everything worked as expected, just in labwc I noticed missing drives, etc.
I found on github gksudo2 which resolves opening folders as root but the issue with the drives is still unsolved