Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 284c51dfe5d89eecf0012d321221a69b > files > 4

fbdesk-1.4.1-6.x86_64.rpm

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

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

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/fbdesk.icons)
fbdesk.font: <icon font name> (default: fixed)
fbdesk.textColor:  <color for icon text>  (default: black)
fbdesk.textBackground: <color> (default: white
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)
fbdesk.iconAlpha: <number between 0 and 255 (opaque)> (default: 255)
fbdesk.textAlpha: <number between 0 and 255 (opaque)> (default: 0)
fbdesk.lockPositions: <bool> (default: false)
# 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.