Difference between revisions of "Matchbox"

From ArmadeusWiki
Jump to: navigation, search
(Launching)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Under_Construction}}
 
  
 
==Introduction==
 
==Introduction==
You will need a running X server like [[X11 server|TinyX/Xfbdev]] and to setup ''DISPLAY'' envt variable.
+
Window Manager and Lightweigth desktop for [[X11 server]].
 +
 
 +
==Installation==
 +
<pre class="host">
 +
$ make menuconfig
 +
</pre>
 +
 
 +
<pre class="config">
 +
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
 +
</pre>
  
 
==Launching==
 
==Launching==
 
<pre class="apf">
 
<pre class="apf">
# matchbow-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