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
45c625f6
Commit
45c625f6
authored
Oct 03, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use exec_firefox() to start the I2P Browser.
parent
26e2c0a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
config/chroot_local-includes/usr/local/sbin/i2p-browser
config/chroot_local-includes/usr/local/sbin/i2p-browser
+4
-1
No files found.
config/chroot_local-includes/usr/local/sbin/i2p-browser
View file @
45c625f6
...
...
@@ -351,7 +351,10 @@ run_browser_in_chroot () {
echo
"* Starting I2P Browser"
sudo
-u
${
SUDO_USER
}
xhost +SI:localuser:
${
BROWSER_USER
}
2>/dev/null
chroot
${
CHROOT
}
sudo
-u
${
BROWSER_USER
}
LD_LIBRARY_PATH
=
"
${
TBB_INSTALL
}
"
"
${
TBB_INSTALL
}
/Browser/firefox"
-DISPLAY
=
:0.0
-profile
/home/
${
BROWSER_USER
}
/.tor-browser/profile.default
chroot
${
CHROOT
}
sudo
-u
${
BROWSER_USER
}
/bin/sh
-c
\
". /usr/local/lib/tails-shell-library/tor-browser.sh &&
\
exec_firefox -DISPLAY=:0.0
\
-profile /home/
${
BROWSER_USER
}
/.tor-browser/profile.default"
sudo
-u
${
SUDO_USER
}
xhost
-SI
:localuser:
${
BROWSER_USER
}
2>/dev/null
}
...
...
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