similar to: visual theme regression (?)

Displaying 20 results from an estimated 9000 matches similar to: "visual theme regression (?)"

2011 Nov 15
2
UXTheme and Vista Styles potential problem
Sure I know vista styles tend to use png images, but I seem to have noticed a potential problem. Unless wine has its own window manager, styles like Windows Aero may look very strange in wine. Reason: Aero is intended to be a unified look and imagine a partial glass look with metacity chopping off part of the theme. Also, how would we know were to start drawing in the aero image resource if we
2006 Feb 27
2
Tried to load a theme, didn't work. No error message.
I searched every wine forum and wiki I could find, but there's no information on wine theming. I downloaded an *.msstyles file, and opened it with winecfg (Desktop Integration->Install theme...). Nothing changed. The style I selected didn't even get added to the list - the only option is still "(No Theme)". There was no error message. wine 0.9.8 This is the style I tried:
2010 Aug 20
1
[Wine 1.3] Desktop integration with .msstyles
.. doesn't work for me. I'm running a fresh Ubuntu 10.04 with wine 1.3. If I open the desktop integration tab an try to install a theme the winecfg hangs. Installing a theme to windows/resources/themes doesn't help - it is not show in the list of themes after a restart ... Any suggestions ? So long LastCoder
2006 Sep 28
1
Visual Themes
Hi, as you probably know, WINE features a uxtheme.dll implementation to use visual styles from Windows XP. However, many apps (e. g. winecfg) don't use the themes as they're supposed to, so many buttons etc. still look like on older Windows versions. On Windows XP, you can use .manifest files to work around this, but it doesn't work with WINE. Is there a way to force WINE to always
2011 Sep 05
3
msvcp80.dll...
Hi, since the Wine 1.3.27 update (on Ubuntu), some applications don't start anymore, especially Google SketchUp. A window pops up immediately saying that the program has to be closed. This happens with programs that depend on msvcp80.dll. I tried all combinations of native/built-in etc. Then I rebooted and created a completely new empty prefix and even Wine's iexplore.exe does not start.
2011 May 18
8
Problem with The Witcher 2: Assassins of Kings
I'm on Ubuntu 11.04 and Wine 1.3.20. I've been trying to run The Witcher 2 but with no success. I've installed vcrun2010 with winetricks and downloaded mfcu100.dll (to system32) because that's what showed up to be missing when runnig game from terminal. Now all I get is this message: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 and I have no clue what it means. I have the
2012 Aug 30
4
how to change theme in rails 3.2.7
I''m using rails 3.2.7. I have few themes in my public/themes folder. For example in my theme-1 folder there is one index.html + style.css + few images (if required) At the time of registration user will select one theme. Now when the user will login that theme will display. I will use handle bar(http://handlebarsjs.com/) for data insertion. My main problem is that how
2007 Mar 06
4
Rails 1.2 / Theme support plugin issue: Fix
This is to answer one of my old issues, that I was having using Theme support plugin using with Rails 1.2. When you get an latest edge Rails update and run your application which has Theme support plugin you will get following error /script/../config/../vendor/plugins/theme_support/lib/patches/routeset_ex.rb:26:in `create_theme_routes'': undefined method `named_route'' for
2006 Oct 01
1
gtk-window-decorator metacity opacity theme
hi, I made a small a patch for gtk-window-decorator which define default border alpha to zero when it use metacity theme. That allows while playing with the alpha attributes of the metacity themes to have transparent borders. here too the modified ?Human Ubuntu? theme and a screenshot to show the result. ps: sorry for my bad english -------------- next part -------------- A non-text attachment
2006 Oct 10
1
metacity theme opacity
I pushed out some changes to gwd that makes it possible to properly set an overall opacity value for any metacity theme. Making the complete decorations translucent can look bad with some themes. However, I've made it possible to have the opacity fade from opaque to the selected opacity value in a similar way to how the built-in decorations look. This usually looks a lot better. I'll add
2006 Oct 09
1
Metacity theme titlebar minimise button
Look at it, and you'll see the black outline is missing on the right side of the minimise button. This has been bugging me for a while. I've attached a zoomed in shot, so you can see easily what I mean. It's not a bug in the theme, but in gtk-window-decorator's Metacity theme support, as the border displays perfectly in Metacity. Does it happen with other themes? --------------
2004 Jan 22
1
Whatever happened to the gtk based uxtheme.dll implimentation?
Hello, This is my first post here, so I'm sorry if I'm posting this in the wrong place. A while ago on one of the wine newsletters, it was reported that somebody messed around with the uxtheme.dll implimentation to allow for native gtk themes to work with wine apps. This was a great idea, as the default widgets wine uses, are quite frankly, kind of ugly. I'm wondering whatever
2011 Oct 05
1
white on black theme for ggplot2
Hello, I'm trying to produce some plots in ggplot2 to use them on the dark-blue gradient background. I am wondering if there is already any theme/set of options that I can use to change the color scheme and add transparency. Thank you very much, Evgeny. [[alternative HTML version deleted]]
2017 May 15
1
plymouth themes problem
Hi all! I was playing with plymouth themes on a c7 box. I found a page on redhat, in their rhel7 documentation that describes how to change to a different plymouth screen: plymouth-set-default-theme --list to find out what themes are installed. then I installed the remaining bunch the yum had available. so then installing one by doing plymouth-set-default-theme <theme name> dracut -f
2006 Mar 22
3
Anyone using Theme Generator
Im working on a simple private Rails app, but I''m not much of a designer and I''m struggling to get a nice layout. So I was thinking of using this Theme Generator: http://www.mattmccray.com/archives/2005/10/26/full-theme-support-in-rails-revisited/ Does anyone have any experience with this? Is it working in the latest versions of Rails? (1.0) Is it worthwhile even for a
2006 Sep 21
2
initial metacity theme support for compiz
I just pushed some code into the compiz repository for initial metacity theme support. It's not complete, left and right borders are not rendered correctly, button decorations doesn't always match event window locations, maximized and shaded windows are not rendered as when running metacity, button locations are not configurable as with metacity... but it still seem to look OK with most
2007 Jan 30
2
lattice: how to get 'lattice.theme'
I'm using lattice 0.14. As of version 0.5 the Changes says there is a global list called 'lattice.theme'. How can I access this? I have tried many ways, including options(lattice.theme) lattice.getOption("lattice.theme") get("lattice.theme", envir = .LatticeEnv) getFromNamespace("lattice.theme", "lattice")
2006 Sep 20
1
metacity theme support in gnome-window-decorator
I played a little bit yesterday with adding metacity theme support to gwd and it looks like it's not going to be very hard. Hopefully I'll have it working in the next couple of days. What I've done is to rip out all the parts of the metacity code that is required for theme support (boxes.c, gradient.c, theme-parser.c, theme.c, util.c). Ideal would be if we could put this part of
2018 Nov 18
5
CentOS 7 + GNOME : all icon themes broken after update from CR
Hi, I just upgraded one of my CentOS 7 + GNOME desktops from the CR repo. After the upgrade, it seems like all of the icon themes are broken. Missing icons everywhere. Any idea what's going on here ? Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : info at
2010 Jan 27
1
ggplot2 theme for custom point colors?
1. Is it possible to set the point colors in a ggplot2 theme? For example, to default to these colors: scale_colour_manual(value = c("red", "orange", "yellow", "green", "blue") 2. Is it possible to set this theme in .Rprofile, similar to: my.lattice.colors = function () { .......etc.....} options(lattice.theme=".mw.lattice.colors") --