Lower Order
Sunday, November 3, 2019
Change font DPI in KDE from a script
›
The following script works in Kubuntu 19.10: #!/bin/bash dpi=$1 re='^[0-9]+$' if ! [[ $dpi =~ $re ]] ; then echo "error: No...
Sunday, October 5, 2014
Eclipse Luna SR1 on Kubuntu 14.4
›
Luna SR1 crashes when using oxygen-gtk. ( bug report ) The workaround is described in comment 16 : Edit /usr/share/themes/oxygen-gtk/gtk-2...
Intel Centrino Advanced-N 6205 under Linux
›
The driver iwlwifi seems to have a problem which leads to frequent crashes of wpa_supplicant with this card. The crashes disappeared after t...
Friday, October 3, 2014
Building a p2 repository with tycho
›
Use packing type <packaging>eclipse-repository</packaging> Use plugin <build> <plugins> <plugin...
Sunday, November 10, 2013
Fix Broken Bluetooth After Sleep in Kubuntu 13.10
›
Buetooth is broken after sleep with 3.11 kernel used in Kubuntu 13.10. The workaround: Create a file /etc/pm/sleep.d/10_bluetooth with th...
Dell BH200 Headset in Kubuntu 13.10
›
The Dell BH200 bluetooth headset doesn't pair. There's a bug in the headset. The workaroud: echo 'Y' > /sys/module/blue...
Monday, July 22, 2013
Debugging OCaml on Ubuntu
›
A Debian patch breaks OCaml debugging on Ubuntu by messing with the bytecode file format. See /usr/share/doc/ocaml-nox/README.Debian for the...
›
Home
View web version