After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725027 - Don't show "Make Available Offline" for local media
Don't show "Make Available Offline" for local media
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-02-23 23:39 UTC by Elad Alfassa
Modified: 2014-03-14 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elad Alfassa 2014-02-23 23:39:39 UTC
Please don't show "Make Available Offline" for local media. It will probably do nothing, and confuse users.
Comment 1 Bastien Nocera 2014-03-14 16:29:36 UTC
(In reply to comment #0)
> Please don't show "Make Available Offline" for local media. It will probably do
> nothing, and confuse users.

It will, it would copy the file to the user's Videos XDG directory, using nautilus.

There was a bug though, which I've now fixed:

commit 208db5c3315a13ae4f085470c112231cd9c60b2c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 14 17:27:39 2014 +0100

    save-file: Don't offer to save file in ~/Videos subdirs
    
    We were only checking whether the file was a direct descendant of
    ~/Videos, instead of checking that ~/Videos was somewhere in its
    ancestors. This stops videos in ~/Videos subdirectories being made
    available for offline downloading.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725027