Jump to content

Baobab


Guest saltydog
 Share

Recommended Posts

Baobab is a multithreaded Perl-Gtk2 application to analyse directory trees in any Gnome environment. Baobab can easily draw either the whole filesystem tree, or a specific user-requested directory branch
:huh:
Link to comment
Share on other sites

thanks for signing up to tell us about your software, it looks very pretty and just what i'm after- loading konqueror to get the same feature was really annoying. Unfortunately i can't get it to work :(

 

djb@shuttle ~/downloads/baobab-0.1.0 $ baobab
Undefined subroutine &main::bind_textdomain_codeset called at /usr/bin/baobab line 72.

 

According to gentoo, i have this version of gnome perl installed:

dev-perl/gnome2-perl-1.00

and this version of gtk perl:

dev-perl/gtk2-perl-1.062

 

Thanks

Link to comment
Share on other sites

Guest Adriano1

I had to comment line 78 and manually create the /usr/share/pixmaps/baobab (and copy the pixmaps to it) to make it work, but it does. At least, so far.

Link to comment
Share on other sites

  • 5 weeks later...

Arch PKGBUILD (for anyone who is interested...):

 

pkgname=baobab
pkgver=1.0.1
pkgrel=1
pkgdesc="Baobab is a C/gtk+ application to analyse directory trees in any Gnome environment"
url="http://www.marzocca.net/linux/baobab.html"
license="GPL"
depends=('gtk2' 'pango')
makedepends=('gtk2' 'pango')
conflicts=()
replaces=()
backup=()
install=
source=(http://www.marzocca.net/linux/downloads/$pkgname-$pkgver.tar.gz)
md5sums=('95b80314f519b368427b320e5dd4733d')

build() {
 cd $startdir/src/$pkgname-$pkgver
 ./configure --prefix=/usr
 make || return 1
 make DESTDIR=$startdir/pkg install
}

 

I'm going to try and get this into aur sometime this week, so arch users please feel free to vote for it ;)

Link to comment
Share on other sites

I am wondering if this really tries to achieve the same thing as filelight which I think gives a superior visual image of the relative sizes and relationship of files, folders and directorys. Or does this do something different ???. After all filelight also effectively shows the tree pattern of the system too and gives instant info of what may be hogging the system and where.

If you want filelight, I think it is in contributors otherwise plf-free.

Cheers. John.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...