flatpak firefox can't open file chooser

on bazzite kde, flatpak firefox can't open filechooser
(LibreWolf:2): Gtk-WARNING **: 09:55:16.698: Can't open portal file chooser: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.FileChooser” on object at path /org/freedesktop/portal/desktop
xdg-desktop-portal-gtk
(LibreWolf:2): Gtk-WARNING **: 09:55:16.698: Can't open portal file chooser: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.FileChooser” on object at path /org/freedesktop/portal/desktop
xdg-desktop-portal-gtk
126 Replies
dnkmmr
dnkmmr10mo ago
actually it is librewolf but same error for both
Crush
Crush10mo ago
Wasn't able to recreate it on my end
No description
dnkmmr
dnkmmr10mo ago
I have no idea how that would happen what varient are you using
Crush
Crush10mo ago
bazzite-deck
Varis
Varis10mo ago
1/4 Life
1/4 Life10mo ago
shouldn't need to that's considered bad-practice too
Varis
Varis10mo ago
ah, alright. I am also having flatpak issues though, posted another post - https://discord.com/channels/1072614816579063828/1146114983596396635/1146114983596396635
dnkmmr
dnkmmr10mo ago
the problem disapeared now. It happened as a different user too but when I loged back into my regular user, the problem is no longer there.
1/4 Life
1/4 Life10mo ago
Interesting And this is desktop or deck image?
dnkmmr
dnkmmr10mo ago
nvidia desktop
1/4 Life
1/4 Life10mo ago
Appreciate it, might explain why it doesn't affect everyone I'll do some testing against multi-user installs
dnkmmr
dnkmmr10mo ago
I also had this, I had this black bar on top of my screen and it wouldn't disapear until I layerd akmod-nvidia and typed sudo rpm-ostree kargs --append=rd.driver.blacklist=nouveau --append=modprobe.blacklist=nouveau --append=nvidia-drm.modeset=1 even though I am using the NVIDIA image
1/4 Life
1/4 Life10mo ago
Those should all be automatic, check the logs of bazzite-hardware-setup
dnkmmr
dnkmmr10mo ago
where would that be?
1/4 Life
1/4 Life10mo ago
journalctl -u bazzite-hardware-setup | fpaste
1/4 Life
1/4 Life10mo ago
Aug 29 10:41:04 fedora systemd[1]: /usr/lib/systemd/system/bazzite-hardware-setup.service:10: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Aug 29 10:41:06 fedora systemd[1]: Starting bazzite-hardware-setup.service - Configure Bazzite for current hardware...
Aug 29 10:41:06 fedora bazzite-hardware-setup[1157]: Current kargs: rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rd.luks.options=discard rhgb quiet root=UUID=b6b32104-b71b-4805-8e56-e6918fd70f7d rootflags=subvol=root rw ostree=/ostree/boot.0/default/bb521042cf133610da66af35c3a89a91efc33c2ed318e5ea15d574506ed5ee1f/0
Aug 29 10:41:04 fedora systemd[1]: /usr/lib/systemd/system/bazzite-hardware-setup.service:10: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Aug 29 10:41:06 fedora systemd[1]: Starting bazzite-hardware-setup.service - Configure Bazzite for current hardware...
Aug 29 10:41:06 fedora bazzite-hardware-setup[1157]: Current kargs: rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rd.luks.options=discard rhgb quiet root=UUID=b6b32104-b71b-4805-8e56-e6918fd70f7d rootflags=subvol=root rw ostree=/ostree/boot.0/default/bb521042cf133610da66af35c3a89a91efc33c2ed318e5ea15d574506ed5ee1f/0
earliest entry shows the kargs already there I'll test this in a VM what should happen is..
if [[ $IMAGE_NAME =~ "nvidia" ]]; then
echo "Checking for needed karg changes (Nvidia)"

