ROX Desktop - Theming
http://localhost/desktop/taxonomy/term/18/0
Changing the desktop's appearance.enXPlanet
http://localhost/desktop/node/313
<div class="field field-type-text field-field-summary">
<div class="field-label">Summary: </div>
<div class="field-items">
<div class="field-item odd">
pinboard backdrop application </div>
</div>
</div>
<div class="field field-type-text field-field-current-stable-version">
<div class="field-label">Current stable version: </div>
<div class="field-items">
<div class="field-item odd">
0.0.2 </div>
</div>
</div>
<div class="field field-type-link field-field-home-page">
<div class="field-label">Home page: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.kerofin.demon.co.uk/rox/xplanet.html">http://www.kerofin.demon.co.uk/rox/xplanet.html</a> </div>
</div>
</div>
<div class="field field-type-text field-field-primary-authors">
<div class="field-label">Primary author(s): </div>
<div class="field-items">
<div class="field-item odd">
Stephen Watson </div>
</div>
</div>
<div class="field field-type-link field-field-zeroinstall-uri">
<div class="field-label">Zero Install URL (drag link to AddApp to install): </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.kerofin.demon.co.uk/2006/interfaces/XPlanet">http://www.kerofin.demon.co.uk/2006/interfaces/XPlanet</a> </div>
</div>
</div>
<div class="field field-type-link field-field-downloads">
<div class="field-label">Downloads: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.kerofin.demon.co.uk/rox/xplanet.html">http://www.kerofin.demon.co.uk/rox/xplanet.html</a> </div>
</div>
</div>
<p>Summary:<br />
pinboard backdrop application</p>
<p> Current stable version:<br />
0.0.2</p>
<p> Home page:<br />
<a href="http://www.kerofin.demon.co.uk/rox/xplanet.html">http://www.kerofin.demon.co.uk/rox/xplanet.html</a></p>
<p> Primary author(s):<br />
Stephen Watson</p>
<p><a href="http://localhost/desktop/node/313" target="_blank">read more</a></p>http://localhost/desktop/node/313#commentsConfigurationThemingSat, 24 Jun 2006 12:47:45 +0000kerofin313 at http://localhost/desktopTango Theme
http://localhost/desktop/node/270
<div class="field field-type-text field-field-summary">
<div class="field-label">Summary: </div>
<div class="field-items">
<div class="field-item odd">
the Tango icon theme (adapted for ROX) </div>
</div>
</div>
<div class="field field-type-text field-field-current-stable-version">
<div class="field-label">Current stable version: </div>
<div class="field-items">
<div class="field-item odd">
065-1 </div>
</div>
</div>
<div class="field field-type-link field-field-home-page">
<div class="field-label">Home page: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.hayber.us/rox/Themes">http://www.hayber.us/rox/Themes</a> </div>
</div>
</div>
<div class="field field-type-text field-field-primary-authors">
<div class="field-label">Primary author(s): </div>
<div class="field-items">
<div class="field-item odd">
The Tango Team (I ain't takin' credit for this) </div>
</div>
</div>
<div class="field field-type-link field-field-downloads">
<div class="field-label">Downloads: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.hayber.us/rox/themes/Tango-065-1.tgz">http://www.hayber.us/rox/themes/Tango-065-1.tgz</a> </div>
</div>
</div>
<p>Summary:<br />
the Tango icon theme (adapted for ROX)</p>
<p> Current stable version:<br />
065-1</p>
<p> Home page:<br />
<a href="http://www.hayber.us/rox/Themes">http://www.hayber.us/rox/Themes</a></p>
<p> Primary author(s):<br />
The Tango Team (I ain't takin' credit for this)</p>
<p><a href="http://localhost/desktop/node/270" target="_blank">read more</a></p>http://localhost/desktop/node/270#commentsThemeThemingSun, 05 Mar 2006 16:20:26 +0000KenHayber270 at http://localhost/desktopIcon themes
http://localhost/desktop/IconThemes
<p>Icon themes provide icons for all the different types of file. The current series of ROX-Filer (2.2.x) supports freedesktop.org icon themes; install new icon themes in your <b>~/.icons</b> directory, and then select it in your Options dialog's 'Types' panel.</p>
<p>Themes are listed in the <strong>Themes</strong> block on the left of the page, or you can browse the <a href='taxonomy/term/13'>list of themes</a>.</p>
<p>In <a href="/desktop/TheFuture" class="wiki">The Future</a>, we hope to be able to share icon themes with other desktops.</p>
<h3>Does the filer support SVG icons?</h3>
<p>The filer uses GTK to load images. As long as you have SVG support in GTK, ROX-Filer will load them fine. To test for SVG support execute:</p>
<p><a href="http://localhost/desktop/IconThemes" target="_blank">read more</a></p>http://localhost/desktop/IconThemes#commentsThemingWed, 08 Feb 2006 18:14:01 +0000Thomas Leonard250 at http://localhost/desktopTheming panels
http://localhost/desktop/node/182
<h3>How do I set a font, colour or background image for the panels?</h3>
<p>Put something like this in your <b>~/.gtkrc-2.0</b> file:<br />
<div class="geshifilter"><pre class="geshifilter-python">style <span style="color: #483d8b;">"panel-style"</span> <span style="color: black;">{</span>
bg<span style="color: black;">[</span>NORMAL<span style="color: black;">]</span> = <span style="color: #483d8b;">"#efb47c"</span>
font_name = <span style="color: #483d8b;">"Sans 5"</span>
<span style="color: black;">}</span>
widget <span style="color: #483d8b;">"rox-panel.*"</span> style <span style="color: #483d8b;">"panel-style"</span></pre></div></p>
http://localhost/desktop/node/182#commentsThemingThu, 12 Jan 2006 19:09:18 +0000Thomas Leonard182 at http://localhost/desktopTheming the background of filer windows
http://localhost/desktop/node/181
<h3>My GTK theme makes my filer background a different color; how do I make it white again?</h3>
<p>Put something like the following in your ~/.gtkrc-2.0 file:<br />
Note: to prevent this file from being overridden when changing themes use ~/.gtkrc.mine<br />
instead</p>
<p><a href="http://localhost/desktop/node/181" target="_blank">read more</a></p>http://localhost/desktop/node/181#commentsThemingThu, 12 Jan 2006 19:07:45 +0000Thomas Leonard181 at http://localhost/desktopHow do I set the background image?
http://localhost/desktop/node/164
<p>Right click on the desktop background. Choose <b>Backdrop...</b> from the bottom of the menu. Drag an image in.</p>
<p>If no background image is set, the colour set in the Options box is used (choose <b>ROX-Filer/Options...</b> from the menu).</p>
<p>You can use <a href="/desktop/freelinking/Wallpaper">Wallpaper</a> to select a random backdrop image at regular intervals, and for other interesting effects.</p>
<p>Note that the pinboard is actually a screen-sized window that covers the real root window completely. Therefore, programs that try to draw on the root window directly won't have any effect.</p>
http://localhost/desktop/node/164#commentsPinboardThemingSat, 07 Jan 2006 19:15:31 +0000Thomas Leonard164 at http://localhost/desktopFile types and icons
http://localhost/desktop/node/135
<p>How does the filer decide what icon to show for a file, and which program to use to open it?</p>
<p>For each file, the filer starts by working out its <em>MIME-Type</em>, as follows:</p>
<ul>
<li>If the file's <strong>user.mime_type</strong> extended attribute it set, then that is its MIME type.</li>
<li>If the file's name matches a pattern in one of the globs file (usually, <strong>/usr/share/mime/globs</strong>) then the line in that file gives the type.</li>
<li>If the contents of the file match a pattern in one of the magic files (usually, <strong>/usr/share/mime/magic</strong>) then that gives the type.</li>
</ul><p><a href="http://localhost/desktop/node/135" target="_blank">read more</a></p>http://localhost/desktop/node/135#commentsMIME typesThemingThu, 05 Jan 2006 19:45:52 +0000Thomas Leonard135 at http://localhost/desktopSet As Wallpaper menu item
http://localhost/desktop/node/123
<h2>Call I make a Set As Wallpaper menu item appear for images?</h2>
<ol>
<li>Right-click on an image and choose <b>Customise Menu...</b>.</li>
<li>Drag <a href="/desktop/freelinking/Wallpaper">Wallpaper</a> (version 2.1 or later) to it.</li>
<li>Right-clicking on another file of that type will show a Wallpaper menu item which sets that image as the backdrop.</li>
</ol>
<img src='/screens/SetAsWallpaper.png' alt='Set as wallpaper menu item' />
<h2>Using SOAP</h2>
<p>You can also use the SOAP method (see the manual for ROX). You can make a small script that takes a file argument and call ROX to set that image as background on the pinboard. You can't use the rootwindow for background, the pinboard is actually one big window that covers your desktop!
</p><p>Example script (untested, but should work):</p><p><a href="http://localhost/desktop/node/123" target="_blank">read more</a></p>http://localhost/desktop/node/123#commentsPinboardThemingWed, 04 Jan 2006 19:29:22 +0000Thomas Leonard123 at http://localhost/desktopFonts
http://localhost/desktop/fonts
<h2>How do I change the default font?</h2>
<ul>
<li>If you're using <a href="/desktop/freelinking/ROX-Session">ROX-Session</a> then run <a href="/desktop/LookAndFeel">Look And Feel</a> (for newer versions), or click on <b>Session Settings</b> and select the <b>Display</b> page in the options box (older releases).
</li>
<li>Otherwise, if you're running some other XSettings manager (eg, <b>gnome-settings-daemon</b>), you'll have to set it with that (using <b>gconf-editor</b> in GNOME's case).
</li>
<li>If you're not using ROX-Session or any other XSettings manager, you'll need to create a .gtkrc-2.0 file in your home directory containing something like:<br />
</li></ul><p><a href="http://localhost/desktop/fonts" target="_blank">read more</a></p>http://localhost/desktop/fonts#commentsThemingTue, 03 Jan 2006 21:49:30 +0000Thomas Leonard101 at http://localhost/desktopTheming
http://localhost/desktop/ThemeGallery
<p>There are several different parts of the desktop that can be themed, as shown in the picture below.</p>
<blockquote><p>
<img src="http://rox.sourceforge.net/screens/theme_parts.png" alt="http://rox.sourceforge.net/screens/theme_parts.png" class="inlineimage" /></p>
</blockquote><p><a href="http://localhost/desktop/ThemeGallery" target="_blank">read more</a></p>http://localhost/desktop/ThemeGallery#commentsThemingTue, 03 Jan 2006 18:58:42 +0000Thomas Leonard98 at http://localhost/desktop