LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-23-2010, 02:02 AM   #1
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Rep: Reputation: 16
configure: error: The xdg python module is required (pyxdg or python-xdg)


Ok, im trying to install avant window navigator, but when I try to run ./configure i get the following error message.

configure: error: The xdg python module is required (pyxdg or python-xdg)

I downloaded the latest pyxdg package from linuxpackages and installed it then reran ./configure and still have the same issues. any ideas?

Edit:
I just downloaded the source from their website and installed it that way and ran the ./configure again. I did not get the pyxdg error again but I got the following

checking for AWN... configure: error: Package requirements (glib-2.0 >= 2.16.0 gthread-2.0 gobject-2.0 desktop-agnostic >= 0.3.9 gtk+-2.0 >= 2.12.0 gdk-2.0 >= 2.12.0 dbus-glib-1) were not met:

No package 'desktop-agnostic' found

does this mean I need to install gnome before I can install AWN?

Last edited by Sargalus; 03-23-2010 at 02:10 AM.
 
Old 03-23-2010, 06:30 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
I guess, you can use some of the info in these notes about desktop-agnostic:

'desktop-agnostic' : please read the file docs/install.rst
https://code.launchpad.net/~malept/l...agnostic/trunk
No packages, no tar balls, please get the files with the bzr command :
bzr branch lp:libdesktop-agnostic

cd libdesktop-agnostic/
Code:
./waf configure --prefix=/usr --config-backends=gconf --vfs-backends=gio --desktop-entry-backends=glib
Required : 1) pygobject
Slack 13: disk 1 slackware/l/pygobject-2.16.1-i486-1.txz
(( http://ftp.acc.umu.se/pub/gnome/sources/pygobject/ ))

2) vala http://www.slacky.eu
http://www.slacky.eu/aadm/pkgs/index...er=13&pkg=1997
> vala-0.7.10-i486-1as.txz

3) gobject-introspection
http://ftp.gnome.org/pub/GNOME/sourc...ospection/0.6/
gobject-introspection-0.6.9/ : ./configure --prefix=/usr

4) gconf http://www.slacky.eu
http://repository.slacky.eu/slackwar...2-i486-3as.txz

./waf
su , ./waf install
cd /usr/lib/pkgconfig/
<editor> desktop-agnostic.pc
.. and edit the version to 0.3.9
.....

The Avant Window Navigator also requires libgtop : slacky.eu / Slackbuilds,
and libwnck : 2.22.3
http://ftp.acc.umu.se/pub/gnome/sources/libwnck/2.22/
.....

Last edited by knudfl; 03-24-2010 at 07:25 AM.
 
Old 03-23-2010, 01:12 PM   #3
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
Ok, I don't have the bzr command I guess I will have to find the package for it and get it installed, im working on the rest of the advise you put up, thanks for the responde
 
Old 03-23-2010, 03:20 PM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
http://slackbuilds.org/repository/13.0/development/bzr/

> bzr (2.0.3)

.....
 
Old 03-23-2010, 05:46 PM   #5
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
Ok this might be a stupid question, but I don't understand the point of slackbuilds.org, as from what I can tell it doesn't have slackware packages on the site it has a link for the source code, then a link for the slackbuilds.org file. so im kinda lost on what to really do here, am I suppost to build my own slackware packages via the slackbuids.org files then install them or what?
 
Old 03-24-2010, 12:17 AM   #6
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
correct me if im wrong, but is gtk, glib and all that crap all part of the gnome desktop, because Im trying to install gtk+2.18.* and it's erroring out too, I juust don't get it, it's one error after another, try to install one thing to fix one error and that gives you and error. I never remember slackware being this bad when trying to install stuff. Any clarrification would be great
 
Old 03-24-2010, 05:04 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
GTK, GLIB, etc. are not only for Gnome, but for a
hundred other applications. If you have Slackware 13,
the system version = 2.14.7 , will do fine.
Changing it : Don't do that. Will usually trash a lot
more, than you expect.

Buiding a "Slackbuild" package is an easy thing.
Find lots of HOWTO examples with Google ..
http://www.slackwiki.org/Links
.....

P.S. : The Avant Window Navigator is probably a Gnome only thing,
may work only on the Gnome Desktop.
.....
 
Old 03-24-2010, 07:34 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The above continues in another thread :

http://www.linuxquestions.org/questi...nts-797459/#12

.....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a submenu to a registered category with a xdg-desktop-menu? sleeping Linux - General 0 09-03-2009 03:05 PM
xdg-mime linuxsavar Programming 0 10-10-2008 07:25 AM
python update - Unable to load GTK2 Python bindings: No module named gtk itpedersen Linux - Software 2 10-03-2008 03:44 AM
XDG menus, LXDE, and menu entries kdulcimer Grafpup 3 11-10-2007 01:14 AM
xdg problems zbrox Debian 2 07-11-2004 10:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration