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 our team. We will be in touch shortly.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
16 September 2024

Announcing Authd: OIDC authentication for Ubuntu Desktop and Server

Ubuntu Article

Today we are announcing the general availability of Authd, a new authentication daemon for Ubuntu that allows direct integration with cloud-based identity providers for both Ubuntu Desktop and Server. Authd is available free of charge on Ubuntu 24.04 LTS. At launch, Authd supports Microsoft Entra ID (formerly Azure Active Directory) ident ...


Richard Ferreira
4 September 2024

Meet Canonical at Open Source Summit Europe 2024

AI Article

Join Canonical, the publisher of Ubuntu, as we attend the upcoming Open Source Summit Europe 2024 in Austria. Hosted by the Linux Foundation, this summit is the premier event for developers, technologists, and community leaders with a keen interest in the innovation that open source enables. Mark your calendars for September 16-18, 2024, ...


Julie Muzina
13 August 2024

Visual Testing: GitHub Actions Migration & Test Optimisation

Design Article

What is Visual Testing? Visual testing analyses the visual appearance of a user interface. Snapshots of pages are taken to create a “baseline”, or the current expectation of how each page should appear. Proposed changes are then compared against the baseline. Any snapshots that deviate from the baseline are flagged for review. For example ...