hhannine / superpaper

A cross-platform multi monitor wallpaper manager.
MIT License
1.14k stars 46 forks source link

Tray Icon not appearing in Linux Mint 21 Cinnamon #130

Closed maniaxuk closed 1 year ago

maniaxuk commented 1 year ago

Edit

Found a closed issue reporting problems that were solved by using the appimage so I uninstalled Superpaper and python3-wxgtk4.0 and tried the appimage which seems to be working as expected

I wasn't sure which appimage to use seeing as Mint is based on Ubuntu, initially tried Superpaper-2.1.0-x86_64-ubuntu1604base.AppImage which ran but most of the window was blank and icon menus didn't, look right

Superpaper-2.1.0-x86_64.AppImage is the one that's running correctly


I've just done a clean install of Linux Mint 21 Cinnamon and then went through the steps to install Superpaper

The Menu shortcut appears as expected however clicking on it doesn't create a Tray Icon although it does seem like something happens as the default Mint wallpaper gets moved from being the same wallpaper on each monitor to being one image centred across both monitors with black bars to the left\right of the centred image plus the Workspace Tray icon I have displayed in the tray briefly moves left by a few pixels as if another tray icon is about to appear although the number of pixels it moves is no where near enough to make space for the Superpaper icon

The problem persists after a reboot and after uninstalling\reinstalling Superpaper

Anyone got any suggestions\ideas\things to try?


Installation step results listed below

maniax@HP-ProBook-4540s:~$ apt list python3-wx*
Listing... Done
python3-wxgtk-media4.0/jammy 4.0.7+dfsg-13build1 amd64
python3-wxgtk-webview4.0/jammy 4.0.7+dfsg-13build1 amd64
python3-wxgtk4.0/jammy,now 4.0.7+dfsg-13build1 amd64 [installed]

maniax@HP-ProBook-4540s:\~$ python3 -m pip install --user --upgrade superpaper Collecting superpaper Using cached superpaper-2.1.0-py3-none-any.whl (283 kB) Requirement already satisfied: screeninfo>=0.6.1 in ./.local/lib/python3.10/site-packages (from superpaper) (0.8.1) Requirement already satisfied: xcffib>=0.8.0 in ./.local/lib/python3.10/site-packages (from superpaper) (0.12.1) Requirement already satisfied: numpy>=1.18.0 in /usr/lib/python3/dist-packages (from superpaper) (1.21.5) Requirement already satisfied: xpybutil>=0.0.5 in ./.local/lib/python3.10/site-packages (from superpaper) (0.0.6) Requirement already satisfied: system-hotkey>=1.0.3 in ./.local/lib/python3.10/site-packages (from superpaper) (1.0.3) Requirement already satisfied: Pillow>=7.0.0 in /usr/lib/python3/dist-packages (from superpaper) (9.0.1) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from xcffib>=0.8.0->superpaper) (1.16.0) Requirement already satisfied: cffi>=1.1.0 in ./.local/lib/python3.10/site-packages (from xcffib>=0.8.0->superpaper) (1.15.1) Requirement already satisfied: pycparser in ./.local/lib/python3.10/site-packages (from cffi>=1.1.0->xcffib>=0.8.0->superpaper) (2.21) Installing collected packages: superpaper Successfully installed superpaper-2.1.0 maniax@HP-ProBook-4540s:~$