Reply
Thread Tools
nicorumiz's Avatar
Posts: 96 | Thanked: 16 times | Joined on Jan 2010 @ Denver, CO -> Italy
#851
Originally Posted by rebhana View Post
I also described the usage of xbindkeys provided by Easy Debian there, the hack regarding sticky keys etc., so that part you might want to check.

I still haven't figured out how the environment of Debian chroot is set. As I wrote here, I couldn't modify that by changing /etc/bash.bashrc. Could you give me some hints how I could tweak that?
Rebhana or Qole:

for the keyboard it is possible that we need a different package?

for example something like keyboard-configuration?
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#852
Originally Posted by u1tramarine View Post
Doing that in X-Terminal gives me:
Package bzip2 is not available, but is referred to by an other package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package bzip2 has no installation candidate.
I just checked on my N900, it is still available from downloads.maemo.nokia.com (Nokia System Software Updates). I wonder if this is caused by a translation or policy issue (not all of the packages in that repo are available in every language or region)?

Your best bet is to add the Extras-testing repository. Copy and paste (ctrl-c, ctrl-v) the info from the Extras repo into a new repo, and everywhere you see "extras" add "-testing" after it. That version should install fine.
__________________
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:
Posts: 4 | Thanked: 0 times | Joined on Mar 2010
#853
Originally Posted by qole View Post
I just checked on my N900, it is still available from downloads.maemo.nokia.com (Nokia System Software Updates). I wonder if this is caused by a translation or policy issue (not all of the packages in that repo are available in every language or region)?

Your best bet is to add the Extras-testing repository. Copy and paste (ctrl-c, ctrl-v) the info from the Extras repo into a new repo, and everywhere you see "extras" add "-testing" after it. That version should install fine.
OK just made a new repo using the maemo.org repo and added -testing on the url. After doing this it has now let me download and install easy-deb-chroot ill try installing the img now and see if its worked.

EDIT: Yep all working now!

Last edited by u1tramarine; 2010-03-17 at 18:22.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#854
Originally Posted by qole View Post
I just checked on my N900, it is still available from downloads.maemo.nokia.com (Nokia System Software Updates). I wonder if this is caused by a translation or policy issue (not all of the packages in that repo are available in every language or region)?
I also checked that I'm able to download bzip2, but also in other threads I noticed that people failed to install bzip2 manually. Strange.
 
rm42's Avatar
Posts: 963 | Thanked: 626 times | Joined on Sep 2009 @ Connecticut, USA
#855
Originally Posted by regp81 View Post
first, sorry folks, I don't exactly where this post should be, but I've been checking/browsing all over the web for 1 hour and still don't have an answer (or even a clue).

I installed Easy Debian on my N900 and everything was beatiful until I accidentally activated the “navigator” view mode in OpenOffice (I have NO IDEA how I did it) and now I can’t get out of it to the “normal” document view (making OO useless).

How do I close the &($#$*()% “Navigator” view?.

PD: feel free to move this post to wherever it belongs...
If you were running OpenOffice.org in standalone mode (from the Maemo desktop, outside LXDE), close it using Ctrl+q. Then open the X Terminal and enter the following command:

cd .openoffice.org

If the above command succeeded you should now be in the .openoffice.org directory. To verify this use the following command:

pwd

The result should be:

/home/user/.openoffice.org

If that is the case, and only if that is the case, enter the following command:

rm -r *

That will delete everything in that directory and its sub-directories. After that, when you launch OpenOffice.org it will recreate all the files in there, essentially starting from scratch.

If you want to use the Navigator, do so by launching OOo from within LXDE since you can close it very easily from there.

PS: Does any one know what config file to delete in order not to do a full delete of the OOo config area?
__________________
-- Worse than not knowing is not wanting to know! --

http://temporaryland.wordpress.com/
 

The Following User Says Thank You to rm42 For This Useful Post:
Posts: 82 | Thanked: 10 times | Joined on Feb 2010
#856
Originally Posted by Glasswalker View Post
hhhmmm Jdownloader is written in java and quite heavy un the CPU, even an my Desktop (AMD Athlon X2 3000+) startup is beyond good and evil. And on the 900 java is a real pain in the ***** but at least it runs :-D

Don't know about rightclick in JD but everything can by done by buttons or menu

Regards
Glasswalker
Well, at the end I've preferred to change jdownloader for tucan, in an attempt to gain some speed. And some speed I've gained, but, however, the window is huge and impossible to resize. I couldn't reach the end of the window, but finally I've been able to move the window from another place other than the topbar, by clicking the top-right icon of every window in easy debian (and lxde?).

Well, the result has been to lose the top bar of the window, with the unability to move again the window. I can't find any shortcut of the keyboard to emulate the right click, or to directly move the window.

Forums of lxde are not working, perhaps there there is the solution.

Well, I also think that everything can be done by keyboard ... so ... anyone knows how to do it with easy debian???
 
Posts: 3 | Thanked: 0 times | Joined on Feb 2010
#857
Are there any config files, or hidden files that need to be deleted before reinstalling easy debian (from extras-devel) for it to install and configure sound correctly?
I noticed that zynaddsubfx was in the menu of the v3b install, left over from the previous v2 install; Although not actually installed.
I was thinking that if the easy debian menu was left, maybe the audio config files were also?
The gnome alsa mixer is still loading with the error message.
Very sorry if I posted this in the wrong place.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#858
Originally Posted by hstende View Post
The problem can be that the export variables in /sbin/debian will not be inherited when you use su -. You have to set them manually in the chroots users enviroment. .bashrc or some other place like
/etc/environment
@qole: I think in the long run (i.e. with a new image - provided you are willing to update that too) it would be cleaner to leave the task of setting the environment to the image, and not to /sbin/debian (or to /sbin/qchroot for $PS1). [It took me a while to figure out where $PS1 was set actually, hence my questions above.]

Except for the ooffice app, I'm everywhere using now "su -". Also in debchroot.desktop, where I have replaced
Code:
Exec=osso-xterm "sudo debian"
by
Code:
Exec=osso-xterm "sudo debian su -"
In my German environment, this resolves the (minor) problem that Maemo's LANG variable does not fit to the one set in Debian by reconfiguring locales. Special characters then don't display properly for root.

So I would after all suggest to include "su -" in debbie and also debchroot.desktop, and to include appropriate environment variables in a m5v3c image, say. The latter could include $PS1 in /etc/profile of the form
Code:
PS1='deb:\w\$ '
or similar (and no PS1 set in /root/.bashrc). That's how I'm having it for myself now.
 

The Following 3 Users Say Thank You to rebhana For This Useful Post:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#859
Just noticed that the current version of easy-deb-chroot cannot move into Extras because the lmza package, on which Easy Debian now depends, is still missing some votes. In this thread we certainly have a number of successful testers of that packages. Vote here: http://maemo.org/packages/package_in...4.43-14maemo5/
 

The Following 2 Users Say Thank You to rebhana For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Feb 2010
#860
Originally Posted by qole View Post
chemist:

Thanks for the report!

I just checked. My package still has all the images commented out in the default .chroot file. But my package does not overwrite your existing .chroot file, so if your existing file points to an outdated package, you will have to modify it manually...

I wish Maemo had some kind of functionality that would ask if you want to overwrite or keep your config files, like in Debian.
Is this the reason that the new install v3b still shows programs from the previous v2 install such as the squeeze version of pulse audio. Could someone please point the way to repoint or rewrite the chroot file. Thank you thank you I want to see if I can get sunvox running in v3b
 
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 00:31.