fedora-silverblue / issue-tracker

Fedora Silverblue issue tracker
https://fedoraproject.org/atomic-desktops/silverblue/
125 stars 3 forks source link

On freshly installed Silverblue, org.gnome.font-viewer crashes when opened through Activities. #535

Closed lruzicka closed 3 months ago

lruzicka commented 4 months ago

Describe the bug On a freshly installed Silverblue 40 Workstation, the Fonts application (org.gnome.font-viewer) crashes when started with Activities. The stupid thing is that it only crashes once and works for all consecutive attempts. Also, when started with flatpak run org.gnome.font-viewer command, it works all the time.

This can only be seen on a newly installed Silverblue. Once the application has started successfully, it will do so consecutively.

To Reproduce

  1. Install Silverblue from the latest ISO.
  2. Press super to open Activities.
  3. Type Fonts.
  4. Press Enter.
  5. See the crash, or alternatively the app will not start at all.
  6. Try again, this time, it will start.

Expected behavior The application should start successfully even the first time.

OS version:

Additional context For more details, see this bug report: https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/issues/78

chrisawi commented 4 months ago

What happens if you run coredumpctl dump > core directly?

Also, is this crash the most recent one listed in the output of coredumpctl? If not, you need to use:

flatpak-coredumpctl org.gnome.font-viewer -m /app/bin/org/gnome/font-viewer

By default, it will use the latest coredump, regardless of source.

A6GibKm commented 3 months ago

I tried to reproduce with gnome-font-viewer 46.0 from Flathub without success on Silverblue 40. The app does not crash.

travier commented 3 months ago

Thanks for the update.