Comment 99 for bug 83922

Revision history for this message
Bjoern Koch (h.humpel) wrote : Re: gdesklets does not start amd64

Just a quick note for the "Could not import tiling module!" error.

This error occurs (AFAIK) when there are some links missing.
When compiling from source, you will have to do the following in your gDesklets source directory:

cd utils
ln -s .libs/*.so .
cd ../libdesklets/system
ln -s .libs/*.so .

Again, this fixes things (here) when compiling from source.
I don't know what you will have to do where to have it fixed in ubuntu etc., but I guess this shouldn't be too hard to figure out.

Hope that helps.