You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# An application dock applet for the MATE panel
2
2
3
-
The applet allows you to:
3
+
The applet works with both GTK2 and GTK3 versions of MATE and allows you to:
4
4
5
5
* Place a dock on any MATE panel, of any size, on any side of the desktop you desire.
6
6
* Pin and unpin apps to the dock
@@ -9,15 +9,15 @@ The applet allows you to:
9
9
* Minimize/unminimize running app windows by clicking the app's dock icon
10
10
* Detect changes in the current icon theme and update the dock accordingly
11
11
* Use an indicator by each app to show when it is running
12
-
* Optionally, use multiple indicators for each window an app has open
12
+
* Optionally, use multiple indicators for each window an app has open
13
13
* Use either a light or dark indicator that it can always be seen no matter what colour the panel is, or turn indicators off altogether
14
14
* Change the colour of MATE panels to the dominant colour (i.e. the most common colour) of the desktop wallpaper. The colour can be applied to all panels or just the panel containing the dock.
15
15
16
16
## Installation
17
17
18
18
### Debian
19
19
20
-
The applet is available in Debian testing:
20
+
The applet is available in Debian testing (currently GTK2 only):
21
21
22
22
`apt-get install mate-dock-applet`
23
23
@@ -31,9 +31,11 @@ Note: when upgrading from Ubuntu Mate 15.10 to 16.04 any previously installed ve
31
31
32
32
Users of Ubuntu MATE 15.10 and earlier, or of Linux Mint, can install the applet from the PPA kindly provided by [webupd8](http://www.webupd8.org/2015/05/dock-applet-icon-only-window-list-for.html)
33
33
34
+
Note: this is GTK2 only
35
+
34
36
### Arch Linux
35
37
36
-
For Arch users there's a [package](http://aur.archlinux.org/packages/mate-applet-dock-git) available in the AUR.
38
+
For Arch users there's a [package](http://aur.archlinux.org/packages/mate-applet-dock-git) available in the AUR.
37
39
38
40
### Other distributions
39
41
@@ -42,7 +44,7 @@ Users of other distros will need to install from source, so first install the re
42
44
* Python3
43
45
* gir1.2-wnck-1.0
44
46
* libglib2-dev
45
-
* Python Imaging Library
47
+
* Python Imaging Library
46
48
* SciPy
47
49
* Python 3 Cairo bindings
48
50
@@ -54,9 +56,20 @@ aclocal
54
56
automake --add-missing
55
57
56
58
autoreconf
59
+
```
57
60
61
+
To build a GTK2 version of the applet:
62
+
```
58
63
./configure --prefix=/usr
64
+
```
59
65
66
+
To build a GTK3 version:
67
+
```
68
+
./configure --prefix=/usr --with-gtk3
69
+
```
70
+
71
+
Then enter the following commands:
72
+
```
60
73
make
61
74
62
75
sudo make install
@@ -82,4 +95,3 @@ Running on Ubuntu with a Windows 7 style layout
0 commit comments