-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
owncloud --version reports Using virtual files plugin: off
#9155
Comments
Related? #8174 (was fixed in 2.7) Regression? |
This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days. |
We had the issue before and the issue used to be that we printed the about text before we loaded the plugins... |
It is not ideal, but the easiest workaround would be to just remove this line (for linux). |
Also client/src/gui/application.cpp Lines 279 to 280 in a286529
|
Moving the snippet client/src/gui/application.cpp Lines 279 to 283 in a286529
parseOptions call should fix the issue.
|
lgtm |
Issue still seen with client 2.10.1-rc1 on openSUSE 15.3 While "About" popup shows it correctly:
|
As the reporter I also confirm that it is fixed: ownCloud ownCloud 2.10.1 (build 7187) Apr 5 2022 11:11:57
https://github.com/owncloud/client/commit/82eefdafa2ec7a1927df87c850d9e6f1e9dac6af
Libraries Qt 5.12.10, OpenSSL 1.1.1n FIPS 15 Mar 2022
Using virtual files plugin: suffix
fedora-5.17.1-300.fc36.x86_64 |
Expected behaviour
owncloud --version
should reportUsing virtual files plugin: suffix
Actual behaviour
owncloud --version
reportsUsing virtual files plugin: off
Steps to reproduce
owncloud --version
Screenshot
Server configuration
Web server: https://owncloud.tuwien.ac.at
ownCloud version: https://owncloud.tuwien.ac.at/status.php
Client configuration
Client version:
owncloud --version
Operating system:
$ hostnamectl
OS language:
$ locale
Qt version used by client package (Linux only, see also Settings dialog):
Client package (From ownCloud or distro) (Linux only):
$ dnf list owncloud*
Installation path of client:
/opt/ownCloud/ownCloud/bin/owncloud
Logs
see #9052 (comment)
The text was updated successfully, but these errors were encountered: