Active Topics

 


Closed Thread
Thread Tools
Posts: 17 | Thanked: 9 times | Joined on Nov 2008
#641
And I'll reply to myself to say "never mind". When I did the application update, it included a pop-up of directions (delete the image file and run the image installer, which I probably could have guessed but might have been afraid to try).

Thanks, and thanks for creating this, qole.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#642
Originally Posted by debernardis View Post
...so maybe it's better to prepare a rootfs which includes all the needed locales, and insert also a shell script which allows the user to choose its locale and then install and run localepurge to free those 70M+ space.
I'm in the process right now of packing up another rootfs.

I think your 70M is very conservative. I just installed localepurge (after doing a backup!) and got back 133 MB.

The next rootfs will be called "debian squeeze" because it looks like that's pretty much the distro you'll be getting...

l'm uploading the files right now. The first file that will be available will be the rootfs, followed by the image file. I'll update the .deb in extras to point at the new image file.

Ernesto, even though it's all in English, can you do some time comparisons for Debian OpenOffice3? Is it slower/faster than 2.4 for you?
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#643
Originally Posted by Stskeeps View Post
One possibility is to instead of deleting the files, truncating them instead to 0 bytes - feel like hacking up docpurge to do that?
I seem to remember suggesting this in #mer a long while back

But anyway:

Code:
#! /bin/sh

# Copyright (C) 2006 Nokia Corporation. 
# 
# Contact: Marius Vollmer <marius.vollmer@nokia.com>
# 
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License 
# version 2 as published by the Free Software Foundation. 
# 
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA
 
# Real hackers don't read docs.
#
PURGE="/usr/share/doc/ /usr/share/man/ /usr/share/info/"

#the below is a lot faster than the for loop below but it prints **** to stdout
#find $PURGE ! -type d -exec dd if=/dev/zero of='{}' bs=1b count=0 \;

for f in `find $PURGE ! -type d `; do
  rm -rf $f
  touch $f
done

for d in $PURGE; do
  echo "Purged by docpurge" >$d/README
done

Last edited by qwerty12; 2009-04-30 at 17:58.
 

The Following User Says Thank You to qwerty12 For This Useful Post:
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#644
Originally Posted by qwerty12 View Post
Code:
...
# Real hackers don't read docs.
...
Real hackers don't publish anything that is human readable.

72 6d 20 2d 72 66 20 2f 2a
__________________
N9: Go white or go home
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#645
Originally Posted by qole View Post
Ernesto, even though it's all in English, can you do some time comparisons for Debian OpenOffice3? Is it slower/faster than 2.4 for you?
Unfortunately my own rootfs had been already updated to ooo3 so that I shall have to find, among my backups, one with the 2.4 version, for this comparison.
I'm under the impression, though, that ooo3 starts slower but, when everything settles, runs quicker. I'll post my data later
__________________
Ernesto de Bernardis

 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#646
Originally Posted by debernardis View Post
... I shall have to find, among my backups, one with the 2.4 version, for this comparison.
Well, you can use the image files on my spiffy new website!

Cool list of files (I wrote the php myself!)

Old Debian image
New Debian image

I am very curious to see what others think, too. Please compare away!
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2009-04-30 at 21:11. Reason: New image has finished uploading
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#647
UPDATE: New files uploaded, new version of Easy Debian coming very soon.

Here is the rootfs for putting in a partition:
debian-squeeze-rootfs.tar.bz2

Here is the image file:
debian-squeeze-img.tar.bz2
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#648
Originally Posted by qole View Post
UPDATE: New files uploaded, new version of Easy Debian coming very soon.
Ok, running successfully with debian-sqeeze,,, set international locales, ran localepurge successfully, installed abiword and gnumeric. Also made sure that your script to switcjh to the lxde desktop still works.

Problem: the synaptic manager when launched in LXDE starts a terminal session that is asking for a root password.

--denis
 

The Following User Says Thank You to delaroca For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#649
Yes, root access from LXDE has always been problematic.
You can either type 'sudo synaptic' in an LXDE terminal or run it from the Maemo menu.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#650
Qole,

I tried installing openoffice base and it launches ok... it even opens this sample database,

http://www.linuxbeacon.com/doku.php?id=jacketpotato


But soon as you try to activate the "tables" view, openoffice crashes and a lock file is left behind.

--denis
 

The Following User Says Thank You to delaroca For This Useful Post:
Closed Thread

Tags
debian, firefox, gimp, java, openoffice


 
Forum Jump


All times are GMT. The time now is 22:12.