![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2004
Location: Melbourne, Australia
Beans: 16
|
Nautilus to preview WMF files
Wondering if Nautilus can preview WMF graphics files?
I've got the libwmf0.2-7 package installed. Is there something else needed for Nautilus to preview WMFs, or are they unsupported? thanks ... david |
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() |
Re: Nautilus to preview WMF files
Same question from me.... or a way to make gThumb to display them..
These WMF files are really beginning to annoy me! It's too mutch tumbling around opening each and every file in The Gimp to preview them... Or if someone knows of a picture viewer who supports WMF, that would also help. |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() |
Well, tired of looking for a intelligent solution, I gave up from trying to find a way to make Nautilus or other Ubuntu stuff to read all these Windows things.
Install the converters: sudo apt-get install libwmf-bin Convert everything (using wmf2fig, couldn't use any other one due to several errors): for i in *.wmf;do wmf2fig $i;done for i in *.eps;do convert $i $i.jpg;done Rename JPGs (lazy enough not to put a 'cut'): rename 's/\.eps\.jpg/\.jpg/g' * Cleaning all the mess: rm *.wmf *.eps Hope this helps! |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|