You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdedocker/BUGS

30 lines
1.1 KiB

11 years ago
Known issues
------------
1. Error messages are not transmitted from the previous instance of TDEDocker to
the latest instance. So, if you already have TDEDocker running and you start
another instance of TDEDocker saying "tdedocker blah", you wont receive any error
11 years ago
message.
2. Problem with relative paths if new instance of TDEDocker and old instance of
TDEDocker are started from different directories (the current directory
11 years ago
information is not transmitted across instances)
Reporting Bugs
--------------
Bugs and wishes to gramakri at uiuc dot edu. Follow the guidelines below , if
possible and send it to me at gramakri at uiuc dot edu.
* Add the following line in tdedocker.pro (in fact just uncomment it)
11 years ago
DEFINES += ENABLE_TRACING
* Now do a "make clean" and "then make".
* Launch TDEDocker. Recreate the problem.
11 years ago
- Right Click on the tray icon.
- Choose "About TDEDocker"
11 years ago
- You should see a button called "Show Trace". Please note that this button
will appear only when compiled with tracing
- If you send SIGUSR1 to the TDEDocker process, it will dump all the trace to
~/tdedocker.trace. Send that file to me.
11 years ago
May the force be with you.