Differences between revisions 1 and 2
Revision 1 as of 2005-12-11 23:28:08
Size: 494
Editor: PeMac
Comment:
Revision 2 as of 2005-12-11 23:36:40
Size: 877
Editor: PeMac
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:

== Fbdesk ===

Idesk is other app used to show icons on the desktop

 apt-get install fbdesk

== Configuration ==
You can execute idesk or fbdesk changing the fluxbox startup-script

# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
# idesk &
fbdesk &

["Fluxbox"]


Idesk

Idesk is an app used to show icons on the desktop, which by simple or double clicking (acording to users preferences) will execute a command. It's used mostly to work with window managers. Icons can be dragged to the desired postition on the desktop and that position will be remembered on next idesk startup. The formats supported are png and svg, though there might be problems with the last mentioned format.

Installation:

  • ["apt-get"] install idesk

== Fbdesk ===

Idesk is other app used to show icons on the desktop

  • apt-get install fbdesk

Configuration

You can execute idesk or fbdesk changing the fluxbox startup-script

# Applications you want to run with fluxbox. # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN & AT THE END. # # unclutter -idle 2 & # wmnd & # wmsmixer -w & # idesk & fbdesk &