torbrowser-launcher icon indicating copy to clipboard operation
torbrowser-launcher copied to clipboard

Is not listed as "Webbrowser" in KDE Settings

Open firefoxlover opened this issue 11 months ago • 0 comments

I dont know why it is like that, Librewolf Flatpak is listed. Maybe relevant snippets from the desktop entry:

[Desktop Entry]
Name=Tor Browser
...
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=torbrowser-launcher --file-forwarding com.github.micahflee.torbrowser-launcher @@u %u @@
Terminal=false
Type=Application
Icon=com.github.micahflee.torbrowser-launcher
Categories=Network;WebBrowser;
StartupWMClass=Tor Browser
X-Flatpak-RenamedFrom=torbrowser.desktop;
X-Flatpak=com.github.micahflee.torbrowser-launcher
[Desktop Entry]
Name=LibreWolf
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=librewolf --file-forwarding io.gitlab.librewolf-community @@u %u @@
Comment=A fork of Firefox, focused on privacy, security and freedom.
Icon=io.gitlab.librewolf-community
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupWMClass=librewolf
Categories=Network;WebBrowser;
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Actions=new-window;new-private-window;profilemanager;
X-Flatpak=io.gitlab.librewolf-community

[Desktop Action new-window]
Name=Open a New Window
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=librewolf --file-forwarding io.gitlab.librewolf-community @@u %u @@

[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=librewolf --file-forwarding io.gitlab.librewolf-community --private-window @@u %u @@

[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=librewolf --file-forwarding io.gitlab.librewolf-community --ProfileManager @@u %u @@

I can only see the mimetypes are missing in the Torbrowser desktop entry. The other things probably dont work.

Flathub issue

firefoxlover avatar Jul 24 '23 00:07 firefoxlover