Bug#659321: Fix for Gnome 3

2019-02-05 Thread David D Lowe
Hello folks,

Thank you for your efforts, bug reporting and triaging. I am the author of
ooo-thumbnailer and the Debian maintainer for this package. There have been
several barriers to continuing my work on it, and for this reason I will be
orphaning this package so that another maintainer can step in. I apologise
for the long delay.

On Tue, 5 Feb 2019 at 18:21, Adrian Bunk  wrote:

> On Fri, Feb 01, 2019 at 07:37:38PM +0100, Bruno Kleinert wrote:
> > Am Samstag, den 26.01.2019, 15:23 +0100 schrieb Bruno Kleinert:
> > > Hi David,
> > >
> > > please consider addressing this RC bug.
> > >
> > > Just to raise awareness: I plan to NMU with my previously attached
> > > patch around week 7.
> > >
> > > Cheers - Bruno
> >
> > Hi,
> >
> > I uploaded to the DELAYED=10 queue.
>
> I've rescheduled this for immediate upload.
>
> No special authority from my side, but if it isn't in testing on
> February 12th it won't be in buster.
>
> > Cheers - Bruno
>
> cu
> Adrian
>
> --
>
>"Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
>"Only a promise," Lao Er said.
>Pearl S. Buck - Dragon Seed
>
>


Bug#659321: Fix for Gnome 3

2019-02-05 Thread Adrian Bunk
On Fri, Feb 01, 2019 at 07:37:38PM +0100, Bruno Kleinert wrote:
> Am Samstag, den 26.01.2019, 15:23 +0100 schrieb Bruno Kleinert:
> > Hi David,
> > 
> > please consider addressing this RC bug.
> > 
> > Just to raise awareness: I plan to NMU with my previously attached
> > patch around week 7.
> > 
> > Cheers - Bruno
> 
> Hi,
> 
> I uploaded to the DELAYED=10 queue.

I've rescheduled this for immediate upload.

No special authority from my side, but if it isn't in testing on 
February 12th it won't be in buster.

> Cheers - Bruno

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Bug#659321: Fix for Gnome 3

2019-02-01 Thread Bruno Kleinert
Am Samstag, den 26.01.2019, 15:23 +0100 schrieb Bruno Kleinert:
> Hi David,
> 
> please consider addressing this RC bug.
> 
> Just to raise awareness: I plan to NMU with my previously attached
> patch around week 7.
> 
> Cheers - Bruno

Hi,

I uploaded to the DELAYED=10 queue.

Cheers - Bruno


signature.asc
Description: This is a digitally signed message part


Bug#659321: Fix for Gnome 3

2019-01-26 Thread Bruno Kleinert
Hi David,

please consider addressing this RC bug.

Just to raise awareness: I plan to NMU with my previously attached
patch around week 7.

Cheers - Bruno


signature.asc
Description: This is a digitally signed message part


Bug#659321: Fix for Gnome 3

2018-12-20 Thread Bruno Kleinert
Hi,

please find attached a debdiff that incorporates the suggested
solution.

Cheers - Bruno
diff -u ooo-thumbnailer-0.2/debian/install ooo-thumbnailer-0.2/debian/install
--- ooo-thumbnailer-0.2/debian/install
+++ ooo-thumbnailer-0.2/debian/install
@@ -1,2 +1,2 @@
-ooo-thumbnailer.schemas usr/share/gconf/schemas
 ooo-thumbnailer usr/bin
+debian/ooo.thumbnailer usr/share/thumbnailers
diff -u ooo-thumbnailer-0.2/debian/changelog ooo-thumbnailer-0.2/debian/changelog
--- ooo-thumbnailer-0.2/debian/changelog
+++ ooo-thumbnailer-0.2/debian/changelog
@@ -1,3 +1,13 @@
+ooo-thumbnailer (0.2-6) UNRELEASED; urgency=medium
+
+  * Fix no thumbnail generated in Gnome 3 Nautilus (Closes: #659321)
+- Don't install gconf2 scheme and remove call to dh_gconf in debian/rules.
+  This also removes the dependency on gconf2.
+- Install /usr/share/thumbnailers/ooo.thumbnailer which replaces the
+  gconf2 scheme.
+
+ -- Bruno "Fuddl" Kleinert   Thu, 20 Dec 2018 18:35:13 +0100
+
 ooo-thumbnailer (0.2-5) unstable; urgency=low
 
   * Removed COPYING from debian/docs.
diff -u ooo-thumbnailer-0.2/debian/rules ooo-thumbnailer-0.2/debian/rules
--- ooo-thumbnailer-0.2/debian/rules
+++ ooo-thumbnailer-0.2/debian/rules
@@ -4,9 +4,6 @@
 
 DEB_INSTALL_MANPAGES_ooo-thumbnailer = debian/ooo-thumbnailer.1
 
-binary-install/ooo-thumbnailer::
-	dh_gconf
-
 get-orig-source::
 	if test -n "$$TMP"; then \
 		TMPD=`mktemp -d -p $$TMP`; \
only in patch2:
unchanged:
--- ooo-thumbnailer-0.2.orig/debian/ooo.thumbnailer
+++ ooo-thumbnailer-0.2/debian/ooo.thumbnailer
@@ -0,0 +1,4 @@
+[Thumbnailer Entry]
+TryExec=ooo-thumbnailer
+Exec=/usr/bin/ooo-thumbnailer %i %o %s
+MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.text;


signature.asc
Description: This is a digitally signed message part