Skip to content

Commit

Permalink
profiles: seahorse: add redirect org.gnome.seahorse.Application
Browse files Browse the repository at this point in the history
Apparently the .desktop file for `seahorse` is located in the following
path:

* /usr/share/applications/org.gnome.seahorse.Application.desktop

Which ends in `Application.desktop` instead of `seahorse.desktop`,
leading to it not being automatically detected by firecfg.

So add a redirect profile and an entry in firecfg.config.

Fixes netblue30#6658.

Reported-by: @ginto37
Reported-by: @rusty-snake
  • Loading branch information
kmk3 committed Mar 1, 2025
1 parent 30ba35f commit 884d12c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/profile-m-z/org.gnome.seahorse.Application.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Firejail profile alias for seahorse
# This file is overwritten after every install/update
# Persistent local customizations
include org.gnome.seahorse.Application.local
# Persistent global definitions
# added by included profile
#include globals.local

# Redirect
include seahorse.profile
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ opera
opera-beta
opera-developer
orage
org.gnome.seahorse.Application
ostrichriders
otter-browser
out123
Expand Down

0 comments on commit 884d12c

Please sign in to comment.