Skip to content

Instantly share code, notes, and snippets.

@andresbott
andresbott / gist:0ed222b18caaa4622aaa
Created September 9, 2015 10:57
html image as background property
<img style="height:880px;width:608px;background-image:url(http://...);background-size:608px 880px;" alt="" src="/img/spacer.gif" >
@andresbott
andresbott / gist:e28b29fdd98a6ede9aed
Created July 6, 2015 14:06
firefox open pdf with ojular in kde instead of gimp
got this from : http://www.ryananddebi.com/2014/09/29/linux-fixing-pdfs-opening-in-gimp-in-firefoxzotero/
edit: "/usr/share/applications/mimeinfo.cache"
and change:
"application/pdf=gimp.desktop;okularApplication_pdf.desktop;"
into
"application/pdf=kde4-okularApplication_pdf.desktop;gimp.desktop;"
restart firefox