Removed DBusActivatable flag from desktop file as it crashes KDE (rhbz#2242454)

This commit is contained in:
Martin Stransky 2023-10-06 17:09:30 +02:00
parent 0115959c8c
commit 4135db16cc
2 changed files with 6 additions and 2 deletions

View File

@ -51,7 +51,8 @@ StartupNotify=true
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
Actions=new-window;new-private-window;profile-manager-window;
DBusActivatable=true
# Activable desktop file crashes KDE so remove it for now
# DBusActivatable=true
[Desktop Action new-window]
Name=Open a New Window

View File

@ -169,7 +169,7 @@ ExcludeArch: i686
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 118.0.1
Release: 4%{?pre_tag}%{?dist}
Release: 5%{?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
@ -1117,6 +1117,9 @@ fi
#---------------------------------------------------------------------
%changelog
* Fri Oct 6 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-5
- Removed DBusActivatable flag from desktop file as it crashes KDE (rhbz#2242454).
* Mon Oct 2 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-4
- Updated man page