Bug - Orage icon missing in the systray for V4.20. [Solved]
Re: Bug - Orage icon missing in the systray for V4.20.
... 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
- dolphin_oracle
- Developer
- Posts: 22255
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Bug - Orage icon missing in the systray for V4.20.
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
- dolphin_oracle
- Developer
- Posts: 22255
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Bug - Orage icon missing in the systray for V4.20.
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.
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
- 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]
It think this is intentional. the changelog says
https://gitlab.xfce.org/apps/orage/-/merge_requests/66 has some more information. apparently the orage clock plugin has some of the features.
Code: Select all
- Disabled tray icon by default, (MR !66, MR !64)
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Bug - Orage icon missing in the systray for V4.20.
Ok , So I will keep the v4.18.0-0~mx23 version ... Thanks for the info. dolphin_oracle.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.
( "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
Re: Bug - Orage icon missing in the systray for V4.20.
This just happened to me when I tried to upgrade orage and a few other xfce packages from the test repo.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.
I purged orage* and then in installed it from the test repo and had no errors.
- dolphin_oracle
- Developer
- Posts: 22255
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Bug - Orage icon missing in the systray for V4.20.
@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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Bug - Orage icon missing in the systray for V4.20.
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.
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
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Bug - Orage icon missing in the systray for V4.20.
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
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Bug - Orage icon missing in the systray for V4.20.
This fixes it: https://drive.google.com/file/d/1wwRKz5 ... sp=sharing
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing