Scott Bradnick
4262203667
- Update to version 6.0+git20240207.f845c2d5: * remove debug logging * #3938 ignore position hint changes when the client is showing the window * silence KDE specific wm events wrongly sent by wine * oops: don't shadow the 'opengl' string variable * typo: instantiate the context manager * silence another gtk screen dimension warning * '.' in 'gtk+3.0' causes a parsing error * oops, fixup e5aa9529284c0c0a379c6951d5d3fc86525824dd: swap source and dest change - Update to version 6.0+git20240206.e5aa9529: * gst-plugin-scanner needs to find the gstreamer dylibs * '+' in 'gtk+' causes a parsing error * enable write access for buffers we own * bandaid for clipboard data received as a string * simplify * use simplified pypi source URLs * numpy 1.26.4 * show the prefererd www directory in the warning * better OpenGL probe error messages * Ubuntu 22.04 ships an old version of Pillow.. * it seems that we can get a None value here.. * using a dictionary is safer and easier to read * 'dirs' must contain pairs * openh264 2.4.1 * shortcut out earlier * network layer can't encode enums * #4125 trigger backtraces with regular expressions * cosmetic: reformat * #3916 also update 'requested' attributes OBS-URL: https://build.opensuse.org/request/show/1145008 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=131
12 lines
613 B
Plaintext
12 lines
613 B
Plaintext
addFilter("potential-bashisms /usr/bin/xpra_Xdummy");
|
|
#addFilter("python-bytecode-inconsistent-mtime * *");
|
|
addFilter('dbus-policy-allow-receive <allow receive_sender="org.xpra.Server"/> /etc/dbus-1/system.d/xpra.conf');
|
|
addFilter('python-missing-require PyGObject');
|
|
addFilter("python-leftover-require .*-cairo");
|
|
addFilter("python-leftover-require .*-dbus-python");
|
|
addFilter("python-leftover-require .*-gobject");
|
|
#addFilter("python-leftover-require .*-gobject-Gdk");
|
|
addFilter("python-leftover-require .*-gst");
|
|
addFilter("python-leftover-require .*-pycups");
|
|
addFilter("python-leftover-require .*-rencode");
|