All Projects → manateelazycat → deepin-editor

manateelazycat / deepin-editor

Licence: GPL-3.0, GPL-3.0 licenses found Licenses found GPL-3.0 LICENSE GPL-3.0 COPYING
Simple note application for deepin

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
python
139335 projects - #7 most used programming language

Deepin Editor

Deepin Editor: simple editor for deepin.

Dependencies

Installation

  • Build auto save daemon
sudo cp com.deepin.editor.policy /usr/share/polkit-1/actions
sudo cp com.deepin.editor.conf /usr/share/dbus-1/system.d/
sudo cp com.deepin.editor.daemon.service /usr/share/dbus-1/system-services

cd ./daemon
mkdir build
cd build
qmake ..
make
sudo ./deepin-editor-daemon
  • Build editor
cd ./editor
mkdir build
cd build
qmake ..
make
./deepin-editor 

Usage

Config file

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Editor is licensed under GPLv3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].