Gnome’s sensors-applet on OpenSUSE 11.0 x64
Posted in Unix at 11:43 am
There is no 64bit package for sensors-applet on OpenSUSE x64.
You can install the i586 package, but this will not show up in your list of applets to add to the panel.
The below commands will symlink the 32bit packages into the 64bit directories causing your 64bit gnome packages to be able to detect and run this applet.
– snip –
cd /usr/lib64/bonobo/servers/
ln -sf /usr/lib/bonobo/servers/SensorsApplet.server
cd /usr/lib64/
ln -sf ../lib/libsensors-applet-plugin.a
ln -sf ../lib/libsensors-applet-plugin.la
ln -sf ../lib/libsensors-applet-plugin.so.0.0.0
ln -s libsensors-applet-plugin.so.0.0.0 libsensors-applet-plugin.so
ln -s libsensors-applet-plugin.so.0.0.0 libsensors-applet-plugin.so.0
– snip –