Skip to content

Commit 6e61dd0

Browse files
authored
Add /mnt
Fix #11
1 parent e107a88 commit 6e61dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gimp-dev-junest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export UNION_PRELOAD=$HERE
7777
export JUNEST_HOME=$HERE/.junest
7878
export PATH=$HERE/.local/share/junest/bin/:$PATH
7979
mkdir -p $HOME/.cache
80-
$HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/opt --bind=/usr/share/fonts --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
80+
$HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/mnt --bind=/opt --bind=/usr/share/fonts --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
8181
EOF
8282
chmod a+x ./$APP-devel.AppDir/AppRun
8383
sed -i "s#BINARY#$BIN#g" ./$APP-devel.AppDir/AppRun

gimp-junest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export UNION_PRELOAD=$HERE
8181
export JUNEST_HOME=$HERE/.junest
8282
export PATH=$HERE/.local/share/junest/bin/:$PATH
8383
mkdir -p $HOME/.cache
84-
$HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/opt --bind=/usr/share/fonts --bind=/usr/share/icons --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
84+
$HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/mnt --bind=/opt --bind=/usr/share/fonts --bind=/usr/share/icons --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
8585
EOF
8686
chmod a+x ./$APP.AppDir/AppRun
8787
sed -i "s#BINARY#$BIN#g" ./$APP.AppDir/AppRun

0 commit comments

Comments
 (0)