commit
17c798573a
|
@ -63,7 +63,7 @@ function main(){
|
|||
install_photoshopSE
|
||||
sleep 5
|
||||
|
||||
echo -e "\033[1;93mSelect \"Windwos 7\" for windows version and then click OK\e[0m"
|
||||
echo -e "\033[1;93mSelect \"Windows 7\" for windows version and then click OK\e[0m"
|
||||
winecfg
|
||||
|
||||
replacement
|
||||
|
@ -77,7 +77,7 @@ function main(){
|
|||
|
||||
launcher
|
||||
show_message "\033[1;33mwhen you run photoshop for the first time it may take a while\e[0m"
|
||||
show_message "Almost Finish..."
|
||||
show_message "Almost finished..."
|
||||
sleep 30
|
||||
}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
if [ $# -ne 0 ];then
|
||||
echo "I havn't any parameter just run script without argument"
|
||||
echo "I have no parameters just run the script without arguments"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
notify-send "photoshop started" -i "photoshop"
|
||||
notify-send "Photoshop CC started." -i "photoshop"
|
||||
|
||||
# SCR_PATH="$HOME/.photoshopCCV19"
|
||||
# CACHE_PATH="$HOME/.cache/photoshopCCV19"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=photoshop
|
||||
Name=Photoshop CC
|
||||
Exec=bash pspath/launcher/launcher.sh
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Comment=photoshop cc for linux
|
||||
Comment=Photoshop CC for Linux
|
||||
Icon=photoshop
|
||||
Name[fr_FR]=PhotoshopCC
|
||||
Name[fr_FR]=Photoshop CC
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue