Open Bug 1222567 Opened 9 years ago Updated 1 month ago

[gtk] "Open containing folder" on a download doesn't work because it wraps path in single quotes

Categories

(Toolkit :: Downloads API, defect)

42 Branch
Unspecified
Linux
defect

Tracking

()

UNCONFIRMED

People

(Reporter: donrhummy, Unassigned)

Details

Attachments

(1 obsolete file)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0
Build ID: 20151029151421

Steps to reproduce:

Right clicked a download, chose "open contianing folder" on an openSUSE Linux desktop.


Actual results:

It opened dolphin but in a non existent directory because Firefox passed the path with single quotes like this:

    '/home/myname/downloads'

So Dolphin tried to open:

    /home/myname/'/home/myname/downloads'


Expected results:

It should have stripped the single quotes before passing the path to Dolphin.
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Component: Widget: Gtk → Download Manager
Product: Core → Toolkit
Summary: "Open containing folder" on a download doesn't work because it wraps path in single quotes → [gtk] "Open containing folder" on a download doesn't work because it wraps path in single quotes
OS: Unspecified → Linux
Severity: normal → S3
Attachment #9384982 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: