luncher script added

This commit is contained in:
victor 2020-02-12 23:02:12 +03:30
parent 92bfe54f57
commit 791cbfa3e5
1 changed files with 26 additions and 0 deletions

26
luncher.sh Executable file
View File

@ -0,0 +1,26 @@
#!/usr/bin/env bash
if [ $# -ne 0 ];then
echo "I havn't any parameter just run script without argument"
exit 1
fi
notify-send "photoshop started" -i "photoshop"
SCR_PATH="$HOME/.photoshopCCV19"
CACHE_PATH="$HOME/.cache/photoshopCCV19"
WINE_PATH="$SCR_PATH/wine-3.4"
RESOURCES_PATH="$SCR_PATH/resources"
WINE_PREFIX="$SCR_PATH/prefix"
export WINEPREFIX="$WINE_PREFIX"
export PATH="$WINE_PATH/bin:$PATH"
export LD_LIBRARY_PATH="$WINE_PATH/lib:$LD_LIBRARY_PATH"
#export WINEDLLOVERRIDES="winemenubuilder.exe=d"
export WINESERVER="$WINE_PATH/bin/wineserver"
export WINELOADER="$WINE_PATH/bin/wine"
export WINEDLLPATH="$WINE_PATH/lib/wine"
wine /home/victor/.photoshopCCV19/prefix/drive_c/users/victor/PhotoshopSE/Photoshop.exe