[LyX/master] Introducing color themes
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Thu Mar 6 11:13:23 UTC 2025
Le 06/03/2025 à 10:10, Koji Yokota a écrit :
>
>> 2025/03/02 23:07、Scott Kostyshak <skostysh at lyx.org>のメール:
>>
>> support/FileName.cpp (464): Directory '/home/scott/lyxbuilds/master-master/user-dirthemes' does not exist!
>>
>> The message goes away with the following change:
>>
>> - usr_theme_dir.set((package().user_support().absFileName() + "themes").c_str());
>> + usr_theme_dir.set((package().user_support().absFileName() + "/themes").c_str());
>>
>> But I don't know if the fix is needed elsewhere or more centrally. Any idea?
>
> absFileName() gives trailing slash on Mac but it seems not true on some other systems. I’ll check and fix it soon.
addPath() takes care of that for you.
JMarc
More information about the lyx-devel
mailing list