if [[ ! $KARGS =~ "rd.driver.blacklist" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=rd.driver.blacklist=nouveau"
fi

if [[ ! $KARGS =~ "modprobe.blacklist" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=modprobe.blacklist=nouveau"
fi

if [[ ! $KARGS =~ "nvidia-drm.modeset" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=nvidia-drm.modeset=1"
fi
fi
if [[ $IMAGE_NAME =~ "nvidia" ]]; then
echo "Checking for needed karg changes (Nvidia)"

if [[ ! $KARGS =~ "rd.driver.blacklist" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=rd.driver.blacklist=nouveau"
fi

if [[ ! $KARGS =~ "modprobe.blacklist" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=modprobe.blacklist=nouveau"
fi

if [[ ! $KARGS =~ "nvidia-drm.modeset" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=nvidia-drm.modeset=1"
fi
fi
only thing this can't do for you is the secure boot keys
dnkmmr
dnkmmr10mo ago
secure boot is also disabled too
Nathaniel
Nathaniel10mo ago
I am experiencing this issue too. Was just trying to open the file browser to attach a file to an email. Firefox wouldn't do it. Chrome would though. Bazzite KDE Nvidia desktop version.
1/4 Life
1/4 Life10mo ago
@EyeCantCU more xdg weirdness
EyeCantCU
EyeCantCU10mo ago
Fun Are we missing xdg-desktop-portal-gtk? Nope... What about running exec /usr/libexec/xdg-desktop-portal-gtk and then trying
dnkmmr
dnkmmr10mo ago
GitHub
[Critical bug] flatpak firefox or librewolf can't open file chooser...
I get this error (LibreWolf:2): Gtk-WARNING **: 09:55:16.698: Can't open portal file chooser: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Fil...
Radu
Radu10mo ago
Is this just a ublue thing or does it also happen on silverblue, etc?
dnkmmr
dnkmmr10mo ago
I never experinced it on silverblue (has been a while since I used vanilla silverblue)
EyeCantCU
EyeCantCU10mo ago
Can't replicate this on GNOME. Might be specific to KDE Can anyone run rpm -qa | grep xdg for me?
dnkmmr
dnkmmr10mo ago
No description
EyeCantCU
EyeCantCU10mo ago
Weird crap
Nathaniel
Nathaniel10mo ago
[nathaniel@fedora nathaniel]$ rpm -qa | grep xdg
xdg-user-dirs-0.18-2.fc38.x86_64
xdg-utils-1.1.3-13.fc38.noarch
xdg-desktop-portal-1.16.0-3.fc38.x86_64
xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64
xdg-desktop-portal-kde-5.27.7-1.fc38.x86_64
xdg-dbus-proxy-0.1.4-2.fc38.x86_64
python3-pyxdg-0.27-7.fc38.noarch
[nathaniel@fedora nathaniel]$ rpm -qa | grep xdg
xdg-user-dirs-0.18-2.fc38.x86_64
xdg-utils-1.1.3-13.fc38.noarch
xdg-desktop-portal-1.16.0-3.fc38.x86_64
xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64
xdg-desktop-portal-kde-5.27.7-1.fc38.x86_64
xdg-dbus-proxy-0.1.4-2.fc38.x86_64
python3-pyxdg-0.27-7.fc38.noarch
1/4 Life
1/4 Life10mo ago
could be missing a flatpak we need(?) worth a flatpak repair check
dnkmmr
dnkmmr10mo ago
I did that and it says its fine
EyeCantCU
EyeCantCU10mo ago
Possibly. I wonder if removing it and reinstalling it would help?
tryhardsoccermomswag
i can say this affected me a couple of days ago i had to download applications on firefox with the default "save to downloads" folder instead of choosing as a workaround librewolf flatpak did it too
1/4 Life
1/4 Life10mo ago
does this still?
tryhardsoccermomswag
i gotta check later when i get on my desktop maybe an update fixed it? it actually might have been fixed yesterday i think it was it was just 2 days ago i would suggest forcing an update to those affected: just update
1/4 Life
1/4 Life10mo ago
we don't really change anything even tangentially related to this sounds like a service problem of some kind is everyong here using autologin?
tryhardsoccermomswag
yes! i am
Aforis
Aforis10mo ago
hey bro do systemctl restart --user xdg-desktop-portal and tell me if it work
dnkmmr
dnkmmr10mo ago
I will use that if it doesn't work
1/4 Life
1/4 Life10mo ago
if that fixes it it's a great hint and we can dig further
dnkmmr
dnkmmr10mo ago
it is not an issue at the moment anymore but if it happens again, I will try that
Eeyore_Syndrome
Eeyore_Syndrome10mo ago
I fleel like this is exactly what my issue was but I was bad at words: https://discord.com/channels/1072614816579063828/1087140957096517672/1145080388486696981
dnkmmr
dnkmmr10mo ago
someone pin this message pls
1/4 Life
1/4 Life10mo ago
@EyeCantCU anything stopping us from making this automatic for the time being? Gotta be something goofy, like a race condition could restart it in the oneshot we do
EyeCantCU
EyeCantCU10mo ago
That would work. It's an odd issue
Aforis
Aforis10mo ago
yah it happened twice in 3 days i mean,another ticket was steam file chooser with the same issue and i had it as well
Eeyore_Syndrome
Eeyore_Syndrome10mo ago
Btw are you still experiencing https://discord.com/channels/1072614816579063828/1144743760224329960 ? I feel like a crazy person -.-
tryhardsoccermomswag
oh i havent even tried it my uni just started again and im on my last semester havent even opened steam outside of the deck i will keep everyone up to date about both of these when im able to get on my desktop tonight i reinstalled the distrobox container and it works fine now so idk if flatpak steam is still screwed up but bazzite-arch distrobox container steam is fine
Eeyore_Syndrome
Eeyore_Syndrome10mo ago
Nice. I've been running steam from the arch distrobox terminal directly in the meantime. On the one hand I can see fun game code in valheim/unity like a hacker 😮
1/4 Life
1/4 Life10mo ago
Addition is the Restart=on-failure and RestartSec lines so it'll at least try to come back if something goes wrong
Varis
Varis10mo ago
dnkmmr
dnkmmr10mo ago
encountered the problem again and this command fixed it
1/4 Life
1/4 Life10mo ago
@EyeCantCU looks like restarting the service automatically doesn't resolve it Wish we knew what this was, it's not like much is different here from stock fedora
EyeCantCU
EyeCantCU10mo ago
I'll get a VM setup and try to figure this out. Odd that this seems to be just KDE (I haven't seen it on GNOME, yet to see it reported yet)
1/4 Life
1/4 Life10mo ago
Speaking of gnome, there's an open issue of night mode not working on Steam deck As far as I can tell that's actually due to Auto login, that breaks it on desktop too Might just have to link to gnomes issue tracker on that one and close it
EyeCantCU
EyeCantCU10mo ago
That's... So weird
dnkmmr
dnkmmr10mo ago
you would then need to rerun it every so often
1/4 Life
1/4 Life10mo ago
I'd set it up to Auto restart on crash Apparently that does not fix it If this happens to you again I would definitely really appreciate a log
Varis
Varis10mo ago
https://discord.com/channels/1072614816579063828/1146114983596396635/1146114983596396635 happens to me after every reboot and systemctl restart --user xdg-desktop-portal fixes it. The xdg-desktop-portal is not crashed before the fix though, looks just normal:
systemctl status --user xdg-desktop-portal
● xdg-desktop-portal.service - Portal service
Loaded: loaded (/usr/lib/systemd/user/xdg-desktop-portal.service; static)
Drop-In: /usr/lib/systemd/user/service.d
└─10-timeout-abort.conf
Active: active (running) since Thu 2023-08-31 12:17:21 EEST; 7min ago
Main PID: 1919 (xdg-desktop-por)
Tasks: 8 (limit: 28457)
Memory: 3.5M
CPU: 282ms
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/xdg-desktop-portal.service
└─1919 /usr/libexec/xdg-desktop-portal

rugp. 31 12:17:17 fedora systemd[1862]: Starting xdg-desktop-portal.service - Portal service...
rugp. 31 12:17:21 fedora systemd[1862]: Started xdg-desktop-portal.service - Portal service.
systemctl status --user xdg-desktop-portal
● xdg-desktop-portal.service - Portal service
Loaded: loaded (/usr/lib/systemd/user/xdg-desktop-portal.service; static)
Drop-In: /usr/lib/systemd/user/service.d
└─10-timeout-abort.conf
Active: active (running) since Thu 2023-08-31 12:17:21 EEST; 7min ago
Main PID: 1919 (xdg-desktop-por)
Tasks: 8 (limit: 28457)
Memory: 3.5M
CPU: 282ms
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/xdg-desktop-portal.service
└─1919 /usr/libexec/xdg-desktop-portal

rugp. 31 12:17:17 fedora systemd[1862]: Starting xdg-desktop-portal.service - Portal service...
rugp. 31 12:17:21 fedora systemd[1862]: Started xdg-desktop-portal.service - Portal service.
I suspect there is a race condition somewhere on boot. I am on Bazzite desktop kde
Aforis
Aforis10mo ago
I agree with you,i have to redo restart the service multiple time ,something must be happening....
EyeCantCU
EyeCantCU10mo ago
@KyleGospo has to be a race :/. Started up a VM, let it install Firefox, opened Firefox and downloaded the Bazzite ISO, clicked on the view folder button, and it opened fine
1/4 Life
1/4 Life10mo ago
let's try restarting it in the session start script Maybe that'll fix it for the time being
EyeCantCU
EyeCantCU10mo ago
That sounds good to me. I was reading about it earlier and it seems like a pretty common problem File chooser for uploads works too 🤷
dnkmmr
dnkmmr10mo ago
it only affects NVIDIA varrients
EyeCantCU
EyeCantCU10mo ago
That's interesting. I run Nvidia
dnkmmr
dnkmmr10mo ago
I also had problems with NVIDIA working too, layering akmod-nvidia fixed the problem with the black bar on top of the screen and the drivers not loading issue.
EyeCantCU
EyeCantCU10mo ago
I wasn't aware these were problems. I've been using the Nvidia drivers since I started working on Ublue back in May. They've worked fine save for one issue a week ago that was preventing games from opening on Steam. Between a 970, 1650 Ti, and a 3070. Very curious now
dnkmmr
dnkmmr10mo ago
I have a feel questions about the steam deck version? when you connect a keyboard to the steam deck, can you just use any usb-c to usb-a adapter or do you have to use their dock? Is there an onscreen keyboard build in for kde plasma deck version?
EyeCantCU
EyeCantCU10mo ago
You can generally use any adapter. It uses Steams keyboard. Pressing the Steam button and X at the same time brings it up It's pretty much a PC
dnkmmr
dnkmmr10mo ago
even on desktop mode?
EyeCantCU
EyeCantCU10mo ago
Yup
dnkmmr
dnkmmr10mo ago
that's good
EyeCantCU
EyeCantCU10mo ago
Yeah, I really like mine. Would highly recommend it. Coolest device I own
dnkmmr
dnkmmr10mo ago
so is the steam keyboard a virtual keyboard that you can access on desktop and game mode? what package intergrates the steam keyboard?
EyeCantCU
EyeCantCU10mo ago
Yeah. It's built into Steam directly No added packages needed for that
1/4 Life
1/4 Life10mo ago
It's part of the steam client
dnkmmr
dnkmmr10mo ago
oh so does that mean it is available for any device that has steam installed?
1/4 Life
1/4 Life10mo ago
yep launch steam with -steamdeck it'll be present
kwilt
kwilt9mo ago
I'm also having this issue. Fresh(ish) install on desktop with AMD gpu. The command posted above fixed it for me as well systemctl restart --user xdg-desktop-portal
1/4 Life
1/4 Life9mo ago
KDE or GNOME?
kwilt
kwilt9mo ago
KDE
1/4 Life
1/4 Life9mo ago
and desktop or deck image?
kwilt
kwilt9mo ago
desktop
1/4 Life
1/4 Life9mo ago
ty
kwilt
kwilt9mo ago
AMD That command also fixes not being able to click hyperlinks in discord to open in firefox
EyeCantCU
EyeCantCU9mo ago
Does uninstalling xdg-desktop-portal-gtk help? rpm-ostree override remove xdg-desktop-portal-gtk If not rpm-ostree reset will restore it
kwilt
kwilt9mo ago
Uhh lemme try. I'll need to reboot first to break it again 1 sec
EyeCantCU
EyeCantCU9mo ago
I know it sounds counterintuitive but it's one of the fixes I read about
kwilt
kwilt9mo ago
Ah.. I forgot I put that fix in my bashrc so I could just launch terminal to fix it. gotta remove it lol
EyeCantCU
EyeCantCU9mo ago
It's cool. No rush and it's always something I can try
kwilt
kwilt9mo ago
Okay do I need to reboot after uninstalling
EyeCantCU
EyeCantCU9mo ago
Yeah
kwilt
kwilt9mo ago
Didn't fix it :/
1/4 Life
1/4 Life9mo ago
if you could dump your systemd logs that might be helpful
kwilt
kwilt9mo ago
What's the best way of going about that? Is that in /run/log/journal? journalctl?
dnkmmr
dnkmmr9mo ago
why does this happen on bazzite but not stock kinoite?
kwilt
kwilt9mo ago
My full journalctl log is 11MB
EyeCantCU
EyeCantCU9mo ago
Might be a race. I wonder if this is an issue on our Kinoite images That works
dnkmmr
dnkmmr9mo ago
what do you mean by "might be a race"?
kwilt
kwilt9mo ago
more problems lol
No description
kwilt
kwilt9mo ago
1 sec i'm gonna upload it to my pCloud and share
EyeCantCU
EyeCantCU9mo ago
It might be trying to start at a time where it isn't able to start because what it may need to start isn't there That worked too. Thank you so much Because it's starting earlier
kwilt
kwilt9mo ago
pCloud
systemdlog.txt - Shared with pCloud
Keep all your documents safe, access them on any device you own and share with just the right people. Create a free pCloud account!
1/4 Life
1/4 Life9mo ago
bazzite desktop should be nearly 1:1 with kinoite now, especially with no autologin service very curious what's going on here at this point I want to check the few configs we include in steamos-kde-presets-desktop and see if anything stands out to the versons of them included in kinoite that or install that package in kinoite there's basically nothing else it could be
kwilt
kwilt9mo ago
omg most of that log is Sep 13 16:51:05 puter kwin_wayland[2119]: kwin_screencast: Dropping a screencast frame because the compositor is slow
EyeCantCU
EyeCantCU9mo ago
@KyleGospo hate to be the bearer of bad news but I looked through the repo and I don't see anything that would cause this issue
dnkmmr
dnkmmr9mo ago
why was bazzite not 1:1 compatable with kinoite before?
EyeCantCU
EyeCantCU9mo ago
We build directly off of our Kinoite images. There's never been any incompatibility there. Changes were just made to make the desktop variant closer to Kinoite
dnkmmr
dnkmmr9mo ago
but then why do akmods install nicely on stock kinoite but they fail to install on bazzite or any ublue varrient?
EyeCantCU
EyeCantCU9mo ago
We ship akmods in the kernel. Any issues there would be a conflict with one of those
dnkmmr
dnkmmr9mo ago
that makes sense what makes it you unable to layer steam on bazzite but able to layer steam on stock kinoite?
EyeCantCU
EyeCantCU9mo ago
You can layer it. It should work all the same. Works most the time with occasional breakages
dnkmmr
dnkmmr9mo ago
I am going to try again in a vm after updating it
EyeCantCU
EyeCantCU9mo ago
Not sure it will work right now as our Deck images have been failing
dnkmmr
dnkmmr9mo ago
oh ok nope, it didn't work
1/4 Life
1/4 Life9mo ago
Kinoite isn't an OCI dependencies being a moving target
Sep 13 18:58:52 puter systemd[1904]: Starting xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)...
Sep 13 18:58:52 puter unknown[1977]: cannot open display:
Sep 13 18:58:52 puter systemd[1904]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Sep 13 18:58:52 puter systemd[1904]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Sep 13 18:58:52 puter systemd[1904]: Failed to start xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation).
Sep 13 18:58:52 puter systemd[1904]: Starting plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE...
Sep 13 18:58:52 puter xdg-desktop-portal-kde[1978]: qt.qpa.xcb: could not connect to display
Sep 13 18:58:52 puter xdg-desktop-portal-kde[1978]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Sep 13 18:58:52 puter xdg-desktop-portal-kde[1978]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Sep 13 18:58:52 puter systemd-analyze[1981]: Bootup is not yet finished (org.freedesktop.systemd1.Manager.FinishTimestampMonotonic=0).
Sep 13 18:58:52 puter systemd-analyze[1981]: Please try again later.
Sep 13 18:58:52 puter systemd-analyze[1981]: Hint: Use 'systemctl list-jobs' to see active jobs
Sep 13 18:58:52 puter unknown[1938]: No such backend: *
Sep 13 18:58:52 puter systemd-coredump[1985]: Process 1978 (xdg-desktop-por) of user 1000 dumped core.
Sep 13 18:58:52 puter systemd[1904]: Starting xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)...
Sep 13 18:58:52 puter unknown[1977]: cannot open display:
Sep 13 18:58:52 puter systemd[1904]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Sep 13 18:58:52 puter systemd[1904]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Sep 13 18:58:52 puter systemd[1904]: Failed to start xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation).
Sep 13 18:58:52 puter systemd[1904]: Starting plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE...
Sep 13 18:58:52 puter xdg-desktop-portal-kde[1978]: qt.qpa.xcb: could not connect to display
Sep 13 18:58:52 puter xdg-desktop-portal-kde[1978]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Sep 13 18:58:52 puter xdg-desktop-portal-kde[1978]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Sep 13 18:58:52 puter systemd-analyze[1981]: Bootup is not yet finished (org.freedesktop.systemd1.Manager.FinishTimestampMonotonic=0).
Sep 13 18:58:52 puter systemd-analyze[1981]: Please try again later.
Sep 13 18:58:52 puter systemd-analyze[1981]: Hint: Use 'systemctl list-jobs' to see active jobs
Sep 13 18:58:52 puter unknown[1938]: No such backend: *
Sep 13 18:58:52 puter systemd-coredump[1985]: Process 1978 (xdg-desktop-por) of user 1000 dumped core.
dnkmmr
dnkmmr9mo ago
will the bug be fixed soon?
1/4 Life
1/4 Life9mo ago
Still don't know what causes it, we didn't change anything here Hopefully soon
dnkmmr
dnkmmr9mo ago
then what is it???
tryhardsoccermomswag
a KDE spin of Fedora Silverblue, a full fledged operating system. Universal Blue images are OCI images that use Fedora Silverblue/Kinoite/etc to create custom images you're literally using Fedora Silverblue/Kinoite when you use ublue's images but they use Docker containers to basically have everything all tuned with whatever specific packages that are added to the image, systemd services added, etc
dnkmmr
dnkmmr9mo ago
I thought all ostree systems use some form of an OCI image as the base image. What kind of images does stock kinoite and silverblue uses instead?
tryhardsoccermomswag
it's just like any other fedora system they aren't OCIs they aren't composed with Dockerfile
dnkmmr
dnkmmr9mo ago
it is not just like fedora workstation though. I am just wondering what fedora ostree uses instead of OCI images?
dnkmmr
dnkmmr9mo ago
I am wondering what it uses instead though? what image format does stock fedora ostree use?
tryhardsoccermomswag
whatever fedora workstation uses. but they're in the process of moving to OCI probably at Fedora 40 or later