[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-04-08 Thread Chris Cheney
I have it uploaded to revu with some changes, once it is approved I will send the resulting debdiff back to Flimm. http://revu.ubuntuwire.com/p/ooo-thumbnailer ** Changed in: openoffice.org (Ubuntu) Status: Fix Committed => In Progress -- ooo-thumbnailer - Thumbnails for Openoffice.org d

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-04-08 Thread Chris Cheney
** Tags added: needs-packaging ** Summary changed: - Thumbnails for Openoffice.org documents + ooo-thumbnailer - Thumbnails for Openoffice.org documents -- ooo-thumbnailer - Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-04-08 Thread Chris Cheney
It's now sitting in new waiting to be processed for universe. -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@l

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-04-08 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Status: Triaged => Fix Committed -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing li

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-22 Thread KillerKiwi
David try evince-thumbnailer !! its the same thumbnailer that does the PDF's even -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-20 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: ubuntu-9.04-beta => ubuntu-9.04 -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mai

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-18 Thread David D Lowe
I've written a thumbnailer bash script, that uses imagemagick if it's installed, if not, totem-gstreamer-video-thumbnailer. Unfortunately, the latter puts "film strips" or "film rolls" in the image, giving the user the impression that the file is a video, not a document. Any one know how I could di

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-12 Thread Duncan Lithgow
Looks like this has been implemented in jaunty, see the attached image of my nautilus window. ** Attachment added: "Screenshot.png" http://launchpadlibrarian.net/23775607/Screenshot.png -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug noti

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-12 Thread Duncan Lithgow
Sorry, I misunderstood the bug report, just ignore me... -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-11 Thread KillerKiwi
Film has made an updated copy using sh script and gnome-video- thumbnailer see http://ubuntuforums.org/showpost.php?p=6878603&postcount=78 -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Deskto

Re: [Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread Martin Pitt
Sorry, last comment was from me. I didn't intend to cover myself, I was just still logged in as apport to do some retracer cleanup. :-) -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bu

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread Apport retracing service
Heh, nice; you need to change the copyright header, and some comments, BTW :-) This requires imagemagick, though, which isn't installed by default. However, why not use GNOME's own thumbnailer? It also converts transparency into white: $ unzip -p /usr/share/example-content/oo-maxwell.odt Thumbnai

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread KillerKiwi
http://svn.xfce.org/svn/goodies/thunar-thumbnailers/trunk/odf- thumbnailer/odf-thumbnailer Very simple version -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assig

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread KillerKiwi
We could just use an sh script (which is what thunar does already using ImageMagick. http://goodies.xfce.org/projects/thunar-plugins/thunar- thumbnailers/).. the only reason its in python at the moment is some niceness about not templating the ~/Templates and making the background color white inste

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: jaunty-alpha-6 => ubuntu-9.04-beta -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread Martin Pitt
Rewriting in C would reduce the overhead significantly already. I'm afraid I don't know whether there are better ways; maybe the code can be integrated into some existing thumbnailer, to reuse its build system and programs. But as I said, while this is an opt-in, and not installed by default, then

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread TAC one
@pitti: what would be a solution ? Rewriting in C ? Are there better ways to do thumbnails? -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bu

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread Martin Pitt
My woe with that (aside from the license issues above) is that this will call a new Python instance for each and every OOo document that you have in a directory. This is a very expensive operation, so it'll drain a lot of CPU and I/O resources. Of course this is equally true for video thumbnails,

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-09 Thread Martin Pitt
Keeping one bug task open is enough; closing the tracker one. ** Changed in: tracker (Ubuntu) Status: New => Invalid -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which i

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-08 Thread Chris Cheney
And the README says this: This script was taken from http://ubuntuforums.org/showthread.php?t=76566 , was taken without permission. which probably needs to be resolved whether we have permission to distribute this at all... -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/b

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-08 Thread Chris Cheney
Also I think we need the authors real names in the copyright file and the python script, currently the python script has a place holder on the BSD license for the authors real name. -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-08 Thread Chris Cheney
Also please switch it to using default python instead of python2.5 if possible or change it to use python2.6 if it has to be hardcoded. -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bu

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-08 Thread Chris Cheney
Unfortunately the code is listed as having no license at the moment so I can't upload it until it does. Chris -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assign

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-08 Thread Chris Cheney
KillerKiwi, Thanks I will look into this and try to get it in this week if possible. Chris ** Changed in: openoffice.org (Ubuntu) Importance: Undecided => Medium Assignee: (unassigned) => Chris Cheney (ccheney) Status: New => Triaged Target: None => jaunty-alpha-6 -- Thum

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-08 Thread KillerKiwi
Here it is https://code.launchpad.net/~killerkiwi2005/+junk/ooo-thumbnailer Tested with Intrepid and Jaunty Please test and include -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bug

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-06 Thread Sebastien Bacher
that is NOT a nautilus bug stop reopening this task ** Changed in: nautilus (Ubuntu) Status: New => Invalid -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug a

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-06 Thread Michael Nagel
** Also affects: openoffice.org (Ubuntu) Importance: Undecided Status: New ** Changed in: nautilus (Ubuntu) Status: Invalid => New -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubun

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-05 Thread KillerKiwi
The thumbnails already exist.. they are in the odt files... all this requires is a gconf key and about 2 lines of bash to extract the icon from the zip file like thunar does.. in a package I can do the code and gconf if some one can package it. -- Thumbnails for Openoffice.org documents http

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-05 Thread Sebastien Bacher
not that I know but you are welcome to contribute there -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.u

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-03-05 Thread ®om
It doesn't work yet in jaunty alpha… is it planned to be fixed for jaunty? -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list d

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-02-15 Thread Michael Nagel
i dont think this is correctly filed against tracker. the bug i am talking about is that you do not get thumbnails for odt files in nautilus like you get for pdfs. i do not know too much of the technical details about thumbnail generation, but the only two programs that make sense to be responsib

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2008-10-30 Thread Chris Cheney
I read on the ubuntu-desktop mailing list that Tracker already can do this but maybe isn't enabled by default? ** Changed in: tracker (Ubuntu) Sourcepackagename: openoffice.org => tracker Status: Triaged => New -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/258

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2008-10-30 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Status: New => Triaged -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2008-10-23 Thread Sebastien Bacher
that's not a nautilus bug ** Changed in: nautilus (Ubuntu) Importance: Undecided => Wishlist Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs) Status: New => Invalid -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug n

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2008-09-25 Thread Sebastien Bacher
reassigning to openoffice.org, that will not be changed in nautilus which is not the right place to add random thumbnailer for other format, either that should be something shipped in openoffice which is the application which knows how to read those or a new thumbnailer source package should be cre

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2008-08-04 Thread Michael Nagel
of course it is supposed to read "taken from http://ubuntuforums.org/showthread.php?t=76566&highlight=odt+thumbnail&page=3 " -- Thumbnails for Openoffice.org documents https://bugs.launchpad.net/bugs/25827 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which i

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2008-08-04 Thread Michael Nagel
update...: there is a brainstorm item: http://brainstorm.ubuntu.com/idea/4367/ there is a blueprint: https://blueprints.launchpad.net/awn/+spec/ooo-thumbnails there are working solutions: http://nailor.devzero.de/nwiki/Computer/MiscTipps/odt_thumbnails_in_nautilus (taken from http://nailor.devz

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2007-11-14 Thread noddeat
So and what? Two years past and still we don't have this in Gutsy. Is it a complicated thing to add? It already works in Fedora 8, why not in Ubuntu? And also, will it disappear if i upgrade my system to another version (e.g. 8.04) ? -- Thumbnails for Openoffice.org documents https://bugs.launch

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2007-07-27 Thread Jop...\(Jonas F. Jensen\).
Try the updated script from http://ubuntuforums.org/showthread.php?t=76566, don't remember exactly which page, but I've attached a script that were posted on that thread. - It doesn't have transparent background on thumbnails - It attaches a small icon to help identify whether it's a spreadsheet

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2006-08-29 Thread Nikolaus Filus
Voting against this in it's current form: tried it and removed it after short time. - The thumbnail background is transparent and it looks unreadable in any other view than nautilus window with white background (ex. Desktop with wallpaper). - Most spreadsheet previews look meaningless and one has

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2006-08-27 Thread MrRio
I'll work on getting this done for edgy. -- Thumbnails for Openoffice.org documents https://launchpad.net/bugs/25827 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2006-05-18 Thread Sebastien Bacher
didn't get worked during that cycle, if anybody wants to work on getting that integrated next cycle he's welcome. Dropping the dapper milestone for now ** Changed in: nautilus (Ubuntu) Target: ubuntu-6.06 => None -- Thumbnails for Openoffice.org documents https://launchpad.net/bugs/25827

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2006-04-19 Thread Richard Laager
There's an updated script at this forum: http://www.ubuntuforums.org/showthread.php?t=76566&page=3 -- Thumbnails for Openoffice.org documents https://launchpad.net/bugs/25827 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2006-04-19 Thread Martin Bergner
gnome-app-install is written in python, IIRC, so that shouldn't be a problem. So again the question, why is the script at http://doc.gwos.org/index.php/Thumbnails_Ooo2 not appropriate? -- Thumbnails for Openoffice.org documents https://launchpad.net/bugs/25827 -- desktop-bugs mailing list deskto

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2006-04-05 Thread Richard Laager
Does this maybe belong in openoffice.org-gnome? I wonder if the python dependency would be a problem or not... The initial version of the script could be easily reworked to be in C using GnomeVFS (which isn't a new dependency) and zlib (which shouldn't be very problematic). But... all the image