helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
805 stars 59 forks source link

Window does not get opened for archives like .zip #554

Closed louies0623 closed 7 months ago

louies0623 commented 9 months ago

Describe the bug Click it and then it disappears, there is no window.

To Reproduce Steps to reproduce the behavior:

  1. Download tar.gz file such as pale moon for freebsd
  2. Click on 'Downloaded tar.xz file'
  3. See error

Expected behavior Open the file window Screenshots no

Version (please complete the following information):

Computer (please complete the following information):

Additional context Add any other context about the problem here.

probonopd commented 9 months ago

Seems to work for me, at least on my developer system:

image

louies0623 commented 9 months ago

No, it didn’t respond on my physical machine. 20231003_182503 Added: This is the same on other computers, version 0I46 Installed

probonopd commented 7 months ago

I confirm that it is broken when using the old Filer. At least zip files get mounted, but Filer does not open the window.

This is caused by showFolders not being implemented in the old Filer yet.

Workaround: Find out (and copy) the path using mount

In Filer, press Command-Shift-G and paste the path

Seems like the old Filer has an issue, since

calldbus org.freedesktop.FileManager1 ShowFolders /home/

results in no action (it should show the folder).

calldbus

In the new Filer it works correctly.

Depends on: