Re: Tuner up to Main
Posted: Fri Jul 29, 2022 9:11 am
Just added tuner to the tint panel which shows the svg icon. may be you are trying something else.
Yes, tint2 definitely can display svg icons.dolphin_oracle wrote: Fri Jul 29, 2022 8:56 am Can the tint2 panel show svg icons? I assume so but I don’t remember
So I created a fix in the repo: https://github.com/TheNiteCoder/tuner/tree/status-icon. The fix is fairly simple, I just add a systray icon that if clicked will open the window again. The only problem is the lack of systray icon is intentional as the Gtk.StatusIcon is deprecated and is removed in Gtk4. Here is a link to the thread on the gnome forums about why: https://discourse.gnome.org/t/what-to-u ... -tray/7175. The only problem we have on Xfce is the notification thing that Tuner does to replace the systray icon, doesn't seem to work with the Xfce4 Notifications Manager. I can open a pull request but I don't think the developer would want to merge this fix as it is using a deprecated feature.Jerry3904 wrote: Thu Jul 28, 2022 10:18 am I wish we could fork it and solve that systray problem, not sure who around here knows Vala.
Yes, when I initially upgraded from 18.3 to 19.0 Deb-multimedia repo was available in the sources list of MX and I had enabled it. Also noticed that when you fetch the multimedia codecs and associated files the script in MX tools fetches these files from deb-multimedia.org. Now in my other newer installs of MX19.3 and 19.4 Deb-multimedia is not available anymore so not enabled but this is my main work computer so do not know how to install/upgrade to the latest gstreamer and plugins without borking my system and losing my files. I would need to live without listening to world music with that app and stick to youtube for now.timkb4cq wrote: Thu Jul 28, 2022 10:32 pm Thissuggests you have installed gstreamer from the deb-multimedia repos but not the libgstreamer-plugins-bad1.0-0 package. Dmo packages often create this sort of dependency issue which is why we don't recommend them or include that repo in our lists.Code: Select all
Depends: libgstreamer-plugins-bad1.0-0 (<1.15) but 1:1.14.4-dmo7 is to be installed
I just successfully installed Tuner from the Test repo using MXPI in my MX19 install. I can't reproduce the aforementioned zombie issue with it. I'll have to see what is different in MX21...
hicolor is typically the lowest common denominator. I'm not having it pull from papirus. its normally the other way around.ceeslans wrote: Fri Jul 29, 2022 9:22 amYes, tint2 definitely can display svg icons.dolphin_oracle wrote: Fri Jul 29, 2022 8:56 am Can the tint2 panel show svg icons? I assume so but I don’t remember
I found that the 'com.github.louis77.tuner.svg' icons are actually available in the /usr/share/icons/Papirus/apps folders for sizes 16x16 24x24 48x48 ...
Maybe add a referral in the hicolor index.theme to the Papirus icons?
Code: Select all
sudo aptitude install libgstreamer1.0-0=1.14.4-1
Nice, thanks! I love the part where you say the fix is "fairly simple" ...Nite Coder wrote: Fri Jul 29, 2022 10:24 amSo I created a fix in the repo: https://github.com/TheNiteCoder/tuner/tree/status-icon. The fix is fairly simple, I just add a systray icon that if clicked will open the window again. The only problem is the lack of systray icon is intentional as the Gtk.StatusIcon is deprecated and is removed in Gtk4. Here is a link to the thread on the gnome forums about why: https://discourse.gnome.org/t/what-to-u ... -tray/7175. The only problem we have on Xfce is the notification thing that Tuner does to replace the systray icon, doesn't seem to work with the Xfce4 Notifications Manager. I can open a pull request but I don't think the developer would want to merge this fix as it is using a deprecated feature.Jerry3904 wrote: Thu Jul 28, 2022 10:18 am I wish we could fork it and solve that systray problem, not sure who around here knows Vala.