Reply
Thread Tools
Posts: 53 | Thanked: 44 times | Joined on Feb 2008
#171
Hey Qole - what is your secret to have Xephyr/IceWM having an icon under OS2008 to switch back? I have been manually wmctrl'ing it back up, but a simple "task" to switch back would be hot.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#172
I wrote a tiny Python app that pops open a window in OS2008 called "IceWM", then I used wmctrl to find the window ID, then I open Xephyr inside that window using the -parent parameter.
__________________
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!
 

The Following User Says Thank You to qole For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#173
As an alternative to OS2008 which is better debian or kde ?
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#174
Originally Posted by Amarantus View Post
As an alternative to OS2008 which is better debian or kde ?
That question really doesn't make horribly much sense; I think you misunderstand what's going on here.

KDE runs as a window manager and associated apps on top of OS2008; not an alternative to OS2008, but to Matchbox and some Hildon apps.

Debian is a full free-standing distribution; the topic discussed in this thread, though, is using Debian in a chroot, so you have OS2008 running, providing all system services, and Debian providing applications and their (library) dependencies. You can run Debian as a boot-time alternative, but that's discussed in other threads... It's currently the most viable ITOS replacement, IMO, but Android also works (on N810s, mainly); just not many apps there yet.

HTH
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#175
Thank you Benson. Maybe I didnīt express mylself right , what I mean is itīs better use maemo with kde for productivity apps lilke koffice or use debian in chroot ? But you re right debian is much more intersting , especially if I could use java apps.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#176
You can use Java apps without (or with) either; Jalimo uses GNU classpath, same as Debian's java implementation, IIUC, just easier with Debian chroot since you don't have to set it up yourself...

Koffice is faster, I think, than OOo, but OOo is more compatible with MSO, and more full-featured in general.
 
Posts: 259 | Thanked: 72 times | Joined on Dec 2007 @ Halifax, NS
#177
I haven't noticed others posting this question since the release of the easy install..

I am booting from MMC, and have 2.7G left on that partition, plenty I probably won't use. How can I either a) install the image file onto this (ext2) partition or b) install on mmc1 and transfer it over? I presume there's a lot more to the installer than unpacking the bz2 file...

I am downloading the image file to my desktop now, and deleting all my mp3s from mmc1...

Thank you, looking forward to trying this out!
 
Posts: 259 | Thanked: 72 times | Joined on Dec 2007 @ Halifax, NS
#178
Ok, still downloading the image, but I have a thought. Is everything else set up after the basic install and before downloading the image?

How about this:

immediately after the existing export= lines in /sbin/debian

Code:
 if [ "$DEBIAN_IMG_ALT" != "" ]
  then
   export IMGOTHER=`ls -1 ${DEBIAN_IMG_ALT}debian*.img* | awk -v RS='ÂĨ' '{print $1}'`
 fi
and then, in the appropriate spot...

Code:
   export IMGFILE=$IMGMMC2
 elif [ "$IMGOTHER" != "" ]
  then
   export IMGFILE=$IMGOTHER
 else
All I would need to do is export the DEBIAN_IMG_ALT= variable setting before running the script. This should keep it easy for basic use and allow advanced users to be more specific.

Any thoughts?
 

The Following User Says Thank You to BoxOfSnoo For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#179
BoxofSnoo: That's cool!

I still think the ultimate thing would be to have the debian chroot script search the root fs as well as the mmc cards for image files, as well as unmounted partitions. If it finds multiple image files and/or unmounted partitions, it will ask you which you want to mount. This would let you chroot into other copies of maemo as well as debian, ubuntu, etc. You could have several images on your various cards and choose which one to chroot into...

... This is my plan for the next version of the "Easy Debian" package...
__________________
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: 259 | Thanked: 72 times | Joined on Dec 2007 @ Halifax, NS
#180
That would be awesome! But... probably take too long each launch...

Otherwise you could rescan on demand and use something like this:

Code:
find / -name debian*.img* 2>/dev/null
The 2> err redirect is purely to prevent seeing the common "too many open files" error. You could use grep or awk to filter just the ones you want, and get them into a list for on-the-fly selection...
 
Reply

Tags
chroot, debian, easy debian

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:52.