Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
92dcefe0
Commit
92dcefe0
authored
Jan 17, 2016
by
anonym
Browse files
Merge remote-tracking branch 'origin/bugfix/10943-seahorse-associations' into testing
Fix-committed:
#10943
parents
7725759d
24cf0dcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-hooks/59-file_associations
deleted
100755 → 0
View file @
7725759d
#!/bin/sh
set
-eu
echo
"Configuring file associations"
defaults_file
=
/etc/gnome/defaults.list
if
grep
-E
'^application/pgp-keys='
"
$defaults_file
"
;
then
echo
"application/pgp-keys is already configured in
$defaults_file
"
>
&2
exit
1
else
# XXX: Stretch -- this fixes https://bugs.freedesktop.org/show_bug.cgi?id=93656
# (Tails#10889, Tails#10571)
echo
'application/pgp-keys=seahorse-pgp-keys.desktop'
\
>>
"
$defaults_file
"
echo
'application/x-iwork-keynote-sffkey=seahorse-pgp-keys.desktop'
\
>>
"
$defaults_file
"
fi
config/chroot_local-includes/etc/skel/.local/share/applications/mimeapps.list
View file @
92dcefe0
# XXX: Stretch -- the seahorse associations in here fix:
# - https://bugs.freedesktop.org/show_bug.cgi?id=93656
# - Tails#10889
# - Tails#10571
# - Tails#10943
[Default Applications]
application/pgp-encrypted=seahorse-pgp-encrypted.desktop
application/pgp-keys=seahorse-pgp-keys.desktop
application/pgp-signature=seahorse-pgp-signature.desktop
application/x-iwork-keynote-sffkey=seahorse-pgp-keys.desktop
x-scheme-handler/mailto=icedove.desktop
[Added Associations]
x-scheme-handler/mailto=icedove.desktop;
application/pgp-encrypted=seahorse-pgp-encrypted.desktop
application/pgp-keys=seahorse-pgp-keys.desktop
application/pgp-signature=seahorse-pgp-signature.desktop
application/x-iwork-keynote-sffkey=seahorse-pgp-keys.desktop
x-scheme-handler/mailto=icedove.desktop
anonym
@anonym
mentioned in issue
#10943 (closed)
·
May 14, 2020
mentioned in issue
#10943 (closed)
mentioned in issue #10943
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment