|
2015-04-07
, 10:26
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#2
|
Hi Folks, I tried installing goldendict on easy debian since the goldendict for fremantle is not usable for me (im on latest thumb), but it failed fetching last three files (i'm using qole's v3e image), so it couldnt be installed. the repository was multimedia.debian.org or something like that (the wiki said that the repository is not recommended anymore).
I tried complete dist-upgrade to squeeze but my phone always restarted in the middle of upgrading even with the 'nice' command. Any workaround for that? Thank you.
The Following 4 Users Say Thank You to sulu For This Useful Post: | ||
|
2015-04-07
, 17:29
|
|
Posts: 72 |
Thanked: 203 times |
Joined on Jan 2014
@ Cairo
|
#3
|
If your image isn't even "full squeeze" then you run a mix of Lenny and Squeeze.
I think when I did that I had to split the dist-upgrade into small chunks of roughly 50MB download volume to prevent random reboots. Maybe that works for you too.
|
2015-04-08
, 09:15
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#4
|
Now that you mentioned it, can you elaborate the detail as of how to do the splitting?
I'll try, for now, beside Qole's image, I have one of your images too, the wheezy sci-fi images ( Sulu's wheezy "Sci" modified), i tried it, said there are some unmet dependencies when installing goldendict.
|
2015-04-11
, 20:00
|
|
Posts: 72 |
Thanked: 203 times |
Joined on Jan 2014
@ Cairo
|
#5
|
The Following User Says Thank You to fbnccst For This Useful Post: | ||
|
2015-04-13
, 18:53
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#6
|
# Set Debian HW Keys "sh /path/to/qoles/script" m:0x80 + c:36
ACTIVEWINID=`xprop -root | awk '/NET_ACTIVE_WINDOW/ { print $5; exit }'` echo $ACTIVEWINID /sbin/qobi-wmhint-fix $ACTIVEWINID /usr/bin/set-focus $ACTIVEWINID
|
2015-05-19
, 11:32
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#7
|
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2015-05-19
, 14:05
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#8
|
So as not to forget it maybe you should set up a bugtracker/bugzilla? (on github or bugs.maemo.org or wherever
The Following User Says Thank You to sulu For This Useful Post: | ||
|
2015-05-19
, 15:56
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#9
|
|
2020-07-27
, 06:37
|
|
Posts: 72 |
Thanked: 203 times |
Joined on Jan 2014
@ Cairo
|
#10
|
Confirmed.
I broke that function or rather never implemented it in my images. So images based on mine most likely suffer from this problem too.
Please do the following:
1. Install the packages xbindkeys and x11-utils in Easy Debian.
(Note that I once intentionally removed xbindkeys in my Wheezy images because it went crazy and drained the battery within hours with high CPU spikes every few milliseconds that also only lasted a few milliseconds. It might be hard to track that down.)
2. Within Easy Debian create an xbindkeys configuration that contains this:3. Still in Easy Debian, save qole's script to the path you just specified in the xbindkeys configuration. Delete the sudo commands (they are not needed anyways and since my images have no sudo this would even prevent the script from working). So the script should essentially look like this:Code:# Set Debian HW Keys "sh /path/to/qoles/script" m:0x80 + c:36Now running "Set Deb HW Keys" from Maemo should run xbindkeys in Easy Debian, which in turn sets the focus to the currently active window when pressing Fn (actually Iso_Level_3_Shift) + Return (actually KP_Enter).Code:ACTIVEWINID=`xprop -root | awk '/NET_ACTIVE_WINDOW/ { print $5; exit }'` echo $ACTIVEWINID /sbin/qobi-wmhint-fix $ACTIVEWINID /usr/bin/set-focus $ACTIVEWINID
For me it works with goldendict. I will implement it in my next images, unless I forget it.
Tags |
easy debian, goldendict |
|
I tried complete dist-upgrade to squeeze but my phone always restarted in the middle of upgrading even with the 'nice' command. Any workaround for that? Thank you.