Announcement

Collapse
No announcement yet.

kgpg actions - encrypt - decrypt file in dolphin

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kgpg actions - encrypt - decrypt file in dolphin

    Hello:

    I've been using for two years 14.04 trusty tahr and everything worked perfectly, but few days ago I have installed (clean installation, not update) Xenial Xerus and some things are not working fine, for example, scripts in autostart, as conky, do not work. But for me is more important than I can not use Kgpg with Dolphin. The actions mouse right click - actions - encrypt or decrypt do not show in the pop up menu.


    Code:
    dpkg -l | egrep 'gpg|gnupg|pinentry'
    
    ii  gnupg                                                       1.4.20-1ubuntu3                            amd64        GNU privacy guard - a free PGP replacement
    ii  gnupg-agent                                                 2.1.11-6ubuntu2                            amd64        GNU privacy guard - cryptographic agent
    ii  gnupg2                                                      2.1.11-6ubuntu2                            amd64        GNU privacy guard - a free PGP replacement (new v2.x)
    ii  gpgsm                                                       2.1.11-6ubuntu2                            amd64        GNU privacy guard - S/MIME version
    ii  gpgv                                                        1.4.20-1ubuntu3                            amd64        GNU privacy guard - signature verification tool
    ii  kgpg                                                        4:15.12.3-0ubuntu1                         amd64        graphical front end for GNU Privacy Guard
    ii  libgpg-error0:amd64                                         1.21-2ubuntu1                              amd64        library for common error values and messages in GnuPG components
    ii  libgpgme11:amd64                                            1.6.0-1                                    amd64        GPGME - GnuPG Made Easy (library)
    ii  libkf5gpgmepp-pthread5:amd64                                15.12.3-0ubuntu1                           amd64        c++ wrapper library for gpgme
    ii  libkf5gpgmepp5:amd64                                        15.12.3-0ubuntu1                           amd64        c++ wrapper library for gpgme
    ii  libkf5qgpgme5                                               15.12.3-0ubuntu1                           amd64        library for GpgME++ integration with Qt
    ii  pinentry-gnome3                                             0.9.7-3                                    amd64        GNOME 3 PIN or pass-phrase entry dialog for GnuPG
    ii  pinentry-qt                                                 0.9.7-3                                    amd64        Qt-based PIN or pass-phrase entry dialog for GnuPG


    Any help would be really appreciate, and sorry for my english.

    Thanks in advance.
    Last edited by Hendrixx; May 01, 2016, 02:13 PM.

    #2
    KGPG vs Kleopatra & KDE4 vs KF5

    KDE4 vs KF5

    Earlier: https://www.kubuntuforums.net/showth...l=1#post367207

    KDE4 Service menus are at:

    ~/.kde/share/kde4/services/ServiceMenus/
    and
    /usr/share/kde4/services/ServiceMenus/


    The new KF5 service menus are at:

    ~/.local/share/kservices5/ServiceMenus/
    and
    /usr/share/kservices5/ServiceMenus/


    The KPGP is a KDE4 application and it is installing the service menus to the : http://packages.ubuntu.com/xenial/amd64/kgpg/filelist
    ..
    /usr/share/kde4/services/ServiceMenus/encryptfile.desktop
    /usr/share/kde4/services/ServiceMenus/encryptfolder.desktop
    /usr/share/kde4/services/ServiceMenus/viewdecrypted.desktop
    ...
    The Dolphin has been ported to the Qt5/KF5 so it is looking service menus from

    ~/.local/share/kservices5/ServiceMenus/
    and
    /usr/share/kservices5/ServiceMenus/

    Copy/link the KPGP service menu desktop files to the right place.


    KGPG vs Kleopatra: https://marc.info/?l=kde-release-tea...4613610734&w=2
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      I realize that quite a few things have changed since KDE4...

      Thank you very much for your info Rog131

      Comment

      Working...
      X