Bug - Orage icon missing in the systray for V4.20.  [Solved]

Report Bugs, Issues and non- package Requests
Message
Author
User avatar
oops
Posts: 1913
Joined: Tue Apr 10, 2018 5:07 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#11 Post by oops »

... No problem.
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

User avatar
dolphin_oracle
Developer
Posts: 22255
Joined: Sun Dec 16, 2007 12:17 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#12 Post by dolphin_oracle »

did you get any errors during install of the test repo version? I get a bunch of errors.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22255
Joined: Sun Dec 16, 2007 12:17 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#13 Post by dolphin_oracle »

ok I managed to cleanup my damaged install.

orage 4.20 does not have a systray icon. there isn't even an option for it. there is an option to show on the taskbar, but that's different.

so they removed it.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22255
Joined: Sun Dec 16, 2007 12:17 pm

Re: Bug - Orage icon missing in the systray for V4.20.  [Solved]

#14 Post by dolphin_oracle »

It think this is intentional. the changelog says

Code: Select all

- Disabled tray icon by default, (MR !66, MR !64)
https://gitlab.xfce.org/apps/orage/-/merge_requests/66 has some more information. apparently the orage clock plugin has some of the features.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
oops
Posts: 1913
Joined: Tue Apr 10, 2018 5:07 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#15 Post by oops »

dolphin_oracle wrote: Thu Feb 06, 2025 8:17 am ok I managed to cleanup my damaged install.

orage 4.20 does not have a systray icon. there isn't even an option for it. there is an option to show on the taskbar, but that's different.

so they removed it.
Ok , So I will keep the v4.18.0-0~mx23 version ... Thanks for the info. dolphin_oracle.

( "did you get any errors during install of the test repo version? I get a bunch of errors." ... yes 2 steps were needed for me too)

EDIT: you are right
V4.18
https://i14.servimg.com/u/f14/20/40/85/94/vm_vir13.jpg
V4.20 (the menu option is missing)
https://i14.servimg.com/u/f14/20/40/85/94/vm_vir10.jpg
Last edited by oops on Thu Feb 06, 2025 8:59 am, edited 1 time in total.
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

User avatar
BV206
Posts: 490
Joined: Sat Mar 09, 2019 10:55 am

Re: Bug - Orage icon missing in the systray for V4.20.

#16 Post by BV206 »

dolphin_oracle wrote: Thu Feb 06, 2025 8:13 am did you get any errors during install of the test repo version? I get a bunch of errors.
This just happened to me when I tried to upgrade orage and a few other xfce packages from the test repo.
I purged orage* and then in installed it from the test repo and had no errors.

User avatar
dolphin_oracle
Developer
Posts: 22255
Joined: Sun Dec 16, 2007 12:17 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#17 Post by dolphin_oracle »

@Stevo the orage 4.20 package has issues when updating over the existing 4.18 package. not sure what's going on there. installs clean if orage is not already installed. maybe need to add a conflict to the control file so that orage is removed before upgrading the new one.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Stevo
Developer
Posts: 14568
Joined: Fri Dec 15, 2006 7:07 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#18 Post by Stevo »

That seems likely, as it's not backported from upstream Debian.

However, the panel plugin was removed in the previous release, 4.18, which we have in MX 23 main, so I'm confused as to why it now disappeared, unless it's not a direct backport from Debian.

Code: Select all

orage (4.18.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.18.0.
    - Added Wayland support. (Issue #2, Closes: #1018717)
    - Drop patch upstreamed.
  * d/control: Drop B-D on libdbus-glib-1-dev and libxfce4panel-2.0-dev.
  * d/orage.install: Panel plugin was removed, update accordingly.
  * Update Standards-Version to 4.6.2.

 -- Unit 193 <unit193@debian.org>  Thu, 15 Jun 2023 02:31:16 -0400
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
Stevo
Developer
Posts: 14568
Joined: Fri Dec 15, 2006 7:07 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#19 Post by Stevo »

The problem is that our 4.18 installs the .service file as part of the orage-data file instead of the main orage file as Debian does, so I'll have it conflict with that.

Code: Select all

trying to overwrite '/usr/share/dbus-1/services/org.xfce.orage.service', which is also in package orage-data 4.18.0-0~mx23
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
Stevo
Developer
Posts: 14568
Joined: Fri Dec 15, 2006 7:07 pm

Re: Bug - Orage icon missing in the systray for V4.20.

#20 Post by Stevo »

MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

Post Reply

Return to “Bugs and Non-Package Requests Forum”