OpenCPN take 1 minute to load after reboot running X11 instead of Wayland
So after switching to X11 instead of Wayland I notice that OpenCPN takes about 60 seconds to load. It is about 4-5 seconds when using Wayland. This is on a fresh install of Bookworm. No charts installed, just a fresh setup.
This only happens after a reboot. If I close OpenCPN and restart it is very quick.
Any ideas?
Re: OpenCPN take 1 minute to load after reboot running X11 instead of Wayland
So I have resolved this issue, in case it helps someone else.
I spotted this in journalctl:
xdg-desktop-portal-wlr.service - Portal service (wlroots implementation) was skipped because of an unmet condition check (ConditionEnvironment=WAYLAND_DISPLAY)
And a quick search and this has stopped the timeout when under X11:
systemctl --user mask xdg-desktop-portal-wlr
Re: OpenCPN take 1 minute to load after reboot running X11 instead of Wayland
Quote:
Originally Posted by jimseng
So I have resolved this issue, in case it helps someone else.
I spotted this in journalctl:
xdg-desktop-portal-wlr.service - Portal service (wlroots implementation) was skipped because of an unmet condition check (ConditionEnvironment=WAYLAND_DISPLAY)
And a quick search and this has stopped the timeout when under X11:
systemctl --user mask xdg-desktop-portal-wlr