You are not logged in.
Pages: 1
Ubuntu 17.04, xfce 4.12
I posted this on the UnixLinux Stack Exchange forums, and I'm posting it here, too.
I use the notification config panel under the Settings menu. When I've tried giving the command /usr/bin/xfce4-notifyd-config it gives me the same config panel.
On the General tab, I have Do Not Disturb: off, Show Notifications on: Display With Mouse Pointer, Theme: default, default position: bottom left, opacity: 80%, disappear after: 20 seconds, fade out: off. When I click 'show preview' I get a window in the middle of my screen, that looks just like all the windows (frame decorations, etc) that says "this is what notifications look like".
Despite this, both pidgin and discord are giving me notifications in my upper right corner, black, with rounded corners.
I can't find anywhere else to adjust this - not in pidgin, not in discord, and not in any of the other settings under xfce.
What am I doing wrong?
Offline
What version of xfce4-notifyd?
xfce4-notifyd-config -V
Do you have another notification daemon running:
ps -ef | grep -i -E 'notif|dunst'
And also, with xfce4-notifyd-config running, re-run the previous command.
Which distro are you using?
How do you log in? Display manager or startx?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
xfce4-notifyd-config -V
** (xfce4-notifyd-config:3827): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-XNRH7dyRTJ: Connection refused
xfce4-notifyd-config 0.3.6
Copyright (c) 2010 Brian Tarricone <bjt23@cornell.edu>
Copyright (c) 2010 Jérôme Guelfucci <jeromeg@xfce.org>
Copyright (c) 2016 Ali Abdallah <ali@xfce.org>
Copyright (c) 2016 Simon Steinbeiß <simon@xfce.org>
Released under the terms of the GNU General Public License, version 2
Please report bugs to http://bugzilla.xfce.org/enter_bug.cgi? … e4-notifyd.
---
ps -ef | grep -i -E 'notif|dunst'
lp 1708 1677 0 01:56 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus://
amqueue 2636 2571 0 14:11 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystray.so 6 12582966 systray Notification Area Area where notification icons appear
amqueue 2663 2429 0 14:11 ? 00:00:00 /usr/lib/x86_64-linux-gnu/notify-osd
amqueue 2734 2540 0 14:11 ? 00:00:00 update-notifier
amqueue 3847 3815 0 14:17 pts/0 00:00:00 grep --color=auto -i -E notif|dunst
---
With the notifications settings panel open via going into the settings menu and choosing notifications:
ps -ef | grep -i -E 'notif|dunst'
lp 1708 1677 0 01:56 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus://
amqueue 2636 2571 0 14:11 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystray.so 6 12582966 systray Notification Area Area where notification icons appear
amqueue 2663 2429 0 14:11 ? 00:00:00 /usr/lib/x86_64-linux-gnu/notify-osd
amqueue 2734 2540 0 14:11 ? 00:00:00 update-notifier
amqueue 3986 2610 1 14:24 ? 00:00:00 xfce4-notifyd-config
amqueue 3995 3815 0 14:24 pts/0 00:00:00 grep --color=auto -i -E notif|dunst
---
Thank you. How do you make it so you get that black box for text?
/amq
Offline
How do you make it so you get that black box for text?
You put your code into code brackets, click on the "BBCode" link below the text box for details.
Last edited by Jerry3904 (2018-03-13 19:45:03)
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Oh, and I didn't answer - Ubuntu 17.04 - unless distro means something else?
and I login GUI-ly. Get a box in hte middle of my screen when I hit return to wake things up, and it launches the GUI.
Offline
amqueue 2663 2429 0 14:11 ? 00:00:00 /usr/lib/x86_64-linux-gnu/notify-osd
You are running the gnome notification daemon (notify-osd) not the Xfce notification daemon (xfce4-notifyd).
Easiest way to remove it, if you don't need it, is to uninstall it (in ubuntu, the package is called "notify-osd"). Also clear your sessions cache (Settings Manager > Session and Startup > Session) and log out and back in again.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Does the person then need to install xfce4-notifyd, or is that preinstalled with Xfce? I'd assume the latter, except for the presence of an alternate. With notify-osd being present, perhaps that is the only one that the Ubuntu people include by default?
Regards,
MDM
Offline
Does the person then need to install xfce4-notifyd, or is that preinstalled with Xfce? I'd assume the latter, except for the presence of an alternate. With notify-osd being present, perhaps that is the only one that the Ubuntu people include by default?
Regards,
MDM
Looks like it's a recommended package when you install xfce4 on ubuntu, but a good point. OP should confirm that the package is indeed installed.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
If the package isn't installed, wouldn't I not-have the config for it? And if the config is installed separately from the program it's configuring, *who* thought *that* was a good idea?
Honestly, I have no idea how to uninstall the notify-osd. Is there somewhere I should be finding a way to configure it?
*sigh* sometimes I wish I didn't hate windows, and/or could afford apple.
Offline
xfce4-notitifyd-config is installed with the xfce4-notifyd package. However, Ubuntu 17.04 is End Of Life (you really should upgrade).
Can you post back the results of:
apt-cache policy xfce4-notifyd
...and:
dpkg -L xfce4-notifyd
To uninstall notify-osd:
sudo apt-get remove notify-osd
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
My husband was the person who managed the computers, and he died in December. Upgrading is going to be a learning experience. Since you suggested it, can you point me to somewhere with Easy Instructions? I'm completely comfortable with command line (been computer-adjacent since 1980s) but haven't touched anything really since 2000 or so. I'm guessing that the second command shows all the places that xfc34-notifyd is touched upon, somehow?
apt-cache policy xfce4-notifyd
xfce4-notifyd:
Installed: 0.3.6-0ubuntu1
Candidate: 0.3.6-0ubuntu1
Version table:
*** 0.3.6-0ubuntu1 100
100 /var/lib/dpkg/status
... and:
dpkg -L xfce4-notifyd
/.
/usr
/usr/bin
/usr/bin/xfce4-notifyd-config
/usr/lib
/usr/lib/systemd
/usr/lib/systemd/user
/usr/lib/systemd/user/xfce4-notifyd.service
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/xfce4
/usr/lib/x86_64-linux-gnu/xfce4/notifyd
/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd
/usr/share
/usr/share/applications
/usr/share/applications/xfce4-notifyd-config.desktop
/usr/share/dbus-1
/usr/share/dbus-1/services
/usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
/usr/share/doc
/usr/share/doc/xfce4-notifyd
/usr/share/doc/xfce4-notifyd/NEWS.gz
/usr/share/doc/xfce4-notifyd/README
/usr/share/doc/xfce4-notifyd/TODO
/usr/share/doc/xfce4-notifyd/changelog.Debian.gz
/usr/share/doc/xfce4-notifyd/copyright
/usr/share/icons
/usr/share/icons/hicolor
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/usr/share/icons/hicolor/48x48/apps/xfce4-notifyd.png
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/xfce4-notifyd
/usr/share/locale
/usr/share/locale/ar
/usr/share/locale/ar/LC_MESSAGES
/usr/share/locale/ar/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ast
/usr/share/locale/ast/LC_MESSAGES
/usr/share/locale/ast/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/bg
/usr/share/locale/bg/LC_MESSAGES
/usr/share/locale/bg/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ca
/usr/share/locale/ca/LC_MESSAGES
/usr/share/locale/ca/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/cs
/usr/share/locale/cs/LC_MESSAGES
/usr/share/locale/cs/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/da
/usr/share/locale/da/LC_MESSAGES
/usr/share/locale/da/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/de
/usr/share/locale/de/LC_MESSAGES
/usr/share/locale/de/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/el
/usr/share/locale/el/LC_MESSAGES
/usr/share/locale/el/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/en_AU
/usr/share/locale/en_AU/LC_MESSAGES
/usr/share/locale/en_AU/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/en_GB
/usr/share/locale/en_GB/LC_MESSAGES
/usr/share/locale/en_GB/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/es
/usr/share/locale/es/LC_MESSAGES
/usr/share/locale/es/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/eu
/usr/share/locale/eu/LC_MESSAGES
/usr/share/locale/eu/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/fi
/usr/share/locale/fi/LC_MESSAGES
/usr/share/locale/fi/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/fr
/usr/share/locale/fr/LC_MESSAGES
/usr/share/locale/fr/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/gl
/usr/share/locale/gl/LC_MESSAGES
/usr/share/locale/gl/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/he
/usr/share/locale/he/LC_MESSAGES
/usr/share/locale/he/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/hr
/usr/share/locale/hr/LC_MESSAGES
/usr/share/locale/hr/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/hu
/usr/share/locale/hu/LC_MESSAGES
/usr/share/locale/hu/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/id
/usr/share/locale/id/LC_MESSAGES
/usr/share/locale/id/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/is
/usr/share/locale/is/LC_MESSAGES
/usr/share/locale/is/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/it
/usr/share/locale/it/LC_MESSAGES
/usr/share/locale/it/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ja
/usr/share/locale/ja/LC_MESSAGES
/usr/share/locale/ja/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/kk
/usr/share/locale/kk/LC_MESSAGES
/usr/share/locale/kk/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ko
/usr/share/locale/ko/LC_MESSAGES
/usr/share/locale/ko/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/lt
/usr/share/locale/lt/LC_MESSAGES
/usr/share/locale/lt/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/lv
/usr/share/locale/lv/LC_MESSAGES
/usr/share/locale/lv/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ms
/usr/share/locale/ms/LC_MESSAGES
/usr/share/locale/ms/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/nb
/usr/share/locale/nb/LC_MESSAGES
/usr/share/locale/nb/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/nl
/usr/share/locale/nl/LC_MESSAGES
/usr/share/locale/nl/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/oc
/usr/share/locale/oc/LC_MESSAGES
/usr/share/locale/oc/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/pa
/usr/share/locale/pa/LC_MESSAGES
/usr/share/locale/pa/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/pl
/usr/share/locale/pl/LC_MESSAGES
/usr/share/locale/pl/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/pt
/usr/share/locale/pt/LC_MESSAGES
/usr/share/locale/pt/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/pt_BR
/usr/share/locale/pt_BR/LC_MESSAGES
/usr/share/locale/pt_BR/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ro
/usr/share/locale/ro/LC_MESSAGES
/usr/share/locale/ro/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ru
/usr/share/locale/ru/LC_MESSAGES
/usr/share/locale/ru/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/si
/usr/share/locale/si/LC_MESSAGES
/usr/share/locale/si/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/sk
/usr/share/locale/sk/LC_MESSAGES
/usr/share/locale/sk/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/sl
/usr/share/locale/sl/LC_MESSAGES
/usr/share/locale/sl/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/sq
/usr/share/locale/sq/LC_MESSAGES
/usr/share/locale/sq/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/sr
/usr/share/locale/sr/LC_MESSAGES
/usr/share/locale/sr/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/sv
/usr/share/locale/sv/LC_MESSAGES
/usr/share/locale/sv/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/th
/usr/share/locale/th/LC_MESSAGES
/usr/share/locale/th/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/tr
/usr/share/locale/tr/LC_MESSAGES
/usr/share/locale/tr/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/ug
/usr/share/locale/ug/LC_MESSAGES
/usr/share/locale/ug/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/uk
/usr/share/locale/uk/LC_MESSAGES
/usr/share/locale/uk/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/vi
/usr/share/locale/vi/LC_MESSAGES
/usr/share/locale/vi/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/zh_CN
/usr/share/locale/zh_CN/LC_MESSAGES
/usr/share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/locale/zh_TW
/usr/share/locale/zh_TW/LC_MESSAGES
/usr/share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/xfce4-notifyd-config.1.gz
/usr/share/themes
/usr/share/themes/Bright
/usr/share/themes/Bright/xfce-notify-4.0
/usr/share/themes/Bright/xfce-notify-4.0/gtk.css
/usr/share/themes/Default
/usr/share/themes/Default/xfce-notify-4.0
/usr/share/themes/Default/xfce-notify-4.0/gtk.css
/usr/share/themes/Retro
/usr/share/themes/Retro/xfce-notify-4.0
/usr/share/themes/Retro/xfce-notify-4.0/gtk.css
/usr/share/themes/Smoke
/usr/share/themes/Smoke/xfce-notify-4.0
/usr/share/themes/Smoke/xfce-notify-4.0/gtk.css
/usr/share/themes/ZOMG-PONIES!
/usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0
/usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css
Offline
I'm sorry to hear about your husband. My condolences.
You would probably be able to get better advice on upgrading your system over at https://ubuntuforums.org/ as those forums are specific to the distro you are using. We are really geared towards the Xfce desktop environment.
As for the issue with your notifications, try these steps:
1. Go to Settings Manager > Session and Startup > Session tab, and click on the "Clear Saved Session" button.
2. Log out of the computer. During logout, if you get a dialog box that askes you if you want to log out, or restart, or suspend, etc, make sure that the "Save session for future logins" button is unchecked.
3. Log back in again.
4. Check to see if the notifications are working properly. If not run the same command from post #2 and post the results back.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Ok, they're appearing in the correct place. And the preview actually shows what actually appears, as opposed to something that looks like a window frame. As far as I can tel, removing the unwanted notify code worked.
Thank you for your help, and my apologies for the long delay in replying. I had an attack of Real Life.
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 617.77 KiB (Peak: 651.05 KiB) ]