You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardcode-Tray version : `` (impossible to retrieve, crashes)
Distribution : Ubuntu GNOME 17.04
Gtk version : 2.24.31-1ubuntu1 | 3.22.11-0ubuntu3
Inkscape version : 0.92.1 if installed
Cairo version : 1.0.20 if installed
Sni-qt version: 0.2.7+20161212~1 if installed
Application name : ``
Application version : ``
Running hardcode-tray in any mode (even just to check version) yeilds a crash.
Traceback (most recent call last):
File "/usr/bin/hardcode-tray", line 40, in<module>
from HardcodeTray.app import App
File "/usr/lib/python3.5/site-packages/HardcodeTray/app.py", line 25, in<module>
from HardcodeTray.const import DB_FOLDER
File "/usr/lib/python3.5/site-packages/HardcodeTray/const.py", line 36, in<module>
USER_ID = int(getenv("SUDO_UID")) or geteuid()
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
Fixed on master. Now Hardcode-Tray doesn't change the permissions of any file which caused a lot of issues. This will be improved a lot with #397 & #406
Specifications
Ubuntu GNOME 17.04
2.24.31-1ubuntu1 | 3.22.11-0ubuntu3
0.92.1
if installed1.0.20
if installed0.2.7+20161212~1
if installedRunning hardcode-tray in any mode (even just to check version) yeilds a crash.
The text was updated successfully, but these errors were encountered: