Custom Query (230 matches)
Results (22 - 24 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#164 | duplicate | Dropdown/popups don't honor the screensize | ||
Description |
Popups from applications will not honor the screen size. Therefore if you have something popup that extends to the sides or extends down will not be accessible. The same issue happens if you have a dropdown it extends out to the side and out of the screen. I've attached a screenshot to show this. |
|||
#225 | duplicate | winswitch_server doesn't work on Ubuntu 12.10 | ||
Description |
Hi there again! I am running Ubuntu 12.10 and it seems it doesn't work as a server, client works well. Here is the error that the winswitch_server prints: [code][EE] 2012/14/11 20:23:16.011215 WinSwitchServer.ready() [ee] 2012/14/11 20:23:16.011909 Traceback (most recent call last): [ee] 2012/14/11 20:23:16.011967 File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 316, in ready [ee] 2012/14/11 20:23:16.012006 self.assign_virt_utils() [ee] 2012/14/11 20:23:16.012033 File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 405, in assign_virt_utils [ee] 2012/14/11 20:23:16.012056 from winswitch.virt.vnc_server_util import VNCServerUtil [ee] 2012/14/11 20:23:16.012078 File "/usr/lib/python2.7/dist-packages/winswitch/virt/vnc_server_util.py", line 16, in <module> [ee] 2012/14/11 20:23:16.012099 from winswitch.virt.server_util_base import ServerUtilBase [ee] 2012/14/11 20:23:16.012120 File "/usr/lib/python2.7/dist-packages/winswitch/virt/server_util_base.py", line 40, in <module> [ee] 2012/14/11 20:23:16.012141 from winswitch.util.xkbmap_util import set_keymap [ee] 2012/14/11 20:23:16.012161 File "/usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py", line 173 [ee] 2012/14/11 20:23:16.012183 SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py on line 173, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details [/code] Please tell me what I can do to track down the problem |
|||
#227 | duplicate | no encoding declared in winswitch/util/xkbmap_util.py | ||
Description |
in a recent package for ubuntu 12.10 [ee] 2012/10/12 11:21:14.363124 Traceback (most recent call last): [ee] 2012/10/12 11:21:14.363149 File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 316, in ready [ee] 2012/10/12 11:21:14.363166 self.assign_virt_utils() [ee] 2012/10/12 11:21:14.363181 File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 405, in assign_virt_utils [ee] 2012/10/12 11:21:14.363209 from winswitch.virt.vnc_server_util import VNCServerUtil [ee] 2012/10/12 11:21:14.363225 File "/usr/lib/python2.7/dist-packages/winswitch/virt/vnc_server_util.py", line 16, in <module> [ee] 2012/10/12 11:21:14.363240 from winswitch.virt.server_util_base import ServerUtilBase [ee] 2012/10/12 11:21:14.363255 File "/usr/lib/python2.7/dist-packages/winswitch/virt/server_util_base.py", line 40, in <module> [ee] 2012/10/12 11:21:14.363270 from winswitch.util.xkbmap_util import set_keymap [ee] 2012/10/12 11:21:14.363286 File "/usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py", line 173 [ee] 2012/10/12 11:21:14.363312 SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py on line 173, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details |
Note: See TracQuery
for help on using queries.