how to open a text file using some tool such as gedit under gtk


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to open a text file using some tool such as gedit under gtk
# 1  
Old 06-12-2007
how to open a text file using some tool such as gedit under gtk

how to open a text file using some tool such as gedit under gtk


I list some text file names in a GtkCList . I want to open the file on when users click on the row.

How to implement this ?

Thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem in refreshing a text editor (gedit) for scanned pdf

Dear Friends, I am using Ubuntu 15.10, 34 bit system. I added a Nautilus-Actions script in shell script to convert PDF files to text. There are 2 types of PDF 1. Scanned PDF -- Not OCR type -- When I convert it to text it work , but as the part it must (text file) open in gedit . But I can see... (2 Replies)
Discussion started by: anespa
2 Replies

2. Shell Programming and Scripting

Python/GTK Text Wrap Question . . .

Greetings! After some cut-and-try, I've cobbled together the following bit of basic code:#!/usr/bin/python import gtk class PyApp(gtk.Window): def __init__(self): super(PyApp, self).__init__() self.set_size_request(250, 250) ... (0 Replies)
Discussion started by: LinQ
0 Replies

3. Red Hat

(PMT:6498): Gtk-WARNING **: cannot open display:

Error message: (PMT:6498): Gtk-WARNING **: cannot open display: How to solve this issue in linux? (1 Reply)
Discussion started by: vinayd
1 Replies

4. Linux

(PMT:6498): Gtk-WARNING **: cannot open display:

Hai (PMT:6498): Gtk-WARNING **: cannot open display: how to solve this in linux Double post.. continue here (0 Replies)
Discussion started by: vinayd
0 Replies

5. Shell Programming and Scripting

How to open a huge text file?

Hi. I have a 10 Gb text file.the default text editor in ubuntu doens't open it. Does anyone know how can i open it?? Thanks (4 Replies)
Discussion started by: stalaei
4 Replies

6. UNIX for Dummies Questions & Answers

query on the existence of open source tool

can anyone say me, is there any open source tool for generating either 2G or 3G traffic? If so exist, pls brief me about it. (0 Replies)
Discussion started by: routeme
0 Replies

7. UNIX Desktop Questions & Answers

cannot open text file

Hi I am a new to linux, I was faced a file to know is a text file but its type isn't text document and I cannot open it, please guide me. Regards. (2 Replies)
Discussion started by: mkhorami76
2 Replies

8. UNIX for Dummies Questions & Answers

How to examine and open a text file?

Hi I am a new to linux, i was faced a file to know is a text file but its type isnt text document and i can not open it please guide me. Regards ---------- Post updated at 02:52 AM ---------- Previous update was at 02:40 AM ---------- Thank you for your cooperation, my OS is a centOS 5.5... (1 Reply)
Discussion started by: mkhorami76
1 Replies

9. AIX

Open Source Tool for DB2

Dear Folks, Please suggest any Open source db2 tool for working with SQL queries (2 Replies)
Discussion started by: dinesh1985
2 Replies

10. UNIX for Dummies Questions & Answers

how to open a text file by double clicking on the file name in gtk+

how to open a text file by double clicking on the file name shown in a label widget in gtk+. thanks (0 Replies)
Discussion started by: cy163
0 Replies
Login or Register to Ask a Question
PINENTRY-GTK-2(1)					      General Commands Manual						 PINENTRY-GTK-2(1)

NAME
pinentry-gtk-2 - PIN or pass-phrase entry dialog for GnuPG SYNOPSIS
pinentry-gtk-2 [OPTION...] DESCRIPTION
pinentry-gtk-2 is a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered infor- mation is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. pinentry-gtk-2 implements a PIN entry dialog using the GTK+ tool kit version 2, so it is especially suitable for users of GNOME. If the X Window System is not active then an alternative text-mode dialog will be used. There are other flavors that implement PIN entry dialogs using other tool kits. pinentry-gtk-2 is typically used internally by gpg-agent. Users don't normally have a reason to call it directly. OPTIONS
--version Print the program version and licensing information. --help Print a usage message summarizing the most useful command-line options. --debug, -d Turn on some debugging. Mostly useful for the maintainers. Note that this may reveal sensitive information like the entered pass phrase. --enhanced, -e Ask for timeouts and insurance, too. Note that this is currently not fully supported. --no-global-grab, -g Grab the keyboard only when the window is focused. Use this option if you are debugging software using pinentry-gtk-2; otherwise you may not be able to to access your X session anymore (unless you have other means to connect to the machine to kill pinen- try-gtk-2). --parent-wid N Use window ID N as the parent window for positioning the window. Note, that this is not fully supported by all flavors of pinentry. --display STRING, --ttyname STRING, --ttytype STRING, --lc-type STRING, --lc-messages STRING These options are used to pass localization information to pinentry-gtk-2. They are required because pinentry-gtk-2 is usually called by some background process which does not have any information on the locale and terminal to use. Assuan protocol options are an alternative way to pass these information. SEE ALSO
pinentry-curses(1), pinentry-qt4(1), gpg(1), gpg-agent(1) The full documentation for pinentry-gtk-2 is maintained as a Texinfo manual. If the pinentry-doc package is installed, the command info pinentry should give you access to the complete manual. AUTHOR
This manual page was written by Peter Eisentraut for the Debian project. 27 Jan 2005 PINENTRY-GTK-2(1)