You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of click over "three dots" button that could be found at main tab of Desktop Client a new contextual menu should appear showing some options as "Open Shared Folder"
Actual behaviour
In case of click over "three dots" nothing is shown.
Steps to reproduce
Log into ownCloud Desktop Server client
Click into systray icon and select Settings option
Click into "three dots" button
Remove current Shared sync folder
Add a new folder sync connection
After configure this new folder and wait till sync ends, click over "three dots" button
Server configuration
Server OS: Ubuntu
Server Version: 9.1.0 Alpha
Storage backend:
Client configuration
Client OS: W10
Client version: Version 2.2.0beta1 (build 6020)
Logs
At Client log file:
`04-26 11:38:23:586 0x4dec0c8 unknown: Failed to resolve EGL function eglGetPlatformDisplayEXT (The specified procedure could not be found.)
04-26 11:38:23:602 0x4dec0c8 unknown: static QWindowsEGLStaticContext* QWindowsEGLStaticContext::create(): Could not initialize EGL display: error 0x3001
04-26 11:38:23:602 0x4dec0c8 unknown: static QWindowsEGLStaticContext* QWindowsEGLStaticContext::create(): When using ANGLE, check if d3dcompiler_4x.dll is available
`
This error is found several times at log.
Checked also at W7 with the same behaviour
The text was updated successfully, but these errors were encountered:
guruz
changed the title
[W10] Three dots button does not work
Three dots button does not work when sync was was removed and another one was added
Apr 26, 2016
The problem is that the alias of new folder is empty. As a result, many things are not working with new folder. For example saving them to the config file
Before commit 1a51b67, the wizard was
making sure folder had an alias but this is no longer the case.
So generate still an unique alias.
Alias is not used in the UI any longer, it's just use for internal purposes.
For issue #4737
Expected behaviour
In case of click over "three dots" button that could be found at main tab of Desktop Client a new contextual menu should appear showing some options as "Open Shared Folder"
Actual behaviour
In case of click over "three dots" nothing is shown.
Steps to reproduce
Server configuration
Server OS: Ubuntu
Server Version: 9.1.0 Alpha
Storage backend:
Client configuration
Client OS: W10
Client version: Version 2.2.0beta1 (build 6020)
Logs
At Client log file:
`04-26 11:38:23:586 0x4dec0c8 unknown: Failed to resolve EGL function eglGetPlatformDisplayEXT (The specified procedure could not be found.)
04-26 11:38:23:602 0x4dec0c8 unknown: static QWindowsEGLStaticContext* QWindowsEGLStaticContext::create(): Could not initialize EGL display: error 0x3001
04-26 11:38:23:602 0x4dec0c8 unknown: static QWindowsEGLStaticContext* QWindowsEGLStaticContext::create(): When using ANGLE, check if d3dcompiler_4x.dll is available
`
This error is found several times at log.
Checked also at W7 with the same behaviour
The text was updated successfully, but these errors were encountered: