jorio / OttoMatic

Pangea Software’s Otto Matic 🤖
https://pangeasoft.net/otto
Other
141 stars 13 forks source link

Downloading the Linux app? #18

Closed foote-darrell closed 1 year ago

foote-darrell commented 2 years ago

Downloading and running the pre-compiled Linux build seems to just say "There is no application installed for "Appimage Application Bundle." Is this an archive image that needs to be extracted? Does this file assume that I already have some third-party stuff installed? This is a brand new install of Ubuntu. Screenshot from 2022-06-07 01-24-34

jorio commented 2 years ago

The AppImage is self-contained, all you need to do is make the file executable. More info: https://docs.appimage.org/introduction/quickstart.html

foote-darrell commented 2 years ago

Well I did just that, and it still doesn't launch. I also tried to execute it from Terminal, but it seems to say I still need to install FUSE. Screenshot from 2022-06-08 22-08-32

Screenshot from 2022-06-08 22-12-09

darrell@darrell-Lenovo-H430:~/Downloads$ ls
OttoMatic-4.0.0-linux-x86_64.AppImage  tor-browser_en-US
steam_latest.deb                       tor-browser-linux64-11.0.13_en-US.tar.xz
darrell@darrell-Lenovo-H430:~/Downloads$ ./OttoMatic-4.0.0-linux-x86_64.AppImage 
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
foote-darrell commented 2 years ago

Alright I got it to work now. Just had to follow what that link said.