eclipseo / reimage

Plasma 6 Service Menu ReImage
GNU General Public License v3.0
14 stars 4 forks source link

Append to right does't work #7

Open Voralberg opened 1 month ago

Voralberg commented 1 month ago

I'm on Fedora 40 KDE Edition (Wayland). After having successfully been able to install ReImage (installing beforehand the package qt5-qttools-5.15.14-1.fc40.x86_64 since the installation script wasn't working with the qtpath6 already installed on system) I found out, whilst the other option seems to work just fine, that the option "append to the right" doesn't work. It gives the error: /usr/bin/reimage-kdialog: line 787: : comand not found that redirects to:

msg=$("${montage_bin}" "${input}" -resize x${height} "${img_to_add}" -geometry +0+0 "${dir}/${base}_${img_to_add_base}.${ext}" 2>&1)

But I do have montage (And ImageMagick) installed on my machine. What could be the culprit?

irfanhakim-as commented 1 month ago

Got the same error on EndeavourOS on Wayland - said feature on the original Plasma 5 service menu did work so I reckon I should have the same required dependencies.

Update: I just realised the service menu I was using may not be even this project, but this: https://github.com/biglinux/kde-service-menu-reimage, which I installed from the AUR.

Leaving my comment up anyway since for some reason, both service menus updated for Plasma 6 got the same error for the "Append to right" feature.