Package Details: indicator-multiload 0.4-4

Git Clone URL: https://aur.archlinux.org/indicator-multiload.git (read-only, click to copy)
Package Base: indicator-multiload
Description: A System Load indicator for GTK 3.
Upstream URL: https://launchpad.net/indicator-multiload
Licenses: GPL
Submitter: gcarq
Maintainer: invidian
Last Packager: invidian
Votes: 5
Popularity: 0.000000
First Submitted: 2015-11-01 04:20 (UTC)
Last Updated: 2026-01-28 09:54 (UTC)

Latest Comments

emgaron commented on 2026-01-28 09:00 (UTC) (edited on 2026-01-28 09:00 (UTC) by emgaron)

Build fails with:

[...]
src/itempreferences.c: In function ‘_vala_array_dup17’:
src/itempreferences.c:683:9: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
  683 |         return g_memdup (self, length * sizeof (gint));
      |         ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
  338 | gpointer              g_memdup         (gconstpointer mem,
      |                       ^~~~~~~~
src/itempreferences.c: In function ‘item_preferences_itemsstoretogsettings’:
src/itempreferences.c:935:48: error: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type [-Wincompatible-pointer-types]
  935 |         g_settings_set_strv (_tmp20_, _tmp21_, _tmp22_);
      |                                                ^~~~~~~
      |                                                |
      |                                                gchar ** {aka char **}

dimonomid commented on 2018-02-12 15:05 (UTC)

For googlers on Ubuntu: for libgtop, the package name you're looking for is: "libgtop2-dev". It's so confusing that it's NOT "libgtop-2.0-dev", but the non-dev name is "libgtop-2.0".

FillFeile commented on 2016-02-16 14:54 (UTC)

Error while build: No package 'libgtop-2.0' found Please add as dependencie.

jcjj commented on 2015-11-11 23:01 (UTC)

Thanks for the quick update.

gcarq commented on 2015-11-11 10:30 (UTC)

Added missing dependencies and a install file to execute glib-compile-schemas. I don't know whats the difference between an indicator and a trayicon element, but for xfce I also have to call it with --trayicon.

jcjj commented on 2015-11-11 07:29 (UTC) (edited on 2015-11-11 07:30 (UTC) by jcjj)

Please fix the missing dependencies: gnome-common, libappindicator-gtk3 Also, after install I had to run "sudo glib-compile-schemas /usr/share/glib-2.0/schemas" to get it to work. For some reason the indicator only shows up if I run it as "indicator-multiload --trayicon". But hey, it works now. BTW I'm using it in GNOME Flashback.