Comment 8 for bug 584757

Revision history for this message
Terence Sambo (arubislander) wrote :

Did you run lyricue from the same terminal you ran the command in? I did and it works for me. What I did next was write a short bash script that issues the command and then runs lyricue. I created a desktop launcher for the script and use that instead of the regular menu item. See below for the script

[CODE]
#!/bin/bash
export CLUTTER_DISABLE_MIPMAPPED_TEXT=1
lyricue
[/CODE]

Don't forget to make the script executable.