Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonyitoo/gyah3c
YaH3C with GTK+ Frontend and DBus support
https://github.com/zonyitoo/gyah3c
Last synced: 3 months ago
JSON representation
YaH3C with GTK+ Frontend and DBus support
- Host: GitHub
- URL: https://github.com/zonyitoo/gyah3c
- Owner: zonyitoo
- Created: 2012-10-20T10:04:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-12T16:54:26.000Z (about 12 years ago)
- Last Synced: 2023-04-09T22:19:18.951Z (over 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gYaH3C
一个带GUI界面的YaH3C,带有DBus支持## 测试环境
* Ubuntu12.10 x64
* 中山大学东校区
* Python 2.7.3## 依赖
* python2.7
* python-dbus## 安装
首先应先装好依赖关系包* 可直接从[这里](https://github.com/zonyitoo/gYaH3C/downloads)下载deb包直接安装
```bash
sudo dpkg -i gyah3c_[VERSION]_all.deb
```安装完成后需先启动daemon进程
```bash
sudo service gyah3c-daemon start
```* 从源码安装
因为使用了DBus的SystemBus,所以要向系统注册一下下
```bash
sudo cp com.yah3c.EAPDaemon.conf /etc/dbus-1/system.d/
sudo cp com.yah3c.EAPDaemon.service /usr/share/dbus-1/system-services/
```
执行`install.sh`可自动完成## 使用
如果出现有关dbus的问题,那应该是daemon没有启动
```bash
sudo service gyah3c-daemon restart
```添加用户
```bash
sudo gyah3c-adduser
```
## TODO
* 用户管理模块