user-none / KDocker

Dock most applications to the system tray
GNU General Public License v2.0
301 stars 22 forks source link

Trouble installing 5.4 on Linux Mint #110

Closed ReaderGuy42 closed 2 years ago

ReaderGuy42 commented 2 years ago

5.3 works perfectly, but since I manually installed it, I thought I'd update to 5.4. qmake and make work, but I think the issue comes for make install where I get the following message and then I'm not sure how to proceed.

make install
/usr/lib/qt5/bin/qmake -install qinstall -exe kdocker /usr/bin/kdocker
Error copying kdocker to /usr/bin/kdocker: Destination file exists
make: [Makefile:610: install_target] Error 3 (ignored)
strip /usr/bin/kdocker
strip: /usr/bin/kdocker: could not create temporary file to hold stripped copy: cause of error unknown
make: [Makefile:611: install_target] Error 1 (ignored)
/usr/lib/qt5/bin/qmake -install qinstall /home/ReaderGuy42/KDocker-5.4/resources/images/kdocker.png /usr/share/icons/hicolor/128x128/apps/kdocker.png
Error copying /home/ReaderGuy42/KDocker-5.4/resources/images/kdocker.png to /usr/share/icons/hicolor/128x128/apps/kdocker.png: Destination file exists
make: [Makefile:620: install_icons] Error 3 (ignored)
/usr/lib/qt5/bin/qmake -install qinstall /home/ReaderGuy42/KDocker-5.4/helpers/appdata/kdocker.appdata.xml /usr/share/appdata/kdocker.appdata.xml
Error copying /home/ReaderGuy42/KDocker-5.4/helpers/appdata/kdocker.appdata.xml to /usr/share/appdata/kdocker.appdata.xml: Destination file exists
make: [Makefile:629: install_appdata] Error 3 (ignored)
/usr/lib/qt5/bin/qmake -install qinstall /home/ReaderGuy42/KDocker-5.4/helpers/kdocker.desktop /usr/share/applications/kdocker.desktop
Error copying /home/ReaderGuy42/KDocker-5.4/helpers/kdocker.desktop to /usr/share/applications/kdocker.desktop: Destination file exists
make: [Makefile:638: install_desktop] Error 3 (ignored)
/usr/lib/qt5/bin/qmake -install qinstall /home/ReaderGuy42/KDocker-5.4/helpers/kdocker /etc/bash_completion.d/kdocker
Error copying /home/ReaderGuy42/KDocker-5.4/helpers/kdocker to /etc/bash_completion.d/kdocker: Destination file exists
make: [Makefile:647: install_completion] Error 3 (ignored)

Now what? Thanks :)

Daxx commented 2 years ago

Are you in root? If not: sudo make install

ReaderGuy42 commented 2 years ago

I forget that every time. . . Thanks!

ReaderGuy42 commented 2 years ago

Sorry to reopen this, but after installing 5.4 (even though now it works) by implementation for Thunderbird isn't working anymore. Could you remind me again how to use kdocker for this? I have it set for Exec=kdocker -d 300 thunderbird in my startup applications, but that didn't seem to work. I'm on Linux Mint. Thanks!

ReaderGuy42 commented 2 years ago

Ah, I figured it out. For whatever reason when I updated to 5.4, the Exec thing got removed, so I added it back in to the file in usr/share/applications. Thanks :)