gnome-gmail icon indicating copy to clipboard operation
gnome-gmail copied to clipboard

Errors running after setup.py install --user

Open malsyned opened this issue 5 years ago • 1 comments

setup.py install --user completes successfully, but the shell script placed in ~/.local/bin refers to /usr/share/gnome-gmail/gnomegmail.py and so throws an error when run.

If I fix this, I run into the next problem: gnomegmail.py is looking for a glade file in /usr/share, but it was installed in ~/.local/share and so the program crashes with an exception. If I change the hard-coding on this, gnome-gmail works correctly as far as I can tell.

Can gnome-gmail be modified to behave properly under --user installs?

malsyned avatar May 31 '20 13:05 malsyned

The package was originally developed to yield a deb install. I'm not in an environment where I would care about an alternate installation, but I'd consider patches.

davesteele avatar May 31 '20 19:05 davesteele