Bug 93815 - Support for downloadable icons-pack for the icons in the Contact List [and for emoticons]
Summary: Support for downloadable icons-pack for the icons in the Contact List [and fo...
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kopete
Classification: Unmaintained
Component: Contact list (other bugs)
Version First Reported In: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 22:06 UTC by Tjerk Wolterink
Modified: 2024-09-18 18:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tjerk Wolterink 2004-11-23 22:06:43 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Each entry in the contact-list [entry=buddy] has a icon on its leftside,
indicating the status of the user.
Kopete should support custom icons for the contact-list.
My opinion: The defaut icons are ugly!

- Problem Description:

The states are[maybe i forget one or 2]:
- online
- away
- busy
- [dont know them all :-)]

All states have an icon that identifies that state.
Unfortunaly theses icons cannot be changes.


- Resolution:

Write your own xml schema for icons mapped onto each state
for example:

iconpack1.xml:
<icon-mapping>
<icons>
<icon name="happy" url="http://www.site.com/happyface.png"/>
<icon name="whereareyou" url="http://www.site.com/away.png"/>
<icon name="busy1" url="http://www.site.com/busy.png"/>
</icons>
<mappings>
<status name="busy" icon="busy1"/>
<status name="away" icon="whereareyou"/>
<status name="online" icon="happy"/>
</mappings>
</icon-mapping>

In that way you can integrate an icon-chooser into the gui of kopete,
where the user should choose an icon-mapping xml file.
That file tries to load all icons, and then updates the gui.

This makes it possible to changes the icons for kopete to your own taste,
and everybody that understands xml can write their own icons-set.

There are better solutions, for example an zip file with an mapping xml file and the icons in it,
so that no internet connection is needed after the package is downloaded.

- Extension of this idea:

It would be cool if a user is able to change any icon in kopete, also for the menu's.
But i think the core of kde manages the icons packs, i do now know that precisely.
Comment 1 Olivier Goffart 2004-11-28 22:05:54 UTC
Theses icon are part of the KDE icon theme.
Comment 2 Tjerk Wolterink 2004-12-21 21:26:26 UTC
are you sure? When i downloaded the last kopete sources from cvs i found that the icons came from the cvs dir, not from kde. Or am i wrong?
Comment 3 Adam Porter 2006-04-04 07:17:59 UTC
Really, the icons should be customizable.  Just look at Miranda (miranda-im.org), you can customize any icon on the contact list, and there are many nice themes (including some by yours truly).  I miss being able to use my own icons in my contact list.  The blue heads and green folders don't go with my system theme at all.
Comment 4 Christoph Cullmann 2024-09-18 18:28:50 UTC
Dear user, unfortunately Kopete is no longer maintained.

Please migrate to another solution, e.g. for Jabber a possibility is Kaidan, for Matrix a candidate is NeoChat.