Somehow two extra "/usr/share/trelby/" directories have been entered into that file.
One other issue that might be fixable. One of the required files needed to run trelby, "python3-reportlab" is not seen as dependency when running the installation (in Linux Mint). So you have to install it "by hand" before you can run Trelby. (It is included in Linux Mint's repositories, but it's apparently not requested during the install.
And, one last thing. Trelby 2.4.10 currently has a scrolling issue. If you use the mouse or touchpad you can't scroll up or down by pages. This is something they are now aware of at the Trelby Github, but I don't think it has been fixed yet. You may want to drop back to 2.4.9 while they are fixing this issue.
Comments 1
Your Trelby 2.4.10 .deb package installs but does not run. When trying to run it from the terminal I get this error...
Traceback (most recent call last);
File "/usr/bin/trelby", line 9, in <module>
ModuleNotFoundError: No module named 'trelby'
The issue is corrected when you edit the trelby file in /usr/bin. For some reason, when first installed, this line reads...
sys.path.insert(0, "/usr/share/trelby//usr/share/trelby//usr/share/trelby/src")
When it should read...
sys.path.insert(0, "/usr/share/trelby/src")
Somehow two extra "/usr/share/trelby/" directories have been entered into that file.
One other issue that might be fixable. One of the required files needed to run trelby, "python3-reportlab" is not seen as dependency when running the installation (in Linux Mint). So you have to install it "by hand" before you can run Trelby. (It is included in Linux Mint's repositories, but it's apparently not requested during the install.
And, one last thing. Trelby 2.4.10 currently has a scrolling issue. If you use the mouse or touchpad you can't scroll up or down by pages. This is something they are now aware of at the Trelby Github, but I don't think it has been fixed yet. You may want to drop back to 2.4.9 while they are fixing this issue.
Thanks for creating these .deb files.