Bug 143377 - please never notify users that "You are not allowed to add yourself to the contact list."...
Summary: please never notify users that "You are not allowed to add yourself to the co...
Status: RESOLVED DUPLICATE of bug 133621
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 06:26 UTC by Jason Spiro
Modified: 2007-06-23 03:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Proof-of-concept patch to change the error dialog box to a printf (1.05 KB, patch)
2007-06-22 22:11 UTC, Jason Spiro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Spiro 2007-03-23 06:26:09 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Ubuntu Packages

Please do not show users the message "You are not allowed to add yourself to the contact list."... at startup.  Either echo the message to stdout, or log the message to some debug logging system (e.g. syslog with priority "user"), or do not show it at all.

Even if you don't fix Bug 133621 (Inability to add self to contact list) or Bug 66249 (Jabber has no "self-contact" with different resources and multiple logins) please at least don't show users a message box.  Messages shown repeatedly at every startup get very annoying.
Comment 1 Matt Rogers 2007-06-09 07:44:54 UTC

*** This bug has been marked as a duplicate of 133621 ***
Comment 2 Jason Spiro 2007-06-22 22:10:40 UTC
Bug 133621 says "let me do thing X".  This bug is different: it says "don't show an error dialog box when I try to do thing X".  (I am annoyed because Kopete shows me the error dialog every time I launch it.)

Reopening.  I will attach a tiny patch I made against good old kdenetwork-3.5.4.  Note:  I have not tested the patch; also, I removed the call to the i18n() function because I do not know how to use it properly.  Consider the patch a proof-of-concept.  :)
Comment 3 Jason Spiro 2007-06-22 22:11:44 UTC
Created attachment 20932 [details]
Proof-of-concept patch to change the error dialog box to a printf

Attaching patch.
Comment 4 Matt Rogers 2007-06-23 03:22:24 UTC
A patch to remove the message box won't work for general use, I'm afraid. Then we get bugs like "My own contact does not show up in my kopete contact list". Fixing 133621 resolves this bug as well, hence they're duplicated. We're already in the process of fixing this. You can workaround this bug by using another client to remove yourself from your contact list for the time being.

*** This bug has been marked as a duplicate of 133621 ***