Le 06/03/2025 à 10:10, Koji Yokota a écrit :

2025/03/02 23:07、Scott Kostyshak <skost...@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
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to