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]: KF5 (KDE archive library) as a requirements #5702

Closed
5 of 8 tasks
mariolpantunes opened this issue May 16, 2023 · 2 comments
Closed
5 of 8 tasks

[Bug]: KF5 (KDE archive library) as a requirements #5702

mariolpantunes opened this issue May 16, 2023 · 2 comments

Comments

@mariolpantunes
Copy link

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

Bug description

I use Slackware64-current, with only XFCE as my desktop environment (KDE is not installed).
During the last week, I tried to update the nextcloud-desktop application, but the compilations failed since it cannot find KF5Archive.
Previous versions of the application were compiled without any issues.
Is there any flag to disable KF5Archive (KDE as a whole) for the compilation?

Steps to reproduce

Compiling the nextcloud on a system that does not use or ships KDE (or related libraries)

Expected behavior

Being able to compile the code in my current system.

Which files are affected by this bug

CMakeLists.txt

Operating system

Linux

Which version of the operating system you are running.

Slackware64-current

Package

Compiled it myself

Nextcloud Server version

23.0.1

Nextcloud Desktop Client version

3.8.1

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 Enabled

Are you using an external user-backend?

  • Default internal user-backend
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Nextcloud Server logs

No response

Additional info

No response

@claucambra
Copy link
Collaborator

Hi @mariolpantunes it is not possible to compile the client without karchive. This is the only KDE-related dependency and you can install it independently of all other KDE packages

@pktiuk
Copy link

pktiuk commented Oct 13, 2023

For others who found this issue: sudo apt install libkf5archive-dev

You should add this package to your docs in wiki https://github.com/nextcloud/desktop/wiki/System-requirements-for-compiling-the-desktop-client

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