Skip to content

elementaryOS 或 Ubuntu 上的 Web 版微信应用。

Notifications You must be signed in to change notification settings

CG542/web-weixin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web 版微信应用

elementaryOS 或 Ubuntu 上的 Web 版微信应用。

功能

  • 完整的 Web 微信功能
  • 独立的窗口扫码界面
  • 支持 AppIndication 并有蓝点提示消息功能。
  • 支持 libnotify 消息提醒。

截图

libnotify 提醒

安装

添加 PPA 并安装:

sudo add-apt-repository ppa:simpleyyt/ppa
sudo apt-get update
sudo apt-get install web-weixin

依赖

  • gobject-2.0
  • glib-2.0
  • gio-2.0
  • gtk+-3.0>=3.12
  • webkit2gtk-4.0
  • appindicator3-0.1

编译

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

Bugs

  • 有时候需要退2次才能退出程序。

About

elementaryOS 或 Ubuntu 上的 Web 版微信应用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 61.1%
  • Makefile 23.6%
  • Vala 15.3%