Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oscar230 opened this issue Oct 22, 2024 · 4 comments
Open

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

oscar230 opened this issue Oct 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@oscar230
Copy link

oscar230 commented Oct 22, 2024

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
  • Pods version: 2.1.2
@oscar230 oscar230 added the bug Something isn't working label Oct 22, 2024
@marhkb
Copy link
Owner

marhkb commented Oct 22, 2024

What's the output of?

journalctl _COMM=pods -r

@oscar230
Copy link
Author

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
Copy link
Owner

marhkb commented Oct 22, 2024

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?

@oscar230
Copy link
Author

oscar230 commented Nov 13, 2024

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.

Okay, that's good.

Have you tried?

killall pods

and start the app again?

I will try.

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

(pods:2): Gtk-WARNING **: 09:11:25.680: Child name '' not found in GtkStack
^C
$ killall pods
pods: no process found
$ 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.
Nov 13 09:11:25 REDACTED pods[207388]: Child name '' not found in GtkStack
-- Boot 9d50d4bbbb5d4459bfdda2333136e956 --
Nov 04 08:37:29 REDACTED pods[8358]: Child name '' not found in GtkStack
Nov 04 08:37:29 REDACTED com.github.marhkb.Pods.desktop[8358]: (pods:2): Gtk-WARNING **: 08:37:29.671: Child name '' not found in GtkStack
-- Boot e9431b9c542048be88a0a8538cee3328 --
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 in GtkStack

Looks like there are no running processes, since pods: no process found.

After this I tried again, with no successful result.

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

(pods:2): Gtk-WARNING **: 09:14:12.872: Child name '' not found in GtkStack
^C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants