https://github.com/zaps166/xfce4-mate-applet-loader-plugin
Load MATE applets into Xfce4 panel
https://github.com/zaps166/xfce4-mate-applet-loader-plugin
Last synced: about 1 month ago
JSON representation
Load MATE applets into Xfce4 panel
- Host: GitHub
- URL: https://github.com/zaps166/xfce4-mate-applet-loader-plugin
- Owner: zaps166
- License: mit
- Created: 2022-07-10T18:37:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T22:54:14.000Z (over 1 year ago)
- Last Synced: 2025-02-14T23:27:56.808Z (over 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xfce4 MATE applet loader
## Description
This Xfce panel plugin can load MATE panel applets.
### Known issues
- if auto hide is enabled, panel might not hide after closing of MATE's context menu
- if auto hide is enabled, panel will auto hide if callendar window is visible
- removing applet after crash from dialog window will not remove settings
- window list applet doesn't display the handler and it's too wide
## Installation (Linux)
```sh
git clone https://github.com/zaps166/xfce4-mate-applet-loader-plugin.git
cd xfce4-mate-applet-loader
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install/strip
```
---
It's available in [AUR](https://aur.archlinux.org/packages/xfce4-mate-applet-loader-plugin-git)