QUOTE(burnit @ Thu May 31 2007, 10:03) [snapback]401187[/snapback]
It is currently possible to have the binary in /usr/local/bin, but sounds in /usr/local/share/skype/sounds won't be found!
OK, this is a bit of a long shot since the sound files aren't libraries and in light of
this post on command line options, but if you're desperate and don't want to wait for the next release, you could experiment with:
CODE
LD_LIBRARY_PATH="/usr/local/share/skype" skype
and
CODE
skype --resources-path /usr/local/share/skype/sounds
QUOTE(burnit @ Thu May 31 2007, 10:03) [snapback]401187[/snapback]
As long as it is not possible to use the OS's package management, the files should be placed in /usr/local, at least for debian based systems.
Each distribution has its ideosyncracies as to how strictly they adhere to the FHS and how they interpret the ambiguities. I'd think it would be more efficient to make it possible to point to various files and libraries depending on users' choice of setup (e.g. with flags and environment variables) than cater to specific distributions.