- Simply control the clipboard in a desktop linux environment (Allow / Disallow)
- Clipboard : Copy and Paste function (Ctrl + c and Ctrl + v)
- Print Messages by the D-Bus method call
- GCC Compiler
- Gtk 2.0 or Gtk 3.0 Library
$ gcc clipboard_control.c -o clipboard_control
pkg-config --libs --cflags gtk+-2.0or $ gcc clipboard_control.c -o clipboard_control `pkg-config --libs --cflags gtk+-3.0
$ ./clipboard_control
$ G_MESSAGES_DEBUG=all ./clipboard_control