bugzilla-daemon at freedesktop.org
2008-Feb-26 12:15 UTC
[Swfdec] [Bug 14680] New: Unable to save .flv or copy-paste the link
http://bugs.freedesktop.org/show_bug.cgi?id=14680 Summary: Unable to save .flv or copy-paste the link Product: swfdec Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy: sylvain.bertrand at gmail.com QAContact: swfdec at lists.freedesktop.org I'm unable to save a .flv from the properties or copy-paste the link still from the properties in order to use wget to grab the file. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Feb-26 14:38 UTC
[Swfdec] [Bug 14680] Unable to save .flv or copy-paste the link
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #1 from Pavel Roskin <proski at gnu.org> 2008-02-26 06:38:31 PST --- That's two different issues. Copying the link works, but the widget used for the URL loses PRIMARY selection when it loses focus, so it only remains in the CLIPBOARD. As a workaround, I added this to my .Xresources file: *VT100*translations: #override \n\ Shift Ctrl<Btn2Up>: insert-selection(CLIPBOARD, CUT_BUFFER1) \n\ Shift Ctrl<KeyPress> Insert: insert-selection(CLIPBOARD, CUT_BUFFER1) Now I can insert in xterm from CLIPBOARD with Ctrl-Shift-Insert or Ctrl-Shift-middle click. I agree, having a more convenient "properties" dialog would be great, but it would have severity "enhancement". -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-23 12:47 UTC
[Swfdec] [Bug 14680] Unable to save .flv or copy-paste the link
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #2 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-05-23 05:47:53 PST --- I believe both of these issues are fixed in the last patch attached to bug 15958, if you can confirm i'll close this as duplicate. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-23 14:07 UTC
[Swfdec] [Bug 14680] Unable to save .flv or copy-paste the link
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #3 from Sylvain BERTRAND <sylvain.bertrand at gmail.com> 2008-05-23 07:07:07 PST --- Applied patch try3 on git swfdec-mozilla. Still failing to copy video link from properties dialog box to a terminal for wget use. BTW, in git swdec libs flash movies are play by default, how to disable this and make make flash movies *not* played by default? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-23 15:09 UTC
[Swfdec] [Bug 14680] Unable to save .flv or copy-paste the link
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #4 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-05-23 08:09:12 PST --- (In reply to comment #3)> Applied patch try3 on git swfdec-mozilla. Still failing to copy video link from > properties dialog box to a terminal for wget use.ok, i didn't understand the problem. The other clipboard (ctrl + c / ctrl + v) works fine.> BTW, in git swdec libs flash movies are play by default, how to disable this > and make make flash movies *not* played by default? >In 0.7 there is a new autoplay feature, try to add to ~/.config/swfdec-mozilla.conf: [global] autoplay=false and set autoplay to false to the other entries you have there. If you have other questions please use the list. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-27 09:26 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
http://bugs.freedesktop.org/show_bug.cgi?id=14680 Riccardo Magliocchetti <riccardo at datahost.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unable to save .flv or copy-|keep the primary selection |paste the link |in media dialog -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-27 09:29 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #5 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-05-27 02:29:46 PST --- Created an attachment (id=16759) --> (http://bugs.freedesktop.org/attachment.cgi?id=16759) keep the primary selection in media dialog Attached a patch tha copy the selection in both PRIMARY and CLIPBOARD. Please note that you have at least to click one item to fill the clipboard. Patch requires attachment 16713 posted in bug 15960. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-27 10:05 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
http://bugs.freedesktop.org/show_bug.cgi?id=14680 Riccardo Magliocchetti <riccardo at datahost.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16759|0 |1 is obsolete| | --- Comment #6 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-05-27 03:05:34 PST --- Created an attachment (id=16760) --> (http://bugs.freedesktop.org/attachment.cgi?id=16760) keep the primary selection in media dialog - try 2 New revision: only handle PRIMARY, don't touch CLIPBOARD. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-27 10:45 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #7 from Sylvain BERTRAND <sylvain.bertrand at gmail.com> 2008-05-27 03:45:02 PST --- Tried swfdec-mozilla (git) with attachment 16713 and attachment 16713 Still unable to past in a terminal. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-16 19:05 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
http://bugs.freedesktop.org/show_bug.cgi?id=14680 Riccardo Magliocchetti <riccardo at datahost.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16760|0 |1 is obsolete| | --- Comment #8 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-08-16 12:05:57 PST --- Created an attachment (id=18323) --> (http://bugs.freedesktop.org/attachment.cgi?id=18323) keep the primary selection in media dialog - try 3 So the problem was that the url field was editable, now the only way to cut is with primary selection just clicking on a row. If that is acceptable behaviour please apply. Also a variable got renamed as in gtk documentation. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-27 10:11 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #9 from Benjamin Otte <otte at gnome.org> 2008-08-27 03:11:07 PST --- The biggest problem I have with this patch is that it's unintuitive. Selecting a row in a treeview does not repalce contents of the primary selection anywhere, right? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-28 10:13 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
http://bugs.freedesktop.org/show_bug.cgi?id=14680 --- Comment #10 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-08-28 03:13:56 PST --- (In reply to comment #9)> The biggest problem I have with this patch is that it's unintuitive. Selecting > a row in a treeview does not repalce contents of the primary selection > anywhere, right?Yes it's not common usage but it's very handy. I'm not really an user of that feature myself so i've not a strong opinion. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2013-Dec-30 01:23 UTC
[Swfdec] [Bug 14680] keep the primary selection in media dialog
https://bugs.freedesktop.org/show_bug.cgi?id=14680 Sylvain BERTRAND <sylvain.bertrand at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTOURBUG -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/swfdec/attachments/20131230/f3663eb1/attachment.html>
Maybe Matching Threads
- [Bug 16103] New: http://www.leparisien.fr of 26052008 crashed with swfdec
- [Bug 14632] New: deezer.com does not work
- [Bug 15960] New: "Done" and "Error" columns are redundant with each other
- [Bug 16076] New: http://www.dailymotion.com
- [Bug 16132] New: yahoo video player does not work