Associate pdfs to Read.
This commit is contained in:
parent
984c4a2126
commit
96a2de4e74
@ -74,7 +74,8 @@ class ClipboardObject:
|
|||||||
'image/png' : 'org.laptop.WebActivity',
|
'image/png' : 'org.laptop.WebActivity',
|
||||||
'text/plain' : 'org.laptop.AbiWordActivity',
|
'text/plain' : 'org.laptop.AbiWordActivity',
|
||||||
'text/rtf' : 'org.laptop.AbiWordActivity',
|
'text/rtf' : 'org.laptop.AbiWordActivity',
|
||||||
'text/richtext' : 'org.laptop.AbiWordActivity'}
|
'text/richtext' : 'org.laptop.AbiWordActivity',
|
||||||
|
'application/pdf' : 'org.laptop.sugar.Xbook'}
|
||||||
mime = self.get_mime_type()
|
mime = self.get_mime_type()
|
||||||
if not mime:
|
if not mime:
|
||||||
return ''
|
return ''
|
||||||
|
Loading…
Reference in New Issue
Block a user