View Single Post
Old 01-08-2017, 04:26 AM   #8
Ersatzreifen
Bibliothekar
Ersatzreifen began at the beginning.
 
Ersatzreifen's Avatar
 
Posts: 38
Karma: 10
Join Date: Jun 2011
Location: San Jose City, Philippines
Device: Galaxy Tab S w/Bookari Premium
Quote:
Originally Posted by theducks View Post
the stylesheets for the content server (and most else) exist in one of 2 locations

1)the program folder\resources\content server
and for user Overrides, place YOUR version in the same relation
2) the user preferences (AKA configuration )folder\content server
Code:
behne:~ # ls -l `locate jquery.multiselect.css`
-rw-r--r-- 1 root root 1374 May 28  2013 /opt/calibre/resources/content_server/jquery.multiselect.css

behne:~ # ls -l `locate jquery-ui-1.8.5.custom.css`
-rw-r--r-- 1 root root 25668 May 28  2013 /opt/calibre/resources/content_server/jquery_ui/css/humanity-custom/jquery-ui-1.8.5.custom.css

behne:~ # ls -l `locate browse.css`
-rw-r--r-- 1 root root 7646 May 28  2013 /opt/calibre/resources/content_server/browse/browse.css
behne:~ #
Looks like all three missing stylesheets are all right there where they should be, and they're all world readable too. So I'm wondering why they can't be found, and what's not finding them that should be.

So next I simply copied them to ~/.config/calibre/resources/content_server/ while maintaining the paths below the resources directory, and voila! That got it displaying properly. But now when you click on a category it doesn't do anything, it just sits there looking pretty. I think I'd much rather be able to fix it all without having to put everything in my ~/.config/calibre tree. But how?
Ersatzreifen is offline   Reply With Quote