This bug is reported against a not longer supported version of Ubuntu.
If you are still having this issue with a newer version of Ubuntu can
you please update the bug report.
** Changed in: network-manager-applet (Ubuntu)
Status: New => Incomplete
--
You received this bug notification bec
This bug is reported against a not longer supported version of Ubuntu.
If you are still having this issue with a newer version of Ubuntu please
update the bug report.
** Changed in: network-manager-applet (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you
This bug is reported against a not longer supported version of Ubuntu.
If you are still having this issue with a newer version of Ubuntu please
update the bug report.
** Changed in: network-manager-applet (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you
** Changed in: hundredpapercuts
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991107
Title:
Typo in button labels for Rhythmbox lyrics viewer
To manage notificat
watch: None => GNOME Bug Tracker #686783
** Changed in: hundredpapercuts
Status: Triaged => In Progress
** Changed in: hundredpapercuts
Assignee: Papercuts Ninja (papercuts-ninja) => Timothy Arceri (t-fridey)
** Changed in: rhythmbox (Ubuntu)
Assignee: Paolo Rotolo (paoloro
Thanks for the response.
** Changed in: network-manager-applet (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/366923
Title:
nm-connection-editor crashed
Fix has been committed upstream
** Changed in: hundredpapercuts
Status: In Progress => Fix Committed
** Changed in: rhythmbox (Ubuntu)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
h
dredpapercuts
Assignee: Papercuts Ninja (papercuts-ninja) => Timothy Arceri (t-fridey)
** Bug watch added: GNOME Bug Tracker #577806
https://bugzilla.gnome.org/show_bug.cgi?id=577806
** Also affects: gtk via
https://bugzilla.gnome.org/show_bug.cgi?id=577806
Importance: Unkno
Removing the code as in comment #9 just hides the real problem. As I
said the real bug is in GTK
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/316959
Title:
Music folder appears twice in Rhythmbox
*** This bug is a duplicate of bug 316959 ***
https://bugs.launchpad.net/bugs/316959
** This bug has been marked a duplicate of bug 316959
Music folder appears twice in Rhythmbox
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Changed in: rhythmbox (Ubuntu)
Status: Triaged => Invalid
** Also affects: gtk+3.0 (Ubuntu)
Importance: Undecided
Status: New
** Changed in: gtk+3.0 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
I think the reason it wouldn't be enable by default is that having a
scan like that at the startup could be harsh on low powered single core
machines.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443
Chris, that may be so but we should still attempt to fix the bug in GTK
so that it doesn't happen again in future and so it fixes any issues
with other applications i.e Totem.
>From what I can make out in the code here is the problem:
gtk_file_chooser_add_shortcut_folder is implemented in
http:/
** Changed in: hundredpapercuts
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/388656
Title:
Non-intuitive term "Move to trash"
To manage notifications about this
** Bug watch added: GNOME Bug Tracker #154722
https://bugzilla.gnome.org/show_bug.cgi?id=154722
** Changed in: nautilus
Importance: Medium => Unknown
** Changed in: nautilus
Status: Invalid => Unknown
** Changed in: nautilus
Remote watch: GNOME Bug Tracker #641520 => GNOME Bug Trac
*** This bug is a duplicate of bug 845579 ***
https://bugs.launchpad.net/bugs/845579
** This bug has been marked a duplicate of bug 845579
software-center terribly slow, ubuntu freezing
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
It seems with the latest speedup2 code changes in 5.3.14.2 Software
Center gets to main window visible faster but is slower elsewhere. Here
the output from my machine.
timothy@timothy-1005P:~$ software-center --measure-startup-time
2012-10-03 21:31:15,025 - softwarecenter.performance - DEBUG - imp
I still have to verify this with actual benchmarking but one place that
looks like it will benefit from optimising is here:
softwarecenter.performance - DEBUG -
cat_parser.parse_applications_menu(): 1.73268795013
The code called is in /softwarecenter/db/categories.py and from a quick
scan over th
Ran a quick performance test here is the result:
2012-10-04 22:23:11,027 - softwarecenter.performance - DEBUG - _parse_menu_tag:
1.55758905411
2012-10-04 22:23:11,324 - softwarecenter.performance - DEBUG -
cat_parser.parse_applications_menu(): 1.86049294472
So there is definitely over a second
Ok, turns out the xml parsing isn't to bad after all. I tracked this one
all the way back to:
# get cataloged_times
cataloged_times = {}
CF = "/var/lib/apt-xapian-index/cataloged_times.p"
if os.path.exists(CF):
try:
cataloged_times = pickle.load(open(CF))
except Exception as e:
Running software-center with --measure-startup-time I get the following:
software-center --measure-startup-time
2012-09-08 18:10:08,170 - softwarecenter.performance - DEBUG - opening the
pkginfo: 0.0926611423492
2012-09-08 18:10:08,315 - softwarecenter.performance - DEBUG - opening the
xapiandb:
I just couldn't leave this one alone. The cataloged_times is just a dictionary
so there is no real need to use pickle to serialise it. I loaded the file into
python and created a serialise file using msgpack instead.
This reduced the file size from 3.1MB to 1.7MB. I then changed software center
I've filled my suggested improvement in the debian bug system for apt-
xapian-index I guess its now up to upstream to agree.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689717
** Bug watch added: Debian Bug tracker #689717
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689717
--
You
Public bug reported:
Cataloged_times is simply a Python dictionary object. Other serialisation
methods are
faster than pickle at handling simple data types like this. On my low powered
atom Netbook
this file takes 1.4 seconds to load. When I use the same data with the msgpack
python module
it
** Changed in: hundredpapercuts
Assignee: Timothy Arceri (t-fridey) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/688695
Title:
Remove access key for Repeat button
To man
If anyone is interested in working on this bug I have detailed what I
think needs to be done in the code in the upstream bug report comment 9:
https://bugzilla.gnome.org/show_bug.cgi?id=619746#c9
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
Not sure if this is still an issue only have redhat with Gnome 2.16 to
test on at the moment and the dialog box does not let you enter a name.
Needs to be testing in Ubuntu 12.04, for now just reassigning to the
correct package.
** Also affects: gtk+3.0 (Ubuntu)
Importance: Undecided
St
If you have a working ops it doesn't make the bug report incomplete.
** Changed in: boinc (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/933354
Title:
sorry a working ppa
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/933354
Title:
GPU not found with ATI Hd series cards
To manage notifications about this bug go to:
https://bugs.launchpad.net/b
in: hundredpapercuts
Assignee: Timothy Arceri (t-fridey) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/385785
Title:
"Open location" dialog should not close on invalid
** Bug watch added: GNOME Bug Tracker #374661
https://bugzilla.gnome.org/show_bug.cgi?id=374661
** Changed in: nautilus
Importance: Wishlist => Unknown
** Changed in: nautilus
Status: Invalid => Unknown
** Changed in: nautilus
Remote watch: GNOME Bug Tracker #607303 => GNOME Bug Tr
** Changed in: hundredpapercuts
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/386481
Title:
Not same right click menu in left and right part of Nautilus
To
I sent feedback to Google about this problem using their feedback form
and a week or so later its all working. Who would have thought.
** Changed in: hundredpapercuts
Status: Confirmed => Fix Released
** Changed in: ubuntu
Status: Confirmed => Fix Released
--
You received this bug
I'm not sure what the holdup here is the patch for version 2.96 (i.e
Ubuntu 12.04) was posted in comment #23
** Branch linked: lp:ubuntu/precise/rhythmbox
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
Running software-center with --measure-startup-time I get the following:
software-center --measure-startup-time
2012-09-08 18:10:08,170 - softwarecenter.performance - DEBUG - opening the
pkginfo: 0.0926611423492
2012-09-08 18:10:08,315 - softwarecenter.performance - DEBUG - opening the
xapiandb:
** Changed in: hundredpapercuts
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033259
Title:
If the user tries to open a 'Recent file' that no longer exists, LO
I'm also still getting an error I have:
jockey 0.9.7-0ubuntu7.1
nvidia-common 1:0.2.44
** Attachment added: "jockey.log"
https://bugs.launchpad.net/ubuntu/+source/nvidia-common/+bug/873058/+attachment/3308715/+files/jockey.log
--
You received this bug notification because you are a member o
Sorry still getting the error in 12.04 (precise)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/873058
Title:
Jockey fails to install binary ati driver (post release) version
To manage notifications
** Changed in: hundredpapercuts
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/835018
Title:
Can't select description text in software item screen
To manage notif
There is a class called TextBlock in
softwarecenter/ui/gtk3/widgets/description.py which has the code that is
used to display the description text.
>From what I can tell it uses a Pango layout to draw the text rather than
just using a GTK Label. This is where my knowledge runs out I have no
idea h
** Changed in: hundredpapercuts
Assignee: Timothy Arceri (t-fridey) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752323
Title:
URLs in package descriptions should be clicka
12.10 finally renames "update manager" to "software updater"
** Changed in: hundredpapercuts
Assignee: Mohamed Amine Ilidrissi (ilidrissi.amine) => (unassigned)
** Changed in: update-manager (Ubuntu)
Assignee: Mohamed Amine Ilidrissi (ilidrissi.amine) => (unassigned)
** Changed in: hun
** Changed in: hundredpapercuts
Milestone: nt7-potpourri => quantal-8-administration
** Changed in: hundredpapercuts
Assignee: Papercuts Ninja (papercuts-ninja) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug
** Changed in: hundredpapercuts
Milestone: None => quantal-10-gtk
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382829
Title:
Suggested output when printing a file to PDF is technical and generi
** Changed in: hundredpapercuts
Milestone: precise-8-softwarecenter-app-descriptions =>
quantal-8-administration
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752323
Title:
URLs in package desc
** Summary changed:
- Rename Update-notifier > update-manager-daemon
+ Rename Update-notifier > software-updater-daemon
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/399591
Title:
Rename Update-n
** Changed in: hundredpapercuts
Assignee: Mohamed Amine Ilidrissi (ilidrissi.amine) => (unassigned)
** Changed in: update-notifier (Ubuntu)
Assignee: Mohamed Amine Ilidrissi (ilidrissi.amine) => (unassigned)
** Changed in: hundredpapercuts
Status: In Progress => Triaged
** Chang
** Changed in: hundredpapercuts
Status: Triaged => Fix Released
** Changed in: gwibber
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/584028
Title:
Ar
** Changed in: unattended-upgrades (Ubuntu)
Status: Expired => New
** Changed in: hundredpapercuts
Status: Incomplete => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/677516
Title:
The new software updater design should make this bug invalid once
implemented see:
https://wiki.ubuntu.com/SoftwareUpdates#Checking_manually
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689984
Title:
*** This bug is a duplicate of bug 780776 ***
https://bugs.launchpad.net/bugs/780776
** This bug has been marked a duplicate of bug 780776
Launcher - Poor feedback on application loading
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
*** This bug is a duplicate of bug 780776 ***
https://bugs.launchpad.net/bugs/780776
** This bug is no longer a duplicate of bug 750177
No launch feedback for applications launched outside the launcher or Dash
** This bug has been marked a duplicate of bug 780776
Launcher - Poor feedback
Hi Michael,
The phrase "update-notifier" appears to the user in the
System Monitor (see attached screenshot).
** Attachment added: "system_monitor.png"
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/399591/+attachment/3186213/+files/system_monitor.png
--
This bug is still triaged, see the new upstream bug. In future please
check this before changing the status
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876897
Title:
Changing Default Application f
** Changed in: hundredpapercuts
Status: Confirmed => Fix Committed
** Changed in: hundredpapercuts
Milestone: nt7-potpourri => quantal-8-administration
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
** Changed in: hundredpapercuts
Status: New => Opinion
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/922413
Title:
Disable sound effects by default
To manage notifications about this bug go
This is an easy fix once the firefox port to gtk3 is finished (its
currently making good progress). Reconfirming as a papercut.
** Changed in: hundredpapercuts
Status: Invalid => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
This was marked as fixed upstream over a year ago. Are you able to
confirm this has been fixed?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/391223
Title:
Use double click to select bluetooth devic
In 12.04 it now says "Ubuntu Desktop" is this the intended fix or does
it need to say "Workspace Switcher"?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869136
Title:
Top Bar should have the title
Cannot reproduce this on a default install of Ubuntu 12.04
** Changed in: hundredpapercuts
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854155
Title:
Conflicti
The package linked to this bug should be set to Fix committed not fix
released
** Changed in: hundredpapercuts
Status: Confirmed => Fix Committed
** Changed in: hundredpapercuts
Milestone: None => quantal-11-misc
--
You received this bug notification because you are a member of Kubun
gtk+3.5.4 (which contains the fix) has been added to quantal. Marking
as fix released.
As stated earlier bugs should be filled for individual applications if
you what them to change the default value. I have already submitted a
patch upstream for Gedit.
** Changed in: hundredpapercuts
Sta
** Changed in: hundredpapercuts
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/532072
Title:
long descriptions get cut in the middle
To manage notificati
I disagree. Basically your just saying remove that names of the programs
from the description. This is silly it adds no value. But removes useful
information, its important to know the names of these apps to be able to
launch them from the command line.
** Changed in: hundredpapercuts
Statu
This was marked as fix commuted because its fixed upstream
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/811475
Title:
Descender letters (g j p q y) get their tail cut off in current song
To manage
** Changed in: hundredpapercuts
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/811475
Title:
Descender letters (g j p q y) get their tail cut off in current s
** Changed in: hundredpapercuts
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-default-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1004917
Title:
Default activity name in Englis
** Changed in: hundredpapercuts
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828593
Title:
Gwibber "Smooth scrolling"
To manage notifications about this bug go to:
ht
Netbook remix no longer exists, marking as invalid in papercuts
** Changed in: hundredpapercuts
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/500392
Title:
Defau
I have not seen this message since before Oneiric. I no longer get any
message when unplugging my netbook. Can anyone confirm if they still get
this message?
** Changed in: hundredpapercuts
Status: Confirmed => Incomplete
** Changed in: gnome-power-manager (Ubuntu)
Status: Triaged =
This no longer appears to be an issue.
** Changed in: gnome-power-manager (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/766175
Title:
Unplugging power opens "
Looks like this message is not meant to be displayed see bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/355877
My guess is this has been fixed again.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bu
** Changed in: hundredpapercuts
Status: In Progress => Triaged
** Changed in: hundredpapercuts
Assignee: surma mukhopadhyay (surma04) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
** Also affects: tangerine (Ubuntu)
Importance: Undecided
Status: New
** Changed in: tangerine
Status: Fix Committed => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/635941
The change was committed but Tangerine still doesnt seem to come up
under Sound & Video in the software center.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/635941
Title:
Tangerine isn't in the goo
It no longer comes up under "Themes and Tweaks"
Checked on Precise
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/635941
Title:
Tangerine isn't in the good category.
To manage notifications about t
** Package changed: gtk+2.0 (Ubuntu) => ubuntu
** No longer affects: gtk+3.0 (Ubuntu)
** Package changed: ubuntu => gtk+3.0 (Ubuntu)
** Changed in: gtk+3.0 (Ubuntu)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
** Also affects: gnome-control-center (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995095
Title:
Only disable touchpad after a certain number of
This sounds like more of a problem with the nvidia driver rather than
have the dependency installed. If you card doesn't support vdpau then
the driver should be trying to use libvdpau. What version of the driver
do you have installed?
** Also affects: gnome-mplayer (Ubuntu)
Importance: Undecide
** Package changed: gnome-mplayer (Ubuntu) => mplayer (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997742
Title:
remove libvdpau from mplayer dependancies
To manage notifications about th
** Also affects: nvidia-graphics-drivers (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997742
Title:
remove libvdpau from mplayer dependancies
T
** Changed in: hundredpapercuts
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/498705
Title:
gpsdrive is incorrectly categorized in software-center
To manage
This issue was cause by the back porting of Grips from GTK 3 to GTK 2.
It was causing a number of issues with a number of applications and has
since been removed from GTK2.
** Changed in: nautilus (Ubuntu)
Status: Confirmed => Invalid
** Changed in: hundredpapercuts
Status: Triaged
** Changed in: hundredpapercuts
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706856
Title:
Wrong arrow icon is used in Appearance preferences window
To manage n
** Package changed: gtk+2.0 (Ubuntu) => ubuntu
** Package changed: ubuntu => gtk+3.0 (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/164298
Title:
Print to file should say "Export as PDF" in
** Summary changed:
- Maverick: The defaut livecd and installed firefox bookmarks could do with
updating.
+ The defaut firefox bookmarks could do with updating.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
** Changed in: hundredpapercuts
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/51043
Title:
ListView - Context-menu options missing when pointer is above
** Changed in: hundredpapercuts
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/601187
Title:
progress bar on file copy to usb key
To manage notifications about
** Also affects: gnome-control-center (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886513
Title:
changing default apps doesn't work
To manage n
** Changed in: hundredpapercuts
Assignee: (unassigned) => Timothy Arceri (t-fridey)
** Changed in: hundredpapercuts
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
This functionality has moved to the power plugin of the gnome-settings-
daemon in Gnome 3. So will need to be patched here. Changing package to
gnome-settings-daemon
** Package changed: gnome-power-manager (Ubuntu) => gnome-settings-
daemon (Ubuntu)
--
You received this bug notification because
In precise there is no prompt at all. There is just a normal
notification message.
This does not match the design:
https://wiki.ubuntu.com/NotificationDesignGuidelines#morphing
** Changed in: hundredpapercuts
Status: In Progress => Confirmed
--
You received this bug notification because
Marking as incomplete as there has been no news in this bug sine 2009
and the url no longer works.
Can someone please confirm if this is still an issue? And if so can a
new example url be posted.
Thanks.
** Changed in: hundredpapercuts
Status: Triaged => Incomplete
** Changed in: rhythmb
Marking as incomplete in papercuts until list of affected apps is
updated as list is 2 years old.
** Changed in: hundredpapercuts
Status: Triaged => Incomplete
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in Ubuntu.
https:/
** Changed in: hundredpapercuts
Status: Triaged => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602685
Title:
Description: Abraca XMMS2 Client
To manage notifications about this
** Changed in: hundredpapercuts
Status: Incomplete => Confirmed
** Changed in: rhythmbox (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/354647
Ti
Hi mcsan
Can you please post the following information:
1. The version of Rhythbox you are running.
2. The browser and version of that browser that you are using to click on the
link.
3. The version of Ubuntu you are using.
I have tried to reproduce this in Ubuntu 12.04 and I get the following m
** Changed in: hundredpapercuts
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989496
Title:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xd1 in position
117
Marking as incomplete as reporter can not confirm if this is still an
issue.
** Changed in: hundredpapercuts
Status: Confirmed => Incomplete
** Changed in: plasma-widget-networkmanagement (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a me
** Changed in: hundredpapercuts
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004917
Title:
Default activity name in English, "New Activity", is confusing
To ma
201 - 300 of 686 matches
Mail list logo