You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Describe the bug
In the README file, it states that one of the dependencies for the system tray in Debian-based systems is gir1.2-appindicator3. However, I was unable to install this dependency. Instead, I got an error message stating that it was unable to locate gir1.2-appindicator3. I am unsure if this is an error in the documentation, something wrong with the dependency itself, or simply something on my end.
To Reproduce
Steps to reproduce the behavior:
Copy and paste the command given to install systray dependencies in Debian-based systems. This is as follows: sudo apt install -y gir1.2-appindicator3 libnotify-bin
Enter superuser password.
The system will return a message saying that it is unable to locate the package gir1.2-appindicator3
Expected behavior
I expected apt to recognize the program and install it.
Screenshots
Desktop (please complete the following information):
OS: Kubuntu 20.04
Version 2.1.1
Additional context libnotify-bin, another systray dependency, was installed without any issues.
Apologies if this is something on my end.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the
README
file, it states that one of the dependencies for the system tray in Debian-based systems isgir1.2-appindicator3
. However, I was unable to install this dependency. Instead, I got an error message stating that it was unable to locategir1.2-appindicator3
. I am unsure if this is an error in the documentation, something wrong with the dependency itself, or simply something on my end.To Reproduce
Steps to reproduce the behavior:
sudo apt install -y gir1.2-appindicator3 libnotify-bin
gir1.2-appindicator3
Expected behavior
I expected
apt
to recognize the program and install it.Screenshots
Desktop (please complete the following information):
Additional context
libnotify-bin
, another systray dependency, was installed without any issues.Apologies if this is something on my end.
The text was updated successfully, but these errors were encountered: