Hello,
First of all thanks for your work on Rio, so far I've liked using it :)
I installed it on Ubuntu 22.04 via the deb package, and pinned the app in my favorites.
However I noticed that it disappeared, apparently randomly, from those favorites.
After a bit of investigation, it turns out that the deb package name conflicts with another one in the Ubuntu repos, so the package was updated by apt to something else, removing rioterm, hence disappearing from the favorites.
❯ dpkg --info rio_0.2.2-1_amd64_x11.deb
new Debian package, version 2.0.
size 8202284 bytes: control archive=460 bytes.
537 bytes, 15 lines control
Package: rio
Version: 0.2.2-1
Architecture: amd64
Homepage: https://raphamorim.io/rio
Section: admin
Priority: optional
Maintainer: Raphael Amorim <rapha850@gmail.com>
Installed-Size: 25368
Depends: libc6 (>= 2.35), libstdc++6 (>= 11)
Description: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run
in desktops and browsers.
Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run
in desktops and browsers.
The supported platforms currently consist of BSD, Linux, MacOS and Windows.
❯ apt search rio
rio/jammy 1.07-14ubuntu1 amd64
Command line Diamond Rio MP3 player controller
I suppose the fix is simply naming the deb package rioterm:
❯ apt search rioterm
Sorting... Done
Full Text Search... Done
I thought it was related to #829 at first, but it is slightly different I suppose.
Hello,
First of all thanks for your work on Rio, so far I've liked using it :)
I installed it on Ubuntu 22.04 via the deb package, and pinned the app in my favorites.
However I noticed that it disappeared, apparently randomly, from those favorites.
After a bit of investigation, it turns out that the deb package name conflicts with another one in the Ubuntu repos, so the package was updated by apt to something else, removing rioterm, hence disappearing from the favorites.
I suppose the fix is simply naming the deb package
rioterm:I thought it was related to #829 at first, but it is slightly different I suppose.