[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Re: Yad receipt
- From: Allan Pinto <allan316@xxxxxxxxx>
- Date: Mon, 8 Feb 2010 06:31:30 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MslSXK32Geej2ChThw2arjSLfjkUTXCjltkdXiYQOk8=; b=Z35BgC8NVNkwUP9QawrFL0e/XWmZ29j+cnzxC+oAGSuLmDs+8yI7G55q5L5dVNXnqt BaCNPbRLAm0fsOExZlfMj8kvVYs1qZ2XR575rCbrg0kqMR8ft0Ll+cby95dOWC0LTCOf qe30esWBoULdwFUx3EcwjJNE5yivCfMd9yduU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=RxQS+ql4h7ZEl567rWryC6ainxQvZhHX9lZfpyRY9PJEZGaxwBFFFZ1AuW2im5yB8V wd9ayvJWYJyQd/mhGwRZtKWufUpiNBbozPmne4dQS28vpaymkmy7FdqxNEp1onB+1z24 VDWq6VD7J7/4W2axVl65bXBz5JufE4NLkalsY=
need to add,
perl-maketext-gettext, acl int the BUILD_DEPENDS.
after installing the yad package, and typing yad on the command line,
gives me a ok/cancel box,
yad --list does not show any list, gives me the following errors.
****************************************************************************
root@deadwait:/home/slitaz# yad --list a b c
No column titles specified for List dialog.
(yad:27256): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display:
assertion `atom != GDK_NONE' failed
(yad:27256): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display:
assertion `atom != GDK_NONE' failed
(yad:27256): Gtk-CRITICAL **: gtk_tree_view_get_model: assertion
`GTK_IS_TREE_VIEW (tree_view)' failed
(yad:27256): Gtk-CRITICAL **: gtk_tree_view_get_selection: assertion
`GTK_IS_TREE_VIEW (tree_view)' failed
(yad:27256): Gtk-CRITICAL **: gtk_tree_selection_selected_foreach:
assertion `GTK_IS_TREE_SELECTION (selection)' failed
root@deadwait:/home/slitaz#
****************************************************************************
rest seems to be fine.
On Sun, Feb 7, 2010 at 10:55 PM, Alexander Medvedev <devl547@xxxxxxxxx> wrote:
> Yad is a fork of Zenity with many improvements, such as custom buttons,
> additional dialogs, popup menu in notification icon and more.
>
> # SliTaz package receipt.
> PACKAGE="yad"
> VERSION="0.0.9"
> CATEGORY="utilities"
> SHORT_DESC="Display graphical dialogs from shell scripts or command line"
> MAINTAINER="devl547@xxxxxxxxx"
> TARBALL="$PACKAGE-$VERSION.tar.bz2"
> WEB_SITE="http://code.google.com/p/yad/"
> WGET_URL="http://yad.googlecode.com/files/$TARBALL"
>
> # Rules to configure and make the package.
> compile_rules()
> {
> cd $src
> ./configure --prefix=/usr --infodir=/usr/share/info \
> --mandir=/usr/share/man $CONFIGURE_ARGS &&
> make &&
> make DESTDIR=$PWD/_pkg install
> }
>
> # Rules to gen a SliTaz package suitable for Tazpkg.
> genpkg_rules()
> {
> mkdir -p $fs/usr
> cp -a $_pkg/usr/bin $fs/usr
> }
>
>
> With best regards, Alexander.
>
--
Thanx and regd's.
Allan.
http://www.in2dwok.com
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/