PDA

View Full Version : [xfce] Notifications not visible in fullscreen mode with xfwm4 (Xfce window manager)



darthmob
January 2nd, 2010, 05:33 PM
I'm using xfwm4 as window manager on ubuntu 9.10 (so I guess it counts as a Xfce problem). What has been bothering me for quite a while is that notifications are not visible when applications run in fullscreen.

For example on my notebook Firefox always runs in fullscreen mode (it's only 12" so I need to use all the space I got ;-) ) and I never see when someone sends me a message over icq / msn. It's the same problem when watching videos in fullscreen with vlc.

Who knows a solution? Does the problem exist when running Xubuntu (with a full Xfce installation) as well?
Testing if it works is very easy. Simply enter the following command in a terminal, switch to a fullscreen application and wait.

sleep 3 && notify-send test
If there's no notification saying "test" visible after three seconds it doesn't work.

Thanks a lot in advance. :)

darthmob
January 3rd, 2010, 05:57 PM
*Giving this topic a gentle nudge* :KS

darthmob
January 7th, 2010, 03:42 PM
Another bump. :KS

Come on guys, don't tell me no one uses Xfce!

McFlow
April 20th, 2010, 11:15 PM
I'm using Xfce on Arch... but I am looking for that feature too!

kerry_s
April 21st, 2010, 02:07 AM
i use a script that converts notify-send to zenity if you want to try that. you just name it notify-send & put it in /usr/local/bin



#!/bin/bash
zenity --info --text="$@"