Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 06fff274569608ee5260fe82db39cc54 > files > 4

fbdesk-1.1.3-1mdk.ppc.rpm

License: MIT
Author: Henrik Kinnunen (fluxgen at users.sourceforge.net)
Year: 2003

Usage:
./fbdesk [option]
Option:
   -rc <resource file>   (default: ~/.fluxbox/init)
   -display <display connection>
   -na     disables antialias

To execute the icon command: double click on the icon.
To bring up icon menu: right click on the icon.

Resource file:

fbdesk.iconFile:  <filename to icon file> (default: ~/.fluxbox/icons)
fbdesk.font: <icon font name> (default: fixed)
fbdesk.textColor:  <color for icon text>  (default: black)
fbdesk.snapX: <x snap size> (default: 5)
fbdesk.snapY: <y snap size> (default: 5)
fbdesk.doubleClickInterval: <time interval between clicks for a double click> (default: 200)
fbdesk.textPlacement: <placement for text around icon image>  (default: Bottom)
# Possible values for text placement: Left, Right, Top and Bottom
session.styleFile: <style file for menu> (default: none)

Icon file format:
# this is a comment
# Start of one icon entry
[Deskop Entry]
Icon=the image filename
Name=the icon label
Exec=what it executes
Pos= 123 456  # position of the icon
[end]
# end of one icon entry

example:

[Desktop Entry]
Icon=/usr/share/pixmaps/gnome-home.png
Name=aterm
Exec=aterm
Pos= 100 100
[end]

Note:
To make FbDesk use the same style as fluxbox you need to put the resource 
items in the same file as Fluxbox resource file (~/.fluxbox/init)
If the icon file is missing or empty, FbDesk will create a single default 
icon on position 64 64.