YinJie 968140e6e2 fix: 无法记住输入法的位置
原因:创建sniTrayWidget的时候使用异步的方式获取sni的id,此时一定是空的,进而无法通过ID获取到正确的位置
解决方案:使用同步的方式获取ID
PS:dbus interface的可用性已经在线程中得到了验证,此时使用同步的方式获取,理论上不会出现阻塞的问题。

Log:
Bug: https://pms.uniontech.com/bug-view-162899.html
Influence: 托盘插件位置
Change-Id: I1283bfa560879cc9202c08e72cc20953c2964e5d
2022-10-19 11:19:42 +08:00
2015-09-28 11:18:42 +08:00
2022-09-28 15:45:17 +08:00
2022-10-13 11:27:50 +08:00
2019-06-13 15:10:25 +08:00
2020-01-08 10:43:28 +08:00
2020-11-10 17:16:09 +08:00
2021-02-23 16:47:45 +08:00
2019-07-05 16:11:01 +08:00
2022-08-11 09:04:55 +08:00
2022-09-09 13:57:57 +08:00
2016-08-05 10:00:14 +08:00

DDE Dock

DDE Dock is the dock of Deepin Desktop Environment.

A tutorial for build dde-dock plugin: plugins-developer-guide

Dependencies

You can also check the "Depends" provided in the debian/control file.

Build dependencies

You can also check the "Build-Depends" provided in the debian/control file.

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd dde-dock
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

dde-dock is licensed under LGPL-3.0-or-later.

Description
Dock application of DDE
Readme 66 MiB
Languages
C++ 97%
CMake 2%
C 0.8%
Shell 0.2%