https://bugs.kde.org/show_bug.cgi?id=412612
--- Comment #8 from WojtasJD <wojta...@notowany.pl> --- Created attachment 123040 --> https://bugs.kde.org/attachment.cgi?id=123040&action=edit KDE neon 5.16.5 - Building "latte-dock" ver. 0.9.85 Of course I can check ;) TL;DR - autostart is working, now file org.kde.latte-dock.desktop is copied to ~/.config/autostart/ Thank you! (Latte is reporting itself ver. 0.9.85). "KDE neon 5.16.5" (two installations with Latte Dock build/configure problems): According to build instruction from https://github.com/KDE/latte-dock/blob/master/INSTALLATION.md I've installed dependencies: sudo apt install cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extras5-dev libkf5iconthemes-dev libkf5plasma-dev libkf5windowsystem-dev libkf5declarative-dev libkf5xmlgui-dev libkf5activities-dev build-essential libxcb-util-dev libkf5wayland-dev git gettext libkf5archive-dev libkf5notifications-dev libxcb-util0-dev libsm-dev libkf5crash-dev libkf5newstuff-dev and: -------------------------------------------------------------------- wojtasjd@KDE:~$ git clone https://anongit.kde.org/latte-dock.git Cloning into 'latte-dock'... remote: Counting objects: 33586, done. remote: Compressing objects: 100% (12146/12146), done. remote: Total 33586 (delta 24994), reused 29019 (delta 21205) Receiving objects: 100% (33586/33586), 6.36 MiB | 4.30 MiB/s, done. Resolving deltas: 100% (24994/24994), done. wojtasjd@KDE:~$ cd latte-dock/ wojtasjd@KDE:~/latte-dock$ sh install.sh install.sh: 12: [: unexpected operator install.sh: 12: [: unexpected operator install.sh: 16: [: -a: unexpected operator install.sh: 22: [: -a: unexpected operator install.sh: 25: [: -a: unexpected operator install.sh: 29: [: unexpected operator install.sh: 32: [: unexpected operator -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find KF5SysGuard (missing: KF5SysGuard_DIR) -- Could NOT find KF5SysGuard: found neither KF5SysGuardConfig.cmake nor kf5sysguard-config.cmake CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find KF5 (missing: SysGuard) Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args) CMakeLists.txt:22 (find_package) -- Configuring incomplete, errors occurred! See also "/home/wojtasjd/latte-dock/build/CMakeFiles/CMakeOutput.log". wojtasjd@KDE:~/latte-dock$ wojtasjd@KDE:~/latte-dock$ sh install.sh install.sh: 12: [: unexpected operator install.sh: 12: [: unexpected operator install.sh: 16: [: -a: unexpected operator mkdir: nie można utworzyć katalogu „build”: Plik istnieje wojtasjd@KDE:~/latte-dock$ wojtasjd@KDE:~/latte-dock$ which sh /bin/sh wojtasjd@KDE:~/latte-dock$ file /bin/sh /bin/sh: symbolic link to dash wojtasjd@KDE:~/latte-dock$ file /bin/dash /bin/dash: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=a783260e3a5fe0afdae77417eea7fbf8d645219e, stripped wojtasjd@KDE:~/latte-dock$ ./install.sh -- Could NOT find KF5SysGuard (missing: KF5SysGuard_DIR) -- Could NOT find KF5SysGuard: found neither KF5SysGuardConfig.cmake nor kf5sysguard-config.cmake CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find KF5 (missing: SysGuard) Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args) CMakeLists.txt:22 (find_package) -- Configuring incomplete, errors occurred! See also "/home/wojtasjd/latte-dock/build/CMakeFiles/CMakeOutput.log". wojtasjd@KDE:~/latte-dock$ -------------------------------------------------------------------- So I propose updating build instruction to also add this dependencies: libkf5sysguard-dev , pkg-config Executing "sh install.sh" throw some errors but simply "./install.sh" works fine. Beside "pkg-config" there was some other "Could NOT find" messages - I've attached file with build output. -- You are receiving this mail because: You are watching all bug changes.