Reply
Thread Tools
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1761
No, the onclosechroot.rc script doesn't exist.
__________________
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: 838 | Thanked: 292 times | Joined on Apr 2010
#1762
Thank you Quole, that did the trick, no mysql in ps -ef now when closing easy debian.

ok time to look again at easy fedora if I can get the repos working...

again much thanks for this most useful application. I am sure with looking for work you have better things to do then update the app, so I really appreciate your responsiveness.
 

The Following User Says Thank You to extendedping For This Useful Post:
Posts: 37 | Thanked: 6 times | Joined on Mar 2010
#1763
Hi, can I run debian completely as root? I dont like writing password many times... Thank you
 
Posts: 1,873 | Thanked: 4,529 times | Joined on Mar 2010 @ North Potomac MD
#1764
Originally Posted by rebhana View Post
There are two important things to take care of, as mentioned in the wiki: don't make a backup copy of the rx51 in its native directory, and also test the new rx51 before rebooting your device.
Manged to satisfactorily redefine keymapping.
Thanks Rebhana and Groxx for useful advice and links.

On a slightly different topic, I was wondering, given the
success of making such a nice working environment on the n900
via easy debian, which we owe quite a bit to qole, what will be the future of
easy debian on the next generation of devices? For example,
when the n9 comes out, (assuming it ever does) will there be an
effort to have something like easy debian on that device?
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1765
Originally Posted by Honza. View Post
Hi, can I run debian completely as root? I dont like writing password many times... Thank you
Sure you can, but with the standard way of installing Easy Debian you won't have to type in passwords anyway.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#1766
2 unrelated questions:

1) Is there an option to have easy debian close (unchroot) when you close the terminal?

2) trying to learn perl and trying to install the perl-doc package and getting the message

The following packages have unmet dependencies:
perl-doc: Depends: perl (>= 5.10.0-1) but it is not going to be installed
E: Broken packages
[root@deb-m5v3d: ~]

I have this version...

[root@deb-m5v3d: ~]perl -v |head

This is perl, v5.10.1 (*) built for arm-linux-gnueabi-thread-multi

thanks for listening...
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1767
OK I have a super-small script that gives keyboard focus to the currently active window. Tested it on PuTTY and it works.

So now I need a consensus for a good key combo to trigger the script. Also the xbindkeys codes (like "m:0x4 + c:111" for Ctrl + Up) would be nice for your combo.

Rebhana?

EDIT: I'll go with Fn + Return if someone gets me the xbindkeys codes.
__________________
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:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1768
Originally Posted by qole View Post
OK I have a super-small script that gives keyboard focus to the currently active window. Tested it on PuTTY and it works.

So now I need a consensus for a good key combo to trigger the script. Also the xbindkeys codes (like "m:0x4 + c:111" for Ctrl + Up) would be nice for your combo.

Rebhana?

EDIT: I'll go with Fn + Return if someone gets me the xbindkeys codes.
Great! Fn+Return is
Code:
 m:0x80 + c:36
 Mod5 + Return
Would you mind posting your supershort script simply here? I'm curious and could test it on eric, which had similar issues.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following 2 Users Say Thank You to rebhana For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1769
Code:
# Script by Alan 'qole' Bruce
# with help from DaithiF on ubuntuforums.org for 
# the xprop | awk command to return the active window.

ACTIVEWINID=`xprop -root | awk '/NET_ACTIVE_WINDOW/ { print $5; exit }'`
sudo /sbin/qobi-wmhint-fix $ACTIVEWINID
sudo /usr/bin/set-focus $ACTIVEWINID
The script was a lot longer, but I kept stripping it down until that's all that was left... The comments are longer than the script, now...

EDIT: Confirmed! This fixes Eric.
__________________
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; 2010-09-17 at 02:32.
 

The Following 2 Users Say Thank You to qole For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1770
New version 0.9.54 in Extras-devel puts that small script in your home dir and adds the needed lines to ~/.xbindkeysrc file. If you are upgrading, you will have to add the lines manually to your file or just
Code:
mv .xbindkeysrc.dist .xbindkeysrc
if you haven't changed anything in that file.
__________________
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 3 Users Say Thank You to qole For This Useful Post:
Reply

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


 
Forum Jump


All times are GMT. The time now is 01:46.