You are not logged in.
First, I realize Devuan is not Debian. But still, most Debian techniques work in Devuan.
I tried to install otter-browser via CreatePackageFromPPA which is described at https://wiki.debian.org/CreatePackageFromPPA.
The first command went fine: apt install devscripts build-essential software-properties-common
But the second had some errors: add-apt-repository --enable-source ppa:otter-browser/release
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Devuan/ascii
Is there any way around this?
Offline
Get the source (*.dsc and *.tar.gz) manually from https://launchpad.net/~otter-browser/+a … /+packages?
You'll find the build-depends in the *.dsc and $SOURCES/debian/control files and I think having less auto-magic with foreign sources is not really a bad thing. I just feel safer with not adding foreign repositories to my sources.list but maybe I'm just old and grumpy...
...and what's the translation of (German:) "Altersstarrsinn" to English? (Old-age-stubbornness?) :-D
Last and least: It did work...
——————————
Edit...
Ok... YT videos didn't play in the VM but on the netbook (Ideapad S10 (1st generation)) they do. Brave lill Atom... \o/
The XFXE install in the VM may be too minimal... IDC!
It was good enough to build the deb and that's all what's really needed.
Pasta & Ramen!
Last edited by yeti (2019-07-16 17:36:26)
Offline
Thanks for the reply, but the reason I hoped that I could convert a PPA is that I looked at the installation instructions at
https://github.com/OtterBrowser/otter-b … INSTALL.md
and could not understand what header files needed to go where. I have done some C programming, but the instructions assume a lot.
Offline
I hoped that I could convert a PPA
I took the .tar.gz and the .dsc and rebuilt them on Devuan3.
Read a bit about dpkg-source and dpkg-buildpackage.
These sources were well behaving.
They are a good start as first own deb-src rebuild.
Offline
You can also run Otter as AppImage.
Offline
The browser appears to be webkit based and they don't update the AppImage often enough to cover the steady stream of vulnerabilites associated with that engine so it's probably best not to use it at all.
Brianna Ghey — Rest In Power
Offline
The browser appears to be webkit based and they don't update the AppImage often enough to cover the steady stream of vulnerabilites associated with that engine so it's probably best not to use it at all.
It's based on qtwebengine. It can use both webkit and blink backends. If they don't update appimage it's very bad because this is the only easy way to install and run such application on any distro.
Offline