Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nautilus and encryption
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
brosen
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2003
Posts: 81

PostPosted: Fri Jun 18, 2004 8:13 am    Post subject: Nautilus and encryption Reply with quote

Anyone know of an easy way to sign/encrypt/decrypt files directly in Nautilus? I can easily start gpa or another gui to gpg, but doing it directly from nautilus would be nice.
Back to top
View user's profile Send private message
Kernel_Klink
n00b
n00b


Joined: 18 Jun 2004
Posts: 17

PostPosted: Fri Jun 18, 2004 9:38 am    Post subject: Reply with quote

Use scripts. Use this one as a base line:
#!/bin/bash
#
# Nautilus script -> open gedit
#
# Owner : Largey Patrick from Switzerland
# patrick.largey@nazeman.org
# www.nazeman.org
#
# Licence : GNU GPL
#
# Copyright (C) Nazeman
#
# Ver. 0.9-1 Date: 16.02.2002
# Add multiple file open in the same windows
#
# Ver: 0.9 Date: 27.10.2001
# Initial release
#
# Dependence : Nautilus (of course)
# Gnome-utils (gdialog)
#
filesall=""
while [ $# -gt 0 ]
do
files=`echo "$1" | sed 's/ /\?/g'`
filesall="$files $filesall"
shift
done
gedit $filesall&

______________

Replace gedit with gpg and commands.



See http://g-scripts.sourceforge.net/ for more examples.
_________________
Gentoo, it is a way of life.
Back to top
View user's profile Send private message
brosen
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2003
Posts: 81

PostPosted: Sat Jun 19, 2004 8:55 am    Post subject: Reply with quote

Thank you, that's great!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum