Slashdot Mirror


Longhorn Skinning A Reality

AlphaAlien writes "AlphaAlien of HardwareGeeks.com has figured out how to skin all of Microsoft's upcoming Windows release codenamed Longhorn. We can now skin Longhorn in the same manner we can skin Windows XP. Here's a picture of a very early copy of the first ever non-Microsoft skin for Longhorn. The only possible issue at this point is that Microsoft appears to be planning to move away from BMP based skinning altogethor and move to PNG based skins in which case any skins made for Longhorn at this point in time will not work far into the future. Also the patch to allow the skins to be loaded may not work many builds from the present as well. But for now we'll be able to hack away at the skinning engine at our leisure. in co-operation with BetasIRC.net we will be releasing the first few longhorn skins and a guide on how to get started on creating your own Longhorn skins."

6 of 356 comments (clear)

  1. Re:Skin the crash screens, too? by Mr_Silver · · Score: 5, Informative
    I want to skin my windows crash screens, can I do that too? It'd be great to skin the crash screen to look just like the regular o/s, so I get the impression that everything is fine.

    I'm not sure if you're trolling or trying to be funny, but never mind.

    However, you can actually change the colour of the BSOD to make it more PSOD (pink screen of death) or maybe YSOD (yellow screen of death).

    Details are here although many Slashdotters probably won't like to admit that on W2K/XP they might never actually see the fruits of their labour.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  2. Re:what the... by dave420 · · Score: 4, Informative

    Windows XP uses a .DLL file (.so) for handling "visual styles" (skins). These skins are signed by microsoft, so you can only use their skins (to stop people from making virii or something, or to line their pockets). Since XP came out, people have been hacking this .dll file (uxtheme.dll) to allow custom, non-microsoft visual styles to be used. This is quite a coup as they've removed the need for signing before the OS is even released. It's not about the technology present in skinning, but the fact that they've circumvented MS's encryption/signing thingy 2 years prior to release.

  3. Heard of "Personal preferences"? by trezor · · Score: 4, Informative

    <obvious>

    Well, this might come as a shock to you, but I'll cite some examples:

    • Some people will get an iPod, rather than any competitor, simply because it is the smoothest looker.
    • Some people will buy a TV with fancy looking menus rather than a TV with simple, functional menus.
    • Some people care what colour their car, house or room is painted.
    • Some people like a sense of estethics when it comes to the full package, and that looks blend seamlessly.
    • Some might even also prefer WMP7+ before WMP6.4 because (suprise, suprise) they think it "looks better". Never mind the bloat and reduced funtionality when it comes to tweaking.

    Simply because you like your speakers in black, doesn't mean everyone does. I, for once, prefer mahogny.

    And as computers become a common thing, you might expect people to want to alter their looks and maybe even behaviour to suit whatever needs they may have.

    </obvious>

    If you really needed this answer, I think you spend way too much time alone in your room, boy. (Perhaps <obvious> as well...)

    --
    Not Buzzword 2.0 compliant. Please speak english.
  4. Re:probably not by bigman2003 · · Score: 4, Informative

    Microsoft does make it possible to create new themes. People do create them, in fact there are thousands and thousands of them out there.

    --
    No reason to lie.
  5. Re:what the... by PhrostyMcByte · · Score: 5, Informative

    It's not about the technology present in skinning, but the fact that they've circumvented MS's encryption/signing thingy 2 years prior to release.

    The current Longhorn releases feature the same UI system as XP, using static images for everything.

    The final release will have an Avalon-powered UI. Because it uses DirectX, its a safe bet they will use scalable vector graphics (more flash-like, no BMP/PNG/JPG) for everything possible. The ability to resize windows has already been demonstrated, and keeping the UI clean and un-pixely is probably a big priority for them.

    I would be *very* surprised if the Avalon UI uses the same theming system. All they've done is apply an old crack to old code. Nothing amazing there...

  6. Re:Errr by Jugalator · · Score: 4, Informative

    You do know that green isn't a primary color, right?

    RGB is the three additive primary colors (and monitors use additive primary colors since they emit light, not subtractive).

    XP uses by default in G and B in its color scheme.

    Wikipedia article about primary colors

    --
    Beware: In C++, your friends can see your privates!