Gnome blogger sans paragraphs
For those who want to use gnome blog poster sans paragraphs the fix is to modify /usr/lib/pymodules/python2.7/gnomeblog/rich_entry.py
Replacing line 23 self.set_pixels_below_lines(16) with self.set_pixels_below_lines(0) ..and.. Replacing line 26 & 27 html_converter.para_tag.opening_tag = "< p>" html_converter.para_tag.closing_tag = "< /p>" with html_converter.para_tag.opening_tag = "< br>" html_converter.para_tag.closing_tag = ""< br>
I’ll probably post a patch some time as there is a bug reported in bugzilla about this. </pre>