Package Details: mate-applet-dock-git 0.81.r0.g1953fa8-1

Git Clone URL: https://aur.archlinux.org/mate-applet-dock-git.git (read-only, click to copy)
Package Base: mate-applet-dock-git
Description: An application dock applet for the MATE panel
Upstream URL: https://github.com/robint99/mate-dock-applet
Licenses: GPLv3
Conflicts: mate-applet-dock
Submitter: robint99
Maintainer: robint99
Last Packager: robint99
Votes: 9
Popularity: 0.000000
First Submitted: 2015-05-12 08:04 (UTC)
Last Updated: 2018-02-04 07:57 (UTC)

Latest Comments

1 2 Next › Last »

harmathy commented on 2020-11-09 20:32 (UTC) (edited on 2020-11-09 20:33 (UTC) by harmathy)

This package has a missing dependency in PGKBUILD on python-distro. Otherwise the applet won't start with following stack trace:

dbus-daemon[1208]: [session uid=1000 pid=1208] Activating service name='org.mate.panel.applet.DockAppletFactory' requested by ':1.16' (uid=1000 pid=1285 comm="mate-panel ")
org.mate.panel.applet.DockAppletFactory[6120]: Traceback (most recent call last):
org.mate.panel.applet.DockAppletFactory[6120]:   File "/usr/lib/mate-applets/mate-dock-applet/dock_applet.py", line 68, in <module>
org.mate.panel.applet.DockAppletFactory[6120]:     import dock
org.mate.panel.applet.DockAppletFactory[6120]:   File "/usr/lib/mate-applets/mate-dock-applet/dock.py", line 84, in <module>
org.mate.panel.applet.DockAppletFactory[6120]:     import dock_xml
org.mate.panel.applet.DockAppletFactory[6120]:   File "/usr/lib/mate-applets/mate-dock-applet/dock_xml.py", line 45, in <module>
org.mate.panel.applet.DockAppletFactory[6120]:     import distro as distribution
org.mate.panel.applet.DockAppletFactory[6120]: ModuleNotFoundError: No module named 'distro'

Aberts10 commented on 2018-02-19 02:25 (UTC)

Cannot pin applications to the dock. The option seems to be missing on right click, any solutions? I'm going to try compiling from source.

robint99 commented on 2018-02-04 08:02 (UTC)

Added conflict mate-applet-dock package in community, as per comment

Added python-dbus dependency, as per comment, but not python-scipy as it is no longer used by the applet.

Added bamf as a dependency, as the latest version of the applet uses this.

isaya commented on 2017-12-07 04:17 (UTC)

Missing two depencies: python-dbus and python-scipy

notuxius commented on 2017-07-09 12:07 (UTC)

Should conflict with 'mate-applet-dock' repo package

robint99 commented on 2017-03-23 09:49 (UTC)

Have updated the package to build the Gtk3 version of the applet following the release of MATE 1.18.....

robint99 commented on 2016-02-14 13:26 (UTC)

I've updated the package with new build instructions and everything is working again. Thanks for letting me know that there was a problem.

eldersnake commented on 2016-02-14 12:14 (UTC)

I was getting a build fail with the error: "configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found." Fix was to change "autoreconf" to "autoreconf -i" in PKGBUILD.

robint99 commented on 2015-11-16 10:40 (UTC)

I've added python-gobject as a dependency. Thanks for the info!