← Back to team overview

linuxdcpp-team team mailing list archive

Re: [Question #89986]: Proper placement of icon theme on OS X

 

Question #89986 on LinuxDC++ changed:
https://answers.launchpad.net/linuxdcpp/+question/89986

    Status: Open => Answered

Steven Sheehy proposed the following answer:
Depends on what version of linuxdcpp you have. Regardless of version,
installing linuxdcpp using scons install should definitely place them in
the correct location. If you're running from compile directory and
you're using latest bzr trunk then you can place them anywhere in the
icon theme search path (varies per system). Mine is:

~/.icons
~/.local/share/icons
/usr/share/gnome/icons
/usr/local/share/icons
/usr/share/icons
/usr/share/gnome/pixmaps
/usr/local/share/pixmaps
/usr/share/pixmaps
<prefix>/share/linuxdcpp/icons

Within these paths you have to place them in a certain structure (see
icon theme spec) or you can just copy the linuxdcpp hicolor directory to
be under the icons folder.

If you're using 1.0.3 or earlier then it depends upon the prefix you specified when compiling. The path would be:
<prefix>/share/linuxdcpp/pixmaps/

-- 
You received this question notification because you are a member of
LinuxDC++ Team, which is an answer contact for LinuxDC++.