https://bugzilla.novell.com/show_bug.cgi?id=848834 https://bugzilla.novell.com/show_bug.cgi?id=848834#c9 --- Comment #9 from Moritz Duge <colAflash@gmx.net> 2013-12-01 18:26:58 UTC --- This is a maybe more elegant variant of the preload-workaround. But it actually doesn't work on openSUSE 13.1 because the file-paths in it do not fit. https://gist.github.com/rmdashrf/7019061 For openSUSE 13.1, do it like this (works for me): ================================ sudo mv /opt/google/talkplugin/GoogleTalkPlugin /opt/google/talkplugin/GoogleTalkPlugin.org Create a file /opt/google/talkplugin/GoogleTalkPlugin with this content: ==== #!/bin/bash LD_PRELOAD=/usr/lib64/libudev.so.0:$LD_PRELOAD \ /opt/google/talkplugin/GoogleTalkPlugin.org \ $@ ==== sudo chmod +x /opt/google/talkplugin/GoogleTalkPlugin -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.