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

[Bug]: #7126

Closed
4 tasks done
PhMetzger opened this issue Sep 15, 2024 · 2 comments
Closed
4 tasks done

[Bug]: #7126

PhMetzger opened this issue Sep 15, 2024 · 2 comments

Comments

@PhMetzger
Copy link

⚠️ Before submitting, please verify the following: ⚠️

Bug description

On Ubuntu 22.04.5 LTS, 3.14 crash at startup...

I had to install qt6-qpa-plugins to solve it.

Not solving #7123

Message at startup

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Abandon (core dumped)

``` 


### Steps to reproduce

1. Right click on the file
2. Click on Share Options
3. The share dialog does not display the option to share by e-mail
...


### Expected behavior

When clicking on the share dialog, share by e-mail should be an option.
...


### Which files are affected by this bug

-

### Operating system

Linux

### Which version of the operating system you are running.

 Ubuntu 22.04.5 LTS

### Package

Distro package manager

### Nextcloud Server version

29.0.7

### Nextcloud Desktop Client version

3.14

### Is this bug present after an update or on a fresh install?

Updated from a minor version (ex. 3.4.2 to 3.4.4)

### Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

### Are you using an external user-backend?

- [X] Default internal user-backend
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other

### Nextcloud Server logs

_No response_

### Additional info

_No response_
@craisp
Copy link

craisp commented Sep 16, 2024

I had the same "xcb" error, but manually installing qt6-qta-plugins didn't solve it for me. Nextcloud Desktop does not start and does not give me any hint, what might be the problem:

➜ nextcloud --logwindow
[1]    8531 IOT instruction (core dumped)  nextcloud --logwindow
➜ nextcloud --version
Nextcloud version 3.14.0-20240914.150754.d8fcb9273-1.0~jammy1
Using Qt 6.2.4, built against Qt 6.2.4
Using Qt platform plugin 'xcb'
Using 'OpenSSL 3.0.2 15 Mar 2022'
Running on Pop!_OS 22.04 LTS, x86_64

A downgrade to Version 3.4.2 from ppa http://apt.pop-os.org/ubuntu works in my case:

sudo apt remove nextcloud-desktop nautilus-nextcloud libnextcloudsync0
sudo apt autoremove
sudo apt install nextcloud-desktop=3.4.2-1ubuntu1 nautilus-nextcloud=3.4.2-1ubuntu1 libnextcloudsync0=3.4.2-1ubuntu1

Nextcloud Desktop starts fine after that.

@mgallien
Copy link
Collaborator

duplicate of #7123
already fixed

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