Replies: 3 comments 3 replies
-
Have you tried uninstalling xdg-desktop-portal-gnome? |
Beta Was this translation helpful? Give feedback.
-
Yeah, I don't know the right way to solve this, but I have in Autostart an entry for a script in my home directory,
That's enough for Nautilus, Firefox, GNOME Disks, things in Flatpaks etc. to work correctly, without long delays. (BTW, if you find the Nautilus file browser can't open Archive Manager or the image previewer eog when you double-click on files, that's a bug in a (recent? current?) version of the GNOME stack. I believe it's fixed as of 44.2). There's lots of log lines & stdout & stderr redirection in my actual script, because determining what forked and what blocked was a trial-and-error process - as well as why things failed when they did fail. This effectively all runs after Wayfire has already started (but before wf-shell starts?). I start Wayfire with lightdm & lightdm-gtk-greeter which I believe uses the .desktop file. |
Beta Was this translation helpful? Give feedback.
-
I have set up everything in my autostart section to wait for 1 second after running the dbus update command (because dbus communication takes some time): [autostart]
0_0 = systemctl --user import-environment
autostart_wf_shell = false
bg = sleep 1 && wf-background
gtk = sleep 1 && (XDG_SESSION_TYPE=wayland XDG_CURRENT_DESKTOP=sway /usr/libexec/xdg-desktop-portal --replace & /usr/libexec/xdg-desktop-portal-wlr)
mako = sleep 1 && mako
panel = sleep 1 && wf-panel I am not sure whether this helps in your case, but it is worth trying. |
Beta Was this translation helpful? Give feedback.
-
Hello, I recently started using wayfire and I have the annoying issue of delayed startup by 20-30 secs. I found an issue(#775) about it and added some variables but I still have this issue. At first the delay happens every time I run a gtk application. After I used dbus-launch-session to start wayfire this solved but I still have problem when login to wayfire. I'm using waybar and eww and waybar needs about 30secs to start at login. Also firefox, nemo(and propably other gtk apps) delay about 30secs if I start them at this time(I mean before waybar appear on screen). Same think happens with wf-background(need about 30secs to start at login), but swaybg starts immediately.
Based on suggestions I have those added when start wayfire:
Also those in wayfire.ini:
But neither of those solve the problem. The only think which helped was the "dbus-run-session", and it solved the general startup delay of gtk apps only.
Any help?
Beta Was this translation helpful? Give feedback.
All reactions