View Single Post
quingu's Avatar
Posts: 271 | Thanked: 124 times | Joined on May 2006 @ Aperture Science, Inc.
#1
im trying to make a menu icon to automate mounting of a ssh fs.
i made my .desktop file and its all working to the point that i cant enter the password automagically

heres my .desktop file

Code:
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Name=sshfs
Exec=sshfs user@someip:passwd /home/user/somefolder
Icon=qgn_list_gene_default_app
MimeType=application/x-executable

how do i do this?