1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-09-29 00:42:45 +02:00
Nextcloud-Desktop/shell_integration/dolphin
whitequark 6dd5876b8a
Dolphin plugin: fall back if $XDG_RUNTIME_DIR is empty
As per XDG Base Directories specification:
> If $XDG_RUNTIME_DIR is not set applications should fall back
> to a replacement directory [...]

In practice, the ownCloud client has the fallback, but the plugin
helper does not, and if $XDG_RUNTIME_DIR is not set, the plugin
mysteriously does not work.
2018-05-16 20:05:46 +02:00
..
CMakeLists.txt KDE_INSTALL_USE_QT_SYS_PATHS turned on so that the plugin is installed to the correct directory on Xenial too 2018-02-08 17:18:18 +01:00
ownclouddolphinactionplugin.cpp SocketApi: add a way to disable menu entries 2018-01-23 14:02:56 +01:00
ownclouddolphinactionplugin.desktop.in Extend OEM configurability to dolphin desktop file. 2016-11-29 18:36:26 +01:00
ownclouddolphinoverlayplugin.cpp Symlink Support for Dolphin Plugins (#5428) 2017-01-05 13:24:22 +01:00
ownclouddolphinoverlayplugin.json Dolphin Shell Extension: renamove the kf5 in the name 2015-10-19 15:43:42 +02:00
ownclouddolphinpluginhelper.cpp Dolphin plugin: fall back if $XDG_RUNTIME_DIR is empty 2018-05-16 20:05:46 +02:00
ownclouddolphinpluginhelper.h SocketAPI: Make it easier to add or remove item in the action menu 2018-01-23 14:02:56 +01:00
README Dolphin Shell Extension: renamove the kf5 in the name 2015-10-19 15:43:42 +02:00

- 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)