Closed Bug 1582532 Opened 5 years ago Closed 5 years ago

"open containing folder" runs zip command

Categories

(Firefox :: Downloads Panel, defect)

71 Branch
Desktop
All
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1584539

People

(Reporter: madhu-GG, Unassigned, NeedInfo)

References

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Steps to reproduce:

  1. Open Firefox
  2. Click the downloads button on the top right.
  3. Select "Open Containing Folder" for any download that is completed.

Actual results:

A "compressing files" dialog with progress bar opens.

On checking the output of ps aux | grep zip, found the following:

zip -q -r /tmp/thunar-sendto-email.7Z3HhC/Downloads.zip Downloads

/usr/lib/x86_64-linux-gnu/Thunar/thunar-sendto-email /home/<user>/Downloads

Expected results:

Should have opened file-explorer (thunar).

Summary: "open containing folder" runs zip command on linux → "open containing folder" runs zip command
Status: UNCONFIRMED → NEW
Ever confirmed: true

OK, so clearly there was some confusion. Let's try and actually get to the bottom of the issue here - I filed bug 1584539 for the recent regression.

Assignee: ckerschb → nobody
Status: ASSIGNED → UNCONFIRMED
Ever confirmed: false
Keywords: regression
Priority: P1 → --
No longer regressed by: 1497200

Reporter:

Can you reproduce the issue with a more recent version of Firefox? Firefox 60 is quite old at this point; no more updates will be released.

If so, can you try:

  1. open the developer tools console (tools > web developer > console)
  2. open the settings (icon with the three dots on the top right of the devtools, then click settings)
  3. tick "Enable browser chrome and add-on debugging toolboxes" (bottom right in the settings)
  4. open the browser console (ctrl-shift-j)
  5. evaluate:
Services.dirsvc.get("Desk", Ci.nsIFile).reveal()

do you get a file explorer (thunar) window, or does something else happen?

If you create a temporary new profile ( https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles ) does the same thing happen?

Flags: needinfo?(madhu-GG)

Please confirm which version of firefox you are using

See Also: → 1584539

It's been 3 weeks since I asked for more details - bug 1584539 is fixed, so let's assume it's the same issue for now, and we can reopen if more details emerge later.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.