Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 230)

Ticket Resolution Summary Owner Reporter
#23 fixed remove unused files on session end Antoine Martin Antoine Martin
Description

When a session terminates, we should clean up a few things:

  • pid file (on client)
  • password file (both) - can also remove this one when the client is no longer actor
  • icon file (both)
  • session file - eventually? (both)
  • ...
#29 fixed register our mDNS service types: _shifter._tcp. and _shifter_reversed_mdns._tcp. Antoine Martin Antoine Martin
Description

Need to find out who is in charge of:

/usr/lib/avahi/service-types.db
#136 fixed reduce imports required for basic functions - speedup and will reduce logging Antoine Martin Antoine Martin
Description

Some commands barely use any features, yet they need to import tons of stuff. This makes them slow to start and produces lots of unnecessary debug messages to be printed.

Examples:

  • away/back: should not care about pygtk, icons, etc..
  • "--help" should not need to load pygst (which causes its own warning logging: ** Message: pygobject_register_sinkfunc is deprecated (GstObject))
  • winswitch_open should be fast and nimble
Note: See TracQuery for help on using queries.