luzfcb / tintwizard

Automatically exported from code.google.com/p/tintwizard
2 stars 0 forks source link

Tintwizard cant find tint. (tint2 is installed and config file is in .config/tint/) #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install tint2 and download tint-wizard
2. execute tintwizard.py

What is the expected output? What do you see instead?
A window pops up:
"Tint2 could not be found. Are you sure it is installed?"

What version of the product are you using? On what operating system?
tintwizard 0.2.9 (27th September 2009)
tint2 0.6.0-1
Ubuntu 9.10

Please provide any additional information below.
tint2 works fine just tintwizard doesn't work at all. Maybe it cant find
the config-file? But the file is definitely here: 
/home/user/.config/tint/tintrc

Original issue reported on code.google.com by joachimg...@gmail.com on 8 Nov 2009 at 12:47

GoogleCodeExporter commented 9 years ago
Thanks, I'll try and take a look at this soon.

Original comment by eua...@gmail.com on 9 Nov 2009 at 8:03

GoogleCodeExporter commented 9 years ago
the problem seems to be that tintwizard is looking for the config file in the
directory /home/user/.config/tint2/, while (at least in ubuntu 9.10) the right
location is /home/user/.config/tint/.
So in lines 206-207 and 214-215 "/.config/tint2" must be changed into
"/.config/tint", and in line 225 'which tint2' must be changed into 'which 
tint'.
hope that helps. cheers

Original comment by iacopo.g...@gmail.com on 5 Dec 2009 at 1:19