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


Canonical
27 May 2026

Introducing Workshop: launch sandboxed development environments on Ubuntu with a single command

Canonical announcements Article

Developers now benefit from consistency and repeatability for cutting-edge workflows, including agentic AI. Today, Canonical announced the release of Workshop, a solution for launching development environments with a single command. These environments are configured once, and can be reproduced on different machines. This means consistent ...


Youssef Eltoukhy
26 May 2026

Run agentic workloads on Arm and Ubuntu

AI Article

In the lead-up to Ubuntu Summit 26.04, Canonical and Arm are collaborating to certify the new Arm AGI CPU on Ubuntu 26.04 LTS (Resolute Raccoon). Learn what this means for developers and agentic AI. ...


Miguel Divo
22 May 2026

Decoding design: How design and engineering thrive together in open source

Design Article

Open source thrives on engineering-driven processes. Fast feedback loops, terminal tools, Git workflows: they’re the lifeblood of how we build software in the open. But for software to truly excel, we need to create user experiences that empower people to use them. I wanted to bring this conversation into the spotlight as part of Canonica ...