owncloud / docs-client-desktop

ownCloud Desktop Client Documentation
https://doc.owncloud.com
5 stars 6 forks source link

[linux] vfs file (.owncloud) is not downloaded while opening it from file manager #519

Open saw-jan opened 11 months ago

saw-jan commented 11 months ago

Describe the bug

Virtual file doesn't get downloaded while opening it from the file manager

Expected behavior

File is downloaded. .owncloud extension is removed

Steps to reproduce the issue

  1. In server, Upload a text file with some content in it
  2. In client, add an account with VFS enabled
  3. Open folder sync connection in the file manager
  4. Open .owncloud file
  5. File is opened but no content in it :x:
  6. .owncloud extension is not removed :x:

Screenshots

Screenshot from 2023-09-28 11-46-47 Screenshot from 2023-09-28 11-45-51

Screenshot from 2023-09-28 11-46-27

Client version number

owncloudcmd ownCloud 5.0.0.12187-rc.2
https://github.com/owncloud/client/commit/5a9119bdfd0794421f9ac7888f05b3ab16df4e59
Libraries Qt 6.4.3, OpenSSL 3.1.2 1 Aug 2023
Using virtual files plugin: suffix
OS: ubuntu-6.2.0-33-generic

Desktop environment (Linux only)

Ubuntu 22.04 (gnome with nautilus)

TheOneRing commented 11 months ago

@saw-jan can you try to run the app image with https://github.com/TheAssassin/AppImageLauncher . It will ask you to integrate the appimage, click yes and try again.

The reason will be that we don't register the app image as a responsible for the mime type.

saw-jan commented 11 months ago

@saw-jan can you try to run the app image with https://github.com/TheAssassin/AppImageLauncher . It will ask you to integrate the appimage, click yes and try again.

The reason will be that we don't register the app image as a responsible for the mime type.

Yeah, it worked with AppImageLauncher

TheOneRing commented 11 months ago

I guess its mainly a documentation issue. @michaelstingl lets discuss

michaelstingl commented 11 months ago

I guess its mainly a documentation issue.

Moved to desktop docs repo…