View Single Post
Posts: 540 | Thanked: 387 times | Joined on May 2009
#1
Announcing a very crude port of gdmap for OS2008 Diablo.

Screenshot:http://www.box.net/os2008/1/38267058/393255072/1

As you can see it needs to be hildonized and does not support full-screen but otherwise seems to work. It also needs an icon and a application menu entry (and somewhere down the line included in extras-testing).

Download
http://www.box.net/os2008/2/38267044/393254860
and install via
Code:
# dpkg -i gdmap_0.8.1-1_armel.deb
(or click it in File Manager to open it in Application Manager)

Screenshot:http://www.box.net/os2008/1/38267058/393255076/1

Yes there are other programs already available for the tablets:
DiskUsage

but DiskUsage reminds me of Baobab, while gdmap is more a clone of SequioaView (maintained as WinDirStat) and my preference for determining where large files are.

There is of course also
Code:
# du -sh /home/user/*
and
Code:
# df -h
-----------------------------
-----------------------------
I also threw in an untested and DANGEROUS cross-compile of libiconv because it seemed to indicate as a dependency but turns out it couldn't find iconv due to a bug involving mmap permissions which is solved by outside of scratchbox
Code:
# echo 0 > /proc/sys/vm/mmap_min_addr
Download: http://p7230.homelinux.com/os2008/li....1-1_armel.deb
Code:
# dpkg -i --force-overwrite libiconv_1.13.1-1_armel.deb
WARNING this will "overwrite `/usr/include/iconv.h', which is also in package libc6-dev".
------------------------------
EDIT: It won't let me change [ANNOUNCE] to [PORT] which would not give the wrong impression...

Last edited by linuxeventually; 2010-09-09 at 16:10. Reason: fixed broken links
 

The Following 4 Users Say Thank You to linuxeventually For This Useful Post: