Added fix for rhbz#1907267 (Thunderbird on Wayland launcher does not show up as 'running' in the dash)
This commit is contained in:
parent
8774290627
commit
a04b1f0c10
@ -3,7 +3,7 @@ Version=1.0
|
||||
Name=Thunderbird on Wayland
|
||||
GenericName=Email
|
||||
Comment=Send and Receive Email
|
||||
Exec=thunderbird-wayland %u
|
||||
Exec=thunderbird-wayland --name thunderbird-wayland %u
|
||||
TryExec=thunderbird-wayland
|
||||
Icon=thunderbird
|
||||
Terminal=false
|
||||
|
@ -81,7 +81,7 @@ ExcludeArch: armv7hl
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 78.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
|
||||
@ -734,6 +734,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Mon Dec 14 2020 Martin Stransky <stransky@redhat.com> - 78.5.0-2
|
||||
- Added fix for rhbz#1907267 (Thunderbird on Wayland launcher
|
||||
does not show up as 'running' in the dash)
|
||||
|
||||
* Wed Nov 25 2020 Jan Horak <jhorak@redhat.com> - 78.5.0-1
|
||||
- Update to 78.5.0 build3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user