Can I disable Opera's new email notification in the system tray?

4

1

I use Opera as my email client. When Opera finds some new mail it adds a tiny envelope to its system tray icon.

It disturbs me. How can I disable this notification?

Tadeusz A. Kadłubowski

Posted 2009-07-21T19:39:23.897

Reputation: 2 005

What version are you using? – random – 2009-07-22T09:50:18.050

I use latest stable (9.64) on Linux. – Tadeusz A. Kadłubowski – 2009-07-22T09:53:24.703

Answers

8

This is a setting in the preferences:

  1. Ctrl + F12 or Alt + P

  2. Go to the Advanced tab, then Notifications.

  3. Uncheck Show notification for new messages

If you use Opera as an RSS reader, notification of fresh new feeds will also not be shown.

Elsewhere...

You may also need to edit the shortcut used to launch Opera in the first place.

For Linux, find the launcher and edit the properties to append -notrayicon, like so:

opera %u -notrayicon

Windows, locate the shortcut, right-click on Properties and append the target line with /notrayicon so that it will read similar to this:

"C:\Program Files\Opera\opera.exe" /notrayicon

In addition, you may need to do the following:

  • Right-click a blank area of the taskbar
  • Select Properties
  • Choose the Taskbar tab if not already selected
  • Customize... of Notification Area
  • Find the Opera icon and select "Always Hide" for its behaviour

When done with the above, close out Opera and then start it up again.

The Opera icon will now not show up in the system tray.

random

Posted 2009-07-21T19:39:23.897

Reputation: 13 363

Actually this setting disables only annoying popup with extracted email headers. It doesn't disable changing system tray icon from ,,opera logo'' to ,,opera logo with a tiny envelope''. – Tadeusz A. Kadłubowski – 2009-07-22T09:18:09.750

Added edit on how to remove for Linux. – random – 2009-07-22T10:17:14.770

1

Enter opera:config into your address bar. Type "notif" into the filter box. Uncheck the notifications you do not want. Click on "Save".

innaM

Posted 2009-07-21T19:39:23.897

Reputation: 9 208

For me, "noti" does the trick - adding a "y" at the end fails to match the notification preferences. – patjbs – 2009-07-21T19:54:35.623

Oops. Corrected. – innaM – 2009-07-22T06:08:54.447