Difference between revisions of "Matchbox"

From ArmadeusWiki
Jump to: navigation, search
m (Launching)
(Launching)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Under_Construction}}
 
  
 
==Introduction==
 
==Introduction==
Line 23: Line 22:
 
==Launching==
 
==Launching==
 
<pre class="apf">
 
<pre class="apf">
# matchbox-window-manager
+
# matchbox-window-manager &
# matchbox-desktop
+
# matchbox-desktop &
# matchbox-panel
+
# matchbox-panel &
 +
# matchbox-keyboard &
 
</pre>
 
</pre>
 +
* Panel widgets can be added through menu and removed from ''/root/.matchbox/mbdock.session'' file.
 +
 +
[[Image:matchbox.png|X server with matchbox running on APF27 (800x480)]]
 +
 +
==Links==
 +
* http://xwinman.org/
  
 
[[Category:X11]] [[Category:Graphical User Interface]]
 
[[Category:X11]] [[Category:Graphical User Interface]]

Latest revision as of 12:26, 21 July 2014

Introduction

Window Manager and Lightweigth desktop for X11 server.

Installation

$ make menuconfig
Target packages  --->
    Graphic libraries and applications (graphic/text)  --->
        ...
            *** X window managers ***
        [*] MatchBox Window Manager
        [*]   Matchbox Panel
        [*]   Matchbox Desktop
        [ ]     Matchbox session common files
        [*]   Matchbox Virtual Keyboard

Launching

# matchbox-window-manager &
# matchbox-desktop &
# matchbox-panel &
# matchbox-keyboard &
  • Panel widgets can be added through menu and removed from /root/.matchbox/mbdock.session file.

X server with matchbox running on APF27 (800x480)

Links