ublue-os / bluefin

The next generation Linux workstation, designed for reliability, performance, and sustainability.
https://projectbluefin.io
Apache License 2.0
844 stars 131 forks source link

Blank "Default applications" on initial launch #1076

Open castrojo opened 3 months ago

castrojo commented 3 months ago

Default apps is empty on initial install:

image

However if you install something (like Chrome) it fixes it:

image

Maybe there's some command or something that we need to run to refresh that window?

noelmiller commented 3 months ago

We could use this utility to manually set them through our flatpak-manager systemd unit: https://portland.freedesktop.org/doc/xdg-settings.html

m2Giles commented 2 months ago

Pretty sure we fixed this with the more recent ISOs.

m2Giles commented 1 month ago

This is still an issue.

m2Giles commented 1 month ago

For Web:

xdg-settings set default-web-browser org.mozilla.firefox.desktop

For Email:

xdg-settings set default-url-scheme-handler/mailto org.mozilla.Thunderbird.desktop
m2Giles commented 1 month ago

And like was mentioned, if you install a flatpak it seems to sort it self out.

ecomized commented 3 weeks ago

Thanks @m2Giles for sharing the fix!

Would be still great if that could be fixed, it's pretty annoying after the first install to having this kind of problem.