Answer the question
In order to leave comments, you need to log in
How to add Quicklist from projects in PhpStorm shortcut in Ubuntu?
How to add Quicklist from projects in PhpStorm shortcut in Ubuntu?
I did like this (Shortcut config):
[Desktop Entry]
Version=1.0
Type=Application
Name=PhpStorm
Icon=/opt/PhpStorm-141.2462/bin/webide.png
Exec="/opt/PhpStorm-141.2462/bin/phpstorm.sh"
Comment=Develop with pleasure!!!
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-phpstorm
Actions=Project1;Project2;Project3;
[Desktop Action Project1]
Name=Project1
Exec="/opt/PhpStorm-141.2462/bin/phpstorm.sh /var/www/Project1/"
OnlyShowIn=Unity;
[Desktop Action Project2]
Name=Project2
Exec="/opt/PhpStorm-141.2462/bin/phpstorm.sh /var/www/Project2/"
OnlyShowIn=Unity;
[Desktop Action Project3]
Name=Project3
Exec="/opt/PhpStorm-141.2462/bin/phpstorm.sh /var/www/Project3/"
OnlyShowIn=Unity;
Answer the question
In order to leave comments, you need to log in
As an option add to Exec=sh -c "/opt/PhpStorm-141.2462/bin/phpstorm.sh /var/www/Project3/"
[Desktop Entry]
Version=1.0
Type=Application
Name=PhpStorm
Icon=/opt/PhpStorm-141.2462/bin/webide.png
Exec="/opt/PhpStorm-141.2462/bin/phpstorm.sh"
Comment=Develop with pleasure!!!
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-phpstorm
Actions=Project1;Project2;Project3;
[Desktop Action Project1]
Name=Project1
Exec=sh -c "/opt/PhpStorm-141.2462/bin/phpstorm.sh /var/www/Project1/"
OnlyShowIn=Unity;
[Desktop Action Project2]
Name=Project2
Exec=sh -c "/opt/PhpStorm-141.2462/bin/phpstorm.sh /var/www/Project2/"
OnlyShowIn=Unity;
[Desktop Action Project3]
Name=Project3
Exec=sh -c "/opt/PhpStorm-141.2462/bin/phpstorm.sh /var/www/Project3/"
OnlyShowIn=Unity;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question