Original Post
Problem was that some custom theme crashed my terminal.
I met _wb_ on FOSDEM and he told me how to solve solve this problem.
The theme used Ubuntulooks engine we don't have.
It has to be replaced by some theme engine that's installed on Pandora.
Here's how to do it:
1: Open up
/usr/share/themes/Overglossed/gtk-2.0/gtkrc
2: Change (Line 86)
engine "ubuntulooks"
{
menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
progressbarstyle = 1 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
animation = FALSE
}
to
engine "mist"
{
}
# engine "ubuntulooks"
# {
# menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
# menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
# listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
# progressbarstyle = 1 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
# animation = FALSE
# }
3: Save.
4: Reload theme.
I want to use some black theme.
As the dusk theme causes some problem with some programs I run I wanted to check some other themes.
This one looks nice and is better to work wiith than dusk: http://xfce-look.org/content/show.php/Overglossed?content=74813
Unfortunately I can't launch the default terminal any more witht his theme activatet.
I get:
"Failed to execute default Terminal Emulator.
Input/output error."
How can I fix this?
All I did was this installation guide:
1.Download the file to your desktop
2.Right click the file and select extract here
3.open a terminal and run this command:
sudo cp -r $HOME/Desktop/Overglossed /usr/share/themes
As the dusk theme causes some problem with some programs I run I wanted to check some other themes.
This one looks nice and is better to work wiith than dusk: http://xfce-look.org/content/show.php/Overglossed?content=74813
Unfortunately I can't launch the default terminal any more witht his theme activatet.
I get:
"Failed to execute default Terminal Emulator.
Input/output error."
How can I fix this?
All I did was this installation guide:
1.Download the file to your desktop
2.Right click the file and select extract here
3.open a terminal and run this command:
sudo cp -r $HOME/Desktop/Overglossed /usr/share/themes
Problem was that some custom theme crashed my terminal.
I met _wb_ on FOSDEM and he told me how to solve solve this problem.
The theme used Ubuntulooks engine we don't have.
It has to be replaced by some theme engine that's installed on Pandora.
Here's how to do it:
1: Open up
/usr/share/themes/Overglossed/gtk-2.0/gtkrc
2: Change (Line 86)
engine "ubuntulooks"
{
menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
progressbarstyle = 1 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
animation = FALSE
}
to
engine "mist"
{
}
# engine "ubuntulooks"
# {
# menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
# menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
# listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
# progressbarstyle = 1 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
# animation = FALSE
# }
3: Save.
4: Reload theme.
Last edited by a moderator: