https://github.com/variar/plasma-encfs
https://github.com/variar/plasma-encfs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/variar/plasma-encfs
- Owner: variar
- Created: 2016-08-20T18:48:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T10:19:52.000Z (almost 10 years ago)
- Last Synced: 2025-01-07T23:49:36.457Z (over 1 year ago)
- Language: C++
- Size: 227 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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