marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
751 stars 15 forks source link

Flatpak - GUI does not show, no error log #844

Open oscar230 opened 2 weeks ago

oscar230 commented 2 weeks ago

Reproduction steps

$ flatpak --user install flathub com.github.marhkb.Pods
Looking for matches…

com.github.marhkb.Pods permissions:
    ipc                  network      fallback-x11      wayland      x11     dri
    file access [1]

    [1] /run/systemd/journal, xdg-run/podman:ro

        ID                                      Branch           Op           Remote           Download
 1. [✓] com.github.marhkb.Pods.Locale           stable           i            flathub          8.1 kB / 271.8 kB
 2. [✓] com.github.marhkb.Pods                  stable           i            flathub          5.6 MB / 5.7 MB

Installation complete.
$ flatpak --user run com.github.marhkb.Pods

(pods:2): Gtk-WARNING **: 08:41:33.112: Child name '' not found in GtkStack
^C
$

Pods does not start, but i get a notification in gnome. image

These are the 3 processes related to Pods. image image image

Environment

$ flatpak --user run com.github.marhkb.Pods -v
pods 2.1.2
$ sudo apt list | grep "gnome"
...
gnome-2048/stable 3.38.2-3 amd64
...
$ uname -a
Linux HOSTNAME_REDACTED 6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux
$ podman --version
podman version 4.3.1
$ flatpak --version
Flatpak 1.14.10
marhkb commented 2 weeks ago

What's the output of?

journalctl _COMM=pods -r
oscar230 commented 2 weeks ago

What's the output of?

journalctl _COMM=pods -r
$ journalctl _COMM=pods -r
Hint: You are currently not seeing messages from other users and the system.
      Users in groups 'adm', 'systemd-journal' can see all messages.
      Pass -q to turn off this notice.
Oct 22 08:44:46 REDACTED pods[566580]: Child name '' not found in GtkStack
Oct 22 08:41:33 REDACTED pods[566250]: Child name '' not found in GtkStack
Oct 15 07:43:34 REDACTED pods[89324]: Child name '' not found in GtkStack
Oct 14 09:46:29 REDACTED pods[13242]: Child name '' not found in GtkStack
Oct 14 09:34:02 REDACTED pods[10677]: Child name '' not found in GtkStack
Oct 14 09:30:29 REDACTED pods[10158]: Child name '' not found in GtkStack
-- Boot 8eb0e7da7b9a46d4b3937ff0a46abefe --
Oct 14 09:17:23 REDACTED pods[374239]: Child name '' not found in GtkStack
Oct 14 09:08:22 REDACTED pods[373718]: Child name '' not found in GtkStack
Oct 14 09:07:24 REDACTED com.github.marhkb.Pods.desktop[373321]: Failed to register: Timeout was reached
Oct 14 09:02:37 REDACTED pods[372989]: Child name '' not found in GtkStack
Oct 14 09:02:37 REDACTED com.github.marhkb.Pods.desktop[372989]: (pods:2): Gtk-WARNING **: 09:02:37.576: Child name '' not found>
marhkb commented 2 weeks ago

I think the message "Child name '' not found in GtkStack" is unrelated. Not sure what is it, but I doubt it is Pods fault.

When googling for "desktop entry Failed to register: Timeout was reached" I find a lot of related issues with other gnome apps.

Have you tried?

killall pods

and start the app again?