06-03-2014, 07:04 AM 
		
	
	
		How can I get remind to generate a notify-send popup at startup?
	
	
	
	
	
| 
					How can I get Remind to generate a Notify-send popup at startup?
				 | 
| 
		
		
		06-03-2014, 07:04 AM 
		
	 
		How can I get remind to generate a notify-send popup at startup?
	 
		
		
		06-03-2014, 07:58 AM 
		
	 
		Open a terminal and do: Code: leafpad /home/user/.config/reminder.shreplace user with your username. add the following to the file: Code: #!/bin/bashsave and close the file. Then in the same terminal do: Code: chmod +x /home/user/.config/reminder.shreplace user with your username. Then do Menu, Settings, Session and Startup, Application Autostart tab. Click on +Add in Name and Description put My Reminder in Command put: Code: sh /home/user/.config/reminder.shclick Ok, then Close. 
Download your free copy of Linux Lite today. Jerry Bezencon Linux Lite Creator "Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you." ![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png) ![[Image: 0op1GNe.png]](https://i.imgur.com/0op1GNe.png)  ![[Image: LgJ2mtP.png]](https://i.imgur.com/LgJ2mtP.png)  ![[Image: vLZcFUE.png]](https://imgur.com/vLZcFUE.png)  ![[Image: lrUHro3.jpg]](https://i.imgur.com/lrUHro3.jpg)  
		
		
		06-04-2014, 07:41 AM 
		
	 
		I actually meant the Remind calendar program. I would like it to popup all my reminders for the day at startup. I know it can do time reminders with gxmessage as follows: remind -z -k'gxmessage -title "reminder" %s &' ~/.reminders &. But I would like to use notify-send instead of gxmessage. | 
| 
					« Next Oldest | Next Newest »
				 |