davesteele / gnome-gmail

Integrate GMail into the Linux Desktop
https://davesteele.github.io/gnome-gmail/
GNU General Public License v2.0
50 stars 13 forks source link

exec gnomegmail.py from launcher script and use its shebang #17

Closed scop closed 8 years ago

scop commented 8 years ago

Two benefits here: no persistent shell kept around (exec), and one less place where the python interpreter is specified.

davesteele commented 8 years ago

Now that Python 3 compatibility is not an issue (thanks again), the right way is to install the script at /usr/share/gnome-gmail and link it to /usr/bin.