Results 1 to 9 of 9

Thread: broken notification in xubuntu

  1. #1
    Join Date
    Dec 2011
    Beans
    12

    broken notification in xubuntu

    hi, i have xubuntu installed on laptop. notifications works fine, just like in picture

    after some time i tried i3wm (http://i3wm.org), but after i returned to xfce, notifications became broken in xubuntu. and now the look like this

    do you have any ideas how to fix it?

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: broken notification in xubuntu

    Is xfce4-notifyd running?
    Code:
    ps -ef | grep notif
    Go to Settings Manager -> Notifications. Which theme is selected? Try changing the theme to see if it helps.

  3. #3
    Join Date
    Dec 2011
    Beans
    12

    Re: broken notification in xubuntu

    yes, the notification is running

    Code:
    sergey    2358     1  0 22:07 ?        00:00:01 update-notifier
    sergey    2508  2322  0 22:07 ?        00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystray.so 12 27263017 systray Notification Area Area where notification icons appear
    whatever theme and location i choose, the blue rectangle remains on the same position

  4. #4
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: broken notification in xubuntu

    That's not the notification daemon. You should get:
    Code:
    $ ps -ef | grep notif
    toz       2428  2332  0 Jul04 ?        00:00:02 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystray.so 4 29360173 systray Notification Area Area where notification icons appear 
    toz       7091     1  0 13:04 ?        00:00:01 /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd
    Maybe try running that executable to see if it fixes the problem. If the file doesn't exist, it is part of the xfce4-notifyd package.

  5. #5
    Join Date
    Dec 2011
    Beans
    12

    Re: broken notification in xubuntu

    if i try to re-run xfce4-notifyd, then i get message that "another xndaemon is running". i have not found this daemon in services list http://pastebin.com/ditrdf80

  6. #6
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: broken notification in xubuntu

    Do you have notify-osd installed?

    Can you post back all of your running processes:
    Code:
    ps -ef | grep $USER
    Looks like another notification daemon is running.

  7. #7
    Join Date
    Dec 2011
    Beans
    12

    Re: broken notification in xubuntu

    i have not notify-osd installed. after installation notifications works fine. thx!

  8. #8
    Join Date
    Sep 2006
    Beans
    18

    Re: broken notification in xubuntu

    I had to remove (and kill) /usr/bin/dunst to solve this exact problem.

  9. #9
    Join Date
    Dec 2012
    Beans
    51

    Re: broken notification in xubuntu

    Quote Originally Posted by homburg View Post
    I had to remove (and kill) /usr/bin/dunst to solve this exact problem.
    That did the job for me as well, thanks!

    Code:
    sudo apt-get purge dunst

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
  •