[1|root@Nokia-N800-43-7|~]apt-get install xbindkeys
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
osso-software-version-rx34: Depends: kernel-diablo-flasher (= 2.6.21-200842maemo1) but 2.6.21-200835maemo1rotation is to be installed
Depends: xserver-xomap (= 1:1.3.99.0~git20070321-0osso20083801) but 1:1.3.99.0~git20070321-0osso20083101rotation is to be installed
qemu-kvm: Depends: libuuid1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
It's like Tear and Dial Central aren't "focused" on the screen like they used to be before DT or something.
I'm not sure how to explain it any better.
I'm positive that Xbindkeys executes my scripts every time I press a hardware key, it's just that my scripts only work now either every time or up to 1 in 10 tries.
[1|root@Nokia-N800-43-7|~]apt-get install xbindkeys
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
osso-software-version-rx34: Depends: kernel-diablo-flasher (= 2.6.21-200842maemo1) but 2.6.21-200835maemo1rotation is to be installed
Depends: xserver-xomap (= 1:1.3.99.0~git20070321-0osso20083801) but 1:1.3.99.0~git20070321-0osso20083101rotation is to be installed
qemu-kvm: Depends: libuuid1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
:Facepalm:
You have a mess of a system. You need to fix it first. Let's guide you step by step:
- enable the community ssu repository and the sdk repository
- uninstall kernel-dt-sd ("dpkg -r kernel-dt-sd", no need to reboot), to allow it to make a correct backup later when reinstalling
- install osso-software-version-rx34-unlocked asking to fix any broken package ("apt-get -f install osso-software-version-rx34-unlocked", no need to reboot). This should upgrade your system to community ssu and fix the mess.
- install xbindkeys ("apt-get install xbindkeys")
- install kernel-dt-sd ("dpkg -i kernel-dt-sd_2.6.21-3_all.deb")
- reboot
Then test your xbindkeys script