Comment 0 for bug 357468

Revision history for this message
Michael B. Trausch (mtrausch) wrote : AllTray 0.7.xdev does not dock certain applications

AllTray fails to dock applications which are started with a wrapper shell script, such as OpenOffice.org and MonoDevelop. This is because the wrapper script is started by AllTray and (naturally) has a different process ID than the target windows to dock. AllTray needs some way of accurately detecting target applications. It is likely that the shell script's process ID will be the parent process ID of the actual program in most (if not all) of these cases, so that needs to be looked into.