Package Details: insync-dolphin 1:r29.de53666-1

Git Clone URL: https://aur.archlinux.org/insync-dolphin.git (read-only, click to copy)
Package Base: insync-dolphin
Description: Insync context menus and overlay icons for Dolphin - Plasma 6
Upstream URL: https://github.com/felagund/dolphin-insync-plugin-plasma-6
Licenses: GPL-2.0-only
Submitter: yuntan_t
Maintainer: Xavier
Last Packager: Xavier
Votes: 17
Popularity: 0.001260
First Submitted: 2015-08-22 17:10 (UTC)
Last Updated: 2026-03-06 22:15 (UTC)

Pinned Comments

Xavier commented on 2021-12-16 18:22 (UTC) (edited on 2022-11-07 17:59 (UTC) by Xavier)

The version of this package is generally mismatched with respect to the official Insync package, please check the version on the website specific for Dolphin before flagging it as out of sync.

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

gerson commented on 2025-04-23 02:11 (UTC)

I'm trying to make it work as well. No success yet, but I'll post here how far I've got. First, I had to install the package extra-cmake-modules, maybe this should be build dependency.

Then I had to modify CMakeLists.txt to add /usr/share/ECM/find-modules to CMAKE_MODULE_PATH, but to make it work I had to move the Set up CMake module path to run before the find_package calls:

# ...

# fix for KF6
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "/usr/share/ECM/find-modules")

# Find required packages
find_package(Qt6 CONFIG REQUIRED COMPONENTS Core Network Widgets)
find_package(ECM REQUIRED NO_MODULE)
find_package(KF6Config REQUIRED)
find_package(KF6CoreAddons REQUIRED)
find_package(KF6KIO REQUIRED)
find_package(KF6 REQUIRED COMPONENTS WidgetsAddons)

# Set up CMake module path
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

# ...

Now I see the (happy) message The following REQUIRED packages have been found... but now I see new erros:

A missing package:

-- The following OPTIONAL packages have not been found:

 * Qt6QmlCompilerPlusPrivateTools (required version >= 6.9.0)

And lack of destination:

CMake Error at CMakeLists.txt:73 (install):
  install FILES given no DESTINATION!


CMake Error at CMakeLists.txt:74 (install):
  install TARGETS given no LIBRARY DESTINATION for module target
  "fileitemactioninsyncplugin".

The install lines seem fine, but the env vars are probably not loading properly.

install(FILES ${INSYNC_ACTION_PLUGIN}.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install(TARGETS ${INSYNC_ACTION_PLUGIN} DESTINATION ${PLUGIN_INSTALL_DIR})

Xavier commented on 2025-04-17 14:53 (UTC)

I tried but it is not working :/ it needs to some adjustments in the CMakeLists.txt, do you have the fixes?

guiodic commented on 2025-04-17 14:13 (UTC)

Can you try and eventually switch to https://github.com/kevinbburns/dolphin-insync-plugin-plasma-6 ? it seems work on Plasma 6

gerson commented on 2025-02-05 17:58 (UTC)

I'm aware and I didn't manage to make it work as well. Is there anyone from the actual InSync team following these issues? Maybe I'll write to them suggesting they could take a look.

Xavier commented on 2025-02-03 20:25 (UTC)

Hi @gerson, he mentioned that he ported to Qt6 here: https://github.com/kevinbburns/dolphin-insync-plugin-plasma-6 but I couldn't build it successfully, try it and let me know

gerson commented on 2025-02-03 15:01 (UTC)

Is there any hope for a port to Plasma 6? Is anyone where using some workaround?

Xavier commented on 2024-07-25 18:02 (UTC) (edited on 2024-07-25 18:03 (UTC) by Xavier)

@raffaem, it doesn't work with Plasma 6 at the moment, they released the source code but they haven't migrated to Plasma 6 yet https://github.com/insynchq/dolphin-insync-plugin/issues/4

<deleted-account> commented on 2024-07-25 12:26 (UTC)

I don't see any new menu items in Dolphin after installing this.

Am I supposed to do something or is this supposed to work out of the box?

Xavier commented on 2022-12-08 23:50 (UTC)

Hi @vfbsilva, thanks for mentioning it, on ArchLinux works perfectly (at least for me) maybe your issue is related either to insync or kde (dolphin) version, if you receive any feedback about the packaging please let me know. Remember that this package is not essential for the functionality of Insync, this only put the options in the menu-files in Dolphin.

vfbsilva commented on 2022-12-08 20:29 (UTC)

There seems to be some issue with the package that breaks dolphin in archbased systems, it has been reported on the forum: https://forums.insynchq.com/t/insynch-crashing-dolphin/18686/19