Search Criteria
Package Details: gnome-system-tools 3.0.0-6
Git Clone URL: | https://aur.archlinux.org/gnome-system-tools.git (read-only, click to copy) |
---|---|
Package Base: | gnome-system-tools |
Description: | Cross-platform configuration utilities for GNOME |
Upstream URL: | https://en.wikipedia.org/wiki/GNOME_System_Tools |
Keywords: | gnome system tools |
Licenses: | |
Submitter: | Red54 |
Maintainer: | ragouel |
Last Packager: | ragouel |
Votes: | 30 |
Popularity: | 0.007737 |
First Submitted: | 2012-08-29 10:06 |
Last Updated: | 2020-12-20 15:57 |
Latest Comments
1 2 Next › Last »
ragouel commented on 2020-12-20 15:57
I updated the source array.
wollew commented on 2020-12-20 15:12
Download-source is https://download.gnome.org/sources/gnome-system-tools/ You have to change this in PKGBUILD from ftp://ftp.gnome.org/pub/gnome/sources to https://download.gnome.org/sources/gnome-system-tools/ Eventually same procedure for the upper mentionend dependencies.
LizziAS commented on 2020-12-16 21:34
ERROR: Failure while downloading ftp://ftp.gnome.org/pub/gnome/sources/gnome-system-tools/3.0/gnome-system-tools-3.0.0.tar.bz2 Aborting... Failed to build gnome-system-tools
ctzn commented on 2019-06-30 20:59
Can you please remove the Nautilus dependency? Not everyone uses GNOME and it isn't really a dependency. Thank You https://packages.debian.org/stretch/gnome-system-tools
ReDemoNBR commented on 2017-12-15 00:10
Works on arch 'armv7h'. It's safe to add it.
Techman35 commented on 2017-08-10 02:56
Anyway to get the gtk2 version of this package?
i tryed to compile but it give a libatk error.
VVS commented on 2013-07-08 16:17
Please move the executable file from /usr/sbin to /usr/bin. Thanks.
bradpitcher commented on 2013-02-21 05:59
It worked, thanks a lot!
Red54 commented on 2013-02-21 05:37
Updated, please have a try.
Thx.
bradpitcher commented on 2013-02-21 03:27
I had an error compiling. A patch that makes it work (including your patch) is below. However, I'm still unable to use the application. I get the following error when I try to run users-admin:
(users-admin:9646): GLib-GIO-ERROR **: Settings schema 'org.gnome.system-tools.users' is not installed
Any ideas?
diff -Nur gnome-system-tools-3.0.0.orig/configure.in gnome-system-tools-3.0.0/configure.in
--- gnome-system-tools-3.0.0.orig/configure.in 2011-04-03 10:32:51.000000000 -0700
+++ gnome-system-tools-3.0.0/configure.in 2013-02-20 19:20:16.157550957 -0800
@@ -7,7 +7,7 @@
IT_PROG_INTLTOOL([0.35.0])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
GNOME_DOC_INIT
@@ -20,7 +20,6 @@
AC_ISC_POSIX
AC_PROG_CC
-AM_PROG_CC_STDC
AC_HEADER_STDC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
@@ -161,8 +160,8 @@
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
GETTEXT_PACKAGE=gnome-system-tools
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package name])
-AC_SUBST([GETTEXT_PACKAGE], GETTEXT_PACKAGE)
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [fix])
dnl ========================================================
dnl END : Translations