You are not logged in.

#1 2011-04-12 20:03:36

A_ch
Member
Registered: 2011-03-27
Posts: 14

[Gnome-Shell] Seeing that Thunderbird icon always

Hi,

when receiving a mail when I am not at the computer I won't see directly that I got one. Just when going down with the cursor that forces that panel at the bottom to appear. There is my Thunderbird icon notifying me that a mail was received.

But I like to see it all the time like in Gnome3-Fallback when that icon was always at the top panel in the notification area. Is there any way to see that icon always without clicking/moving somewhere?

Last edited by A_ch (2011-05-28 23:44:54)

Offline

#2 2011-05-12 12:24:18

coques
Member
Registered: 2009-06-23
Posts: 11

Re: [Gnome-Shell] Seeing that Thunderbird icon always

good question, indeed. I've got a same problem.

Offline

#3 2011-05-28 22:02:51

A_ch
Member
Registered: 2011-03-27
Posts: 14

Re: [Gnome-Shell] Seeing that Thunderbird icon always

*bump*

Offline

#4 2011-06-02 12:25:10

Wey
Member
Registered: 2011-04-22
Posts: 217

Re: [Gnome-Shell] Seeing that Thunderbird icon always

Hello,
there is a extension tutorial, that shows how to make the gnote icon always visible by moving it to the top tray. You should be able to port it to thunderbird.

See: http://blog.fpmurphy.com/2011/05/more-g … ation.html

Edit: I set it up myself here (with gnote though, just replace all gnote calls with thunderbird). It looks like this:

$pwd
/home/username/.local/share/gnome-shell/extensions/gnotetop@panel.ui
$ls
extension.js metadata.json
$cat extension.js
const StatusIconDispatcher = imports.ui.statusIconDispatcher;

function main() {
  StatusIconDispatcher.STANDARD_TRAY_ICON_IMPLEMENTATIONS['gnote'] = 'gnote';
}
$cat metadata.json
{"shell-version": ["3.0.2"], "uuid": "gnotetop@panel.ui", "name": "gnotetop", "description": "Moves the gnote icon to the system status bar."}

There is also in interactive extension tool that ships with gnome-shell. Invoke it with gnome-shell-extension-tool --create, it will do most of the setup for you.

Last edited by Wey (2011-06-02 12:46:17)

Offline

#5 2011-06-13 06:52:03

c4software
Member
Registered: 2011-05-10
Posts: 9

Re: [Gnome-Shell] Seeing that Thunderbird icon always

Hello,

For thunderbird you have to specify thunderbird-bin like :

StatusIconDispatcher.STANDARD_TRAY_ICON_IMPLEMENTATIONS['thunderbird-bin'] = 'thunderbird';

Offline

Board footer

Powered by FluxBB