nextcloud-desktop/shell_integration/dolphin
whitequark 9bd30cf003
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-03-24 08:12:25 +00:00
..
CMakeLists.txt
ownclouddolphinactionplugin.cpp SocketApi: add a way to disable menu entries 2018-01-23 14:02:56 +01:00
ownclouddolphinactionplugin.desktop.in
ownclouddolphinoverlayplugin.cpp
ownclouddolphinoverlayplugin.json
ownclouddolphinpluginhelper.cpp Dolphin plugin: fall back if $XDG_RUNTIME_DIR is empty 2018-03-24 08:12:25 +00:00
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)