bug introduced with latest patch for memory leaks When a widget is not constant but changed during operation it mustn't be "manged" automatically by gtk.
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
RT_BINDIR=`dirname "$0"`
|
|
export LD_LIBRARY_PATH=${RT_BINDIR}
|
|
cd "${RT_BINDIR}" && ./rt "$@"
|