-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Suggestion wanted: Get rid of 32-bit operating systems? #551
Comments
I think it would be totally fine to eliminate 32bit support. Even my convertible with a total of 16 gb internal storage can only run 64bit windows so no idea what the purpose of a 32 bit windows is anymore |
Please do. |
Could it happen that after removing of 32-bit components QuickLook will stop working from within 32-bit applications? Like in |
No. It will still work in 32bit apps. |
I say get rid of it, we are nearly in 2020. The few people who still use 32bit systems can just use an older version of QuickLook. |
I don't know, but I hope so. There is some rumours on the Web that MS is considering a build-in version of Webkit (or Blink). |
I suggest that you can keep recent versions for 32bit system and do not support 32bit system in the later version. Who use 32bit system can still choose older version just cannot enjoy latest feature in later version. |
Adding a page to the wiki regarding 32 bit systems that gives a link to an older version MSI should be sufficient support. Dropping 32 bit moving forward would be great. |
When thinking about 32-bit, one mustn't restrict oneself to the 32-bit Intel x86. (They call it IA-32.) There is a new breed of Windows 10 for ARM devices that can run IA-32 apps but not x64 apps. An alternative for dropping the 32-bit support is to split the release into two: One for x64 and one for IA-32, which also runs on ARM 32-bit and ARM 64-bit. |
I agree with dropping 32-bit support to simplify development. |
Quicklook already doesn't support Windows 7 (32 or 64 bit) afaik; it shouldn't be a problem to drop support for 32bit OS (i.e. Win10 32 bit - how many people actually use it?) |
64 bit, Yes! :) |
Yes |
32bit begone |
I think 32 bit users do not exist at all. |
Legit question here: who actually uses 32bit PC's these days? |
Government Offices especially for developing country |
Yes. It is a legit question. To quantify it, one needs telemetry data. |
Or boomers |
Or people that people themselves |
Or Workplaces in developing countries |
Or people in well-developed countries who need to buy cheap laptops because they don't earn much, e.g. the United States. |
or no one |
You're limiting yourself anyways by using a 32 bit OS. so yea why not. |
Just do it. |
Microsoft officially deprecated 32-bit Windows 10 a few days ago. It won't be licensed to OEMs anymore. Woods, Rich (13 May 2020). "Microsoft is beginning to phase out 32-bit support for Windows 10 ". Neowin. |
h |
crab rave |
@xupefei I request you to forfeit 32's live privileges |
Fully agree about dropping 32bit and only shipping 64bit! |
@adyanth Have you tried to run the MSI/ZIP versions? I don't think it will run due to the use of hooking in QuickLook. |
I agree with 32 bit. Maybe add a big notice of 32 bit depreciation on the Store and project page, and a link to the last version that runs in 32 bit. |
@xupefei Happening? |
With x64 emulation coming even to ARM, I would say this is a non issue right now, and advantages of CefSharp far outweigh the legacy support IMO. |
Agreed. QuickLook is designed as an efficiency tool. How come you care about any efficiency when you're still using 32-bit Windows nowadays? |
Of course we should give up the 32bits version, this belongs to the old guys in the old world! |
Given the target demographic of QuickLook, I think it would be safe to get rid of 32-bit support for future builds. |
Then they can compile it themself |
Any news here? |
Outdated issue |
For all's convenience, please use English to fill this issue.
Is your feature request related to a problem? Please describe.
Now QuickLook ships every native component in both 32- and 64-bit. But seriously, how many 32-bit OSs there is?
Describe the solution you'd like
Get rid of 32-bit components.
Describe alternatives you've considered
No alternative.
Additional context
Doing this brings many good things:QuickLook can finally switch to CefSharp. The blockage now is the size of CefSharp: shipping both 32- and 64-bit of CefSharp will increase the package by 120MB.CefSharp allows QuickLook to preview files faster, like APNG and GIF (my in-home implementation is slow and RAM-hungry).CefSharp solves The Epub Plugin doesn't work QuickLook.Plugin.EpubViewer#2 (comment).One can even preview PDF with CefSharp!What do you guys think? Is it acceptable that QuickLook refuses to run on 32bit systems?
The text was updated successfully, but these errors were encountered: