|
| 1 | +### [16th January 2026](/news/20260116) |
| 2 | + |
| 3 | +[Cult of Mac reports](https://www.cultofmac.com/news/apple-kills-free-90-day-final-cut-pro-logic-pro-trial) that Apple has removed the 90 day free trial of Final Cut Pro and Logic Pro. |
| 4 | + |
| 5 | +Because the trial timer reset with each Final Cut Pro & Logic Pro update, there's quite a few Final Cut Pro users that have actually just been using the free trial for years, as there's generally been a new update every 90 days. |
| 6 | + |
| 7 | +Some users also realised that you just needed to delete a file to reset the trial - for those wanting to stay on an older version. |
| 8 | + |
| 9 | +This definitely isn't a surprise, and eventually I'm sure Apple wants everyone to jump to the subscription option. |
| 10 | + |
| 11 | +--- |
| 12 | + |
| 13 | +**Dylan Bates (The Final Cut Bro)** recently posted a [video](https://www.youtube.com/watch?v=Nzvw-9DudGY) about [Patrokiras's](https://www.instagram.com/patrokiras/) [Final Cut Pro X Workspace Remapper](https://www.fcpxbooster.com/workspace-remapper/). |
| 14 | + |
| 15 | +This is a free tool that allows you to completely customise your Final Cut Pro Workspace layout. |
| 16 | + |
| 17 | +In theory it's amazing - and Patrokiras has done a great job building a fantastic website to customise things. It's a really nice user interface! |
| 18 | + |
| 19 | +Because a `fcpworkspace` file is just a plist (Property List) - it's actually very easy to mess around with an customise - you can just open it in a text editor (I use [BBEdit](https://www.barebones.com/products/bbedit/)). |
| 20 | + |
| 21 | +For example, here's the start of a file for example: |
| 22 | + |
| 23 | +```xml |
| 24 | +<?xml version="1.0" encoding="UTF-8"?> |
| 25 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 26 | +<plist version="1.0"> |
| 27 | +<dict> |
| 28 | + <key>AdditionalInformations</key> |
| 29 | + <dict> |
| 30 | + <key>timecodeHUDShowStateKey</key> |
| 31 | + <false/> |
| 32 | + <key>timecodeProjectHUDShowStateKey</key> |
| 33 | + <false/> |
| 34 | + </dict> |
| 35 | + <key>App Version</key> |
| 36 | + <integer>85</integer> |
| 37 | + <key>Auto Layout</key> |
| 38 | + <false/> |
| 39 | + <key>Bounds</key> |
| 40 | + <string>{{0, 45}, {2056, 1240}}</string> |
| 41 | + <key>Category</key> |
| 42 | + <integer>0</integer> |
| 43 | + <key>Display Name</key> |
| 44 | + <string>Final Cut Pro.saved</string> |
| 45 | + <key>Identifier</key> |
| 46 | + <string>C8AFE9FB-EF4C-4036-95E1-B7FFAC353E37</string> |
| 47 | + <key>Key Equivalent</key> |
| 48 | + <string></string> |
| 49 | + <key>Layout Inset</key> |
| 50 | + <real>0.0</real> |
| 51 | + <key>Layouts</key> |
| 52 | + <array> |
| 53 | + <dict> |
| 54 | + <key>Class</key> |
| 55 | + <string>PEMainWindowModule</string> |
| 56 | + <key>Content</key> |
| 57 | + <dict> |
| 58 | + <key>ToolbarConfiguration</key> |
| 59 | + <dict> |
| 60 | + <key>TB Display Mode</key> |
| 61 | + <integer>2</integer> |
| 62 | + <key>TB Icon Size Mode</key> |
| 63 | + <integer>1</integer> |
| 64 | + <key>TB Is Shown</key> |
| 65 | + <true/> |
| 66 | + <key>TB Size Mode</key> |
| 67 | + <integer>1</integer> |
| 68 | + </dict> |
| 69 | + <key>WindowClass</key> |
| 70 | + <string>PEWindow</string> |
| 71 | + <key>WindowState</key> |
| 72 | + <string>LKKeyWindow</string> |
| 73 | + <key>WindowStyleMask</key> |
| 74 | + <string>LKLargeMetricsMask NSClosableWindowMask NSMiniaturizableWindowMask NSResizableWindowMask NSTexturedBackgroundWindowMask NSTitledWindowMask</string> |
| 75 | + <key>releasedWhenClosed</key> |
| 76 | + <false/> |
| 77 | + </dict> |
| 78 | +``` |
| 79 | + |
| 80 | +Back when I first started working on FCPX Hacks, which later became CommandPost, I had a tool that allowed you to customise Final Cut Pro workspaces in a very similar fashion. |
| 81 | + |
| 82 | +[Alex Gollner (Alex4D)](https://alex4d.com) was also messing around with these files about a decade ago. |
| 83 | + |
| 84 | +However, what we discovered is that hacked or customised workspaces made Final Cut Pro pretty buggy and unstable, and we were generating lots of crash reports. |
| 85 | + |
| 86 | +When I spoke to Apple about this, they basically said to stop messing with the Workspace layouts - so we did. |
| 87 | + |
| 88 | +So now that Patrokiras has released a very friendly and easy-to-use way of creating your own layouts, it'll be super interesting to see if the same users start to report more FCP bugs and crashes. |
| 89 | + |
| 90 | +I've already started to see a few reports of people saying that things like the Export button randomly stop working. |
| 91 | + |
| 92 | +If you're using a customised workspace, and Final Cut Pro isn't crashing and is rock solid - please let us know in the comments! |
0 commit comments