-
Notifications
You must be signed in to change notification settings - Fork 10
missing svg icon #12
Comments
This icon is located in the cozy-home folder. It's weird that it's not installed. Whatever thank you for reporting. We'll have a look at it. |
to give you all informations, it's because I cannot install blog through the web interface cd /usr/local/cozy/apps/ after that, the application seems ok I also copied it from the demo website (https://cozy.io/fr/images/apps/blog.svg) now wget 127.0.0.0/api/applications/blog.svg bug chrome still don't want to read it correctly. That's strange |
Hi @19emtuck, Have you any error when you try to install Blog from the Cozy marketplace? If you want to install an application by hand, you must use
Cloning the repository isn't enough, as the application won't be registered in the list of installed applications, and this may lead to weirds behaviors. |
Got this error while installing it by web interface : socket hang up: Error: socket hang up at createHangUpError (_http_client.js:200:15) at Socket.socketOnEnd (_http_client.js:292:23) at emitNone (events.js:72:20) at Socket.emit (events.js:166:7) at endReadableNT (_stream_readable.js:905:12) at nextTickCallbackWith2Args (node.js:442:9) at process._tickCallback (node.js:356:17) Tell me if there's a better log somwhere else |
Thanks for the error log. Looks like the application is taking too long to install. Are you on a server slow or with low memory, like a π ? Did you manage to install Ghost by using |
~# cozy-monitor install -r https://github.com/cozy-labs/cozy-ghost blog --timeout false never finished after 3 hours, got errors insde npm-debug.log, strangely I didn't get error during sqlite module compilation while bare installing it with "sudo npm install" and blog was working (the only issue was about svg) 1623 silly linkStuff [email protected] has /usr/local/cozy/apps/blog/node_modules/sqlite3/node_modules/node-pre-gyp/node_modules as its parent node_modules |
:-S |
sorry for the lag, didn't get anything about sqlite log. |
Coud you try a clean re-install of sqlite3?
|
compilation achieve correctly, the application start also, but icon is still broken. below partial console log output (certainly uninteresting) npm info postinstall [email protected]
node-pre-gyp info it worked if it ends with ok ../src/database.cc: In static member function 'static void node_sqlite3::Database::Work_BeginClose(node_sqlite3::Database::Baton_)': |
So it looks like that the application is successfully installed, but still appears as broken because the list of installed applications has not been updated. Could you try to restart it: |
pi@truck:/usr/local/cozy/apps/blog> sudo cozy-monitor restart blog |
I messed up with commits of this repository yesterday. |
Thanks @19emtuck. So Ghost now seems installed. Have you any other problem with it? |
icon is still broken |
it seems a svg file is missing in ghost application
"api/applications/blog.svg"
no way to find that svg resource
/usr/local/cozy/apps/blog# find . -name "*.svg"
./client/vendor/assets/fonts/glyphicons-halflings-regular.svg
./server/ghost/package/core/client/assets/fonts/icons.svg
./server/ghost/package/content/themes/casper/assets/fonts/casper-icons.svg
./server/ghost/core/client/assets/fonts/icons.svg
./server/ghost/content/themes/casper/assets/fonts/casper-icons.svg
The text was updated successfully, but these errors were encountered: