File: README

package info (click to toggle)
lxlauncher 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,092 kB
  • ctags: 172
  • sloc: ansic: 2,007; sh: 1,278; makefile: 51; python: 18
file content (36 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
LXLauncher is an open source clone of Asus launcher for EeePC.
It outperformes the original launcher developed by Xandros.

Background images used by Asus launcher are non-free and are
hence not included in this package.

Notes for compilation: it requires intltool, GTK+ 2.12 or newer,
libstartup-notification and libmenu-cache for compilation.

Please put the images in /usr/share/lxlauncher/background/.
LXLauncher will use those background images if available for any page
which has appropriate ID - the image name should be <ID>.jpg, for
example Work.jpg, or Internet.jpg, etc.

Also, if you put the tab icons of Asus launcher under 
/usr/share/lxlauncher/icons, they will be used in the tabs.
Otherwise, some icons from the gtk+ icon theme will be used instead.

The LXLauncher has two configuration files to be tuned by users:

1) ~/.config/lxlauncher/settings.conf which is an init-style file with
contents defaults as below:

[Main]
BUTTON_SIZE = 120
IMG_SIZE = 48

2) ~/.config/lxlauncher/gtkrc which is an RC file with custom style.

Also one additional setting can be set in global GTK settings:

lxlauncher-enable-key

which is a boolean parameter that allows users if set to true to use
up/down/left/right/tab/enter keys to operate the lxlauncher. Default
value for it is false.