ucberkeley / bce

Berkeley Common Environment provides a common Linux computational environment for classwork and research.
Apache License 2.0
13 stars 6 forks source link

Add PyCharm to Gnome Apps menu #9

Closed ck37 closed 9 years ago

ck37 commented 9 years ago

Would it be possible to add PyCharm to the Gnome Applications menu? I believe it will be used pretty often in the DLab python trainings, and it seems like it would be a good usability improvement to not require typing "pycharm" on a terminal to run it.

Alternatively, a desktop icon could be the second best option.

ryanlovett commented 9 years ago

Fixed, thanks!

ryanlovett commented 9 years ago

Chris, when launching pycharm.sh from the manually created launcher, it prompts the user to create a script in /usr/local/bin and to create another desktop launcher. If the user accepts these default choices, it asks the user for the oski password and completes the installation. The latter requires that the user knows the password ("oski") but this is inconvenient.

These actions are contained within the PyCharm jar files so are not easily modified.

I have renamed the desktop launcher to PyCharm Installation to disambiguate it from the application. A future release should find a way to make the installation completely unattended.