Custom Query (230 matches)
Results (178 - 180 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#54 | duplicate | start session dialog to allow us to switch to jpeg compression for xpra | ||
Description |
the code itself is pretty easy, what is difficult is keeping the interface clean between the dialog, the client and the server... Maybe define a list of options for each session type? Is this too generic for the sake of it? |
|||
#56 | duplicate | need a reliable way to detect the screensaver / idle session | ||
Description |
This used to be done with python-xlib code in window_util but was removed as it caused segfaults. r1450 All the other approaches I have tried did not work as advertised (root window property, etc..) There must be something in dbus that would do the job, but I can't find it documented anywhere. |
|||
#57 | fixed | Save host key to file 'None' | ||
Description |
2010/08/01 06:17:22 ServerConnection.save_host_key(ServerConfig(DesktopOnline)) to file 'None' Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/shifter/ui/ui_util.py", line 326, in <lambda> dialog.connect('response', lambda x,y: self.ask_response_callback(x,y,cancel_callback, ok_callback)) File "/usr/local/lib/python2.6/dist-packages/shifter/ui/ui_util.py", line 333, in ask_response_callback ok_callback() File "/usr/local/lib/python2.6/dist-packages/shifter/client/server_connection.py", line 391, in trust_server self.save_host_key(self.server_link.server) File "/usr/local/lib/python2.6/dist-packages/shifter/client/server_connection.py", line 409, in save_host_key save_binary_file(filename, data) File "/usr/local/lib/python2.6/dist-packages/shifter/util/file_io.py", line 263, in save_binary_file assert filename AssertionError |
Note: See TracQuery
for help on using queries.