Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (202 - 204 of 230)

Ticket Resolution Summary Owner Reporter
#216 fixed wheezy package issues Antoine Martin remche
Description

hi, I tried winswitch on a wheezy install, I had to :

  • install manually python-appindicatore
  • changing tray_icon_name for winswitch_indicator, as winswitch_applet file does not exist, and is not in ALL_BUILTIN (ui/icons.py).

Thx for your work, cheers, rémi

#79 fixed windows 7 moans on pywin32 - makes systray not positioned correctly Antoine Martin Antoine Martin
Description
Traceback (most recent call last):
File "applet.py", line 873, in get_win32_tray_position
File "applet.py", line 880, in do_get_win32_tray_position
File "shifter\ui\window_util.pyc", line 153, in get_shell_tray_window
File "shifter\ui\window_util.pyc", line 129, in get_impl
Exception: All window manager utility classes failed to load!

ImportError: DLL load failed: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
#67 fixed windows vista uac issues Antoine Martin Antoine Martin
Description

At then end of the installation on win6.1: Create process failed; code 740 This is probably InnoSetup trying to launch the application it has just installed. The "details" on this error are totally unhelpful. According to the InnoSetup documentation, runasoriginaluser is the default when using postinstall. Why you can install software but not run it is beyond me...


When starting the software, it asks every time Do you want to allow the following program from an unknown publisher to make changes to this computer. Maybe this is the logfile we are trying to open? (it obviously does not tell you anything remotely helpful to diagnose) We do not want administrator privileges! Just the ability to write to our own configuration/data files! The information I found uses app manifests to gain full administrator privileges... (typical microsoft sledge hammer defeating security) Or maybe it doesn't run asInvoker unless you tell it to? Not according to this http://stackoverflow.com/questions/195109/running-compiled-python-py2exe-as-administrator-in-vista


The download link for mDNS "Download from apple.com" should popup a browser, but instead you get: The application was unable to start correctly (0xc00000a5). Click OK to close the application. This one may be resolved with the manifest above...

Note: See TracQuery for help on using queries.