<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: any tips for libnotify trouble?</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/05/15/any-tips-for-libnotify-trouble/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/05/15/any-tips-for-libnotify-trouble/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: seth</title>
		<link>http://ubuntu-tutorials.com/2007/05/15/any-tips-for-libnotify-trouble/#comment-10029</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Sat, 05 Dec 2009 05:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=336#comment-10029</guid>
		<description>This is really annoying as it happens even when terminal is running full screen in one window on a dual head display (with notifications in the other monitor). 
 
No notifications for you! </description>
		<content:encoded><![CDATA[<p>This is really annoying as it happens even when terminal is running full screen in one window on a dual head display (with notifications in the other monitor).</p>
<p>No notifications for you! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://ubuntu-tutorials.com/2007/05/15/any-tips-for-libnotify-trouble/#comment-1468</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 15 May 2007 22:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=336#comment-1468</guid>
		<description>I&#039;m not sure what WINE is doing to get fullscreen windows? But I do know that all the popups, notifications and such appear on top of my fullscreen WoW. It&#039;s actually quite nice, and I&#039;d love to enable it with other apps.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what WINE is doing to get fullscreen windows? But I do know that all the popups, notifications and such appear on top of my fullscreen WoW. It&#8217;s actually quite nice, and I&#8217;d love to enable it with other apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://ubuntu-tutorials.com/2007/05/15/any-tips-for-libnotify-trouble/#comment-1469</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Tue, 15 May 2007 21:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=336#comment-1469</guid>
		<description>Hello Christer,

notification pop ups will not show up when an app is running in fullscreen mode (just because it could be very annoying when you&#039;re running games or watching a movie...).

In fact the function you&#039;re asking for was considered as a bug for notification-daemon:
https://bugs.launchpad.net/ubuntu/+source/notification-daemon/+bug/28752

I was checking if there&#039;s any way to produce a notification that ignores the restriction for fullscreen apps and It doesn&#039;t seems to be a parameter to control that, also no luck with gconf-editor.

Did you consider using tilda istead of directly using gnome-terminal? I tested with the script below and it works for me even configuring it to fill all the screen when using tilda but not with gnome-terminal.

---test.py---
import dbus
BUS_NAME = &#039;org.freedesktop.Notifications&#039;
OBJ_PATH = &#039;/org/freedesktop/Notifications&#039;
IFACE_NAME = &#039;org.freedesktop.Notifications&#039;
bus = dbus.SessionBus()
notify_obj = bus.get_object(BUS_NAME,OBJ_PATH)
notifications = dbus.Interface(notify_obj,IFACE_NAME)

notifications.Notify(&#039;Test&#039;,0,&#039;&#039;,&#039;Test&#039;,&#039;Test&#039;,[],{},-1)
---test.py---

Bye!

(sorry for my english, I&#039;m from Spain)</description>
		<content:encoded><![CDATA[<p>Hello Christer,</p>
<p>notification pop ups will not show up when an app is running in fullscreen mode (just because it could be very annoying when you&#8217;re running games or watching a movie&#8230;).</p>
<p>In fact the function you&#8217;re asking for was considered as a bug for notification-daemon:<br />
<a href="https://bugs.launchpad.net/ubuntu/+source/notification-daemon/+bug/28752" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/notification-daemon/+bug/28752</a></p>
<p>I was checking if there&#8217;s any way to produce a notification that ignores the restriction for fullscreen apps and It doesn&#8217;t seems to be a parameter to control that, also no luck with gconf-editor.</p>
<p>Did you consider using tilda istead of directly using gnome-terminal? I tested with the script below and it works for me even configuring it to fill all the screen when using tilda but not with gnome-terminal.</p>
<p>&#8212;test.py&#8212;<br />
import dbus<br />
BUS_NAME = &#8216;org.freedesktop.Notifications&#8217;<br />
OBJ_PATH = &#8216;/org/freedesktop/Notifications&#8217;<br />
IFACE_NAME = &#8216;org.freedesktop.Notifications&#8217;<br />
bus = dbus.SessionBus()<br />
notify_obj = bus.get_object(BUS_NAME,OBJ_PATH)<br />
notifications = dbus.Interface(notify_obj,IFACE_NAME)</p>
<p>notifications.Notify(&#8216;Test&#8217;,0,&#8221;,&#8217;Test&#8217;,'Test&#8217;,[],{},-1)<br />
&#8212;test.py&#8212;</p>
<p>Bye!</p>
<p>(sorry for my english, I&#8217;m from Spain)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 1/5 queries in 0.003 seconds using disk: basic
Object Caching 237/238 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-24 08:23:07 -->
