Flatseal icon indicating copy to clipboard operation
Flatseal copied to clipboard

Error: Failed to open display

Open abergmeier opened this issue 1 year ago • 4 comments

When running flatpak run com.github.tchx84.Flatseal I only get:

(com.github.tchx84.Flatseal:2): Gtk-WARNING **: 17:32:50.648: Failed to open display

abergmeier avatar Dec 30 '23 16:12 abergmeier

Did you changed any permissions for Flatseal or global? Namely x11 and wayland or environment variables.

Which distro do you run? Do other flatpaks work?

rusty-snake avatar Dec 30 '23 16:12 rusty-snake

Did you changed any permissions for Flatseal or global? Namely x11 and wayland or environment variables.

After it did not work I overwrote socket with both x11 and wayland - still no change in behavior

Which distro do you run?

Ubuntu 22.04

Do other flatpaks work?

Yep.

abergmeier avatar Dec 30 '23 17:12 abergmeier

@abergmeier Do echo $DISPLAY, it may be because the display variable isn't set correctly. I use export DISPLAY=:0 on my Raspberry Pi. It may be something the same on Ubuntu.

JustAnEric avatar Jan 06 '24 10:01 JustAnEric

@abergmeier when you say "other flatpaks", do you mean other GTK4 as well ? e.g. Decibels

tchx84 avatar Mar 27 '24 13:03 tchx84