Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130880 - a full gnome-system-tools that working very well
Summary: a full gnome-system-tools that working very well
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 197163 214265
  Show dependency tree
 
Reported: 2006-04-22 12:38 UTC by Mohamed M. Hagag
Modified: 2008-04-12 14:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gnome system tools with netowrk-admin and disks-admin (gnome-system-tools-2.14.0-r99.ebuild,1.23 KB, text/plain)
2006-04-22 15:29 UTC, Mohamed M. Hagag
Details
gnome-system-tools-2.15.0 (gnome-system-tools-2.15.0.ebuild,1.40 KB, application/octet-stream)
2006-09-30 12:07 UTC, Mohamed M. Hagag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mohamed M. Hagag 2006-04-22 12:38:58 UTC
I found that if i add --enable-disks and replace --disable-network
with --enable-network in the ebuild, then every thing works very well.

i hope this will be the default state for these values --enable-network & --enable-disks .

note: disks-admin dosn't contain gentoo linux in its supported platforms list but when i select debian sarge or rPath - and i think any selection - it works very nice.

this is the modified ebuild :) 

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.14.0.ebuild,v 1.1 2006/03/17 21:00:09 joem Exp $

inherit gnome2 eutils

DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
HOMEPAGE="http://www.gnome.org/projects/gst/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="nfs samba"

RDEPEND="net-misc/openssh
        userland_GNU? ( sys-apps/shadow )
        >=x11-libs/gtk+-2.6
        >=gnome-base/libgnomeui-2.9.0
        >=gnome-base/libglade-2.4
        >=gnome-base/gconf-2.2
        >=dev-libs/libxml2-2.4.12
        >=gnome-base/nautilus-2.9.90
        >=app-admin/system-tools-backends-1.3.0
        nfs? ( net-fs/nfs-utils )
        samba? ( >=net-fs/samba-3 )"

DEPEND="${RDEPEND}
        app-text/scrollkeeper
        dev-util/pkgconfig
        >=dev-util/intltool-0.29"

DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"

# --enable-disks is not (still) supported for Gentoo
G2CONF="${G2CONF} --enable-boot --enable-services --enable-network --enable-disks"

pkg_setup() {

        if ! use nfs && ! use samba; then
                G2CONF="${G2CONF} --disable-shares"
        fi
}

src_unpack() {
        unpack ${A}
        cd ${S}

        gnome2_omf_fix
}


sorry, but i cant find any way to send an attachment on the bug submitting form ): .
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-22 12:46:32 UTC
(In reply to comment #0)
> sorry, but i cant find any way to send an attachment on the bug submitting form
> ): .

Just use the attachment feature *after* submitting the bug:

http://bugs.gentoo.org/attachment.cgi?bugid=130880&action=enter

Comment 2 Mohamed M. Hagag 2006-04-22 15:29:17 UTC
Created attachment 85225 [details]
gnome system tools with netowrk-admin and disks-admin

thanks jakub :)
Comment 3 Mohamed M. Hagag 2006-09-30 12:07:31 UTC
Created attachment 98462 [details]
gnome-system-tools-2.15.0

i'll test it today, i wish this release will have a full gentoo support :)
Comment 4 Xake 2007-01-03 01:37:04 UTC
The --enable-disks I can understand but what blocks --enable-network?
Comment 5 brad walker 2007-01-04 07:43:04 UTC
disks-admin is disabled because it doesn't work without hacks (opening as other dists). the future doesn't look any brighter for --enable-disks. unfortunately gnome-system-tools branches 2.15 and 2.17 dropped disks-admin and boot-admin.

i don't see why 2.14.0 can't --enable-network. it works fine here.
Comment 6 Pacho Ramos gentoo-dev 2007-01-31 19:46:53 UTC
Does gnome-system-tools-2.15.6 fix this bug http://bugs.gentoo.org/show_bug.cgi?id=131097 ?
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-04-12 14:57:01 UTC
closing as WONTFIX because this old version is deprecated upstream anyway.