Browse Source

Try a more lightweight browser

Bob Mottram 9 years ago
parent
commit
5a9268d158
No account linked to committer's email

+ 1
- 1
src/freedombone-image-customise View File

98
 MESH_DESKTOP_BACKGROUND_IMAGE=/usr/local/share/${PROJECT_NAME}_mesh_initial_background.png
98
 MESH_DESKTOP_BACKGROUND_IMAGE=/usr/local/share/${PROJECT_NAME}_mesh_initial_background.png
99
 
99
 
100
 # The browser application to use
100
 # The browser application to use
101
-BROWSER=iceweasel
101
+BROWSER=midori
102
 
102
 
103
 MESH_INSTALL_DIR=/var/lib
103
 MESH_INSTALL_DIR=/var/lib
104
 
104
 

+ 1
- 1
src/freedombone-image-mesh View File

32
 export TEXTDOMAINDIR="/usr/share/locale"
32
 export TEXTDOMAINDIR="/usr/share/locale"
33
 
33
 
34
 # The browser application to use
34
 # The browser application to use
35
-BROWSER=iceweasel
35
+BROWSER=midori
36
 
36
 
37
 MY_USERNAME='fbone'
37
 MY_USERNAME='fbone'
38
 PEER_ID=
38
 PEER_ID=

+ 1
- 0
src/freedombone-mesh-reset View File

41
        sudo pkill qtox
41
        sudo pkill qtox
42
        sudo pkill firefox
42
        sudo pkill firefox
43
        sudo pkill iceweasel
43
        sudo pkill iceweasel
44
+       sudo pkill midori
44
        sudo ${PROJECT_NAME}-image-mesh $USER new
45
        sudo ${PROJECT_NAME}-image-mesh $USER new
45
        sudo batman start
46
        sudo batman start
46
        if [ -f $HOME/mesh-desktop.sh ]; then
47
        if [ -f $HOME/mesh-desktop.sh ]; then

+ 1
- 1
src/freedombone-mesh-visit-site View File

34
 IPFS_URL='http://127.0.0.1:8080/ipns'
34
 IPFS_URL='http://127.0.0.1:8080/ipns'
35
 
35
 
36
 # The browser application to use
36
 # The browser application to use
37
-BROWSER=iceweasel
37
+BROWSER=midori
38
 
38
 
39
 IPFS_USERS_FILE=/home/$USER/.ipfs-users
39
 IPFS_USERS_FILE=/home/$USER/.ipfs-users
40
 if [ ! -f $IPFS_USERS_FILE ]; then
40
 if [ ! -f $IPFS_USERS_FILE ]; then

+ 2
- 0
src/freedombone-meshweb View File

64
 
64
 
65
 if which firefox > /dev/null; then
65
 if which firefox > /dev/null; then
66
     firefox $ZERONET_INDEX
66
     firefox $ZERONET_INDEX
67
+elif which midori > /dev/null; then
68
+    midori $ZERONET_INDEX
67
 elif which iceweasel > /dev/null; then
69
 elif which iceweasel > /dev/null; then
68
     iceweasel $ZERONET_INDEX
70
     iceweasel $ZERONET_INDEX
69
 elif which chrome > /dev/null; then
71
 elif which chrome > /dev/null; then