Hi All.
I’m seeing strange inconsistent behavior with SB32 using toolbox run
inside of .desktop files (ie. files using toolbox run
launched by gtk-launch
).
On SB31 they work flawless, however on SB32 they only seem to work 1 out of ever 3 or 4 times. No matter if clicking on the icon or running gtk-launch
manually from command line.
Can someone else please test this on SB32?
- Create Test Toolbox
$ toolbox create -c apps
$ toolbox run -c apps dnf -y install gnome-calculator
- Create mycalc.desktop file inside
~/.local/share/applications/
directory
[Desktop Entry]
Comment=MyCalculator
Terminal=false
Name=MyCalculator
Exec=toolbox run -c apps gnome-calculator
Type=Application
-
Run this by either clicking on “mycalc” icon or from command-line:
$ gtk-launch mycalc
-
Compare and contrast behavior versus running directly from command line via toolbox:
$ toolbox run -c apps gnome-calculator
For me, it only seems to launch once out every 3 or 4 attempts (sometimes takes 8-10 attempts). Perhaps this is happening also in Fedora 32 regular but I don’t have an install to test…
Anyone have any ideas on how to further debug this?