How To Fix Quick Look Preview Finder Issue macOS QuickLookUIService Space Bar Not Working

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 172

  • @honestview
    @honestview 2 роки тому +16

    ⚠QUICKEST WAY: ✅✅✅
    Hold down [OPTION] + RighClick on Finder (in your dock)
    at the bottom of the context menu, select "RELAUNCH"

    • @AlikaAlitheiA
      @AlikaAlitheiA 2 роки тому +1

      Nice! Thanks!

    • @CANofART
      @CANofART 2 роки тому +1

    • @badischerkieler1182
      @badischerkieler1182 2 роки тому +1

      Can anyone provide the code for an Apple Script to force quit the process QuickLookUIService, please?
      That would be just as quick without having to relaunch Finder altogether.

    • @honestview
      @honestview 2 роки тому

      ​@@badischerkieler1182 I tried creating one… had no luck using "Automator" as the service (QuickLookUIService) can only be killed using the "pID" which changes every time you relaunch it....
      Unfortunately, I don’t know how to quit service without the pID

    • @honestview
      @honestview 2 роки тому

      If you could use Terminal to "kill" "QuickLookUIService" then you could write a script.
      Usually a prompt will look like this: Terminal [killall QuickLookUIService]
      But that does nothing.
      What you can do is find the pID by using the "grep" command: Terminal [ps ax | grep QuickLookUIService]
      This will give you the pID of the QuickLookUIService
      Now you can kill the service by typing: Terminal [ kill PIDNUMBER ]
      (Replace PIDNUMBER with pID of QuickLookUIService)
      Ideally, you can use this: Terminal [ ps aux | grep QuickLookUIService | awk '{print $2}' | xargs kill ]
      or
      Terminal: [ kill $(ps aux | grep 'QuickLookUIService' | awk '{print $2}') ]
      But that gives the wrong pID
      Programmers, please help!
      P.S.
      The QuickLookService is located here:
      /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService

  • @tuwhitcombe
    @tuwhitcombe 2 роки тому +12

    Bro fixed it! These are the types of videos we need... straight to the point and no fluffing around

  • @edo27
    @edo27 2 роки тому +1

    THANK YOU!!! This hapepend to me and i had no idea how to fix it!!!! May you have many blessings for showing us this quick fix my friend!

  • @aceonweb
    @aceonweb 2 роки тому +2

    This was exactly what I needed! I kept restarting my computer to fix it, but this was great and to the point. I hate trying to find a quick fix and it is a 10 minute video. Thank you.

    • @andrewtsaitips
      @andrewtsaitips  2 роки тому +3

      Thanks! What’s astounding is that this bug hasn’t been fixed yet..

  • @bahiacastcortes
    @bahiacastcortes 2 роки тому

    This has happened kind of often on mac m1 with monterey.
    Thank you so much!

  • @MrChrisromero3
    @MrChrisromero3 2 роки тому

    This has been driving me crazy ever since I switched my external hard drive out at the beginning of the year. Thank you so much for this video.

  • @vaunc940
    @vaunc940 2 роки тому

    Thank you for this, my workflow was very slow for a couple of days there. Works on most up to date M1 Mac Os.

  • @glalexal
    @glalexal 2 роки тому +2

    Я перерыл весь интернет в поисках решения проблемы! И тут вот оно, нашлось. Я уж думал у меня руки кривые какое-то сочетание клавиш случайно зажали. Спасибо огромное за лайфхак!!!
    I've searched all over the internet, but can't find a solution. And here it is! I even thought my all thumbs hands have typed some keyboard shortcut. Thank you a lot for the lifehack!

    • @tazlov7
      @tazlov7 2 роки тому

      Как сделать так чтобы это навсегда так оставалось? через некоторое время опять приходится через принудительное завершение

    • @glalexal
      @glalexal 2 роки тому

      @@tazlov7 у меня раз в пару месяцев вылезает это. Видимо, никак.
      С обновлением системы стало реже происходить

  • @eyvatunkuanor6824
    @eyvatunkuanor6824 10 місяців тому

    This worked for me just by force quitting the Quicklook (Finder). Thank you! I was losing hope after a year and finally found your video! Thank you! Thank you! Thank you!

  • @SubjectDelta9
    @SubjectDelta9 Рік тому

    EXCELLENT!!! The best way is to click APPLE LOGO ~click FORCE QUIT ~click FINDER ~ click RELAUNCH ~ DONE. Very HELPFUL! Thank you so Very Much🙏

  • @conducttracks
    @conducttracks 2 роки тому +1

    Thank you for taking the time to record this fix for an annoying issue!

  • @JackieLovesToDraw
    @JackieLovesToDraw 2 роки тому +2

    Thank you for the straight forward and easy to follow instruction

  • @iliavls
    @iliavls 2 роки тому +2

    Do you know if apple fixed this issue in the latest update of Monterey? I've regretted few times already decision to update 😂

  • @mpoweredfilms2456
    @mpoweredfilms2456 2 роки тому

    Thank You!!!!! I never post a comment but you deserve one thanks for a lot for this quick fix

  • @WeDepict
    @WeDepict 2 роки тому

    Great job you fix my problem in less than two minutes. Force quit finder works 👍🏽

  • @AntonyNguyenTriMedia
    @AntonyNguyenTriMedia 2 роки тому

    Thanks so much for solving this problem! It drove me crazy with this issue and finally I can fix it! Thanks so much! It worked

  • @davidhalley9795
    @davidhalley9795 2 роки тому +1

    I hadn't done any updates and it just started giving me thumbnails. Weird. Thank you so much!

  • @adityareds
    @adityareds 2 роки тому

    Worked perfectly.

  • @SukoonWithBawa
    @SukoonWithBawa 2 роки тому

    I'll be forever grateful to this video

  • @davidy87
    @davidy87 2 роки тому

    THANK YOU SO MUCH! I WAS SPEAKING WITH APPLE FOR OVER AN HOUR AND THEY DDINT KNOW WHAT I WAS TALKING ABOUT

  • @Bysayed_
    @Bysayed_ Рік тому

    thank you very much for this that was really helpfulll i was suffering with thid this for months

  • @ryanrodriguez3370
    @ryanrodriguez3370 2 роки тому +1

    Thank you bro that was quick and easy. Really appreciate it 🙏🙏

  • @traceysydnor7072
    @traceysydnor7072 2 роки тому

    Thank you for this fix! This was driving me crazy.

  • @eliaspaulinho8435
    @eliaspaulinho8435 2 роки тому

    thank you so much!!!
    I thought I messed up with a setting I couldn't find

  • @strandtype
    @strandtype 2 роки тому

    Very useful. Spent forever looking for this fix

  • @meghontrip
    @meghontrip 2 роки тому

    Lovely. Very helpful, hope it stays like that and doesn't change back. But atleast now I know what to do. 😃🤗

  • @refused1
    @refused1 2 роки тому

    Wild how this is such a common issue, thank you

  • @sarlacc66
    @sarlacc66 2 роки тому +2

    I’ve been having the same problem but I just restart the finder app but that works too

  • @onekeiway
    @onekeiway 2 роки тому

    Thank you for the quick tutorial! Instantly worked.

  • @1031ProductionsLLC
    @1031ProductionsLLC 2 роки тому

    You're a boss bro!!! Worked with 1st method... Thanks!

  • @hectoragraz4559
    @hectoragraz4559 2 роки тому

    Thanks! your awesome ! had to dig to find a practical answer to this issue.

  • @colibricontent7006
    @colibricontent7006 2 роки тому

    THANK YOU!! This made my day soooo much better.

  • @eytanbirenbaum
    @eytanbirenbaum Рік тому

    Super helpful! quick and easy fix!Thank you!

  • @OnLongIsland
    @OnLongIsland 2 роки тому

    Perfect thank you! This was so annoying and now I get full views again. :)

  • @ManmitMitbawkar
    @ManmitMitbawkar 2 роки тому

    Straightforward and helpful.. thanks!

  • @jamrarugal5370
    @jamrarugal5370 2 роки тому +3

    Hi! This video works but it somehow reverts back and I couldn't view it quickly anymore :( This has to be my fourth time coming back to this video. What else should I do to make it permanent?

    • @brand10000
      @brand10000 2 роки тому

      You are not alone, unfortunately you just have to keep doing this, it is really annoying pushing the space bar and nothing plays, hopefully Apple gets this taken care asap.

  • @JAFOpty
    @JAFOpty Рік тому

    in my case, the video does play with QL, but the chapters (left of the video) do not load completely, some chapters I get the spinning wheel and never load. But if I place the same video file on my NAS, the thumbnails load fine. I tried reseting the cache, but it didn't help.

  • @lucasmatteus1386
    @lucasmatteus1386 2 роки тому

    TY so much!! Greetings from Brazil!

  • @Chiqc
    @Chiqc 2 роки тому

    very good video. I was trying to figure this out for a couple of days now

  • @인도코리안
    @인도코리안 2 роки тому +1

    instantly I could shoot the problem out, thanks. But it looks temporary, the same issue keep comes up. Isn't there any permanant troubleshooting method?

  • @LifeistooshortCK
    @LifeistooshortCK 2 роки тому

    You rock. This was driving me mad

  • @goldenwave74
    @goldenwave74 2 роки тому +1

    terima kasih salam dari indonesia... sukses terus yaaa

  • @cropshoptca
    @cropshoptca 2 роки тому

    Thank you, it's working fine now.

  • @nabillam1011
    @nabillam1011 2 роки тому

    hi there, i tried all of the suggested tricks, restarted finder, restarted my MBP M1Max and it's still not working for me. i'm having trouble with appleprores422 RAW files, not sure if that makes a difference and how i should go about it.
    the .mov files don't have thumbnail icons at all, spacebar doesn't play anything, etc. please help!

  • @samthemanxx2052
    @samthemanxx2052 2 роки тому

    much apprecieted my guy, just got straight to the point!

  • @tokyowildmark
    @tokyowildmark 2 роки тому

    Thank you very much! It worked immediately!

  • @brand10000
    @brand10000 2 роки тому +1

    This has got to be the most annoying bug to date, as long as I've had a Mac this was never an issue until this year, I had force quit it twice to work, needs to be fixed asap, I noticed also I'm having problems with the right click option on anything, Adobe premiere and any tab at the top, right click twice sometimes instead of once and I can't click anything in the drop down menu.

  • @SashaZhdanoff
    @SashaZhdanoff 2 роки тому

    Thanks a lot, amigo !!! I'm working with video and when I cant to se preview it was a huge problem for me. Thank you one more time fore effective solution for me !

  • @mmontuyadav
    @mmontuyadav 2 роки тому

    It worked Thanks for the help Andrew.

  • @duongly8815
    @duongly8815 2 роки тому +1

    Straight to point! Thank you!

  • @metrawhub2206
    @metrawhub2206 2 роки тому

    Legit video and with legit information!

  • @samclemans69
    @samclemans69 Рік тому

    Thanks for this. Works great! Problem solved.

  • @jayadevakavi7574
    @jayadevakavi7574 2 роки тому

    just what I needed

  • @michaelchia9150
    @michaelchia9150 2 роки тому

    Thanks for posting, on my side still can't find the missing QuickLookUIService(Finder) on mac. Only able to find Activity Monitor.app which is not the same as yours.

  • @oberon2230
    @oberon2230 2 роки тому +4

    somehow this seems to be only a temporary solution as it just somehow creeps back. Any long term fix? maybe?

    • @cheneti
      @cheneti 2 роки тому +1

      I'm looking for long term solution too

  • @깻잎만두
    @깻잎만두 2 роки тому

    Thank you so much. very very useful

  • @solidsn2011
    @solidsn2011 2 роки тому +2

    Monterey has so many bugs it’s really frustrating! I wish new MacBook Pro’s came with big sur (although there are still bugs in that OS). I believe after Snow Leopard apple’s OSes get progressively more buggy and this is unacceptable!

  • @wojciechw7239
    @wojciechw7239 2 роки тому

    Straight to point! THX

  • @pointpic
    @pointpic 2 роки тому

    Thank you so much!!!! Helped a lot.

  • @pratikpawar725
    @pratikpawar725 2 роки тому

    Thanks for making this video

  • @sagar_bhalerao
    @sagar_bhalerao 2 роки тому

    Thank you so much buddy, fixed!

  • @toniirs9319
    @toniirs9319 2 роки тому

    Thank You so much !!! helped a lot.

  • @RedubbledD
    @RedubbledD 2 роки тому +1

    for me this happends every time during start up. quiting doesnt work, next time i turn on mac i have the same isue again. does any one has a solution that works for ever?

  • @jackyhoyer
    @jackyhoyer 2 роки тому

    Fixed! Thank you so much.

  • @lucdircks5775
    @lucdircks5775 2 роки тому

    Solid video and solved this issue. Thanks! 🙏

  • @jeffs.3348
    @jeffs.3348 2 роки тому

    Worked great, thanks!

  • @יצחק-ק5ע
    @יצחק-ק5ע 2 роки тому

    thank you very much superman !

  • @marc2011HD
    @marc2011HD 2 роки тому

    Thanks dude, that worked you are awesome

  • @lalaura8160
    @lalaura8160 2 роки тому

    thanks a lot, you saved my day!

  • @lazzuefaggers3682
    @lazzuefaggers3682 2 роки тому

    amazing, it's really useful, thank you bro! 👍🏼

  • @indianaviationvideos
    @indianaviationvideos 2 роки тому

    That really worked. Thanks a lot. Really appreciate it mate !!

  • @andreayanezhutter4849
    @andreayanezhutter4849 2 роки тому

    IT WORKED!! thank you!!!

  • @ryanswe1065
    @ryanswe1065 2 роки тому

    Big help! thanks

  • @MahmudsCreato
    @MahmudsCreato Рік тому

    It works ! Thanks for sharing...

  • @mateusvolponi
    @mateusvolponi 2 роки тому

    Thank you bro! It woks

  • @salehkazemi8050
    @salehkazemi8050 2 роки тому

    Thanks

  • @mauriciozavala548
    @mauriciozavala548 2 роки тому

    Thank you

  • @StillnessandSwings
    @StillnessandSwings Рік тому

    Legend, thank you!

  • @ItMakesSpence
    @ItMakesSpence 2 роки тому

    Worked perfectly! Thank you!

  • @bock-schroeder
    @bock-schroeder 2 роки тому

    Fantastic. Thank you.

  • @malishah91
    @malishah91 2 роки тому

    ver helpful thank you

  • @FrenHorn14
    @FrenHorn14 2 роки тому

    VERY HELPFUL!!! KUDOSSSS!!!

  • @artisan555
    @artisan555 2 роки тому

    thank you, thank you, thank you!

  • @muhammadmunib3932
    @muhammadmunib3932 Рік тому

    Thanks.. Brooo...... Fix Run...

  • @Subzero-ip5sr
    @Subzero-ip5sr 2 роки тому

    helpful, thanks bro

  • @edwardlin0803
    @edwardlin0803 2 роки тому

    amazing. thank you for that !!

  • @Harout.Joulakian
    @Harout.Joulakian 2 роки тому

    Thank you!

  • @techprame
    @techprame 2 роки тому

    It helped. Thanks.

  • @jamesogorman6890
    @jamesogorman6890 2 роки тому

    Awesome, thanks.

  • @byfabiosilvestre
    @byfabiosilvestre 2 роки тому

    You're da man! Thank you!!!

  • @natepaynephotography
    @natepaynephotography 2 роки тому

    Nice fix!

  • @BorderlessBelik
    @BorderlessBelik 2 роки тому

    brilliant!

  • @Eternal.Pain.1994
    @Eternal.Pain.1994 2 роки тому

    thanks

  • @deekay5487
    @deekay5487 2 роки тому

    Thanks....that helped!

  • @seanlowe5547
    @seanlowe5547 2 роки тому

    Thanks man.

  • @dhahdmoh9830
    @dhahdmoh9830 2 роки тому

    Thank YOU !!!!!!!! It works !!!!

  • @pocztamariusza
    @pocztamariusza 2 роки тому

    working, thx

  • @kensb1973
    @kensb1973 2 роки тому

    It works . thanks

  • @denyvarela9414
    @denyvarela9414 2 роки тому

    thanks a loooot!!! works great here. thanks!!

  • @TheHevva
    @TheHevva 2 роки тому

    Thank you!!