Pages: 1
  Print  
Author Topic: Windows 8 Virtual Desktops  (Read 37382 times)
Offline (Male) Goombert
Posted on: October 20, 2014, 02:59:38 am

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2991

View Profile
No joke, it's been built into Windows since XP, and Microsoft has an installer for you to access the hidden feature, so it's not a rough hack.
http://www.tekrevue.com/tip/virtual-desktops-windows/

Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Unknown gender) lonewolff
Reply #1 Posted on: October 20, 2014, 03:28:14 am
"Guest"


Email
I remember back in the old days installing Microsoft Powertoys which enabled some cool things, Virtual Desktop Manager being one of those things. :)

http://windows.microsoft.com/en-AU/windows/xp-downloads#2TC=powertoys

So yep, it has been there from the start :)
Logged
Offline (Unknown gender) Darkstar2
Reply #2 Posted on: October 20, 2014, 12:02:59 pm
Member
Joined: Jan 2014
Posts: 1238

View Profile Email
lol so you mean this so-called unique feature in windows 10 was "available" as early as XP .... :D

Much like the start menu aye ? :D

been there just dig it back from the gave and call it an evolution.

Doesn't this remind you of something ? :D
Logged
Offline (Male) Rusky
Reply #3 Posted on: October 20, 2014, 05:41:29 pm

Resident Troll
Joined: Feb 2008
Posts: 954
MSN Messenger - rpjohnst@gmail.com
View Profile WWW Email
I tried it in Windows XP, using TweakUI to enable it. It was worse than just not using it at all- you can't move windows between desktops, nothing written for Windows is aware of the feature so notifications are all screwed up, etc.

Windows 10 has improved the feature immensely.
Logged
Offline (Unknown gender) daz
Reply #4 Posted on: October 21, 2014, 05:04:08 pm
Contributor
Joined: Jul 2010
Posts: 167

View Profile
I've just been using this handy little program: http://dexpot.de/ which is free and much more user friendly. I didn't know it was a semi built-in feature of Windows until my dad showed me it... (he was a big fan of sysinternals before Microsoft ate them up.)
Logged
Offline (Male) edsquare
Reply #5 Posted on: October 22, 2014, 04:46:18 pm

Member
Location: The throne of ringworld
Joined: Apr 2014
Posts: 402

View Profile
Been using multiple desktops/windows/workspaces for years out of the box (On linux)
Logged
A child of five would understand this. Send someone to fetch a child of five.
Groucho Marx
Offline (Unknown gender) lonewolff
Reply #6 Posted on: October 22, 2014, 05:21:15 pm
"Guest"


Email
I have recently just put Ubuntu back on one of my PC's. It is a great OS.  :cool:

I am almost at the point where I could even ditch windows, if it wern't for the love of coding in Windows.

Good to have them side by side though, as I am really getting into trying to make seamless cross-platform code.  :cool:
Logged
Offline (Male) Rusky
Reply #7 Posted on: October 23, 2014, 02:08:20 am

Resident Troll
Joined: Feb 2008
Posts: 954
MSN Messenger - rpjohnst@gmail.com
View Profile WWW Email
I never realized how obnoxious Ubuntu was until I used Arch and it didn't blow up every time I updated and didn't feel like a bloated Windows XP.
Logged
Offline (Unknown gender) lonewolff
Reply #8 Posted on: October 23, 2014, 02:25:55 am
"Guest"


Email
Arch hey? Never tried it.

How does cross platform coding generally work between distro's? Is it a case of 'just works' on all? Or are there some quirks involved?
Logged
Offline (Unknown gender) onpon
Reply #9 Posted on: October 23, 2014, 04:07:06 am

Member
Joined: Feb 2010
Posts: 102

View Profile WWW Email
There is no "cross-platform" between GNU/Linux distros. They're all basically the same system: GNU userland and the kernel Linux. The parts that matter for binary compatibility are the C library implementation (glibc) and the kernel (Linux). So any binary built for a glibc+Linux system will work on any glibc+Linux system.

Of course, this doesn't include the GNU system with the Hurd, or the GNU system with the FreeBSD kernel; these systems use glibc, but not Linux. It also doesn't include Android, which uses Linux, but not glibc.
Logged
Offline (Male) Rusky
Reply #10 Posted on: October 23, 2014, 09:21:14 pm

Resident Troll
Joined: Feb 2008
Posts: 954
MSN Messenger - rpjohnst@gmail.com
View Profile WWW Email
The biggest problem is all the other dependencies besides glibc. People tend to either give out the source and let distributions package it themselves, or statically link everything so they can distribute binaries that work cross-distro.

A slightly different case is Steam, which includes all the dependencies games can have so they don't have to statically link but they can still run cross-distro without worrying about having fifty specific versions of specific libraries installed.
Logged
Pages: 1
  Print