-
Notifications
You must be signed in to change notification settings - Fork 817
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
Main dialog window does not open - Ubuntu #4069
Comments
Same here with current Mint Mate 20.2 in German. |
It appears to be the same as: |
I have the same issue with the settings window. Should I create a separate issue? |
Appears to be the same for Mint. I have nextcloud-desktop 3.4.0 installed and the "open main dialog" does nothing. |
Same for Pop!_OS. "Open main dialog" does nothing. |
Confirmed on Linux Mint 20.2 Cinnamon. Nextcloud client 3.4.0 from nextcloud-devs/client PPA. |
Bug still exists with 3.4.1 on Linux Mint |
Can confirm bug still exists with 3.4.1 on Pop!_OS. Interestingly, if you try the AppImage for 3.4.1, it works as expected. |
Bug still exists on Kubuntu 20.04 |
Same in linux mint 20.1 with client 3.4.1. Weirdly enough, the bug does not replicate with the appimage (3.4.1) downloaded from https://nextcloud.com/install/#install-clients |
Wondering if it has something to do with commit 12c6d6e (esp. line 63: _trayEngine->setNetworkAccessManagerFactory(&_accessManagerFactory); Had myself problems using This may explain why the appimage works (own Qt libraries?) I would test it myself, but I can't compile on Ubuntu 20.04 |
Same here (Ubuntu 20.04) |
We will release a fix in 3.4.2. Ubuntu 20.04 https://pkgs.org/download/libqt5quick5 comes with Qt Quick 5.12 while we need 5.15 which comes in the most recent Ubuntu. For now, the only way is to either use 3.3.6, or use 3.4.1 via AppImage/flatpak/snap. |
Upgraded to 3.4.2 via apt package manager and still the same issue. "Open main dialog" window does not appear. |
Same here :(
…On February 10, 2022 6:24:18 AM GMT+01:00, k3tan172 ***@***.***> wrote:
Upgraded to 3.4.2 via apt package manager and still the same issue. "Open main dialog" window does not appear.
--
Reply to this email directly or view it on GitHub:
#4069 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
FWIW, I discovered that if you leave everything from the repos installed, but then download the AppImage and run that, everything works perfectly. Both the dropdown as well as file manager integration (Nemo, in my case) continue to work. This is on Linux Mint 20.2. The AppImage puts its config files into the same location as the repo version, so what I did was, I un-checked the "launch on system startup" option in NC's settings and manually put the AppImage into my startup programs. |
If the client is dependent on a library that is not available in a LTS version of a distro as popular as Ubuntu, perhaps you could distribute it via Flatpak or snap instead? |
Menu and language still not working with 3.4.2 on Mint Cinnamon 20.3 |
Confirmed, just updated to the packages version 3.4.2 on Ubuntu, the client works but the popup still doesn't show up. |
The client is, in fact, available as a snap or flatpak. To my understanding, though, you can't have file manager integration if you run either of these. |
@mrmatteastwood For the AppImage version the file manager integration works just fine. The snap release of the desktop client is an "unofficial" build and as far as I understand from the description depends on Ubuntu Core instead of providing its own libraries (so the wrong QT version would still be used). It also states it doesn't support file manager integration. So for now using the AppImage is probably the best compromise. |
there is no 3.3.6 for focal in the ppa |
@MegaV0lt I want to reverse to a version that has the dialog working. The ppa only shows version 3.4.2. So that is why I am requesting / asking if I can get a version in ppa to reverse to. Thanks for the reply. |
Why the nextcloud team do not fix this AWFULL bug ? |
@ledufakademy I had the same problem, and the AppImage provides a good workaround. Check out my post above: Just need to download the AppImage here: https://github.com/nextcloud/desktop/releases/download/v3.4.2/Nextcloud-3.4.2-x86_64.AppImage Then mark as executable in the file properties, run, add your account. If you like, you can also replace the repo version with it: just close the AppImage, run the regular Nextcloud client that you already have installed, go to Settings and disable "Launch on System Startup". Then, open "Startup Applications" (in Mint, might be called differently in other distros) and add the AppImage there manually. |
I confirm that this workaround is working (Linux Mint 20.3 -XFCE). However, it simply should be working when you install it (from repo/PPA) or fixed soon. I also notice that the font in the main dialog is tiny and the settings dialog themed properly. |
Same issue with v3.4.3, we deploy software using apt to our (100+) users on Ubuntu 18/20.04, the snap version is not usable, using the Appimage is not feasible. Please fix the version in the ppa, it is going to take several years before our users migrate to Ubuntu 22.04 after it comes out, thank you. |
3.4.3 still defekt, No Main Dialog opening on click and not in systemlanguage. |
sorry to hear that has not been solved |
Yes, I can confirm that I've installed 3.4.3 from PPA on Ubuntu 20.04 and the main dialog still doesn't show up. |
@ivaradi could you have a look apparently people still have troubles running desktop client 3.4 version on Ubuntu 20.04 |
@mgallien there is quite some sensitive data in that log. What exactly are you looking for? |
I think the bug has something to do with the fact that Qt 5.12 is used on Ubuntu 20.04 (while the code itself expects Qt 5.15). So perhaps there is some code related to the main window that compiles on Qt 5.12, but does not work as expected. I am not really familiar with Qt, but if you can give me some hints as to where to look in the code, I might be able to experiment. |
darkwing@MCP-Notebook ~ $ apt show nextcloud-desktop -a Package: nextcloud-desktop |
As far as I understand, the "Settings" window continues to open fine for everyone using Right-click >> Settings. So would that not be simple and make sense to just replicate the functionality of the main dialog within the "Settings" window? For example :
The client would remain usable for everyone, whether or not they have the current QT bug and any possible future bug to the same effect. Could we have that? |
YES PLEASE. I 1000% agree! |
I have updated the patch used for Qt 5.12 so that the main dialog can be opened on Focal as well. Version 3.4.3 in the PPA has been recompiled with the fixes. Please, let me know your results. |
Works on Mint 20.3, thanks, big relief to see this working again. |
Works for me on Ubuntu 20.04, Thanks! 👍 |
Mint 20.3 with ncclient 3.4.3 is working here too. |
Yes, same here! Glad this has been solved, thanks! |
Works for me now again! Thanks for the fix! |
Works for me under Ubuntu Focal. |
Works here on xUbuntu 20.04 also, thank you very very much!!! |
EDIT: In ubuntu mate 20.04 is working too. I don't know why, but in some installations fails, but in anothers it works great... I think it's my installation problems and not the app. Thank you so much for your great work |
Since this bug has now ben fixed, closing -- thanks all for your comments |
I have this problem again when using the repo version of the nextcloud client. I wonder if this has to do with the version of Qt on my system (see config below). It's been broken at least since client version 3.5.1, possibly before and was definitely working fine with 3.4.2. However in the meantime Qt has updated so unsure whether the bug is from the update on the client or from the update in Qt. The flatpack version of the client works completely fine. Nextcloud Desktop: 3.5.2 from stable ppa |
Sorry the answer is actually provided here #4476 |
Expected behaviour
Main dialog window should open when clicking either on:
Actual behaviour
Main dialog does not open.
Steps to reproduce
1.a Click in Next cloud logo > Open main dialog
1.b (from settings window) Click on see conflicts.
Client configuration
Client version: Desktop 3.4.0 (Ubuntu)
Operating system: Ubuntu 20.04
OS language: English
The text was updated successfully, but these errors were encountered: