Skip to content
Snippets Groups Projects
Commit a0dca5fb authored by amnesia's avatar amnesia
Browse files

Autostart Iceweasel with the GNOME session.

This workarounds the "Iceweasel 1st page is not loaded" bug.
parent fb996be0
Branches
Tags 0.6-rc3
No related merge requests found
/usr/share/applications/iceweasel.desktop
\ No newline at end of file
...@@ -4,12 +4,7 @@ set -e ...@@ -4,12 +4,7 @@ set -e
test -e /boot-profile.pid || exit 0 test -e /boot-profile.pid || exit 0
# Wait some time hoping Tor will have bootstrapped # Wait some time hoping Tor has bootstrapped and Iceweasel is started
sleep 60 sleep 90
iceweasel &
# Wait some time hoping Iceweasel will be started
sleep 30
sudo kill $(cat /boot-profile.pid) sudo kill $(cat /boot-profile.pid)
...@@ -2,3 +2,11 @@ When starting iceweasel for the 1st time under 0.6~rc2, the home page (or any ...@@ -2,3 +2,11 @@ When starting iceweasel for the 1st time under 0.6~rc2, the home page (or any
page given at the command line) is not opened, but about:blank. page given at the command line) is not opened, but about:blank.
If iceweasel was started once, then everything goes well. If iceweasel was started once, then everything goes well.
> This is now workaround'ed by autostarting Iceweasel with the GNOME
> session: this way, clicking on a link found in one of our desktop
> notifications / warnings, or on the T(A)ILS documentation desktop
> icon, really opens the wanted page. OTOH, this first Iceweasel
> instance doesn't load the check.torproject.org page, but as we are
> considering removing it I guess we can nevertheless tag this bug
> [[!taglink pending]].
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment