Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
3f61b14f
Commit
3f61b14f
authored
Aug 03, 2014
by
Tails developers
Committed by
Tails developers
Aug 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate tor-launcher to iceweasel --app
parent
614341e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready-notification.sh
.../NetworkManager/dispatcher.d/60-tor-ready-notification.sh
+2
-2
config/chroot_local-includes/usr/bin/tor-launcher
config/chroot_local-includes/usr/bin/tor-launcher
+1
-1
No files found.
config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready-notification.sh
View file @
3f61b14f
...
...
@@ -31,8 +31,8 @@ done
# Launcher is still running, we can just kill it and make sure it
# won't start next network reconnect. A reason for this happening is
# if Tor was restarted by tordate, e.g. if the clock was to incorrect.
if
pgrep
-f
"
xulrunner
.*tor-launcher-standalone"
;
then
pkill
-f
"
xulrunner
.*tor-launcher-standalone"
if
pgrep
-f
"
iceweasel --app
.*tor-launcher-standalone"
;
then
pkill
-f
"
iceweasel --app
.*tor-launcher-standalone"
for
p
in
/home/tor-launcher/.torproject/torlauncher/
*
.default/prefs.js
;
do
sed
-i
'/^user_pref("extensions.torlauncher.prompt_at_startup"/d'
"
${
p
}
"
echo
'user_pref("extensions.torlauncher.prompt_at_startup", false);'
>>
"
${
p
}
"
...
...
config/chroot_local-includes/usr/bin/tor-launcher
View file @
3f61b14f
...
...
@@ -2,4 +2,4 @@
set
-e
/usr/bin/
xulrunner-24.0
/usr/share/tor-launcher-standalone/application.ini
/usr/bin/
iceweasel
--app
/usr/share/tor-launcher-standalone/application.ini
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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