Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 28233  / 2 Years ago, wed, june 15, 2022, 8:17:30

I am currently trying to make a desktop shortcut pointing to a network location.



I believe there's a way to do this and that I am probably missing something simple.



Can anyone able to point me in the right direction? I am trying to create a short cut pointing to: 192.168.1.90


More From » networking

 Answers
6

Say your server is an sftp server of the url ftp://myserver.com and your username there is myuser (works the same way for a regular ftp server or samba). You can open it with your regular nautilus file manager using nautilus ftp://[email protected] &.



The proceeding to do so in a .desktop file is basically as in 天使の's answer. You create a *.desktop file:



[Desktop Entry]
Name=Network(myserver)
Comment=Open ip in Nautilus
Exec=nautilus nautilus ftp://[email protected]
Icon=network
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;
OnlyShowIn=GNOME;Unity;
X-GNOME-Keywords=Network;myserver;
Name[en_US]=blubb


When you first connect to that server, you will be asked for a Password. Type in your password and click "Remember forever" in the password dialog.


[#36446] Thursday, June 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tiowift

Total Points: 119
Total Questions: 113
Total Answers: 110

Location: South Sudan
Member since Sun, Jul 11, 2021
3 Years ago
tiowift questions
Wed, Aug 3, 22, 04:45, 2 Years ago
Mon, Nov 7, 22, 10:58, 2 Years ago
Wed, May 10, 23, 17:52, 1 Year ago
;