summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-02-02 10:02:38 +0100
committerMartin Stransky <stransky@redhat.com>2018-02-02 10:02:38 +0100
commit3a43e3dabafce202a0d1ea6961d74f2c4c17b6e4 (patch)
tree9cd5db2aead1c118dbfa09ebebebd76672da0739
parentFixed remote window focus (mozbz#1434565) (diff)
downloadlibrewolf-fedora-ff-3a43e3dabafce202a0d1ea6961d74f2c4c17b6e4.tar.gz
librewolf-fedora-ff-3a43e3dabafce202a0d1ea6961d74f2c4c17b6e4.tar.bz2
librewolf-fedora-ff-3a43e3dabafce202a0d1ea6961d74f2c4c17b6e4.zip
Fixed Firefox X11 desktop file launcher.
-rw-r--r--firefox-x11.desktop6
-rw-r--r--firefox.spec5
2 files changed, 7 insertions, 4 deletions
diff --git a/firefox-x11.desktop b/firefox-x11.desktop
index af103a5..55747b4 100644
--- a/firefox-x11.desktop
+++ b/firefox-x11.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Version=1.0
-Name=Firefox
+Name=Firefox X11
GenericName=Web Browser
GenericName[ca]=Navegador web
GenericName[cs]=Webový prohlížeč
@@ -53,7 +53,7 @@ Keywords=web;browser;internet;
Actions=new-window;new-private-window;
[Desktop Action new-window]
-Name=Open a New Window
+Name=Open a New Window (X11)
Name[ach]=Dirica manyen
Name[af]=Nuwe venster
Name[an]=Nueva finestra
@@ -163,7 +163,7 @@ Name[zh-TW]=開新視窗
Exec=firefox-x11 %u
[Desktop Action new-private-window]
-Name=Open a New Private Window
+Name=Open a New Private Window (X11)
Name[ach]=Dirica manyen me mung
Name[af]=Nuwe privaatvenster
Name[an]=Nueva finestra privada
diff --git a/firefox.spec b/firefox.spec
index eb01e38..9ff131b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -98,7 +98,7 @@ ExclusiveArch: x86_64 i686
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 59.0
-Release: 0.6%{?pre_tag}%{?dist}
+Release: 0.7%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
#Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -868,6 +868,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Feb 2 2018 Martin Stransky <stransky@redhat.com> - 59.0-0.7
+- Fixed Firefox X11 desktop file launcher.
+
* Thu Feb 1 2018 Martin Stransky <stransky@redhat.com> - 59.0-0.6
- Fixed remote window focus (mozbz#1434565).
bgstack15