Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326357 - tint2conf properties button fails in x11-misc/tint2-0.11
Summary: tint2conf properties button fails in x11-misc/tint2-0.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 19:38 UTC by nick
Modified: 2010-07-02 14:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patches x11-misc/tint2-0.11 to correct path for tintwizard installed in gentoo. (tintwizard-filename.patch,470 bytes, patch)
2010-06-30 19:45 UTC, nick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nick 2010-06-30 19:38:47 UTC
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.
Comment 1 nick 2010-06-30 19:45:13 UTC
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}
Comment 2 Christian Ruppert (idl0r) gentoo-dev 2010-07-02 14:30:11 UTC
Fixed in x11-misc/tintwizard-0.3.4-r1. A symlink has been added.