Dear Qubes OS Members
I did install Firefox Developer Edition on the Template. Following commands was executed for installing that application:
-
Download this application for Linux: http://localhost:5173/
sudo tar xjf firefox-121.0b7.tar.bz2
sudo mv firefox /opt/firefox-developer-edition
sudo ln -s /opt/firefox-developer-edition/firefox /usr/local/bin/firefox-developer-edition
firefox-developer-edition
nano ~/.local/share/applications/firefox-developer-edition.desktop
[Desktop Entry]
Name=Firefox Developer Edition
Exec=/opt/firefox-developer-edition/firefox
Icon=/opt/firefox-developer-edition/browser/chrome/icons/default/default128.png
Type=Application
Categories=Network;WebBrowser;
On that way, I can launch this application on the template. But after restarting this template and the personal AppVM, I cannot start this application on the personal AppVM, although I did select in the personal settings this installed application for personal.
Any idea how came?