Showing posts with label notifications. Show all posts
Showing posts with label notifications. Show all posts

Sunday, May 24, 2009

Have Firefox Use Ubuntu's Notification System

old_notification_system
- Firefox's notifications are not very elegant. They do not use the operating systems native notification system and stick out like a sore thumb.
- This guide will configure Firefox to use Ubuntu's notification system.
- The plugin used works for all versions of Ubuntu, not just 9.04 Jaunty Jackalope.

Step 1: Disable The Old Notification System
In Firefox's URL bar type about:config
about_config_warning
- ignore the warning message

about_config_false
- Type browser.download.manager.showAlertOnComplete in the filter bar.
- Set the Value to false

Step 2: Download The FirefoxNotify Plugin
add_ons_plugin
- You must check the"Let me install this experimental add-on" box to download the add-on.

Step 3: Restart Firefox
new_notification
- Now Firefox will use Ubuntu's notification system.

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Friday, May 15, 2009

Remove The Pop-Up Update Manager

Pop-ups, pop-unders and any window that opens without being given permission is never a good idea. Remember the early days of the internet? This kind of annoying window behavior is unacceptable.

Pop-up_ads



Update Notifier No Roll OverPrior to Ubuntu 9.04, an icon would appear in the notification area, indicating that new system updates were able to be installed. Only after clicking the notification icon would the update manager window appear.


In Ubuntu 9.04 the update-manager behavior was changed. It no longer uses the the notification area to let users know that updates are available. Now Ubuntu auto launches the the update manager window to let user know that software updates are available.

Update Manager Window

What is the point of having a notification area if you aren't going to use it? Even though the update window does not steal focus or stop workflow, it still launches without permission. I find this behavior annoying and contrary to creating a good user interface. Update notifications belong in the notification area. This is one of the new changes in Jaunty that I can't agree with. The good thing is, like everything else in Ubuntu, if you don't like it you can change it.

To stop the update manager window from auto launching and enabling the notification icon in a terminal type:
gconftool -s --type bool /apps/update-notifier/auto_launch false

Update Notifier Setup Properly
- Now when system updates are available the icon appears and Jaunty's beautiful notification system tell you how many updates are available. I think this is a much better way of handling a very important system function. It integrates into the operating system better and gives me back control of my system.

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.