Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82387

Summary: gftp always starting in text mode
Product: Gentoo Linux Reporter: Jens Geiregat <jens.geiregat>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jens Geiregat 2005-02-17 11:39:18 UTC
When I start gftp I get no graphical interface. All I get is an ftp> prompt:
--------
gFTP 2.0.18, Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>. If you have any questions, comments, or suggestions about this program,
please feel free to email them to me. You can always find out the latest news
about gFTP from my website at http://www.gftp.org/
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This
is free software, and you are welcome to redistribute it under certain
conditions; for details, see the COPYING file

ftp>
---------
This is exactly the same interface as when I execute the command 'gftp-text'. My USE flags: -gtk +gtk2 +nls +ssl, re-emerging gftp did not help.

Reproducible: Always
Steps to Reproduce:
1. emerge =net-ftp/gftp-2.0.18-r1
2. execute gftp

Actual Results:  
I only get a text-based interface.

Expected Results:  
I should get a graphical, gtk based interface
Comment 1 Spider (RETIRED) gentoo-dev 2005-02-18 08:47:28 UTC
yes. Thats exactly correct.

You state you do not want gtk+ support built in.  So therefore it doesn't build the gtk+ GUI to gftp, only the curses one.


enable +gtk to get a gui.  -gtk means that in all cases where gtk is optional, it is removed.