open-tv icon indicating copy to clipboard operation
open-tv copied to clipboard

⚠️ Open TV App Fails to Launch on Alpine Linux 3.21.3

Open rifux opened this issue 6 months ago • 1 comments

Describe the bug

The open-tv Flatpak application crashes immediately upon launch on Alpine Linux 3.21.3 with critical GTK errors.

Error Output

~> flatpak run dev.fredol.open-tv

(open_tv:2): libayatana-appindicator-WARNING **: 18:00:28.606: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.

(open_tv:2): Gtk-CRITICAL **: 18:00:28.714: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed

(open_tv:2): Gtk-CRITICAL **: 18:00:28.714: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed

System Information

OS:

~> cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.21.3

DE:

~> gnome-shell --version
GNOME Shell 47.6

Arch:

~> uname -m
x86_64

Available storage space: 100GiB+

To Reproduce

  • Install via Flatpak: flatpak install dev.fredol.open-tv
  • Run the app: flatpak run dev.fredol.open-tv
  • Observe immediate crash with GTK errors

Expected Behavior

App should launch without segmentation faults or GTK assertions

rifux avatar Jun 04 '25 15:06 rifux

Thank you for the detailed bug report. I will investigate this.

Fredolx avatar Jun 05 '25 20:06 Fredolx