Mikhail Zolotukhin
Mikhail Zolotukhin
Does applying [this](https://github.com/Bismuth-Forge/bismuth/issues/421#issuecomment-1284567506) window rule fix the issue for you?
Thank you for raising this issue. I think I am going to deprecate the add-on after 5.27 releases. Here are a couple of reasons: 1. As I see in #473,...
> Under flatpak, `$XDG_CONFIG_HOME` is `~/.var/app/org.some.App/config`. That means, that we should place configs (or symlinks to gtk-3.0 folder?) in every application folder. That's very inconvenient, maybe there is another way?
> As I wrote above: I tested this under XFCE (4.14) with `org.gnome.gedit` and both `~/.config/gtk-3.0` and `~/.var/app/org.gnome.gedit/config/gtk-3.0` are empty and it still works. Yes, theme changing does indeed work,...
> Use `sudo flatpak override --filesystem=xdg-config/gtk-3.0`. This seems to be working. Could we have this and `xdg-config/gtk-4.0` permissions by default?
> > This seems to be working. Could we have this and xdg-config/gtk-4.0 permissions by default? > > You would have to ask for it to be added to the...
> The Gtk version that is used for every flatpak app is maintained by the freedesktop runtime: > https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/release/20.08/elements/components/gtk3.bst But how does that relates to the choice of where to...
> 3. in the runtime manifest I understand, but we have two runtimes: GNOME/GTK and FreeDesktop one. Since `gtk-3.0` folder is used only by GTK apps, that use GTK runtime,...
Thank you. That's a good idea. I would be cool, if the original author of Krohnkite PR (@winiciuscota) would make a pull request here.
Hm, I tried to make a single status bar prototype, but it is actually harder to make, because there is no reliable way to add a bar on top of...