lfxSpeed
lfxSpeed copied to clipboard
A light, fast plug-in to show internet speed on Deepin V20.x | 一个 DDE Dock 的监测网速的插件
lfxSpeed
English | 简体中文 | 繁體中文
A lightweight and fast Internet speed plugin. (Recommended refactored version: NetSpeed )
上架 App Store
Contents.
- background
- Compile
- Uninstall
- Author
- Other
- License
Background
I think DDE environment desktop is beautiful, Deepin lover, and also one of the developers, see used to have a taskbar net speed plugin on other systems, but not on this Deepin v20 / UOS v20, so I have this project. This works on DDE desktop environment for Linux distributions such as Deepin / UOS.
Compile
Using the cmake build, after entering the source directory, execute the following.
mkdir build && cd build
cmake ..
make -j16
sudo make install
Or just use IDE to click the build button (not the run button) and copy the shared libraries manually: sudo cp liblfxSpeed.so /usr/lib/dde-dock/plugins.
Note: If it doesn't take effect, you can execute killall dde-dock to restart the taskbar and it will take effect
Development Documentation: ifmet.cn or link
Uninstall
Execute the following in any path.
sudo rm -rf /usr/lib/dde-dock/plugins/liblfxSpeed.so
Author
Other
This project is no longer maintained; but based on its ideas and new implementation goals, the source code will be redesigned to achieve a more powerful network speed plug-in, will also provide the corresponding library to facilitate the secondary development of later, the new project in NetSpeed, Wuhu ~
License
This project is distributed and used based on the MIT protocol. For more information, see LICENSE .