diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-01-01 01:38:44 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-01-01 01:48:34 +0100 |
commit | 9c0fcc0de564f832b8a630666094a80a2e43de07 (patch) | |
tree | 2b43f83054d35afdad00abfdc9566c66f09aedcd /flatpak/content/io.gitlab.LibreWolf.desktop | |
parent | Set default XDG_DATA_DIRS in AppRun if unset (diff) | |
download | librewolf-linux-9c0fcc0de564f832b8a630666094a80a2e43de07.tar.gz librewolf-linux-9c0fcc0de564f832b8a630666094a80a2e43de07.tar.bz2 librewolf-linux-9c0fcc0de564f832b8a630666094a80a2e43de07.zip |
Improve the Flatpak build process
.desktop file, icon and appdata are now properly exported by flatpak.
"Wayland first" flatpak, falling back to X11 if not on Wayland.
Note: this is currently potentially broken on many systems (ie. font
rendering is broken).
See https://github.com/flatpak/flatpak/issues/2861.
Might work when using Wayland + Gnome, does not seem to work on Arch +
Sway (couldn't get it working with any workaround for now).
Several smaller issues addressed.
A few untested issues might remain (Screensharing, WebRTC/Camera access)
Addresses (at least partially): #128, #132, #131, #118
Diffstat (limited to 'flatpak/content/io.gitlab.LibreWolf.desktop')
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.desktop | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.desktop b/flatpak/content/io.gitlab.LibreWolf.desktop new file mode 100644 index 0000000..d55cf7d --- /dev/null +++ b/flatpak/content/io.gitlab.LibreWolf.desktop @@ -0,0 +1,25 @@ +[Desktop Entry] +Name=LibreWolf +Exec=librewolf %u +Icon=io.gitlab.LibreWolf +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; + +[Desktop Action new-window] +Name=Open a New Window +Exec=librewolf %u + +[Desktop Action new-private-window] +Name=Open a New Private Window +Exec=librewolf --private-window %u + +[Desktop Action profilemanager] +Name=Open the Profile Manager +Exec=librewolf --ProfileManager %u |