<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.181.37.221</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.181.37.221"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/84.181.37.221"/>
		<updated>2026-04-05T10:33:31Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Skins</id>
		<title>Skins</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Skins"/>
				<updated>2007-08-12T16:27:11Z</updated>
		
		<summary type="html">&lt;p&gt;84.181.37.221: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Definition ==&lt;br /&gt;
&lt;br /&gt;
A skin (in software context) is a file or group of files which allow an application's interface to change, so that it is more comfortable for each user.&lt;br /&gt;
&lt;br /&gt;
== Using real skins ==&lt;br /&gt;
&lt;br /&gt;
=== Explanation ===&lt;br /&gt;
&lt;br /&gt;
[[aMule]] supports bitmaps skinning, allowing for anyone to change the icons and images displayed in it.&lt;br /&gt;
&lt;br /&gt;
=== Procedure ===&lt;br /&gt;
&lt;br /&gt;
'''CVS tarballs only!'''&lt;br /&gt;
&lt;br /&gt;
Skins are implemented through a zip file, which contains all the images. If a image is not found in the skin, the default image will be used.&lt;br /&gt;
&lt;br /&gt;
You can select a skin in Preferences-&amp;gt;Gui Tweaks-&amp;gt;Skin Support. Of course, to enable skins, the checkbox &amp;quot;Enable Skin Support&amp;quot; must be checked.&lt;br /&gt;
&lt;br /&gt;
Currently, there are two kinds of skins:&lt;br /&gt;
* User skins&lt;br /&gt;
* System skins&lt;br /&gt;
&lt;br /&gt;
System skins are available for every user of the computer while user skins are only available for the current user. The following paths are used on different platforms:&lt;br /&gt;
&lt;br /&gt;
'''Windows''':&amp;lt;br&amp;gt;&lt;br /&gt;
User: C:\Documents and Settings\username\Application Data\aMule\skins&amp;lt;br&amp;gt;&lt;br /&gt;
System: .\skins (amule.exe directory)&lt;br /&gt;
&lt;br /&gt;
'''Mac''':&amp;lt;br&amp;gt;&lt;br /&gt;
User: ~/Library/Application Support/aMule/skins&amp;lt;br&amp;gt;&lt;br /&gt;
System: aMule.app/Contents/SharedSupport/skins/&lt;br /&gt;
&lt;br /&gt;
'''Linux/Solaris/BSD''':&amp;lt;br&amp;gt;&lt;br /&gt;
User: ~/.aMule/skins/&amp;lt;br&amp;gt;&lt;br /&gt;
System: /usr/share/amule/skins (/usr is the installation prefix, e.g. /usr/local/share/amule/skins is possible for local builds as well)&lt;br /&gt;
&lt;br /&gt;
=== skin file ===&lt;br /&gt;
&lt;br /&gt;
A skin file is a simple zip file containing the images. The following elements of aMule are skinable, whereas Toolbar Images are 32x32 px size and Client Images 16x16 px size.&lt;br /&gt;
&lt;br /&gt;
'''Toolbar Images''':&lt;br /&gt;
&amp;lt;pre&amp;gt;Toolbar_Connect.png&lt;br /&gt;
Toolbar_Disconnect.png&lt;br /&gt;
Toolbar_Connecting.png&lt;br /&gt;
Toolbar_Network.png&lt;br /&gt;
Toolbar_Transfers.png&lt;br /&gt;
Toolbar_Search.png&lt;br /&gt;
Toolbar_Shared.png&lt;br /&gt;
Toolbar_Messages.png&lt;br /&gt;
Toolbar_Stats.png&lt;br /&gt;
Toolbar_Prefs.png&lt;br /&gt;
Toolbar_Import.png&lt;br /&gt;
Toolbar_About.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Client Images''':&lt;br /&gt;
&amp;lt;pre&amp;gt;Client_A4AFNoNeededPartsQueueFull.png&lt;br /&gt;
Client_aMule.png&lt;br /&gt;
Client_BadGuy.png&lt;br /&gt;
Client_CommentOnly.png&lt;br /&gt;
Client_Connecting.png&lt;br /&gt;
Client_CreditsGrey.png&lt;br /&gt;
Client_CreditsYellow.png&lt;br /&gt;
Client_eDonkeyHybrid.png&lt;br /&gt;
Client_eMule.png&lt;br /&gt;
Client_Encrypted.png&lt;br /&gt;
Client_ExcellentRatingOnFile.png&lt;br /&gt;
Client_ExtendedProtocol.png&lt;br /&gt;
Client_FairRatingOnFile.png&lt;br /&gt;
Client_Friend.png&lt;br /&gt;
Client_GoodRatingOnFile.png&lt;br /&gt;
Client_InvalidRatingOnFile.png&lt;br /&gt;
Client_lphant.png&lt;br /&gt;
Client_mlDonkey.png&lt;br /&gt;
Client_OnQueue.png&lt;br /&gt;
Client_PoorRatingOnFile.png&lt;br /&gt;
Client_SecIdent.png&lt;br /&gt;
Client_Shareaza.png&lt;br /&gt;
Client_StatusUnknown.png&lt;br /&gt;
Client_Transfer.png&lt;br /&gt;
Client_Unknown.png&lt;br /&gt;
Client_Upload.png&lt;br /&gt;
Client_xMule.png&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Using generic GTK skins ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Most [http://windows.microsoft.com Windows] and [[MacOS X]] users will not need to read this chapter, since they won't be using GTK (allthough it is possible to compile aMule linked to GTK on both platforms).&lt;br /&gt;
&lt;br /&gt;
=== Explanation ===&lt;br /&gt;
&lt;br /&gt;
aMule uses [[GTK]], and the GTK library allows all widgets to be skinned. So we can use that to skin aMule.&lt;br /&gt;
&lt;br /&gt;
This is a widget skinning. This means that you can change fonts, colours, shapes, sizes and behaviours of scrollbars, buttons, etc. But you won't be able to change aMule specific images and icons.&lt;br /&gt;
&lt;br /&gt;
Have in mind that this will not only change the widgets aspect and behaviour for aMule, but for all other GTK applications.&lt;br /&gt;
&lt;br /&gt;
=== Procedure ===&lt;br /&gt;
&lt;br /&gt;
First, you must know if you are running aMule linked to GTK1 or to GTK2. Just run:&lt;br /&gt;
&lt;br /&gt;
''amule --version''&lt;br /&gt;
&lt;br /&gt;
You will get something like this:&lt;br /&gt;
&lt;br /&gt;
 aMule 2.0.3 using wxGTK2 v2.6.1 (Unicoded) (OS: Linux)&lt;br /&gt;
&lt;br /&gt;
The important part is ''wxGTK2''. This means you are using GTK2. If you see ''wxGTK'' instead (notice there's no ''2''), then you're using GTK1.&lt;br /&gt;
&lt;br /&gt;
Ok, now make sure you have ''switch'' (got GTK1 users) or ''switch2'' (for GTK2 users). If you don't have it, install it.&lt;br /&gt;
&lt;br /&gt;
By running ''switch''/''switch2'' you'll be able to switch the GTK theme. Of course, you'll have to have some GTK theme(s) installed on your system.&lt;br /&gt;
&lt;br /&gt;
You'll also be able to change the font and it's size if you click on the icon at the right of the ''switch''/''switch2'' application.&lt;br /&gt;
&lt;br /&gt;
==== Switch/Switch2 in Debian ====&lt;br /&gt;
&lt;br /&gt;
[[Debian]] users can install ''gtk-theme-switch'' to get both ''switch'' and ''switch2''.&lt;br /&gt;
&lt;br /&gt;
Available themes for GTK1 users are all those whose names begin with ''gtk-engines-*'', such as ''gtk-engines-pixmap''(run ''aptitude search gtk1-engines'' to get all themes available for GTK1)&lt;br /&gt;
&lt;br /&gt;
Available themes for GTK2 users are all those whose names begin with ''gtk2-engines-*'', such as ''gtk2-engines-*'', such as ''gtk2-engines-xfce'' (run ''aptitude search gtk2-engines'' to get all themes available for GTK2)&lt;/div&gt;</summary>
		<author><name>84.181.37.221</name></author>	</entry>

	</feed>