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 + Flatseal #303

Closed
Froggy232 opened this issue Jul 21, 2022 · 5 comments
Closed

Flatpak + Flatseal #303

Froggy232 opened this issue Jul 21, 2022 · 5 comments

Comments

@Froggy232
Copy link

Hi,
I desperately try to use the "Hide Windows Titlebar" function with flatpak app, and I was wondering if it was possible by tweaking flatseal.
Capture d’écran du 2022-07-22 00-27-39
Here is a screen capture of flatseal.
If not, do you know if this function will work with flatpak in the future?
Thanks you

@jonian
Copy link
Member

jonian commented Jul 24, 2022

Hi @Froggy232, I don't know how you can do it with flatseal, but you can make flatpak apps work using the commands below:

sudo flatpak override --filesystem=xdg-config/gtk-3.0
sudo flatpak override --filesystem=xdg-config/gtk-4.0

# This command depends on where unite is installed
sudo flatpak override --filesystem=xdg-data/gnome-shell/extensions/unite@hardpixel.eu/styles

After that you can run flatpak override --show to see if your commands worked.

[Context]
filesystems=xdg-config/gtk-3.0;xdg-data/gnome-shell/extensions/unite@hardpixel.eu/styles;xdg-config/gtk-4.0;

If you can do the same with flatseal, please share you solution.

@Froggy232
Copy link
Author

Hello,
Thanks you a lot for your answer!
I'm away from home for a few days, but I will try your solution ASAP.
I don't know how to make it work with flatseal, but if it's work with CLI it's good.
I will report back and close the issue if it work.
Thanks you a lot!

@Froggy232
Copy link
Author

It worked!
Thanks you a lot

@uohmak4fvpqe
Copy link

uohmak4fvpqe commented Feb 5, 2023

Hi @Froggy232, I don't know how you can do it with flatseal, but you can make flatpak apps work using the commands below:

sudo flatpak override --filesystem=xdg-config/gtk-3.0
sudo flatpak override --filesystem=xdg-config/gtk-4.0

# This command depends on where unite is installed
sudo flatpak override --filesystem=xdg-data/gnome-shell/extensions/unite@hardpixel.eu/styles

After that you can run flatpak override --show to see if your commands worked.

[Context]
filesystems=xdg-config/gtk-3.0;xdg-data/gnome-shell/extensions/unite@hardpixel.eu/styles;xdg-config/gtk-4.0;

If you can do the same with flatseal, please share you solution.

Not working for me, be it Flatseal or Gedit
I have the path ~/.local/share/gnome-shell/extensions/unite@hardpixel.eu/styles indeed
and flatpak override --show prints the same as you

@gaussandhisgun
Copy link

If you can do the same with flatseal, please share you solution.

forcing the same overrides to global under Filesystem seemed to work (if anyone still cares about this)
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants