Skip to content

Commit 884d12c

Browse files
committed
profiles: seahorse: add redirect org.gnome.seahorse.Application
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
1 parent 30ba35f commit 884d12c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Firejail profile alias for seahorse
2+
# This file is overwritten after every install/update
3+
# Persistent local customizations
4+
include org.gnome.seahorse.Application.local
5+
# Persistent global definitions
6+
# added by included profile
7+
#include globals.local
8+
9+
# Redirect
10+
include seahorse.profile

src/firecfg/firecfg.config

+1
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ opera
698698
opera-beta
699699
opera-developer
700700
orage
701+
org.gnome.seahorse.Application
701702
ostrichriders
702703
otter-browser
703704
out123

0 commit comments

Comments
 (0)