jansorg / tom-ui

Qt5-based user interface for the tom time tracker
https://www.tomtime.dev
GNU General Public License v3.0
8 stars 2 forks source link

tom from tom-0.7.3-ubuntu-18.10.deb misses "executable" permission #63

Closed tanius closed 5 years ago

tanius commented 5 years ago

When installing tom-ui from package tom-0.7.3-ubuntu-18.10.deb (from here), it also installs an included version of tom. However the command which tom does not find any tom yet because:

$ ls -l /usr/bin/tom
-rw-r--r-- 1 root root 13668747 Mär  9 19:33 /usr/bin/tom

Workaround for now:

sudo chmod a+x /usr/bin/tom
jansorg commented 5 years ago

The next version will not ship tom withing tom-ui. The separate package should be used for that.