[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2012-07-17 Thread Omer Akram
that can't be fixed now.

** Changed in: unity
   Status: Confirmed => Won't Fix

** Changed in: unity (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/730968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2012-06-22 Thread Omer Akram
that probably won't be fixed for like forever, so I guess closing it is
the right thing to do ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/730968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2012-04-17 Thread John Drinkwater
Just upgraded, same issue. This is still not fixed?

** Attachment added: "Screenshot at 2012-04-17 13:47:42.png"
   
https://bugs.launchpad.net/unity/+bug/730968/+attachment/3083454/+files/Screenshot%20at%202012-04-17%2013%3A47%3A42.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/730968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-07-20 Thread danep
Just FYI, I solved my problem by adding "text[NORMAL] =
@selected_fg_color" to the Dust gtkrc file, under style = "panel", as
described at
http://ubuntuforums.org/showthread.php?p=11024027#post11024027 . I'm not
sure if this is exactly the same issue others are having, but it might
help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/730968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-07-15 Thread danep
Actually, I don't know that this is specific to upgrading- I've never
had Maverick installed (fresh install of Natty), and am seeing this
issue. Very annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/730968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-07-13 Thread danep
I've tried the fixes in #7, #8, and #9, as well as reinstalling gnome-
themes-ubuntu, but none of them seem to solve this problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/730968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-06-29 Thread Fyodor Ananiev
This bug also affects me. Justin Foote's workaround works best, but
there is no need to rewrite "dark". Replace content of 'style "panel" '
with

color["bg_color_dark"] = "#3c3b37"
color["fg_color_dark"] = "#dfdbd2"
color["selected_fg_color_dark"] = "#ff"

fg[NORMAL] = @fg_color_dark
fg[PRELIGHT] = shade (1.15, @fg_color_dark)
fg[ACTIVE]   = @fg_color_dark
fg[SELECTED] = @selected_fg_color_dark
fg[INSENSITIVE]  = shade (0.5, @fg_color_dark)

bg[NORMAL] = @bg_color_dark
bg[ACTIVE]   = shade (0.8, @bg_color_dark)
bg[SELECTED] = @selected_bg_color
bg[PRELIGHT] = shade (1.0, "#4D4C48")
bg[INSENSITIVE] = shade (0.85, @bg_color_dark)

text[NORMAL] = @fg_color_dark
text[PRELIGHT]   = shade (1.15, @fg_color_dark)
text[SELECTED]   = @selected_fg_color_dark
text[ACTIVE] = @fg_color_dark
text[INSENSITIVE] = mix (0.5, @bg_color, @bg_color_dark)

engine "murrine"
{
border_shades = {1.2, 1.0} # draw a gradient on the border.
border_colors = { "#343330", "#343330" }
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/730968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-05-12 Thread Justin Foote
Update: You must also update the "dark" style to display the right colors.  I 
cut and pasted from the Ambient gtkrc file.  
Disregard the attachment in my last post.  

style "dark"
{
color["bg_color_dark"]  = "#3c3b37"
color["fg_color_dark"]  = "#dfdbd2"
color["selected_fg_color_dark"] = "#ff"


fg[NORMAL]= @fg_color_dark
fg[PRELIGHT]  = shade (1.15, @fg_color_dark)
fg[ACTIVE]= @fg_color_dark
fg[SELECTED]  = @selected_fg_color_dark
fg[INSENSITIVE]   = shade (0.5, @fg_color_dark)
  
bg[NORMAL]= @bg_color_dark
bg[ACTIVE]= shade (0.8, @bg_color_dark)
bg[SELECTED]  = @selected_bg_color
bg[PRELIGHT]  = shade (1.0, "#4D4C48")
bg[INSENSITIVE]   = shade (0.85, @bg_color_dark)

text[NORMAL]  = @fg_color_dark
text[PRELIGHT]= shade (1.15, @fg_color_dark)
text[SELECTED]= @selected_fg_color_dark
text[ACTIVE]  = @fg_color_dark
text[INSENSITIVE] = mix (0.5, @bg_color, @bg_color_dark)
}

** Attachment added: "gtkrc"
   https://bugs.launchpad.net/unity/+bug/730968/+attachment/2126260/+files/gtkrc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-05-12 Thread Justin Foote
This drove me crazy also.  I found a solution, though.

The Dust gtkrc file contains a style section for panels.  Change this
section to redirect to the dark style.  For me, this was around line
287.

Like this:
style "panel" = "dark"
{
engine "murrine"
{
border_shades = {1.2, 1.0}  # draw a 
gradient on the border.
border_colors = { "#343330", "#343330" }
}

}

I've attached my modified gtkrc file.  This should replace the file at
/usr/share/themes/Dust/gtk-2.0

** Attachment added: "gtkrc"
   https://bugs.launchpad.net/unity/+bug/730968/+attachment/2126230/+files/gtkrc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-05-02 Thread Ben Shadwick
The Dust theme's Unity top bar text is black on black for me in 11.04
Unity. Changing text colors in the system settings has no effect. I'm
forced to live with a different theme as a workaround in order to use
Unity, so I'm also interested in a workaround.

I thought Dust was a popular theme?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-04-30 Thread Rockroehre
Additional example for the resulting inconvenience: This setting also
affects the documents and folders shown in nautilus. It all looks greyed
out now... Very unpleasant.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-04-30 Thread Rockroehre
I have the same issue. Is there a good workaround for it?

I found a this Q&A entry [0] saying the panel font color was "defined by the 
theme's text[NORMAL] property", but I found that customizing the theme by 
changing the text for the input boxes was what actually helped.
Problem: Now I had to find a color that is easily readable on the dark panel 
but is still readable on white background, too (e.g. the theme names in the 
Appearance Preferences). That inevitably leads to a choice that is less than 
optimal for both situations.

Suggestions for an alternative solution would be much appreciated!

[0] http://askubuntu.com/questions/33050/how-do-you-change-the-font-
color-in-the-unity-panel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-04-26 Thread Nattgew
I've been playing around with different themes with Unity and had this black on 
black issue too.
It seems that the Ambiance theme is the only one that will put white text on 
the black panel, though the icons are still black.
Dust and other themes will set black panel with black text.
Some of the Equinox themes also do this (but not all), though they aren't 
standard.
Setting an opacity with compiz-config in the Unity plugin helps things a bit 
(if you have a lighter background, of course).
It seems silly that the themes included with Ubuntu will not be usable with the 
default environment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-03-08 Thread Alex Launi
** Changed in: unity
   Status: New => Confirmed

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

** Changed in: unity
   Importance: Undecided => Low

** Changed in: unity (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-03-08 Thread Sebastien Bacher
** Also affects: unity
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-03-07 Thread Jeff Lane
Here's a screenshot, notice how none of the text on the panel is
readable.

** Attachment added: "Screenshot.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/730968/+attachment/1892812/+files/Screenshot.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 730968] Re: Upgrade from Maverick to Natty ignores some config settings

2011-03-07 Thread Jeff Lane
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730968

Title:
  Upgrade from Maverick to Natty ignores some config settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs