Actions

Difference between revisions of "Ubuntu Fix Annoying Things"

From falz.net

Line 20: Line 20:
 
* Expectation: Switch between windows including important visual cues (highlight window, show a popup of windows)
 
* Expectation: Switch between windows including important visual cues (highlight window, show a popup of windows)
 
* Reality: By default, it switches between app groups, not windows (like OSX does)
 
* Reality: By default, it switches between app groups, not windows (like OSX does)
* Fix: Nothing great, Settings -> Keyboard -> Shortcuts, re-map key to use the Alt-Esc method instead (which highlights borders but does not show pop up)
+
* Fix: Nothing great, '''Settings -> Keyboard -> Shortcuts''', re-map key to use the '''Alt-Esc''' method instead (which highlights borders but does not show pop up)
  
  
Line 35: Line 35:
  
 
=== File manager ===
 
=== File manager ===
* Expectation: When browsing a list of files, start typing to skip to that section
+
* Expectation: When browsing a list of files, start typing to skip to that section of the list instantly
* Reality: When you start typing it starts doing a filesystem search
+
* Reality: When you start typing it starts doing a filesystem search of your current directory, slowly. Your intended item may or may not be at the top.
 
* Fix: Replace the default Nautilus file manager with [https://launchpad.net/~lubomir-brindza/+archive/ubuntu/nautilus-typeahead nautilus-typeahead]
 
* Fix: Replace the default Nautilus file manager with [https://launchpad.net/~lubomir-brindza/+archive/ubuntu/nautilus-typeahead nautilus-typeahead]
  

Revision as of 14:09, 8 April 2020

Here lies some steps of things to unfuck some default settings from Ubuntu and or its default applications, desktops, etc that I find awful. Note that these are the opinions of someone who expects to mostly navigate by keyboard, and has not used Windows since Win2k or so, primarily switching to XFCE for many years, which mostly has the same behavior of classic windows.


Why aren't I still running XFCE then? On my current work laptop - Dell XPS 13 9370 - many things simply didnt work properly - touchpad, power management, etc. After months of frustration and realizing that a coworkers laptop had no issues with stock Ubuntu LTS, I switched, only to find many issues that seem mind bogglingly incorrect.


Here are my fixes, mainly for my own documentation


Keyboard Shortcuts

Super+R "Run" Behavior

  • Expectation: Mimic Windows 'run' behavior with Super (aka windows key) + R Key combo:
  • Reality: nah
  • Fix: Settings -> Keyboard -> Shortcuts, Show the run prompt map to Super+R


Alt-Tab

  • Expectation: Switch between windows including important visual cues (highlight window, show a popup of windows)
  • Reality: By default, it switches between app groups, not windows (like OSX does)
  • Fix: Nothing great, Settings -> Keyboard -> Shortcuts, re-map key to use the Alt-Esc method instead (which highlights borders but does not show pop up)


  • Expectation: Alt-Tab is instant
  • Reality: Ubuntu 18 introduced intentional lag because ???
  • Fix: Install and run gnome-tweaks, Extensions -> Alt-Tab switcher popup delay removal: On


  • Expectation: Alt+Shift+Tab goes back in list
  • Reality: Nah
  • Fix: ??


File manager

  • Expectation: When browsing a list of files, start typing to skip to that section of the list instantly
  • Reality: When you start typing it starts doing a filesystem search of your current directory, slowly. Your intended item may or may not be at the top.
  • Fix: Replace the default Nautilus file manager with nautilus-typeahead


Terminal

  • Expectation: Have reasonable shortcuts to open new tabs, set tab titles, and cycle through them
  • Reality: Nah (cant set tab titles at all), shortctuts are different than expected
  • Fix: Use xfce4-terminal instead