Bug 9371

Summary: All apps started within KPanel start within a terminal
Product: [Retired] Red Hat Linux Reporter: mikecra
Component: kdebaseAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-15 03:33:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description mikecra 2000-02-12 01:50:19 UTC
All applications started by KPanel start within a terminal window.

Comment 1 Jay Kulpinski 2000-02-14 04:22:59 UTC
This seems to be related to the kdebase-1.1.2-boolterm.patch file.
Most of the files in /usr/share/applnk have "Terminal=0" or
"Terminal=1" when they should probably have "Terminal=false" or
"Terminal=true".  Also, I can't tell if this part of the patch
is correct - should it use 'config.readBoolEntry( "Terminal", false )'
instead?

@@ -1839,7 +1839,7 @@

     QString exec = config->readEntry( "Exec" );
     QString name = config->readEntry( "Name" );
-    QString term = config->readEntry( "Terminal" );
+    bool bterm = config->readEntry( "Terminal" );
     QString termOptions = config->readEntry( "TerminalOptions" );
     QString icon = config->readEntry( "Icon", "" );
     QString miniicon = config->readEntry( "MiniIcon", "" );

Comment 2 Bill Nottingham 2000-02-15 03:33:59 UTC
fixed in rawhide.