In Ubuntu 15.04 how can I have a folder open during login? I know how to launch an application, but what about a folder?
Asked
Active
Viewed 1,393 times
2
user2676140
- 2,135
- 8
- 33
- 50
1 Answers
3
You can launch the application nautilus with the command-line arguments being /path/to/folder. The full command is: nautilus /path/to/folder.
- Open the dash and search for: startup
- Click
Startup Applications - Click
Add - Options
- Name: Open Folder (or anything else)
- Command:
nautilus /path/to/folder
- Press
Add - Reboot the machine
geek1011
- 1,270