linuxmint / xapp

Cross-desktop libraries and common resources
GNU Lesser General Public License v3.0
126 stars 44 forks source link

Mintreport advises 'Add the Xapp Status applet'; but it appears to already be installed #180

Open k-lynx opened 4 months ago

k-lynx commented 4 months ago

Recently one of my Linux Mint 21.3 host's Mintreport advises to add the Xapp Status applet. Clicking the button to add the applet opens the settings applet window but the Xapp Status applet does not appear there.

Also, some tray icons appear very different from others.

I'm not having any other problems with this system.

Referencing a previous similar report (RudahXimenes to Mintreport) the result of the following requested commands are as follows:

$>dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames | grep org.x There is no output from this command.

$>python3 -c "import gi; gi.require_version('XApp', '1.0'); from gi.repository import XApp; print(XApp.StatusIcon.any_monitors());" False

$>dpkg --list | grep libxapp1 ii libxapp1:amd64 2.8.2+virginia amd64 XApp library

$>dpkg --list | grep xapps-common ii xapps-common 2.8.2+virginia all Common files for XApp desktop apps

System info- https://pastebin.com/ffVqjP7w

I'm not a coder but I can follow instructions if more info is needed.

Thanks in advance for any assistance.