All applications started by KPanel start within a terminal window.
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", "" );
fixed in rawhide.