I have found a bug in (5) XFCE-4 components. The bug relates to libwnck and directly involves these packages: xfce4-panel-4.10.0 xfce4-power-manager-1.2.0 xfce4-session-4.10.0 xfdesktop-4.10.0 xfwm4-4.10.0 How or where can I report a bug in these (5) packages without having to duplicate the same bug in all of the packages on bugzilla? Background on my bug: XFCE: version 4.10.0 Libwnck: version 3.2.1 OS: Debian amd64 Description: After installing libwnck-3.2.1 using ./configure && make && sudo make install successfully, all the above XFCE-4 packages claim not to find libwnck. A sudo find /usr -name libwnck finds /usr/local/include/libwnck-3.0/libwnck. Please update the code in xfce4 to search this default folder for the newest libwnck version. Error: ./configure && make ... checking for libwnck-1.0 >= 2.22... not found *** The required package libwnck-1.0 was not found on your system. *** Please install libwnck-1.0 (atleast version 2.22) or adjust *** the PKG_CONFIG_PATH environment variable if you *** installed the package in a nonstandard prefix so that *** pkg-config is able to find it. Thanks in advance.
Xfce depends on libwnck2. libwnck3 is the gtk3 linked version.
Where can I download libwnck2's source code?
Use the 2.30.x release
I do understand I need to obtain libwnck2 version 2.30.x. My original question was where can I obtain or download the sourcecode for libwnck2 version 2.30.x?