View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#109
Originally Posted by sixwheeledbeast View Post
Seem to have had an issue installing QML-Browser 0.7.0 correctly
The browser was working but with bookmarks icons and menu missing, I only just noticed that HAM was stuck and couldn't update.

Code:
Setting up qml-browser (0.7.0) ...
Removing old bookmarks
rm: /home/user/.config/QMLBrowser/bookmarks.xml: is a directory
dpkg: error processing qml-browser (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 qml-browser
E: Sub-process /usr/bin/dpkg returned an error code (1)
After removing the folder HAM is now working again.
I didn't get that error when installing with dpkg, but there may have been a bug in an earlier version that resulted in creation of the bookmarks.xml directory, depending on certain conditions. I suppose the postinst script should really check that it's a file, rather that simply check if the path exists.

Originally Posted by sixwheeledbeast View Post
Also IMO it would be easier to read saved bookmarks if the URL line was a thinner font. However, maybe this hasn't been an issue with the stock fonts.
I'm using the default item delegate at the moment, which I don't think allows for multiple fonts in the text. There is only one line of text (in this case the title and URL joined by a newline character), which the painter draws as plain text. I will switch to a custom delegate for the next version.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2014-08-30 at 16:38.
 

The Following 3 Users Say Thank You to marxian For This Useful Post: