The tintwizard application should be run when the properties button is clicked in the tint2conf application. The program cannot be run however as tint2conf looks for /usr/bin/tintwizard.py which has been renamed to /usr/bin/tintwizard in the tintwizard ebuild. Reproducible: Always Steps to Reproduce: 1. Execute tint2.conf 2. Select a theme 3. Click the properties button. Actual Results: The following error occurs: cmd python /usr/bin/tintwizard.py '/home/nick/.config/tint2/default.tint2rc' & /usr/bin/python2.6: can't open file '/usr/bin/tintwizard.py': [Errno 2] No such file or directory Expected Results: The tintwizard application should be run.
Created attachment 237073 [details, diff] Patches x11-misc/tint2-0.11 to correct path for tintwizard installed in gentoo. This patch will fix the filename for tint2-0.11 and should be patched only if USE=tint2conf. An alternative would be to install a symlink with x11-misc/tintwizard: ln -s /usr/bin/tintwizard{,.py}
Fixed in x11-misc/tintwizard-0.3.4-r1. A symlink has been added.