From kde-devel Tue Apr 25 13:36:47 2000 From: Mike Rolig Date: Tue, 25 Apr 2000 13:36:47 +0000 To: kde-devel Subject: Qt commandline args broken ( -geometry ) X-MARC-Message: https://marc.info/?l=kde-devel&m=95666994503473 It appears most apps in kdebase fail to properly support the Qt command line args. -geometry is the best example on konsole. Konsole doesn't even pass the args to kapplication to get them to the qapplication, but even if those are hooked up, KCmdLineArgs gets in the way and halts execution: $ ./konqueror -nograb lt-konqueror: Unknown option '-nograb'. lt-konqueror: Use --help to get a list of available command line options. Mike