[Konsole-devel] [Bug 81834] Command-line options -bg and -fg should be removed from the --help screens and return an "Unknown option" message seeing as they are not functional

Waldo Bastian bastian at kde.org
Thu Jan 27 08:58:00 UTC 2005


I don't get the impression that these options work in *any* KDE application.

Cheers,
Waldo

On Thursday 27 January 2005 06:48, Kurt V.Hindenburg wrote:
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
> http://bugs.kde.org/show_bug.cgi?id=81834
> kurt.hindenburg kdemail net changed:
>
>            What    |Removed                     |Added
> ---------------------------------------------------------------------------
>- Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |FIXED
>
>
>
> ------- Additional Comments From kurt.hindenburg kdemail net  2005-01-27
> 06:48 ------- CVS commit by hindenburg:
>
> BUG: 81834.  Add warnings about Qt options that are ignored.
>
>
>   M +10 -0     main.cpp   1.283
>
>
> --- kdebase/konsole/konsole/main.cpp  #1.282:1.283
>  @ -228,4 +228,14  @ extern "C" int KDE_EXPORT kdemain(int ar
>    TEWidget::setStandalone( true );
>
> +  // The following Qt options have no effect; warn users.
> +  if( qtargs->isSet("background") )
> +      kdWarning() << "The Qt option -bg, --background has no effect." <<
> endl; +  if( qtargs->isSet("foreground") )
> +      kdWarning() << "The Qt option -fg, --foreground has no effect." <<
> endl; +  if( qtargs->isSet("button") )
> +      kdWarning() << "The Qt option -btn, --button has no effect." <<
> endl; +  if( qtargs->isSet("font") )
> +      kdWarning() << "The Qt option -fn, --font has no effect." << endl;
> +
>  #ifdef COMPOSITE
>    char *display = 0;
> _______________________________________________
> konsole-devel mailing list
> konsole-devel at kde.org
> https://mail.kde.org/mailman/listinfo/konsole-devel

-- 
bastian at kde.org   |   Free Novell Linux Desktop 9 Evaluation Download
bastian at suse.com  |   http://www.novell.com/products/desktop/eval.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20050127/070c49f0/attachment.sig>


More information about the konsole-devel mailing list