[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#800786: marked as done (marble: open file dialog doesn't work)



Your message dated Fri, 21 Oct 2016 21:20:33 +0200
with message-id <909353f7-5f03-5e86-4cfb-fc8f309df245@adrieng.fr>
and subject line marble: open file dialog doesn't work
has caused the Debian Bug report #800786,
regarding marble: open file dialog doesn't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
800786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800786
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: marble
Version: 4:15.08.1+dfsg-2
Severity: normal
Tags: upstream patch

Dear Maintainer,

The open file dialog (Ctrl-O) doesn't work; the following patch fixes this:

diff -Nru marble-15.08.1+dfsg/debian/patches/fix-openurl.patch marble-15.08.1+dfsg0/debian/patches/fix-openurl.patch
--- marble-15.08.1+dfsg/debian/patches/fix-openurl.patch        1970-01-01 01:00:00.000000000 +0100
+++ marble-15.08.1+dfsg0/debian/patches/fix-openurl.patch       2015-10-03 16:43:02.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/src/apps/marble-kde/marble_part.cpp
++++ b/src/apps/marble-kde/marble_part.cpp
+@@ -272,7 +272,7 @@
+     }
+ 
+     foreach( const QString &fileName, fileNames ) {
+-        openUrl( fileName );
++        openUrl( QUrl::fromLocalFile( fileName ) );
+     }
+ 
+     return true;
diff -Nru marble-15.08.1+dfsg/debian/patches/series marble-15.08.1+dfsg0/debian/patches/series
--- marble-15.08.1+dfsg/debian/patches/series   2015-09-20 00:40:08.000000000 +0200
+++ marble-15.08.1+dfsg0/debian/patches/series  2015-10-03 16:42:36.000000000 +0200
@@ -2,3 +2,4 @@
 do_not_install_private_headers
 kubuntu_disable-MarbleRunnerManagerTest.diff
 debian-avoid_installing_pruned_files.patch
+fix-openurl.patch

You probably also want to forward this upstream; apologies for my current
laziness but I figured you might have a quicker channel to them.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages marble depends on:
ii  libc6                   2.19-22
ii  libgcc1                 1:5.2.1-17
ii  libkf5configcore5       5.14.0-1
ii  libkf5configgui5        5.14.0-1
ii  libkf5configwidgets5    5.14.0-1
ii  libkf5coreaddons5       5.14.0-1
ii  libkf5i18n5             5.14.0-1
ii  libkf5kiowidgets5       5.14.0-1
ii  libkf5newstuff5         5.14.0-1
ii  libkf5parts5            5.14.0-1
ii  libkf5runner5           5.14.0-1
ii  libkf5wallet-bin        5.14.0-1
ii  libkf5wallet5           5.14.0-1
ii  libkf5widgetsaddons5    5.14.0-1
ii  libkf5xmlgui5           5.14.0-1
ii  libmarblewidget-qt5-22  4:15.08.1+dfsg-2.1
ii  libqt5core5a            5.4.2+dfsg-9
ii  libqt5dbus5             5.4.2+dfsg-9
ii  libqt5gui5              5.4.2+dfsg-9
ii  libqt5network5          5.4.2+dfsg-9
ii  libqt5printsupport5     5.4.2+dfsg-9
ii  libqt5widgets5          5.4.2+dfsg-9
ii  libqt5xml5              5.4.2+dfsg-9
ii  libstdc++6              5.2.1-17
ii  marble-data             4:15.08.1+dfsg-2.1
ii  marble-plugins          4:15.08.1+dfsg-2.1

marble recommends no packages.

Versions of packages marble suggests:
pn  gosmore               <none>
pn  monav-routing-daemon  <none>
pn  routino               <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:16.04.1-3

Hi,

I confirm, the bug is solved.

Regards,

Adrien

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: