Fixed Firefox X11 desktop file launcher.
This commit is contained in:
parent
c8311c34d1
commit
3a43e3daba
@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=Firefox
|
Name=Firefox X11
|
||||||
GenericName=Web Browser
|
GenericName=Web Browser
|
||||||
GenericName[ca]=Navegador web
|
GenericName[ca]=Navegador web
|
||||||
GenericName[cs]=Webový prohlížeč
|
GenericName[cs]=Webový prohlížeč
|
||||||
@ -53,7 +53,7 @@ Keywords=web;browser;internet;
|
|||||||
Actions=new-window;new-private-window;
|
Actions=new-window;new-private-window;
|
||||||
|
|
||||||
[Desktop Action new-window]
|
[Desktop Action new-window]
|
||||||
Name=Open a New Window
|
Name=Open a New Window (X11)
|
||||||
Name[ach]=Dirica manyen
|
Name[ach]=Dirica manyen
|
||||||
Name[af]=Nuwe venster
|
Name[af]=Nuwe venster
|
||||||
Name[an]=Nueva finestra
|
Name[an]=Nueva finestra
|
||||||
@ -163,7 +163,7 @@ Name[zh-TW]=開新視窗
|
|||||||
Exec=firefox-x11 %u
|
Exec=firefox-x11 %u
|
||||||
|
|
||||||
[Desktop Action new-private-window]
|
[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[ach]=Dirica manyen me mung
|
||||||
Name[af]=Nuwe privaatvenster
|
Name[af]=Nuwe privaatvenster
|
||||||
Name[an]=Nueva finestra privada
|
Name[an]=Nueva finestra privada
|
||||||
|
@ -98,7 +98,7 @@ ExclusiveArch: x86_64 i686
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 59.0
|
Version: 59.0
|
||||||
Release: 0.6%{?pre_tag}%{?dist}
|
Release: 0.7%{?pre_tag}%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
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
|
#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
|
%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
|
* Thu Feb 1 2018 Martin Stransky <stransky@redhat.com> - 59.0-0.6
|
||||||
- Fixed remote window focus (mozbz#1434565).
|
- Fixed remote window focus (mozbz#1434565).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user