-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profiles: seahorse: add redirect org.gnome.seahorse.Application #6673
base: master
Are you sure you want to change the base?
Conversation
src/firecfg/firecfg.config
Outdated
@@ -698,6 +698,8 @@ opera | |||
opera-beta | |||
opera-developer | |||
orage | |||
#org.gnome.gedit # text editor (see #6002) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one shouldn't be necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one shouldn't be necessary.
Removed.
@@ -698,6 +698,8 @@ opera | |||
opera-beta | |||
opera-developer | |||
orage | |||
#org.gnome.gedit # text editor (see #6002) | |||
org.gnome.seahorse.Application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work w/o redirect profile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work w/o redirect profile?
Added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other redirects for this bug use just the lastname approach: https://github.com/netblue30/firejail/blob/master/etc/profile-m-z/Maps.profile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other redirects for this bug use just the lastname approach:
https://github.com/netblue30/firejail/blob/master/etc/profile-m-z/Maps.profile
firecfg recognizes the redirect profile with the following PR:
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
0282488
to
884d12c
Compare
Apparently the .desktop file for
seahorse
is located in the followingpath:
Which ends in
Application.desktop
instead ofseahorse.desktop
,leading to it not being automatically detected by firecfg.
So add a redirect profile and an entry in firecfg.config.
Fixes #6658.
Reported-by: @ginto37
Reported-by: @rusty-snake