Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 230)

Ticket Resolution Summary Owner Reporter
#70 fixed replace pyinotify dependency with gio.File.monitor_directory Antoine Martin Antoine Martin
Description

We don't actually care if it's not recursive, so a dependency on gio.File is a lot better than a dependency on Linux specific library/code. A lot more portable!

see gio.File.monitor and this example

#187 fixed replace distro packaging util code with calls to packagekit on Linux Antoine Martin Antoine Martin
Description

This class: distro_packaging_util.py is horrible and buggy (no '-A' option with gksudo on some distros) so replace it with packagekit.

There are dbus bindings: example and decent usage docs

#140 duplicate replace Xvfb with Xvnc or Xdummy when using xpra Antoine Martin Antoine Martin
Description

Xvfb is old and it is missing a number of useful X11 extensions, also the alternatives may offer better keyboard support? The idea of using those as an alternative to Xvfb is not new either, see x11vnc faq-xvfb

Information about dummy driver is scarce, but there is some in XorgTesting

The easiest way (which seems to work ok) is to use Xdummy (GPLv2+)

One of the most important benefits is that these alternatives also support randr so we could envisage resizing the buffer to the size needed by the client currently connected rather than the default huge size we have at the moment.

Note: See TracQuery for help on using queries.