[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2010-02-28 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-themes-ubuntu - 0.6

---
gnome-themes-ubuntu (0.6) lucid; urgency=low

  [ Loïc Minier ]
  * Fix find snippet dropping -x bits to not touch the upstream files (only
the installed one) and reverse logic to clear the bits of all files except
*.sh files (only file needing +x in this package).

  [ Andrew Starr-Bochicchio ]
  * Update Dust{-Sand} to lp:~dusttheme-dev/dusttheme/0.5
   - gnome-panel clock should not be bold (LP: #439191).
   - Text overlaps with icon in window title bar (LP: #371743).
   - Remove depricate Murrine configuration option "gradients" (LP: #529811)
  * Update New Wave to version 0.8.2 (LP:508851).
   - Nautilus focus ring is not visible (LP: #390601).
   - Thumbnails corrupted in Appearance Preferences (LP: #416030).
  * debian/control: Bump Standards-Version to 3.8.4
 -- Andrew Starr-BochicchioSun, 28 Feb 2010 21:22:08 
-0500

** Changed in: gnome-themes-ubuntu (Ubuntu)
   Status: Confirmed => Fix Released

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2010-01-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~andrewsomething/gnome-themes/gnome-themes-ubuntu

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-12-14 Thread Dilomo
** Changed in: anton
   Status: In Progress => Fix Released

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-10-09 Thread Dilomo
Sorry for the late reply but things on my side has gotten a bit messy
and I don't know when I will have Internet access for longer periods of
time. When I have something done I'll write here.

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-10-02 Thread Andrew Starr-Bochicchio
@ Dilomo

The above didn't work when I tried it locally. Have you gotten a chance
to look at it? I notice that you set a Karmic Polish milestone for the
theme project. We just left Beta Freeze so we have a short window before
we go into the Final Freeze to get another upload in. Are there any
other changes you'd like to see in Karmic?

https://edge.launchpad.net/anton/+milestone/nw-polish-karmic

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-09-09 Thread Dilomo
** Also affects: anton
   Importance: Undecided
   Status: New

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-08-21 Thread Dilomo
That's really strange. Unfortunately I'm in summer break now and I don't have 
Ubuntu pc near me. Sorry I can't test. It worked with me before. But I have an 
idea if you are willing to edit some lines of the gtkrc file. The style to 
search for is :
'style "newwave-frame"'

it is empty in this release but I think it should not be. You should
either not apply it by:

class "GtkFrame"style "newwave-frame"
widget_class "*..*"   style "newwave-frame"


or use null image for frame background like this:

style "newwave-frame"
{
  engine "pixmap"
  {
image
{

function = SHADOW
file = "Images/Others/null.png"
border = {1, 1, 1, 1}
stretch = TRUE
}
  }
}


or try this out instead of the provided style for window:

style "newwave-window"
{
bg_pixmap[NORMAL] = "Images/Others/null.png"
}

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-08-21 Thread Andrew Starr-Bochicchio
@ Dilmo - Could you take a look at this? I recently updated New Wave to
0.8.1 in gnome-themes-ubuntu 0.4 in Karmic. I just went back and diffed
the files in your tarball and the ubuntu package, and they are indeed
the same. Is this happening with local installs using your tarball as
well?

I'm on a Jaunty box right now, and I just backported the deb for myself.
It's happening on Jaunty as well. So it seems like the problem must be
in New Wave (or the package), not a bug in Karmic's gnome-appearance-
properties.

@ Ruslan - Thanks for the bug report! We'll try to get to the bottom of
this.

** Changed in: gnome-themes-ubuntu (Ubuntu)
   Importance: Undecided => Low

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-08-21 Thread Andrew Starr-Bochicchio
** Changed in: gnome-themes-ubuntu (Ubuntu)
   Status: New => Confirmed

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416030] Re: New Wave's thumbnails are corrupted (in Appearance Preferences)

2009-08-19 Thread Ruslan Rudenko

** Attachment added: "Screenshot of problem"
   
http://launchpadlibrarian.net/30512537/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA-%D0%9D%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B8%D1%82%D1%8C%20%D1%82%D0%B5%D0%BC%D1%83.png

-- 
New Wave's thumbnails are corrupted (in Appearance Preferences)
https://bugs.launchpad.net/bugs/416030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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