-
../libwnck/libwnck.h:41:10: fatal error: libwnck/wnck-enum-types.h: No such file or directory
41 | #include
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Upon trying to install this plugin, I'm getting the following
```
*** The required package libwnck-3.0 was not found on your system.
*** Please install libwnck-3.0 (atleast version 3.0) or adjust…
-
The Requirements section of the devhelp plugin page under http://plugins.geany.org lists the following items:
- GTK >= 2.16
- libwebkitgtk >= 1.1.18
- libdevhelp 1.0 >= 2.30.1 or libdevhelp 2.0 >= …
-
Hi @mate-desktop/core-team
This is an issue to track this patch: https://gitlab.gnome.org/GNOME/libwnck/merge_requests/10
It replaces GdkPixbuf manipulation with the cairo_surface equivalents i…
-
Tested this on ArchLinux with kde Plasma 5.27.6, wayland session.
OCRDesktop does not work under Wayland.
Steps to reproduce:
1. log in to a Wayland session.
2. open a terminal and try the com…
-
Deploy python-xlib cùng với ibus-bogo có một số vấn đề (#180). Còn `libwnck` thì không hoạt động với trình quản lý cửa sổ `i3` mà việc detect tên của ứng dụng đang focus có thể thực hiện bởi XLib.
Bâ…
-
#### Expected behaviour
When windows are grouped by application, the window titles is expected to be preserved.
#### Actual behaviour
The titles with underscore is removed.
![image](https://gi…
-
#### Expected behaviour
#### Actual behaviour
* `"Window List" has quite unexpectedly` and `"Show Desktop" has quite unexpectedly` occurs at the same time (just no screenshot borders below)
!…
-
Currently clipster fails on wayland (wm: sway). The stacktrace reports that libwnck is "designed to work under X11 only".
I fear this is going to be difficult to fix. If I understand correctly, way…
ghost updated
2 years ago
-
We have blinking a window till it will not detect by libwnck (detecting of windows is appeared each 1 or 0.5 sec)
We can avoid usage of libwnck and use X11 native event.
E.g. Usage such code. In this…