|
|
2011-12-08
, 10:24
|
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#2442
|
Hello everybody,
first of all thank you for wounderful work, it is amazing!
But I have a question about these two binaries:
I would like to use the keyboard-focus-hack with xbindkeys completely on maemo because I have an application that runs on maemo quite well but has this keyboard-focus issue.
I can install xbindkeys in maemo as well, but when I use the two commands I copied from the chroot, I get this errors:
Would it be possible to compile it for maemo as well or is there another workarround possible?
Thanks in advance!
CU Michael
fixkbdfocus Nameofwindow
| The Following User Says Thank You to Cue For This Useful Post: | ||
|
|
2011-12-08
, 10:33
|
|
Posts: 912 |
Thanked: 3,195 times |
Joined on Jan 2011
@ Germany
|
#2443
|
|
|
2011-12-12
, 20:16
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2444
|
|
|
2011-12-12
, 20:45
|
|
Posts: 1,856 |
Thanked: 4,488 times |
Joined on Mar 2010
@ North Potomac MD
|
#2445
|
|
|
2011-12-12
, 21:04
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2446
|
|
|
2011-12-15
, 01:50
|
|
|
Posts: 5,028 |
Thanked: 8,614 times |
Joined on Mar 2011
|
#2447
|
Preparing to replace pulseaudio 0.9.21-3+squeeze1 (using .../pulseaudio_0.9.21-3+squeeze1_armel.deb) ...
Stopping PulseAudio Daemon.
Unpacking replacement pulseaudio ...
Processing triggers for man-db ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up avahi-daemon (0.6.27-2+squeeze1) ...
Reloading system message bus config...done.
insserv: Service dbus has to be enabled to start service avahi
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing avahi-daemon (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up pulseaudio (0.9.21-3+squeeze1) ...
Installing new version of config file /etc/pulse/daemon.conf ...
Installing new version of config file /etc/pulse/default.pa ...
Installing new version of config file /etc/default/pulseaudio ...
Installing new version of config file /etc/xdg/autostart/pulseaudio.desktop ...
insserv: Service dbus has to be enabled to start service pulseaudio
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing pulseaudio (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of pulseaudio-esound-compat:
pulseaudio-esound-compat depends on pulseaudio; however:
Package pulseaudio is not configured yet.
dpkg: error processing pulseaudio-esound-compat (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of pulseaudio-module-x11:
pulseaudio-module-x11 depends on pulseaudio; however:
Package pulseaudio is not configured yet.
dpkg: error processing pulseaudio-module-x11 (--configure):
dependency problems - leaving unconfigured
Setting up wicd-daemon (1.7.0+ds1-5) ...
configured to not write apport reports
configured to not write apport reports
configured to not write apport reports
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
insserv: Service dbus has to be enabled to start service wicd
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing wicd-daemon (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of wicd-gtk:
wicd-gtk depends on wicd-daemon (= 1.7.0+ds1-5); however:
Package wicd-daemon is not configured yet.
dpkg: error processing wicd-gtk (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of wicd:
wicd depends on wicd-daemon (= 1.7.0+ds1-5); however:
Package wicd-daemon is not configured yet.
wicd depends on wicd-gtk (= 1.7.0+ds1-5) | wicd-curses (= 1.7.0+ds1-5) | wicd-cli (= 1.7.0+ds1-5) | wicd-client; however:
Package wicd-gtk is not configured yet.
Package wicd-curses is not installed.
Package wicd-cli is not installed.
Package wicd-client is not installed.
Package wicd-gtk which provides wicd-client is not configured yet.
dpkg: error processing wicd (--configure):
dependency problems - leaving unconfigured
configured to not write apport reports
configured to not write apport reports
configured to not write apport reports
Errors were encountered while processing:
avahi-daemon
openssh-server
pulseaudio
pulseaudio-esound-compat
pulseaudio-module-x11
wicd-daemon
wicd-gtk
wicd
E: Sub-process /usr/bin/dpkg returned an error code (1)
All the blue keyboard buttons won't work anymore and the blue arrow key will behave starngely. This is because during the dist-upgrade the quite special Maemo keyboard layout used by Easy Debian was overwritten with a generic layout. To solve that just return to Maemo (without clicking the close icon) and copy the whole folder /usr/share/X11/xkb to /.debian/usr/share/X11/xkb. Then close Easy Debian and after restarting it the keyboard should work fine.
@setxkbmap pl

Sound in Easy Debian won't work anymore. This is because there were some changes in pulseaudio between version 0.9.15 and 0.9.16 which lead to incompatibilities. Maemo uses 0.9.15 so Lenny's 0.9.10 works while Squeeze's 0.9.21 does not. Installing the latest working version 0.9.15 (or any prior to that) would normally break Squeeze's package system so we'll have to fool it so that it actually uses 0.9.15 but thinks it has 0.9.21. To do that there are some modified packages available at qole's server:
(...)
So let's start:
Code:mkdir pulse cd pulse wget http://qole.org/files/pulseaudio_easydebian_squeeze.tar.gz tar -zxf pulseaudio_easydebian_squeeze.tar.gz wget http://ftp.debian.org/debian/pool/main/p/policykit/libpolkit2_0.9-2_armel.deb wget http://ftp.debian.org/debian/pool/main/p/policykit/libpolkit-dbus2_0.9-2_armel.deb nice -n 19 sudo dpkg -i *.deb
(Reading database ... 71051 files and directories currently installed.) Preparing to replace libpolkit-dbus2 0.9-2 (using libpolkit-dbus2_0.9-2_armel.deb) ... Unpacking replacement libpolkit-dbus2 ... Preparing to replace libpolkit2 0.9-2 (using libpolkit2_0.9-2_armel.deb) ... Unpacking replacement libpolkit2 ... Preparing to replace libpulse-browse0 0.9.21-3+squeeze1 (using libpulse-browse0_0.9.21-3+squeeze1_armel.deb) ... Unpacking replacement libpulse-browse0 ... Preparing to replace libpulse-mainloop-glib0 0.9.21-3+squeeze1 (using libpulse-mainloop-glib0_0.9.21-3+squeeze1_armel.deb) ... Unpacking replacement libpulse-mainloop-glib0 ... Preparing to replace libpulse0 0.9.21-3+squeeze1 (using libpulse0_0.9.21-3+squeeze1_armel.deb) ... Unpacking replacement libpulse0 ... Preparing to replace pulseaudio-esound-compat 0.9.21-3+squeeze1 (using pulseaudio-esound-compat_0.9.21-3+squeeze1_armel.deb) ... Unpacking replacement pulseaudio-esound-compat ... Preparing to replace pulseaudio-module-x11 0.9.21-3+squeeze1 (using pulseaudio-module-x11_0.9.21-3+squeeze1_armel.deb) ... Unpacking replacement pulseaudio-module-x11 ... Preparing to replace pulseaudio-utils 0.9.21-3+squeeze1 (using pulseaudio-utils_0.9.21-3+squeeze1_armel.deb) ... Unpacking replacement pulseaudio-utils ... Preparing to replace pulseaudio 0.9.21-3+squeeze1 (using pulseaudio_0.9.21-3+squeeze1_armel.deb) ... Stopping PulseAudio Daemon. Unpacking replacement pulseaudio ... dpkg: warning: unable to delete old directory '/usr/lib/pulse-0.9.21/modules': Directory not empty dpkg: warning: unable to delete old directory '/usr/lib/pulse-0.9.21': Directory not empty Setting up libpolkit2 (0.9-2) ... Setting up libpulse0 (0.9.21-3+squeeze1) ... Setting up libpolkit-dbus2 (0.9-2) ... Setting up libpulse-browse0 (0.9.21-3+squeeze1) ... Setting up libpulse-mainloop-glib0 (0.9.21-3+squeeze1) ... Setting up pulseaudio-utils (0.9.21-3+squeeze1) ... Setting up pulseaudio (0.9.21-3+squeeze1) ... Installing new version of config file /etc/pulse/daemon.conf ... Installing new version of config file /etc/pulse/default.pa ... Installing new version of config file /etc/default/pulseaudio ... Installing new version of config file /etc/xdg/autostart/pulseaudio.desktop ... insserv: Service dbus has to be enabled to start service pulseaudio insserv: exiting now! update-rc.d: error: insserv rejected the script header dpkg: error processing pulseaudio (--install): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of pulseaudio-esound-compat: pulseaudio-esound-compat depends on pulseaudio; however: Package pulseaudio is not configured yet. dpkg: error processing pulseaudio-esound-compat (--install): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of pulseaudio-module-x11: pulseaudio-module-x11 depends on pulseaudio; however: Package pulseaudio is not configured yet. dpkg: error processing pulseaudio-module-x11 (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory Errors were encountered while processing: pulseaudio pulseaudio-esound-compat pulseaudio-module-x11

Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Could not send message to GConf daemon: Launch helper exited with unknown return code 1) Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Could not send message to GConf daemon: Launch helper exited with unknown return code 1) Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Could not send message to GConf daemon: Launch helper exited with unknown return code 1) Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Could not send message to GConf daemon: Launch helper exited with unknown return code 1) Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Could not send message to GConf daemon: Launch helper exited with unknown return code 1)
| The Following User Says Thank You to Estel For This Useful Post: | ||
|
|
2011-12-15
, 07:13
|
|
Posts: 912 |
Thanked: 3,195 times |
Joined on Jan 2011
@ Germany
|
#2448
|

debbie nice -n 19 sudo apt-get dist-upgrade
|
|
2011-12-15
, 16:56
|
|
|
Posts: 5,028 |
Thanked: 8,614 times |
Joined on Mar 2011
|
#2449
|
|
|
2011-12-15
, 21:24
|
|
Posts: 912 |
Thanked: 3,195 times |
Joined on Jan 2011
@ Germany
|
#2450
|

). The whole X-server related stuff and probably even Easy Debian's dbus was a part of these chunks.| The Following User Says Thank You to sulu For This Useful Post: | ||
![]() |
| Tags |
| beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
| Thread Tools | |
|
first of all thank you for wounderful work, it is amazing!
But I have a question about these two binaries:
I can install xbindkeys in maemo as well, but when I use the two commands I copied from the chroot, I get this errors:
Thanks in advance!
CU Michael