Linux Lite Forums
Notification on login - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20)
+--- Thread: Notification on login (/showthread.php?tid=2695)



Notification on login - liamjake05 - 02-18-2016

Hi, anybody knows how to make a notification appear when somebody logs in to an account. I am upgrading a PC and I want a message to appear after log in.


Re: Notification on login - LL-user - 02-18-2016

Hi liamjake05,

If you just want a notification shown without confirmation/ interaction you could add a line like this to the file /home/<user_name/.profile

Code:
notify-send "Big brother is watching you."

With confirmation/ interaction:

Code:
zenity --info --text="Big brother is watching you."

Hope that helps Smile


Re: Notification on login - liamjake05 - 02-20-2016

Thanks man, did not have a .profile file but used the following command to make one
Code:
touch .profile