
Hi Tim and others, On Wed, 10 Nov 2021 at 09:10, Tim <tbier@posteo.de> wrote:
On 10.11.2021 08:31, Wawrzek Niewodniczanski wrote: [...]
I thought that maybe one of the other dependencies might have it. I'm not sure if any of ports related tool would tell me, so I baked following zsh one liner. There is no post-install scripts in flatpak dependecies try. [...] How about gsettings-desktop-schemas? It is a dependency for flatpak, provides `usr/share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml` and has a post-install script..
You are right. My script was wrong. The working version is: ``` for i ($(prt-get depends flatpak| awk '{print $2}')) {prt-get info $i |grep -qE "post-install" && echo $i} ``` I got 4 script with post-install scripts. dbus p11-kit glib gsettings-desktop-schemas As you suggested, rebuilding gsettings-desktop-schemas fixed the issue. Thanks again, Wawrzek -- Dr Wawrzyniec NiewodniczaĆski or Wawrzek for short PhD in Quantum Chemistry & MSc in Molecular Engineering WWW: http://wawrzek.name E-MAIL: jobs@wawrzek.name Linux User #177124