Bug 231232

Summary: kdm: dirt in kdmrc
Product: kdm Reporter: Eckhart Wörner <ewoerner>
Component: generalAssignee: kdm bugs tracker <kdm-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: kde
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Eckhart Wörner 2010-03-18 16:42:24 UTC
Version:            (using KDE 4.4.1)
Installed from:    Debian testing/unstable Packages

This bug has been copied over from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439781 and has been verified to still exist in KDE SC 4.4.1

----

I found some crap in the default KDMRC file. Is that a bug or a feature?

Line 528: "...login.crap.com..."

:)

----

Additional comment: maybe replace by an example domain name conforming to http://www.rfc-editor.org/rfc/rfc2606.txt
Comment 1 Nicolas L. 2010-03-18 18:15:43 UTC
this is kdm code : 

$ grep -r "login.crap.com" . | grep -v .svn
./kfrontend/kchooser.cpp:       host_view->setMinimumWidth( fontMetrics().width( "login.crap.com Display not authorized to connect this server" ) );
./config.def:Instance: #:*/"*,ugly,sky,dino,kiste.local,login.crap.com"
Comment 2 Oswald Buddenhagen 2010-03-20 22:24:34 UTC
SVN commit 1105669 by ossi:

less crap ;)

BUG: 231232

 M  +1 -1      config.def  
 M  +2 -2      kfrontend/kchooser.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1105669