Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

An error occurred while submitting your form. Please try again or file a bug report. Close

  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
2 July 2025

Source to production: Spring Boot containers made easy

Cloud and server Article

This blog is contributed by Pushkar Kulkarni, a Software Engineer at Canonical. Building on the rise in popularity of Spring Boot and the 12 factor paradigm, our Java offering also includes a way to package Spring workloads in production grade, minimal, well organized containers with a single command. This way, any developer can generate ...


Massimiliano Gori
2 July 2025

Spring support available on Ubuntu

Cloud and server Article

This blog is contributed by Vladimir Petko, a Software Engineer at Canonical. The release of Plucky Puffin earlier this year introduced the availability of the devpack for Spring, a new snap that streamlines the setup of developer environments for Spring on Ubuntu. In this blog, we’ll explain what devpacks are and provide an overview of ...


Canonical
1 July 2025

Chiseled Ubuntu containers for OpenJRE 8, 17 and 21

Cloud and server Article

Today we are announcing chiseled containers for OpenJRE 8, 17 and 21 (Open Java Runtime Environment), coming from the OpenJDK project. These images are highly optimized for size and security, containing only the dependencies that are strictly necessary. They are available for both AMD64 and ARM64 architectures and benefit from 12 years of ...