Fixed Firefox X11 desktop file launcher.

This commit is contained in:
Martin Stransky 2018-02-02 10:02:38 +01:00
parent c8311c34d1
commit 3a43e3daba
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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).