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 20 August 2009

One Hundred Paper Cuts Round 7 Progress Report


One Hundred Paper Cuts Round 7 drew to a close last week. Here are the paper cuts that were (or were not) addressed:

GNOME Panel icons (on right side) move apparently randomly on session start in some situations
Ryan Maki wrote a surprisingly small patch to fix this long-standing and very annoying bug with over forty duplicates. Upstream reviewed and tested the patch, and verified that it works and they seem to be pleased with it.

Edit: I’m told that Mark McLoughlin wrote this patch four years ago.

Dates are not consistently displayed according to locale
Evolution’s New Appointment dialog was fixed upstream and in Karmic!
Inconsistent spelling of “Filesystem” (vs. “File system”
Bryce Harrington submitted a patch, so you should see “File System” used consistently. “File System” and “Filesystem” are equally poor names, so we’re still looking to improve this situation.
Change “abort” to “close” or “cancel” in default KDE apps
Celeste Lyn Paul noticed this geekspeak, and Mackenzie Morgan made sure KDE users can dismiss their dialogs without the drama.
Notification popup should display filename in header and job number in details rather than the other way around
Tim Waugh and Till Kamppeter tackled this one, and it’s now fixed in Karmic — thanks, guys!

These paper cuts could use a brave soul to push them until they are fixed.

Can you write or test patches? Pick a bug that you care about, check on its status upstream, create a patch if you can, or look for someone who can help you create one. Follow up on it until it gains a patch and that patch is reviewed by someone with some authority on the matter. This is your chance to take some responsibility and gain first-hand perspective on how free software works.

Downloads should go to ~/Downloads
This should be fairly simple to fix, no code is needed and upstream behaves this way already.
“Home Folder” has 3 different names
The original suggestion was to name your home folder with your short username everywhere, but the discussion drags on. The bug is “In Progress” but it’s not clear what direction it’s heading in.
“Less than a minute remaining” text is confusing and unnecessary
In the middle of installation, the text “Less than a minute remaining” appears, at which point there is much more than a minute remaining. The bug has no clear owner.
“Eject” should eject the CD-ROM drive tray
Currently, attempting to eject an empty disk drive results in heinous errors. This was temporarily fixed, but reverted in Jaunty.
Drag and drop of Bookmarks from Places menu copies entire directory instead of creating a link
This is a fantastic paper cut, and is likely trivial to fix, it just needs an owner.
Background image geometry options are confusing
Daniel Fore’s proposal is to change (Tiled, Centered, Zoom, Scaled, Fill Screen) to (Tile, Center, Zoom, Scale, Stretch).

Now, on to Round 8!

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 ...