Comment 11 for bug 1156337

Revision history for this message
J Phani Mahesh (phanimahesh) wrote : Re: [Bug 1156337] Re: v0.0.4-0 Won't start in 13.04

Thanks for the debug log. It helped.

Can you
 - download the latest snapshot from
https://github.com/phanimahesh/unity-tweak-tool/archive/rewrite.zip
 - Extract it somewhere, eg : ~/unity-tweak-tool (~ is your Home
directory)
 - open a terminal, and run the following commands
     cd ~/unity-tweak-tool
     python3 develtest.py

If it gives a permission error, run
     chmod +x develtest.py
     chmod +x unity-tweak-tool
and then
     python3 develtest.py

It opens Unity-Tweak-Tool running the snapshot you just downloaded. I
am positively sure that the bug is fixed in my last commit. Please
confirm.

(Ignore if certain icons on the overview tab appear missing. That can
happen if you run the development version without installing utt, and
is not a bug. )