Results 1 to 3 of 3

Thread: mail-notification icon always on tray

  1. #1
    Join Date
    Feb 2010
    Location
    Italy
    Beans
    177
    Distro
    Lubuntu 12.04 Precise Pangolin

    mail-notification icon always on tray

    Hello,

    I'm running mail-notification (Mail Notification version 5.4) on lubuntu oneiric.
    I would like to have its icon always on my tray, and not only when a mail arrives.
    I found this post http://ubuntuforums.org/showpost.php...77&postcount=7 explaining how to do it with gnome,
    but how to do it on lxde?

    Thank you

  2. #2
    Join Date
    Oct 2011
    Beans
    24

    Re: mail-notification icon always on tray

    Here's what I did to solve this:

    Code:
    leafpad ~/.gconf/apps/mail-notification/%gconf.xml
    and add the following line after the <gconf> tag:

    Code:
    <entry name="always-display-icon" mtime="1320676101" type="bool" value="true"/>
    You might have to restart for it to take effect.

  3. #3
    Join Date
    Feb 2010
    Location
    Italy
    Beans
    177
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: mail-notification icon always on tray

    It works great! Many thanks
    BTW: ending session and logging in again was enough.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •