Skip to main content
  1. Blog
  2. Article

Canonical
on 11 August 2009

One Hundred Paper Cuts Round 6 Progress Report


One Hundred Paper Cuts Round 6 contained some of the easiest-to-fix paper cuts we’ve seen so far, but it made less progress than any previous milestone. Perhaps this is indicative of the psychology behind paper cuts; the bugs that are easiest to fix often get the least attention. The two paper cuts that made discernible progress were:

“Open location” dialog should not close on invalid path
Marcus Carlson worked on a couple different patches for this. The most promising approach so far is to return the user to the “Open Location” dialog when the original location is invalid. The patch is awaiting feedback upstream.
Unmounting a drive sends Nautilus to /media instead of computer://
Filed upstream. Should be a very small patch. Edit: The great Sebastian Bacher is on the case!

If you’re looking to start your career as an all-star free software contributor, these paper cuts are behind schedule and could benefit from your attention (some of them are really easy to fix!):

Suggested output when printing a file to PDF is technical and generic “~/output.pdf”
It appears pretty straightforward to reuse the source filename in the output filename rather than merely using “output.” Also, we’d like to save the PDF to the user’s Desktop instead of her home folder, and set PDF as the default file type (instead of PostScript).
“Select your time zone from the map” is misleading
Requires only a single string change.
Folder names shows uncentered under the [Human] folder icon
The Human folder icon is slightly off-center — go ahead, take a look inside your Home folder! Shifting it a couple pixels to the right should fix thousands of subtle imbalances across millions of desktops.
Brushing right-edge of trackpad causes clipboard to paste text
Middle-clicking should be turned off by default on trackpads. Requires a simple patch to a configuration file.
“Hardware Drivers” displays empty error dialog when not connected to the network
A simple patch adding some explanatory text to the empty dialog is needed.
The modal behavior of “Show Desktop” is confusing
A small(?) patch is needed to always make “Show Desktop” minimize all windows, unless all windows are already minimized, in which case “Show Desktop” should restore all minimized windows.
Human theme’s Ubuntu icon uses older style
This little gem needs some polishing.
[OpenOffice's] F11 key brings up Style and Formatting instead of Full Screen
Needs a small patch to the OpenOffice keybinding configuration file to make it use the standard fullscreen shortcut.

Related posts


Massimiliano Gori
31 March 2026

How to manage Ubuntu fleets using on-premises Active Directory and ADSys

Cloud and server Article

The “hybrid fleet” is today’s reality: organizations diversify operating systems while Microsoft Active Directory (AD) remains the dominant identity “source of truth.” IT administrators must ensure Linux machines, like Ubuntu desktops and servers, behave as first-class citizens in this environment. Efficient Linux management demands unifi ...


Massimiliano Gori
30 March 2026

How to Harden Ubuntu SSH: From static keys to cloud identity

Cloud and server Article

30 years after its introduction, Secure Shell (SSH) remains the ubiquitous gateway for administration, making it a primary target for brute force attacks and lateral movement within enterprise environments. For system administrators and security architects operating under the weight of regulatory frameworks like SOC2, HIPAA, and PCI-DSS, ...


Massimiliano Gori
27 March 2026

Modern Linux identity management: from local auth to the cloud with Ubuntu

Cloud and server Article

The modern enterprise operates in a hybrid world where on-premises infrastructure coexists with cloud services, and security threats evolve daily. IT administrators are tasked with a difficult balancing act: maintaining traditional local workflows while managing the inevitable shift toward cloud-native architectures. Identity has emerged ...