Skip to content
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

Three dots button does not work when sync was was removed and another one was added #4737

Closed
mcastroSG opened this issue Apr 26, 2016 · 3 comments
Assignees
Milestone

Comments

@mcastroSG
Copy link

mcastroSG commented Apr 26, 2016

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

  1. Log into ownCloud Desktop Server client
  2. Click into systray icon and select Settings option
  3. Click into "three dots" button
  4. Remove current Shared sync folder
  5. Add a new folder sync connection
  6. 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

@mcastroSG mcastroSG added this to the 2.2.0-current milestone Apr 26, 2016
@guruz 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
@guruz
Copy link
Contributor

guruz commented Apr 26, 2016

The ANGLE part can be ignored, it's #3968

I had this bug on OS X too some days ago. FYI @ogoffart

@ogoffart
Copy link
Contributor

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

ogoffart added a commit that referenced this issue Apr 26, 2016
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
@guruz guruz added the ReadyToTest QA, please validate the fix/enhancement label Apr 26, 2016
@mcastroSG
Copy link
Author

Hi hi:

Steps Executed

  1. Log into ownCloud Desktop Server client
  2. Click into systray icon and select Settings option
  3. Click into "three dots" button
  4. Remove current Shared sync folder
  5. Add a new folder sync connection
  6. After configure this new folder and wait till sync ends, click over "three dots" button

Results

It works fine. So Issue closed ;)

Server OS: Ubuntu
Server Version: 9.1.0 Alpha
Storage backend:

Client configuration

Client OS: W10
Client version: Version 2.2.0-nightly20160427 (build 6028)

@mcastroSG mcastroSG removed the ReadyToTest QA, please validate the fix/enhancement label Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants