You are not logged in.
There's a slab-cvs package in AUR that is really outdated and doesn't seem to work any more. Would it be possible for someone to create a new package for the gnome-main-menu module?
Offline
Up
Please someone could make a pkgbuild please?
Thanks
Offline
gnome-main-menu will be in the next release of gnome.
Give what you have. To someone, it may be better than you dare to think.
Offline
Ok but when the next release out?
I need it now
Offline
Ok but when the next release out?
I need it now
It's planned for release in 10 days time (14th March) according to http://live.gnome.org/TwoPointSeventeen
Offline
For my birthday
Offline
gnome-main-menu will be in the next release of gnome.
I don't think so. It won't be in 2.18:
http://live.gnome.org/TwoPointSeventeen/ReleaseNotes
http://live.gnome.org/GnomeArchitecture/Progress
There will be the new Control Center but disabled by default.
Last edited by ekerazha (2007-03-06 17:15:31)
Offline
http://mail.gnome.org/archives/desktop- … 00221.html
Last edited by wonder (2007-03-06 23:34:28)
Give what you have. To someone, it may be better than you dare to think.
Offline
I made a quick PKGBUILD. remember to build this with versionpkg. Also it needs gnome-common >= 2.12.0-7, which is currently in testing (enable testing or grab it from the ftp-server). enjoy !
PKGBUILD
pkgname=gnome-main-menu-2-svn
_realname=gnome-main-menu-2
pkgver=203
pkgrel=1
pkgdesc="Novell SLED Gnome main-menu applet"
url="http://www.novell.com/"
license=""
depends=('glib2>=2.2.0' 'gtk-doc>=1.0' 'libgnome' 'gnome-panel' 'libgtop' 'dbus-sharp' 'networkmanager' 'hal' 'wireless_tools' 'gnome-menus' 'avahi' 'beagle' 'libbeagle')
makedepends=('intltool' 'pkgconfig' 'subversion' 'gnome-common>=2.12.0-7' 'versionpkg')
provides=('slab')
conflicts=('slab')
install=gnome-main-menu-2.install
_svntrunk="http://svn.gnome.org/svn/gnome-main-menu/branches/version-2/"
_svnmod="gnome-main-menu-2"
build() {
cd $startdir/src
msg "Connecting to SVN server...."
svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
msg "SVN checkout done or server timeout"
msg "Starting make..."
cp -r $_svnmod $_svnmod-build
cd $_svnmod-build
./autogen.sh --prefix=/opt/gnome/ --disable-schemas-install
make || return 1
make DESTDIR=$startdir/pkg install || return 1
mkdir -p ${startdir}/pkg/opt/gnome/share/gconf/schemas
gconf-merge-schema ${startdir}/pkg/opt/gnome/share/gconf/schemas/${_realname}.schemas ${startdir}/pkg/opt/gnome/etc/gconf/schemas/*.schemas
rm -f ${startdir}/pkg/opt/gnome/etc/gconf/schemas/*.schemas
}
gnome-main-menu-2.install
pkgname=gnome-main-menu-2
post_install() {
export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source`
opt/gnome/bin/gconftool-2 --makefile-install-rule opt/gnome/share/gconf/schemas/${pkgname}.schemas >/dev/null
update-desktop-database -q
}
pre_upgrade() {
pre_remove $1
}
post_upgrade() {
post_install $1
}
pre_remove() {
if [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
else
schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
fi
export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source`
opt/gnome/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
}
post_remove() {
update-desktop-database -q
}
op=$1
shift
$op $*
Last edited by pressh (2007-03-14 13:38:17)
Offline
Thanks man,
but if i enable testing all my old program will not work i thinks ?
python is yet bugging or not?
alacarte work for example?
thanks you very much
Offline
I have jsut upgrade gnome-common and install versionpkg and install so your pkgbuild but nothing appears in add panel
sorry for my english, help me please
Offline
try installing this (i686) :
http://pressh.googlepages.com/gnome-mai … pkg.tar.gz
edit:
ps. I have no idea how stable testing is atm, I only installed the gnome-common package from ftp.archlinux.org
Last edited by pressh (2007-03-14 16:18:03)
Offline
This works !
Thanks
I have upgrade to testing, I have other problem now, could you help me?
Alacarte don't work now, he want python 2.4 how to get working it?
Offline
np
basically you have 2 options. The first one is to disable testing again in /etc/pacman.conf and downgrade the packages which are installed from the testing tree (using a pacman -Syu you will be notified which these are, and then use pacman -Sy packagename to downgrade). If you use the binary version I posted above, you do not need any testing package.
If you would like to stay with the testing repo, be sure that things may break more often in there , like just happened with alacarte for you. What you need to do is rebuild alacarte against the new packages you just installed. You can use abs to get the PKGBUILD for it (see the wiki for details on abs)
Offline
Thanks pressh
Offline
Hey guys. Is anyone else having problems with gnome-main-menu (trunk, as well as version-2), and gnome 2.18? I don't seem to be able to have it working. It used to work well with gnome 2.16.
Also, some libslab libraries conflict with control-center 2.18. I've just edited the PKGBUILD to remove those files.
Offline
Are you still looking for it ?
I changed it a bit and now it runs fine on gnome 2.18, I guess I'll upload it later today somewhere if someone wants it.
Offline
yes yes, upload it
Offline
Yes, I'd be interested as well. Thanks pressh!
Offline
please see http://pressh.archlinux.googlepages.com
ps. i'm not sure if the repo is working with pacman3, actually it is not here, but with pacman2 it is working. If it doesn't work use the direct linked packages
Last edited by pressh (2007-04-04 12:53:30)
Offline
Thanks for that pressh. Do you have the PKGBUILDs lying around somewhere as well?
Offline
Thanks for that pressh. Do you have the PKGBUILDs lying around somewhere as well?
sure I do.
They are now also on http://pressh.archlinux.googlepages.com
[edit]
beagle is optional for this release. I guess I should have put that in the .install file. Anyway, uninstalling beagle removes the search bar in the applet, whereas installing adds the search bar.
Last edited by pressh (2007-04-04 15:30:38)
Offline
thank you for your pkg and the PKGBUILD:)
Offline
no problem
Offline
Gnome-main-menu is nice, but have you seen the knock off the Ubuntu guys made called USP (Ubuntu System Panel)? I prefer the layout of the USP menu because it doesn't require a second window to be opened just to browse your applications. I'd be curious if you could get it to work, me and another Arch user made a pkgbuild for it, but it was kind of buggy.
http://ubuntuforums.org/forumdisplay.php?f=156
Good work and thanks, I'm using gnome-main-menu right now.
Offline