[scribus-dev] no icons found :(

Craig Bradney cbradney at scribus.info
Tue Nov 13 05:24:28 UTC 2018



> On 13 Nov 2018, at 05:30, dockattt <katttdoc at gmail.com> wrote:
> 
> i got it to work!  I had to hack the iconmanager.cpp file to figure out where it was looking for the files.  I'll have to figure out why it was looking there in the morning.  Outputting the baseIconDir was key to solving it.  I just had to copy the directory you pointed out:
> 
> /install_dir/share/scribus/icons
> 
> And put it there.
> 
> 
> 
>> On 11/12/18 9:08 PM, Owen wrote:
>> Have a look at your /install_dir/share/scribus/icons
>> 
>> There maybe 2 directories, 1.5.1 1nd 1.5.0
>> 
>> Just try swapping those two around and see if they appear then
>> 
>> 
>> Owen
>> 
>> 
>> 
>> 
>> 
>>> Sent: Tuesday, November 13, 2018 at 1:28 PM
>>> From: dockattt <katttdoc at gmail.com>
>>> To: scribus-dev at lists.scribus.net
>>> Subject: [scribus-dev] no icons found :(
>>> 
>>> ok guys,
>>> 
>>> hopefully the last thing.  I've got Scribus built.  I was able to
>>> control its install directory with
>>> 
>>> make DESTDIR=/path/to/directory install
>>> 
>>> but when I go to the bin folder and execute ./scribus
>>> 
>>> I get this message:
>>> 
>>> no icons found :(
>>> 
>>> there is an icons folder in the share folder, i want to assume its
>>> looking for those but can't find them.
>>> 
>>> doc katt
>> 

With a cmake build you set the install directory on the cmake command line, eg -DCMAKE_INSTALL_PREFIX:PATH=/home/username/scribusinstall/

The values are then used in the configuration process.

You don’t need to set a destdir on the make install line. 

Craig

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scribus.net/pipermail/scribus-dev/attachments/20181113/fb30feb2/attachment.html>


More information about the scribus-dev mailing list