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

pptx can be previewed, but ppt cannot be previewed and only displays the title #1518

Open
dihaoshen opened this issue Dec 26, 2024 · 8 comments
Labels

Comments

@dihaoshen
Copy link

For all's convenience, please use English to fill this issue.

Please search within existing issues before the submission. Has this issue already been reported?

Describe the bug
pptx can be previewed, but ppt cannot be previewed and only displays the title

To Reproduce
Steps to reproduce the behavior:

  1. Install the msi version of quicklook
  2. install QuickLook.Plugin.OfficeViewer.qlplugin

Expected behavior
pptx can be previewed, but ppt cannot be previewed and only displays the title

Desktop (please complete the following information):

  • Windows 10
  • QuickLook Version: 3.7.3 of msi

Screenshots and Exception Log
Quicker_20241226_200445
Quicker_20241226_200625

@emako
Copy link
Member

emako commented Dec 26, 2024

I have no problem using it.

image

I think it depends on your version of office and whether the registry is contaminated

@dihaoshen
Copy link
Author

Quicker_20241227_213207
This is the difference between my ppt file and pptx file versions. I don't know if it is related to this. In addition, both ppt and pptx can be previewed in the file explorer.

@emako
Copy link
Member

emako commented Dec 27, 2024

  1. What is your version of Office?

  2. To check PPT Registry, open the Registry Editor and look for the .ppt key under Computer\HKEY_CLASSES_ROOT\.ppt.
    If it exists, export it to a .reg file for further inspection.

image

image

image

A normal registry should look like this

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.ppt]
@="PowerPoint.Show.8"
"Content Type"="application/vnd.ms-powerpoint"

[HKEY_CLASSES_ROOT\.ppt\PersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}"

[HKEY_CLASSES_ROOT\.ppt\ShellEx]

[HKEY_CLASSES_ROOT\.ppt\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{65235197-874B-4A07-BDC5-E65EA825B718}"

@dihaoshen
Copy link
Author

Quicker_20241229_002412
This is my version of office, and below is my registry information
Quicker_20241229_002303
I tried to change the registry to look like yours, but like before, I couldn't preview it.
Quicker_20241229_003049

@emako
Copy link
Member

emako commented Dec 28, 2024

It seems that your Office was installed based on APPX, so ShellEx is missing. Try to add it.

Save following as a .reg file and double click to run it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.ppt\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{65235197-874B-4A07-BDC5-E65EA825B718}"

@dihaoshen
Copy link
Author

Quicker_20241229_133610
This is the modified registry information, but ppt still cannot be previewed. After that, I tried to restart my computer, but I still couldn't preview ppt
Quicker_20241229_133722
Quicker_20241229_134549
pptx can still be previewed.

@emako
Copy link
Member

emako commented Dec 29, 2024

That should not be supported by third-party previews.

I don’t have any idea how to implement the preview of the appx version.

You may need to change the office version

@dihaoshen
Copy link
Author

Thanks, I'll try again

@emako emako added the wiki label Jan 5, 2025
@emako emako mentioned this issue Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants