Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#61 wontfix reverse mDNS leaks data... Antoine Martin Antoine Martin
Description

It reports the full list of interfaces it listens on - this can be useful, but we should add an option to report only the host:port that is relevant for the mDNS interface we publish on.

#65 wontfix the newer GTK builds for win32 do not support ICO format - workaround it Antoine Martin Antoine Martin
Description

Added a test for it so we dont flood the logs (r1523)

GError: This build of gdk-pixbuf does not support saving the image format: ico

But we should either save it in png format (and hope the user's version of windows supports that or at least fails gracefully) or find a library that will convert it to ico (not found so far - only reading is supported, see PIL, etc)

Maybe pywin32 can give us access to something in windows API that will do the job, this is not too far off (it's only reading though).

Found Icon.Save in .NET

this example writes it out straight to file. Newer versions of windows support icons as PNGs, we should at least do that when saving .ICO fails.

#69 wontfix always show system tray icon on windows Antoine Martin Antoine Martin
Description

Our app avoids placing an icon in the task bar (window.SKIP_TASKBAR), so windows should get out of the way and let us live in the tray (aka notification area). But no, nanny-microsoft decides they know best, so we would need some code to go and hack the registry (yuk), something like what is mentioned in this thread.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.