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

no way to install in KDE Neon #4

Open
DoctorSubtilis opened this issue Apr 13, 2024 · 3 comments
Open

no way to install in KDE Neon #4

DoctorSubtilis opened this issue Apr 13, 2024 · 3 comments

Comments

@DoctorSubtilis
Copy link

Even with betas 2.6 2: q6path problem qtpaths6: command not found.
And after solving it (installed qt6 dev tools), a new problem:

/usr/bin/reimage-kdialog: line 674: : command not found

This is the line

	msg=$("${magick_bin}" "${input}" -colorspace "${value}" "${dir}/${base}_colorspace.${ext}" 2>&1)
@DoctorSubtilis
Copy link
Author

I guess that the problem is that ${magick_bin} is not defined

@simonbcn
Copy link

It fails me in Arch Linux and it is because it uses qtpaths6 that in this OS is installed in /usr/lib/qt6/bin/qtpaths6. I think it would be better to use qtpaths as indicated in the KDE page about it: https://develop.kde.org/docs/apps/dolphin/service-menus/

@blimp4242
Copy link

It fails me in Arch Linux and it is because it uses qtpaths6 that in this OS is installed in /usr/lib/qt6/bin/qtpaths6. I think it would be better to use qtpaths as indicated in the KDE page about it: https://develop.kde.org/docs/apps/dolphin/service-menus/

I'm also on Arch and had the same problem, but on my machine the qtpaths binary runs on qt5, i checked it by running:
qtpaths --qt-version and it outputs 5.15.13.

In order to workaround to the problem i linked the binary in /usr/lib/qt6/bin/qtpaths6 to the /bin/ folder by running:
ln /usr/lib/qt6/bin/qtpaths6 /bin/

After this the installation script worked as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants