Your message dated Fri, 10 Jun 2011 12:32:44 +0000
with message-id <[email protected]>
and subject line Bug#623821: fixed in minitube 1.4.3-1
has caused the Debian Bug report #623821,
regarding minitube: Default download location is $HOME/Desktop
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 [email protected]
immediately.)
--
623821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623821
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: minitube
Version: 1.4.1-1
Severity: normal
Tags: upstream patch
Hi!
Minitube defaults to $HOME/Desktop for downloading videos, however, this
path might be inexistent (as it happened to be in my case, because I
don't use a Desktop environment like KDE or GNOME).
The attached patch tries $HOME when there's no $HOME/Desktop, however,
one might want to refactor it a bit, it shouts "code duplication" right
now.
Instead of using $HOME/Desktop, simply defaulting to $HOME might also
work, though this would be a semantic change.
Cheers
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.38 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to
en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages minitube depends on:
ii dbus-x11 1.4.8-2 simple interprocess messaging syst
ii gstreamer0.10-ffmpe 0.10.11-4 FFmpeg plugin for GStreamer
ii gstreamer0.10-plugi 0.10.21-4+b1 GStreamer plugins from the "bad" s
ii gstreamer0.10-plugi 0.10.28-3 GStreamer plugins from the "good"
ii gstreamer0.10-x 0.10.32-2 GStreamer plugins for X11 and Pang
ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.6.0-4 GCC support library
ii libphonon4 4:4.6.0really4.5.0-2 multimedia framework from KDE - co
ii libqt4-dbus 4:4.7.2-3 Qt 4 D-Bus module
ii libqt4-network 4:4.7.2-3 Qt 4 network module
ii libqt4-xml 4:4.7.2-3 Qt 4 XML module
ii libqtcore4 4:4.7.2-3 Qt 4 core module
ii libqtgui4 4:4.7.2-3 Qt 4 GUI module
ii libstdc++6 4.6.0-4 The GNU Standard C++ Library v3
ii phonon 4:4.6.0really4.5.0-2 multimedia framework from KDE - me
ii phonon-backend-gstr 4:4.6.0really4.4.4-3 Phonon GStreamer 0.10.x backend
minitube recommends no packages.
minitube suggests no packages.
-- no debconf information
>From 99c39aedaa7ed15942ff8188c7eb8fa400c84053 Mon Sep 17 00:00:00 2001
From: Adrian Knoth <[email protected]>
Date: Sat, 23 Apr 2011 12:45:18 +0200
Subject: [PATCH] Use $HOME if $HOME/Desktop isn't available
Some environments like Fluxbox don't necessarily have $HOME/Desktop. If
the path is missing, use $HOME instead. This should always be available.
Signed-off-by: Adrian Knoth <[email protected]>
---
src/downloadmanager.cpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
index 5363d1e..0f037f6 100644
--- a/src/downloadmanager.cpp
+++ b/src/downloadmanager.cpp
@@ -143,6 +143,11 @@ QString DownloadManager::defaultDownloadFolder() {
if (!moviesDir.exists()) {
// fallback to Desktop
path =
QDesktopServices::storageLocation(QDesktopServices::DesktopLocation);
+ QDir moviesDir(path);
+ if (!moviesDir.exists()) {
+ // fallback to Home
+ path =
QDesktopServices::storageLocation(QDesktopServices::HomeLocation);
+ }
}
return path;
}
--
1.7.4.4
--- End Message ---
--- Begin Message ---
Source: minitube
Source-Version: 1.4.3-1
We believe that the bug you reported is fixed in the latest version of
minitube, which is due to be installed in the Debian FTP archive:
minitube_1.4.3-1.debian.tar.gz
to main/m/minitube/minitube_1.4.3-1.debian.tar.gz
minitube_1.4.3-1.dsc
to main/m/minitube/minitube_1.4.3-1.dsc
minitube_1.4.3-1_amd64.deb
to main/m/minitube/minitube_1.4.3-1_amd64.deb
minitube_1.4.3.orig.tar.gz
to main/m/minitube/minitube_1.4.3.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
[email protected] (supplier of updated minitube package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 10 Jun 2011 00:12:04 +0200
Source: minitube
Binary: minitube
Architecture: source amd64
Version: 1.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Jakob Haufe <[email protected]>
Changed-By: [email protected]
Description:
minitube - Native YouTube client
Closes: 623821
Changes:
minitube (1.4.3-1) unstable; urgency=low
.
* New upstream version (Closes: #623821)
Checksums-Sha1:
d92eb7b3aaa9d3e9253341f543e4d7d47959c718 1701 minitube_1.4.3-1.dsc
0c6838ed7282a4ae7df395ebcdca507aebe37e20 498652 minitube_1.4.3.orig.tar.gz
356f924079d47d34b4950e61feac4d33280be1d6 3993 minitube_1.4.3-1.debian.tar.gz
f7840e77457a03c3b7b4b288fad846141f33aa8b 606230 minitube_1.4.3-1_amd64.deb
Checksums-Sha256:
e8eb71d9aa6a293694b952c4f8559aea09bd1f23a577a3ea636d09f49fc3e294 1701
minitube_1.4.3-1.dsc
f23d72d4c675d3bb6d7d986007edee99eff63670580e3c7a644421919989aa09 498652
minitube_1.4.3.orig.tar.gz
d5e7eca4144bf68a5d764f2ce2364d21fd84256b98dba9c8d4f5eaf796d74c91 3993
minitube_1.4.3-1.debian.tar.gz
6f5ef49e079da5caacfce98954b0c45e9be9de46e2d68cf0d070da58bc7a9118 606230
minitube_1.4.3-1_amd64.deb
Files:
c896993d4bff119bfc40975b18055dc8 1701 video extra minitube_1.4.3-1.dsc
95112a88497c6b00fb13faa998086a32 498652 video extra minitube_1.4.3.orig.tar.gz
284f014fbc6a0e8535a838b3c52b0d8c 3993 video extra
minitube_1.4.3-1.debian.tar.gz
8e9164e817542fed4f3a95cadae68785 606230 video extra minitube_1.4.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJN8gufAAoJEGin9OG0lUUKXtsP/206SeklFU5fUDYyYpIdtUja
olLGFfa5OBkTxeja16/gGmaXnLr819QJd/1TIur1kkVVM6gZwiCsnMqLB0xMR/Hv
LT+TiYBp0D+DGq1nTkKfNSUnEhj9f/4ybHsNbJdhYOwDcyRnYPJTE1h2kVwm8LB8
4XebJMnSF1qUAYH6L1W043O+UTSKV+qFs4Ud7ydKGZJm+O79+MPQCf+xS/SVlveu
r9Xsq6Xi4KtIFUraM4JnDldKHgTG9TEodTPitYpeoCashQNlm4lgkKX+c0UuhoGe
5XkJKe4/q5XpEaEr69uZdn5o1nOux+tfDgZzLy30zxstXY8xyWFDCbtOQYp2w+vm
SmX3AafRiW5MclVgaTdDp1yNIh7tLJafoDkdJ+3P+TuJ+YeyCwL+MpLKiI6JzJNf
r8VfD8m+nZN2MV7n3YdbkVVvL1WJKoAqKkkpk6+auC13ieiZ0jB6XgON1eJZv2Rd
opkZTOHbSQ+0HonCDnlZmMW/TEkGxVfOJk5qKJTi6BR+zBKUdo4OzNVYNKP6/5hs
mNhM5yJbi463mX2HdHAVe1PTaBPNDu7gZedEzEiG/hCsEs79g1r8MRos3g5S1E83
en7AfzhmYhhOH4TDL0NpD3e3maU2eVmKCsY3dHgIcQV+wG4pVlWOGKycXWKJyUJ8
o2DGboOhOp1RMovmieIr
=91i2
-----END PGP SIGNATURE-----
--- End Message ---