[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-12-28 Thread Owais Lone
@luk1don, you can't do that. Having that as possibility would break
unity's design. You can just ship buttons for maximized window but there
are not any customization settings.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-12-28 Thread luk1don
"This has been fixed. Check /usr/share/themes/ambiance/unity, you'll
find buttons there which are loaded into panel. So, yes Unity window
control buttons are now themable."

OK.

@Owais: Please tell me where are the settings of main panel buttons
layout (maximized window), left/right side?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-12-22 Thread flyingfisch
I'm still having this problem in Oneiric. Should I report this as a
separate bug?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-09-19 Thread leo
Would it be too hard to just open the gtkrc of the current theme and
look for a class like "UnityButtons" that points to the png files of the
three buttons?

That way, all that theme authors have to do is to add extra pngs of the
buttons to their theme folder, and add something like this to the bottom
of the gtkrc:

style "unity-buttons"
{
close = "close.png"
minimize = "minimize.png"
maximize = "maximize.png"
}

class "UnityButtons" style "unity-buttons"

Just an idea...

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-09-09 Thread Alberto Pino
How to fix the disorder of the buttons windows?
I want to have the buttons to the left but in other order. When i change it in 
gconf-editor (minimize,maximize,close:) only change when it is not maximized.
Example:
http://i869.photobucket.com/albums/ab253/Forodefinitivo/unitybug1.png
http://i869.photobucket.com/albums/ab253/Forodefinitivo/unitybug2.png
I wanted like the second picture.

So If I am wrong of posting here PLEASE show me where i have to note
this or how i would had to do it.

Thank you.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


Re: [Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-08-30 Thread Sam Spilsbury
On Apr 6, 2011 6:35 AM, "Marco Biscaro"  wrote:
> I though it would be easier, but I couldn't find any info of how to get
> the button from metacity theme as a GdkPixbuf (considering that some
> themes simply haven't image: the buttons are rendered by a set of
> drawing operations described on XML theme file).
>
> If someone can give me a direction, I can work on this bug. Otherwise,
> I'll remove my assignee of it.
>
> Thanks!
>
> ** Changed in: unity
> Status: In Progress => Confirmed
>
> ** Changed in: unity (Ubuntu)
> Status: In Progress => Confirmed
>
> --
> You received this bug notification because you are a member of Unity
> Bugs, which is subscribed to unity in Ubuntu.
> https://bugs.launchpad.net/bugs/740232
>
> Title:
> Window control buttons in the panel don't respect metacity theme
>
> Status in Unity:
> Confirmed
> Status in “unity” package in Ubuntu:
> Confirmed
>
> Bug description:
> I've noticed that Unity panel uses hard coded window control buttons
> for Ambiance and Radiance gtk themes. It uses a generic set of buttons
> for all other themes. It should take the buttons from the metacity
> theme in use.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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

[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-08-30 Thread Owais Lone
When it is not then generic buttons will be used. Ambiance buttons
cannot be used as they might not fit in very well with a range of panel
colors. Generic buttons are recognizable on all colours.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-08-29 Thread Marco Biscaro
It's themable when the theme is designed to support unity. And when it
is not? The ambiance buttons will be used as fallback?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-08-29 Thread Owais Lone
This has been fixed. Check /usr/share/themes/ambiance/unity, you'll find
buttons there which are loaded into panel. So, yes Unity window control
buttons are now themable.

** Changed in: unity
   Status: Confirmed => Fix Released

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

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-08-29 Thread Jeremy Bicha
Marco, could we please have the Ambiance buttons used in the menu bar as
the fallback theme like Dimitris requested?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-08-17 Thread Owais Lone
What is the state of this bug. Is anyone on it ?

After reading Mark's post about Unity in 11.10
(http://www.markshuttleworth.com/archives/717), I'm getting really
worried as he says that screenshot is the target. Damn, we have those
generic button in the panel there for Ambiance theme. I thought this was
just a minor hiccup in the development cycle of Oneiric and ambiance
buttons will come back until I read that post. I'm a little skeptical
about it now.

Can anyone at least confirm that the buttons in panel will at least use
light theme controls?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-08-10 Thread Roland (Rolandixor) Taylor
What I meant was what if we let the windows show the border optionally
and remove the buttons from the panel (like if you are using a different
decorator for example).

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-07-07 Thread Omer Akram
** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Window control buttons in the panel don't respect metacity theme

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

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-05-15 Thread Dimitris Papageorgiou
Can somebody at least change the fallback theme to the ambiance buttons?
So you can change the gtk theme and keep the ambiance window decoration
without that ugliness.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-05-04 Thread Moreno Bartalucci
Another issue, IMHO, concerns the position of the buttons: it doesn't respect 
the position specified in the theme.
I changed the Ambience theme in order to move the control buttons of every 
window in the top-right corner.
The buttons in the global menu, however, are displayed always on the top-left 
side.
I don't know if I should file a different bug, but I think this issue matches 
the title of this one.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-05-02 Thread Marco Biscaro
@Roland: sorry, I didn't understand... You mean remove all buttons from
panel when the window is maximized?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-05-01 Thread Roland (Rolandixor) Taylor
How about we provide the option to remove the buttons and just show them
where the user wants them? For some themes this might be a good
solution.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-09 Thread Marco Biscaro
** Changed in: unity
 Assignee: Marco Biscaro (marcobiscaro2112) => (unassigned)

** Tags added: oneiric too-late

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-07 Thread Marco Biscaro
@Paul: the problem is not on indicator-appmenu, but on unity. It's unity
that renders the buttons of maximized windows on unity panel. So, this
is just one bug, and it's on unity.

And as Owais said, unity-window-decorator just wraps metacity (it was
what I tried to say, but I've expressed it badly).

So, any other ideas?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-07 Thread Owais Lone
@Paul I believe it is still metacity and unity-window-decorator wraps
around it to achieve stuff. Probably long term plans are to turn unity-
decorator into a full fledged decorator and replace metacity.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Paul Hinchberger III
@Owais: Sorry about that.  Despite staring at it a bit to make sure I
got it right, I still messed it up.

@Marco:  Wow, I didn't know Unity had its own window decorator.  I
though it was completely up to Metacity.  Explains how overlay scroll
bars work now, and some of the confusion.

BTW I filed bug 745457 which was originally concerning only indicator-
appmenu, but it got marked as a dupe and the affected status changed
from indicator-appmenu to unity(Ubuntu).  I had a snapshot uploaded
there, and looking back it should have been enough to show that it
wasn't unity's window decorator but indicator-appmenu as you can see the
Ubuntu logo.

I can see how it's all related, but should this be two bugs instead of
one?  Or is there a common code base that will fix it in both spots?

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Marco Biscaro
@Paul: currently, unity is loading the image for button using a fixed
path for [Amb|Rad]iance themes (see http://bazaar.launchpad.net/~unity-
team/unity/trunk/view/1078/src/PanelStyle.cpp#L160).

If using another theme, the fallback buttons are used.

I've took a look on unity-window-decorator, but it just call the same
methods on metacity to render the buttons (and I don't find any way to
get this as an image instead).

I'll take a look on indicator-appmenu now.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Owais Lone
@Paul No, GTK theme only styles the gtkWidgets not the window
decoration. Window decoration is handled by metacity or emerald.

I personally would prefer a not-so-cool theme everywhere than to have a
two different awesome themes in two places but probably you are right.

I think we need a new window decorator all together. Resurrect emerald
anyone?

and my name is Owais not Owasis. Looks like a typo but a lot of people
unfamiliar with the name call me that. I don't know why :)

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Paul Hinchberger III
@Dylan: As I understand, the selected GTK theme controls the look of
both Gnome Panels and Metacity, so I'm not sure where you're coming from
on separate/different themes. Unless you're talking about how Unity
disregards the GTK theme.

@Owasis I would highly recommend against that as people who don't use
Unity, or disable indicator-appmenu, would be rightly annoyed.  As it is
now, I'm using Dichotomy and "putting up" with the wrong buttons in
indicator-appmenu.  If Metacity were to toss out Dichotomy's defined
buttons on un-maximized windows just for Unity's sake, I'd be jacked.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Owais Lone
@Dylan Unfortunately, this has been the case for ever on the Gnome
desktop and I'm afraid we might not be able to use Gnome-Shell's title
bar theming in future as it is mutter based and we are still on
metacity.


For Natty,
If this cannot be achieved, lets patch metacity to use ambiacen, radiance 
buttons for light themes and force the generic buttons on every other theme. At 
least, we'll not have different button in the panel and the titlebar. I'm 
afraid it might be too late for such a move.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


Re: [Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Dylan McCall
I'm concerned about mixing the GTK theme for the panel and the Metacity
theme for the buttons that are a part of that same panel. It won't help
theme authors (or users gluing together metathemes) to have this weird
behaviour where two things that appear in the same place (and are meant to
blend together) are defined in completely different themes and theme
formats.

Please consider how these two elements can be kept together :)

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Paul Hinchberger III
@Owais: indicator-appmenu handles all that.  And that would be one way
of handling this, as both Gnome and Unity are licensed under the GPL.
However, there's the question of copyright.

@Marco:  How is Unity getting the buttons for Ambiance and Radiance?
Does it just hack it by detecting those two themes and then displaying
the appropriate buttons?  If so, could a "back-door" be put in place so
users could say "use these graphics instead?"  It'd be be ugly and less
than ideal, but it'd be a start.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Owais Lone
or unity-window-decorator

whatever handles those buttons.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Owais Lone
How about using the code snippet from metacity itself and porting it to
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/740232

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Marco Biscaro
@Paul: The great problem here is that even a simple theme (see
/usr/share/themes/Simple/metacity-1/metacity-theme-1.xml) uses
relativelly complex operations to determine how the buttons should be
drawn.

Metacity window manager already parses all this info and renders the
window decoration button, but I can't find a way to get this parsed info
as an image.

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-06 Thread Paul Hinchberger III
Is there a way to find out what styles Gnome is applying?  If so, it
would be a matter of having Unity peek inside the config file(s) and
implement the buttons itself.

I say styles in plural because it's quite possible that someone could
have a mix of styles applied.  (Buttons from this theme, window
decoration from that theme, etc.)

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-04-05 Thread Marco Biscaro
I though it would be easier, but I couldn't find any info of how to get
the button from metacity theme as a GdkPixbuf (considering that some
themes simply haven't image: the buttons are rendered by a set of
drawing operations described on XML theme file).

If someone can give me a direction, I can work on this bug. Otherwise,
I'll remove my assignee of it.

Thanks!

** Changed in: unity
   Status: In Progress => Confirmed

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

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-03-29 Thread Marco Biscaro
** Changed in: unity (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: unity
   Status: Confirmed => In Progress

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-03-29 Thread Marco Biscaro
** Changed in: unity
 Assignee: (unassigned) => Marco Biscaro (marcobiscaro2112)

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-03-29 Thread Didier Roche
** Changed in: unity (Ubuntu)
   Status: New => Confirmed

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

Title:
  Window control buttons in the panel don't respect metacity theme

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


[Bug 740232] Re: Window control buttons in the panel don't respect metacity theme

2011-03-25 Thread Mirco Müller
** Changed in: unity
   Status: New => Confirmed

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

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

Title:
  Window control buttons in the panel don't respect metacity theme

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