-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathREADME
91 lines (63 loc) · 2.03 KB
/
README
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
##
# ADesk Bar - launcher for Openbox
#
# Created by
# David Art [aka] ADcomp <[email protected]>
# http://www.adeskbar.tuxfamily.org/
#
# This program is distributed under the terms of the GNU General Public License
# For more info see http://www.gnu.org/licenses/gpl.txt
#
##
to launch AdeskBar :
adeskbar <config_name>
Config files : ~/.config/adeskbar/<config_name>.cfg
Install dir : /usr/share/adeskbar/
---
Install
-------
sudo ./install.sh
or
su -c "./install.sh"
unInstall
---------
sudo ./uninstall.sh
or
su -c "./uninstall.sh"
---
Create .deb package for Debian / Ubuntu ( really bad script! )
sudo ./make_deb.sh
or
su -c "./make_deb.sh"
---
Dependencies
------------
python (<3) , python-gtk2 , python-cairo , python-xdg, python-wnck
recommend : python-dbus, python-keybinder, python-pyinotify
plugin :
- python-wnck : tasklist/showdesktop/intellihide
- python-alsaaudio : volume ( python-pyalsaaudio on Arch / Slitaz )
- python-vte : terminal
- python-xlib : systray
for Debian / Ubuntu :
sudo apt-get install python-wnck python-alsaaudio python-vte
sudo apt-get install python-xlib python-dbus python-keybinder python-pyinotify
F.A.Q.
------
Q: Tooltips and content from various applet is unreadable. It seems that text
is there, but with dark background, it cannot be readed. How do I fix it?
A: You can change some attributes by changing your theme. aDeskBar exports 2
widget names to aid in this process: ADeskBarTooltipWindow and ADeskBarPopupWindow.
Study gtk2 theming and change these in your theme or home directory's .gtkrc.
For Adwaita theme it was enough that I added this at the end of theme's gtkrc:
# ADeskBar
widget "ADeskBarTooltipWindow*" style "tooltips"
widget "ADeskBarPopupWindow*" style "tooltips"
Web
---
archlinux :
http://bbs.archlinux.org/viewtopic.php?pid=589980
crunchbanglinux :
http://crunchbanglinux.org/forums/topic/441/little-application-launcher-for-openbox/
ubuntu-fr :
http://forum.ubuntu-fr.org/viewtopic.php?id=280349