Bug 231232 - kdm: dirt in kdmrc
Summary: kdm: dirt in kdmrc
Status: RESOLVED FIXED
Alias: None
Product: kdm
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdm bugs tracker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 16:42 UTC by Eckhart Wörner
Modified: 2010-03-20 22:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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