Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 453772 Details for
Bug 600116
>=net-misc/nextcloud-client-2.2.4 USE=dolphin does not integrate with dolphin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
General OEM theming patch
oem_integration.patch (text/plain), 1.57 KB, created by
Felix Tiede
on 2016-11-19 10:19:36 UTC
(
hide
)
Description:
General OEM theming patch
Filename:
MIME Type:
Creator:
Felix Tiede
Created:
2016-11-19 10:19:36 UTC
Size:
1.57 KB
patch
obsolete
>--- a/client/shell_integration/dolphin/CMakeLists.txt >+++ b/client/shell_integration/dolphin/CMakeLists.txt >@@ -49,5 +49,6 @@ target_link_libraries(${OWNCLOUDDOLPHINOVERLAYPLUGIN} KF5::CoreAddons KF5::KIOCo > set(OWNCLOUDDOLPHINACTIONPLUGIN ${APPLICATION_EXECUTABLE}dolphinactionplugin) > add_library(${OWNCLOUDDOLPHINACTIONPLUGIN} MODULE ownclouddolphinactionplugin.cpp) > target_link_libraries(${OWNCLOUDDOLPHINACTIONPLUGIN} KF5::CoreAddons KF5::KIOCore KF5::KIOWidgets ${OWNCLOUDDOLPHINHELPER}) >-install(FILES ownclouddolphinactionplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} RENAME ${OWNCLOUDDOLPHINACTIONPLUGIN}.desktop) >+configure_file(ownclouddolphinactionplugin.desktop.in ownclouddolphinactionplugin.desktop ESCAPE_QUOTES @ONLY) >+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ownclouddolphinactionplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} RENAME ${OWNCLOUDDOLPHINACTIONPLUGIN}.desktop) > install(TARGETS ${OWNCLOUDDOLPHINACTIONPLUGIN} DESTINATION ${KDE_INSTALL_PLUGINDIR}) >--- a/client/shell_integration/dolphin/ownclouddolphinactionplugin.desktop >+++ /dev/null >@@ -1,6 +0,0 @@ >-[Desktop Entry] >-Type=Service >-Name=OwncloudAction >-ServiceTypes=KFileItemAction/Plugin >-MimeType=application/octet-stream;inode/directory; >-X-KDE-Library=ownclouddolphinactionplugin >--- /dev/null >+++ b/client/shell_integration/dolphin/ownclouddolphinactionplugin.desktop.in >@@ -0,0 +1,6 @@ >+[Desktop Entry] >+Type=Service >+Name=@APPLICATION_NAME@Action >+ServiceTypes=KFileItemAction/Plugin >+MimeType=application/octet-stream;inode/directory; >+X-KDE-Library=@APPLICATION_EXECUTABLE@dolphinactionplugin
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 600116
:
453670
| 453772