For adding the file to NoExtract in pacman.conf (as mentioned in the pinned comment), is this a hard requirement (what will happen if it's not done), and am I doing this correctly?
NoExtract = usr/share/xdg-desktop-portal/portals/zz-gtk.portal
Also, for the session dbus check, I'm getting this error but it's still active (triggered by dbus.socket). Is this okay?
Pinned Comments
ilya-fedin commented on 2021-07-11 08:04 (UTC) (edited on 2021-07-11 08:19 (UTC) by ilya-fedin)
Some user guide:
My patchset contains multiple fixes/features in comparsion to vanilla qt5ct:
xdg-desktop-portal allows you to have KDE dialogs in non-KDE enviornment without installing plasma-integration package. To get them, all you need is:
How to ensure that session dbus instance is running correctly when using xinit (DMs should already do the right thing for you):
for f in /etc/X11/xinit/xinitrc.d/?*.sh
loop from /etc/X11/xinit/xinitrc to your .xinitrcsystemctl --user status dbus
and the service is running. You shouldn't enable the service, it should be activated by dbus.socket.In case of Wayland, you may need to integrate your WM with systemd (that's what one of the scripts in /etc/X11/xinit/xinitrc.d does for X11): https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start