mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Get rid of a bunch of such warnings from configuring the Dolphin plugin: CMake Deprecation Warning at /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:345 (message): BIN_INSTALL_DIR is deprecated, use KDE_INSTALL_BINDIR instead. Call Stack (most recent call first): /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:433 (_define_relative) shell_integration/dolphin/CMakeLists.txt:23 (include) Modified from https://github.com/owncloud/client/pull/6922 Original author: Dominik Schmidt <dev@dominik-schmidt.de> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ownclouddolphinactionplugin.cpp | ||
| ownclouddolphinactionplugin.desktop.in | ||
| ownclouddolphinoverlayplugin.cpp | ||
| ownclouddolphinoverlayplugin.json | ||
| ownclouddolphinpluginhelper.cpp | ||
| ownclouddolphinpluginhelper.h | ||
| README | ||
- Recompile and install recent enough version of dolphin and kio (git from oct 2015)
- Build and install the plugin
- Make sure to set XDG_DATA_DIRS=$PREFIX/share, QT_PLUGIN_PATH=$PREFIX/lib64/plugins/
- After installing, run
kdeinit5 --noincremental
- restart dolphin (make sure to kill all instances)