Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 8 compatibility #370

Open
GoogleCodeExporter opened this issue Jun 19, 2015 · 11 comments
Open

Windows 8 compatibility #370

GoogleCodeExporter opened this issue Jun 19, 2015 · 11 comments

Comments

@GoogleCodeExporter
Copy link

A few things will need to be adjusted for Windows 8 compatibility:

 * Disable Aero Flip hot corner, since Windows now uses it itself for Metro.
 * There seem to be double click issues in My Computer directory.

In addition, all events that use ${WinVer} need to be changed to use the more 
appropriate ${WindowsVersion} placeholder that uses a version number instead of 
a name. For readability placeholders for the different operating systems could 
be added.

Original issue reported on code.google.com by [email protected] on 1 Apr 2012 at 10:08

@GoogleCodeExporter
Copy link
Author

 * FastFolder registry entries mustn't be saved on Windows 8 and their settings should not be visible since they are not available in Windows 8 explorer.

Original comment by [email protected] on 1 Apr 2012 at 10:10

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 1 Apr 2012 at 10:11

  • Added labels: Milestone-Release2.6

@GoogleCodeExporter
Copy link
Author

Double click was a false alert it seems, caused by something else and now fixed.

Original comment by [email protected] on 3 Apr 2012 at 5:30

@GoogleCodeExporter
Copy link
Author

Hot corner condition has been changed, others are still needed.

Original comment by [email protected] on 9 Apr 2012 at 3:11

@GoogleCodeExporter
Copy link
Author

Fragman always ahead of his time ^^
(Thanks again for your hard work)

Original comment by lecuyerf on 13 Apr 2012 at 5:53

@GoogleCodeExporter
Copy link
Author

Not much, there are Win 8 beta versions out there already...right now I'm just 
making sure that 7plus will run as expected, I don't adjust it for any new 
features or so yet.

Original comment by [email protected] on 13 Apr 2012 at 1:51

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 5 May 2012 at 1:08

  • Added labels: Type-Task
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Downloading and installing Windows 8 Release Preview x64 now to make sure 
everything is working properly.

Original comment by [email protected] on 4 Jun 2012 at 4:43

@GoogleCodeExporter
Copy link
Author

The left application bar in Win8 does not disappear when 7plus is running.

Original comment by [email protected] on 17 Jun 2012 at 6:32

@GoogleCodeExporter
Copy link
Author

Aaaand fixed.

Original comment by [email protected] on 17 Jun 2012 at 6:42

@GoogleCodeExporter
Copy link
Author

${WindowsVersion} placeholder is now used in all events. It turned out that it 
was not really needed for the existing events because the old conditions 
produced proper results for Win8 as well.

This only leaves some testing for Win8 compatibility in this issue.

Original comment by [email protected] on 25 Jun 2012 at 2:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant