D20229: Re-implement Meta-E global launch shortcut using KGlobalAccel

Andreas Sturmlechner noreply at phabricator.kde.org
Wed May 1 19:59:07 BST 2019


asturmlechner added inline comments.

INLINE COMMENTS

> CMakeLists.txt:391
> +install(
> +    CODE "execute_process(COMMAND \"${CMAKE_COMMAND}\" -E create_symlink ${KDE_INSTALL_FULL_APPDIR}/org.kde.dolphin.desktop ${KDE_INSTALL_FULL_DATAROOTDIR}/kglobalaccel/org.kde.dolphin.desktop)"
> +)

Is there a way to do this that does not break a sandboxed (as in: packaging) build? It will also break Windows builds if anyone is doing those.

   * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
   * LOG FILE: "/var/log/sandbox/sandbox-7242.log"
   * 
  VERSION 1.0
  FORMAT: F - Function called
  FORMAT: S - Access Status
  FORMAT: P - Path as passed to function
  FORMAT: A - Absolute Path (not canonical)
  FORMAT: R - Canonical Path
  FORMAT: C - Command Line
  
  F: symlink
  S: deny
  P: /usr/share/kglobalaccel/org.kde.dolphin.desktop
  A: /usr/share/kglobalaccel/org.kde.dolphin.desktop
  R: /usr/share/kglobalaccel/org.kde.dolphin.desktop
  C: /usr/bin/cmake -E create_symlink /usr/share/applications/org.kde.dolphin.desktop /usr/share/kglobalaccel/org.kde.dolphin.desktop 
   * --------------------------------------------------------------------------------

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D20229

To: ngraham, #dolphin, elvisangelaccio, davidedmundson
Cc: asturmlechner, kfm-devel, alexde, feverfew, meven, spoorun, navarromorales, firef, andrebarros, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190501/f69a78a4/attachment.htm>


More information about the kfm-devel mailing list