dothq / browser-desktop

Dot Browser for Windows, macOS and Linux
http://developer.dothq.org/
Mozilla Public License 2.0
386 stars 25 forks source link

DOT BROWSER #97

Closed honorio1951 closed 2 years ago

honorio1951 commented 2 years ago

HELLO SOMEBODY HAS SEEN DOT BROWSER ???? I TRIED INSTALL IT IN UBUNTU CINNAMON 21, BUT I COULD NOT AND NEITHER COULD NOT AN IMAGE OF TERMINAL. I'M NOT VERY EXPERTISE, SO ANOTHER TUTO WILL BETTER.

THANKS IN ADVANCE

kierandrewett commented 2 years ago

It should work in Ubuntu 21. Are you running the .deb and what command did you run to install it?

UnnknownMk commented 2 years ago

dude is that a Sphynx cat there buitifull

kierandrewett commented 2 years ago

Yes, it is. They are indeed beautiful.

ClutchKick2207 commented 2 years ago

Hey, To install an AppImage, all you have to do is make it an executable. You are able to do this with a chmod u+x command, and then pointing it to where your appimage is located, for example chmod u+x ~/user_name/Downloads/example-file.AppImage . Hope that helps ;) and feel free to have a look on the Discord server for any more help.

ClutchKick2207 commented 2 years ago

After you make it executable, you can then move the file somewhere such as applications to allow for you to launch it using any standard launcher. Your best option though would be to run the following command ~/user_name/example/directory/example-file.AppImage --register-app to allow for your OS to recognise it as an app image. If you are not comfortable using a terminal, I would recommend you go on an OS such as ElementaryOS, which has GUI based installers such as Eddy (which I personally recommend). Elementary also has the feature of every normal task having a GUI based system to allow for you to do it (making it easier if you are not comfortable with a terminal). Hope that helps.