From c54e1cb695d618c656d33bbd4e310b3ea30a6b88 Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Fri, 26 Sep 2025 12:13:42 -0600 Subject: [PATCH 1/2] Add another dependency for DaVinci Resolve installation --- content/install-davinci-resolve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/install-davinci-resolve.md b/content/install-davinci-resolve.md index 0dc500ec54..e1678e0bf3 100644 --- a/content/install-davinci-resolve.md +++ b/content/install-davinci-resolve.md @@ -24,7 +24,7 @@ DaVinci Resolve requires an NVIDIA GPU to run. (Intel GPUs lack the necessary Op The following packages will be needed to build, install, and run DaVinci Resolve: ```bash -sudo apt install fakeroot libglu1-mesa libssl3 ocl-icd-opencl-dev xorriso +sudo apt install fakeroot libglu1-mesa libssl3 ocl-icd-opencl-dev qtwayland5 xorriso ``` ### Download DaVinci Resolve and the MakeResolveDeb script From 0a338be89539d5806e67ecd1812c495dee7c22ff Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Mon, 29 Sep 2025 13:00:08 -0600 Subject: [PATCH 2/2] Fix spacing lints in pop-cosmic-keyboard-shortcuts --- content/pop-cosmic-keyboard-shortcuts.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/pop-cosmic-keyboard-shortcuts.md b/content/pop-cosmic-keyboard-shortcuts.md index 066b3846b2..fe2017bf51 100644 --- a/content/pop-cosmic-keyboard-shortcuts.md +++ b/content/pop-cosmic-keyboard-shortcuts.md @@ -56,7 +56,6 @@ The launcher allows searching through open windows and installed applications. I | `=` or start typing an equation | Calculate and equation | | `?` | Help menu | - ### Navigation | Shortcut | Action | @@ -96,9 +95,9 @@ The launcher allows searching through open windows and installed applications. I | SUPER + Y | Toggle window tiling for the current workspace | | SUPER + G | Toggle floating window | | SUPER + O | Change window orientation inside the tiled layout from vertical to horizontal | -| SUPER + X | Swap windows using direction keys to indicate a window for swap | +| SUPER + X | Swap windows using direction keys to indicate a window for swap | | SUPER + U | Select additional windows up in the tiling tree (which then can be managed together) | -| SUPER + I | Select fewer windows up in the tiling tree (which then can be managed together) | +| SUPER + I | Select fewer windows up in the tiling tree (which then can be managed together) | ### Other system shortcuts @@ -108,7 +107,7 @@ The launcher allows searching through open windows and installed applications. I | SUPER + W | Toggle Workspaces Overview | | SUPER + F | Open Files | | SUPER + T | Open Terminal | -| SUPER + Escape | Lock screen | +| SUPER + Escape | Lock screen | | SUPER + Shift + Escape | Log out | | Print | Take a screenshot | | Print + Space | Switch between added language/input sources |