From 0e2cbedd32e1d667f16fd0c8492afdec4a71994f Mon Sep 17 00:00:00 2001 From: Luni Date: Mon, 29 Jun 2020 18:35:11 -0500 Subject: [PATCH 1/3] Update PhotoshopSetup.sh --- scripts/PhotoshopSetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh index c625204..246def8 100755 --- a/scripts/PhotoshopSetup.sh +++ b/scripts/PhotoshopSetup.sh @@ -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 } From f8da93c984e13ca0f97238ec8f182d524bbe25de Mon Sep 17 00:00:00 2001 From: Luni Date: Mon, 29 Jun 2020 18:35:31 -0500 Subject: [PATCH 2/3] Update launcher.sh --- scripts/launcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/launcher.sh b/scripts/launcher.sh index 9c047de..0f47f29 100755 --- a/scripts/launcher.sh +++ b/scripts/launcher.sh @@ -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" From fe6951e44e5d1d8f0ab78ba06f10492c8631326d Mon Sep 17 00:00:00 2001 From: Luni Date: Mon, 29 Jun 2020 18:36:13 -0500 Subject: [PATCH 3/3] Update photoshop.desktop --- scripts/photoshop.desktop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/photoshop.desktop b/scripts/photoshop.desktop index fea6d98..37fa9aa 100755 --- a/scripts/photoshop.desktop +++ b/scripts/photoshop.desktop @@ -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