Bug 32927 - Missing Oxygen systray icons
Summary: Missing Oxygen systray icons
Status: NEW
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-03 01:32 CET by Roger Checa
Modified: 2024-11-22 10:37 CET (History)
3 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description Roger Checa 2024-03-03 01:32:52 CET
Refer to :
https://bugs.mageia.org/show_bug.cgi?id=32847#c2
(see attachment 14430 [details])
Comment 1 Lewis Smith 2024-03-03 20:08:02 CET
Thank you for raising this separate bug.

The attachment makes it clear that 2 Plasma Systray icons are missing (substituted by default) with Oxygen icon theme; but present using Breeze. One is for Bluetooth, the other 'Bell' for ?

Do you know whether this applies just to Plasma, or also for other desktops? (I do not have a Cauldron system to try it).

See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=32847
CC: (none) => lewyssmith

Comment 2 Roger Checa 2024-03-03 20:58:14 CET
Bell for "NOTIFICATIONS"
Comment 3 Roger Checa 2024-03-03 20:59:45 CET
Plasma only (only one I use)
Comment 4 David GEIGER 2024-03-04 06:15:44 CET
This is probably an upstream kde bug since the Wayland switch by default in plasma 6.

It would be great to open new bug upstream at https://bugs.kde.org/ to see what they can do to fix some x11 bugs.

CC: (none) => geiger.david68210

Comment 5 Lewis Smith 2024-03-04 19:44:45 CET
(In reply to David GEIGER from comment #4)
> This is probably an upstream kde bug since the Wayland switch by default in
> plasma 6.
> It would be great to open new bug upstream at https://bugs.kde.org/ to see
> what they can do to fix some x11 bugs.
https://bugs.mageia.org/show_bug.cgi?id=32847#c8 says
"Other missing icons => no change under "wayland" or "X11""
so this looks like a Mageia problem, not a question of X11 v Wayland.
So this comment is more relevant to the other bug 32847.

Can any other Cauldron user say whether these 2 icons are present or missing on any desktop other than Plasma? We need to know.
Comment 6 Aurelian R 2024-11-22 10:30:51 CET
The "DESKTOP_SESSION" environment variable for Plasma has various values between X11 and Wayland and between Mageia 9 and Cauldron, like plasma, plasmawayland, plasmax11..., but they all do contain "plasma."
The workaround is to fix the testing of "DESKTOP_SESSION" in the /usr/bin/mgaaplet script.

This little hack should do the trick
sed -e 's/plasma\$/plasma/' /usr/bin/mgaapplet

CC: (none) => arusanu

Comment 7 Aurelian R 2024-11-22 10:37:44 CET
> This little hack should do the trick
> sed -e 's/plasma\$/plasma/' /usr/bin/mgaapplet

sed -e 's/plasma\$/plasma/' -i /usr/bin/mgaapplet

Should add "-i" to be a in place substitution.

Note You need to log in before you can comment on or make changes to this bug.