Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False alarms from mintreport-tray #98

Open
morciej opened this issue Jan 14, 2024 · 0 comments
Open

False alarms from mintreport-tray #98

morciej opened this issue Jan 14, 2024 · 0 comments

Comments

@morciej
Copy link

morciej commented Jan 14, 2024

On XFCE, Mintreport-tray intermittently shows the "[!]" icon, but once I click on it, it has nothing to report. I found out a while ago that this is remedied by introducing a startup delay.

The delay is actually requested by /etc/xdg/autostart/mintreport.desktop for two other desktop environments, like this:

...
X-GNOME-Autostart-Delay=40
X-MATE-Autostart-Delay=40

As you can see, the delay is not applied in XFCE, and I am afraid XFCE has no such option.
So I ended up modifying /etc/xdg/autostart/mintreport.desktop by changing from

Exec=mintreport-tray

to

Exec=/bin/bash -c "sleep 40 && mintreport-tray"

but I had to redo it after upgrading to 21.3 (Virginia) because the upgrade renamed the file.

Perhaps it is possible to make the Exec line conditional depending on desktop environment, but I don't know how to accomplish this. Any ideas?

A better solution would be for mintreport to wait a while after startup, before hastily reporting nonexistent issues. Either way, this is a manual workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant