See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I get Remind to generate a Notify-send popup at startup?
#2
Open a terminal and do:

Code:
leafpad /home/user/.config/reminder.sh

replace user with your username.

add the following to the file:

Code:
#!/bin/bash
sleep 3
echo "This is my reminder" | xargs -0 notify-send

save and close the file.
Then in the same terminal do:

Code:
chmod +x /home/user/.config/reminder.sh

replace 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.sh

click Ok, then Close.
Reply


Messages In This Thread
Re: How can I get Remind to generate a Notify-send popup at startup? - by Valtam - 06-03-2014, 07:58 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)