1
0
Fork
You've already forked commodoreos-windows-applet
0
A MATE panel applet that provides a "Windows" menu to switch between open windows, specifically designed for CommodoreOS Vision.
  • C 89.3%
  • Makefile 10.7%
2025年09月15日 18:06:40 +02:00
debian First import 2025年08月19日 23:09:45 +02:00
action-menu.c Workspace separators 2025年09月11日 22:48:58 +02:00
action-menu.h Workspace separators 2025年09月11日 22:48:58 +02:00
commodoreos-windows-applet.mate-panel-applet.in First import 2025年08月19日 23:09:45 +02:00
LICENSE Include GPL2 full text 2025年08月20日 00:35:35 +02:00
Makefile Version 3.0 2025年09月15日 18:06:40 +02:00
README.md Update README 2025年08月19日 23:18:27 +02:00
window-menu.c Workspace separators 2025年09月11日 22:48:58 +02:00
window-menu.h First import 2025年08月19日 23:09:45 +02:00

CommodoreOS Window Selector Applet

A MATE panel applet that provides a "Windows" menu to switch between open windows, specifically designed for CommodoreOS Vision.

Features

  • Text button labeled "Windows" in the panel
  • Menu shows app icons and titles
  • Click to focus the selected window

Build

Dependencies (Debian/MX):

  • libgtk-3-dev
  • libwnck-3-dev
  • libmate-panel-applet-dev
  • build-essential, pkg-config

Build and install:

make
sudo make install

Add to panel: right‐click panel → Add to Panel → "CommodoreOS Windows Menu".

Uninstall

sudo make uninstall

Make a .deb

make deb
ls dist/*.deb

The simple make deb generates a minimal .deb in dist/.

License

GPL-2.0-only. See LICENSE.

Authors