An open API service indexing awesome lists of open source software.

https://github.com/variar/plasma-encfs


https://github.com/variar/plasma-encfs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

This is port of KEncFS by Felice Murolo to KDE Frameworks 5 and Qt 5.

Plasma-EncFS is a gui frontend for encfs to simplufy creation, mounting, umounting and deletion of your encrypted filesystem.
Some day it offer not only stanalone programm but also a plasmoid.

Author: Anton Filimonov

/******************************************************************
** PLASMA-ENCFS - (c) 2016 by Anton Filimonov, all rigths reserved
** Author: Anton Filimonov
** eMail: anton.filimonov@gmail.com
**
** GNU Lesser General Public License Usage
** Plasma-EncFS and it's sources may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**/

INSTALL
===========
Open a konsole into source dir and write

$> qmake
$> make
$> sudo make install

Note: the automatic installation is done in the following directories:

/usr/bin/ for Plasma-EncFS itself
/usr/share/doc/plasma-encfs-0.0.1 for this README
/usr/share/plasma-encfs-0.0.1/translations for .qm files of languages
/usr/share/applications/ for plasma-encfs-0.0.1.desktop file

If you want to change some of those path, adjust plasma-encfs.pro file.

Changelog
==============
20 aug 2016 version 0.0.1 - ported to KDE Frameworks 5 and Qt 5

Thanks
==============
Felice Murolo for KEncFS