workaround: It is possible to use "greeter-setup-script" and "session-setup- script" with lightdm . This allows a user ro run a scrip to pop-up a dialog via zenity to present a information dialog.
----------------------------------------------------- $ cat /etc/lightdm/lightdm.conf ... # greeter-setup-script = Script to run when starting a greeter (runs as root) # session-setup-script = Script to run when starting a user session (runs as root) session-setup-script = /usr/bin/motorola ----------------------------------------------------- $ cat /usr/bin/motorola #!/bin/sh # # This is a example of what can be done zenity --info --text Hi # kIll gnome/unity session killall -9 gnome-session ----------------------------------------------------- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1097053 Title: Login Banner To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/1097053/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
