User loginSearch |
Transparent Text with EagleThe setup: The Problem: The problem is the compiz x-effects. Eagle version 4 and lower doesn't like them, and I don't want to upgrade to version 5 yet and break all my custom libraries. The Solution: Make a shell script, which I called eagle-fix Give the script execute permissions and move it to /usr/bin (right next to the eagle binary), and you have your workaround. By exporting the SKIP_ARGB tag as shown, it forces compiz to not try it's tricks anymore. This export is done inside it's own shell (invoked when you run the script), so it doesn't affect any commands run outside this script file. Now you can call eagle-fix from the command line, but sometimes using that pretty Gnome menu is helpful, too. Eagle installs itself under the Applications >> Programming menu, so let's right-click on Applications to fix it. Select 'Edit Menus.' Find the Eagle entry, and right-click to open it's properties window. Change the command to "eagle-fix" and it will run the workaround. Tada! Eagle is useful again.
|