[Bug 1206370] Re: subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

2013-08-18 Thread B Bobo
Sorry, the issue is not related to unlimited local resource overutilization.
 $ (yes )
is not a fork bomb or any other kind of resource overutilization. There is only 
one subshell and only one subprocess being executed in it.

The issue is with buggy signal handling.
I'm re-opening this BR.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206370

Title:
  subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1206370/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1213743] [NEW] subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

2013-08-18 Thread B Bobo
*** This bug is a security vulnerability ***

Public security bug reported:

Type this at a shell prompt in gnome-terminal:

$ (yes)
y
y
y
y
y
y
...

Denial of service. Shell becomes totally unresponsive. Subshell command
is uninterruptible.

An old one that affects bash, dash, ksh, tcsh, and zsh shells at least
in all versions in Ubuntu and further back in Ubuntu pre-history too.

Please note the issue is not related to
https://wiki.ubuntu.com/SecurityTeam/Policies#Unlimited_Local_Resource_Utilization

 $ (yes )
is not a fork bomb or any other kind of resource overutilization. There is only 
one subshell and only one subprocess being executed in it.

The issue is with buggy signal handling.

** Affects: bash (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: dash (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ksh (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: tcsh (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: zsh (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public Security

** Also affects: gnubash
   Importance: Undecided
   Status: New

** Project changed: gnubash = ubuntu

** Package changed: ubuntu = bash (Ubuntu)

** Also affects: zsh
   Importance: Undecided
   Status: New

** Project changed: zsh = zsh (Ubuntu)

** Also affects: dash
   Importance: Undecided
   Status: New

** Project changed: dash = dash (Ubuntu)

** Also affects: mksh
   Importance: Undecided
   Status: New

** Project changed: mksh = ksh (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1213743

Title:
  subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1213743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206370] Re: subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

2013-08-18 Thread B Bobo
Since you've apparently locked down this report, so I can't re-open it,
I'm opening a new one.

This is the third time you've brushed away a security-related bug report
on completely spurious grounds. You're making more work for yourself and
for users of launchpad. Please stop doing that. It is not a productive
way of going about your work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206370

Title:
  subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1206370/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240147] Re: 'cutter' utility doesn't work anymore because it depends on kernel module 'ip_conntrack' which is obsolete

2013-08-06 Thread B Bobo
Since 'cutter' is meant to be a sysadmin tool only, it should be run by
root only and therefore does not need extra privileges.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/240147

Title:
  'cutter' utility doesn't work anymore because it depends on kernel
  module 'ip_conntrack' which is obsolete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cutter/+bug/240147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199462] Re: Job control is off in the subshell

2013-08-03 Thread B Bobo
 This is probably a duplicate of #1199547

Are you sure? This one came before #1199547.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199462

Title:
  Job control is off in the subshell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xterm/+bug/1199462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207971] [NEW] xterm default is to fail to use available UTF-8 fonts

2013-08-03 Thread B Bobo
Public bug reported:

When xterm is started in its default out-of-the-box condition, i.e.
without any command-line, .Xresources, or .[a-Z]*rc options, it should
be able to display text in any of the available UTF-8 fonts, regardless
of locale.

Install a range of truetype CJK and non-truetype CJK fonts and start
gnome-terminal in a normal Ubuntu 13.04 Unity session. At the command-
line, try viewing some foreign text in UTF-8,

 $ curl http://www.nhk.or.jp/ | lynx -dump -stdin

Notice how all of the characters are displayed by gnome-terminal. It
should all work ok. If not, install more CJK fonts.

Start xterm at the command-line inside the gnome-terminal to ensure
xterm is given the identical environment variables as gnome-terminal,

 $ xterm

At the command-line in the xterm, try viewing some foreign text in
UTF-8,

 $ curl http://www.nhk.or.jp/ | lynx -dump -stdin

What happens is that xterm displays the foreign UTF-8 text with little
empty squares representing missing UTF-8 characters.

** Affects: xterm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy

** Tags added: saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207971

Title:
  xterm default is to fail to use available UTF-8 fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xterm/+bug/1207971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206370] Re: subshell that instantly locks up bash, dash, and tcsh

2013-08-02 Thread B Bobo
** Description changed:

  Type this at a shell prompt in gnome-terminal:
  
  $ (yes)
  y
  y
  y
  y
  y
  y
  ...
  
  Denial of service. Shell becomes totally unresponsive. Subshell command
  is uninterruptible.
  
- An old one that affects bash, dash, and tcsh shells at least in all
- versions in Ubuntu and further back in Ubuntu pre-history too.
+ An old one that affects bash, dash, ksh, tcsh, and zsh shells at least
+ in all versions in Ubuntu and further back in Ubuntu pre-history too.

** Summary changed:

- subshell that instantly locks up bash, dash, and tcsh
+ subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

** Also affects: zsh
   Importance: Undecided
   Status: New

** Project changed: zsh = zsh (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206370

Title:
  subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash/+bug/1206370/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206370] Re: subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

2013-08-02 Thread B Bobo
** Also affects: ksh (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/1206370

Title:
  subshell that instantly locks up bash, dash, ksh, tcsh, and zsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash/+bug/1206370/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80635] Re: Please disable flow-control by default

2013-07-31 Thread B Bobo
Sorry you took it so personally. I think you mis-read my comment. My
comment as written was for trolls who complain about flow-control
without actually understanding it. It was not directed at you, as I
assumed you are somebody who understands flow-control. Flow-control is
an oft-misunderstood topic. When it came up at Linux World not so long
ago, Linus Torvalds closed the consensus discussion as basically there
is no point fixing something that isn't broken and anyway the correct
place for per-user preferences is at application level. He's right. If
it bothers you, it's trivial to fix your application preferences.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/80635

Title:
  Please disable flow-control by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/80635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240147] Re: 'cutter' utility doesn't work anymore because it depends on kernel module 'ip_conntrack' which is obsolete

2013-07-29 Thread B Bobo
** Summary changed:

- Kernel module ip_conntrack needed by cutter, but module is not autoloaded in 
old kernels and is obsolete in =3.5.x kernels
+ 'cutter' utility doesn't work anymore because it depends on kernel module 
'ip_conntrack' which is obsolete

** Description changed:

  Binary package hint: cutter
  
  It appears, that cutter has some unresolved dependencies, that apt does *not* 
know about.
  Using cutter after a normal installation leads to the following error 
message. Though I don't fully understand its meaning, I'm quite sure it is a 
compatibility problem worth fixing.
  
  Console output of cutter:
  $ cutter
  usage: cutter ip [ port [ ip [ port ] ] ]
  $ sudo cutter 172.16.3.104
  openning /proc/net/ip_conntrack: No such file or directory
  
  Best regards,
  Frederik Braun
  
  P.S.: It is stated in the man page, that cutter has been developed for
  and tested on ipcop and red hat linux - the author should be informed if
  we manage to get it working on ubuntu.
  
  P.P.S.: Report based on Ubuntu 8.04 (hardy heron) and cutter 1.03
  
- WORKAROUND: This problem can be circumvented by either manually loading
+ WORKAROUND: For Ubuntu versions up to the year 2010 with kernel versions
+ below 3.5.x, this problem can be circumvented by either manually loading
  the kernel module ip_conntrack either with sudo modprobe
  ip_conntrack or by adding a line ip_conntrack to the /etc/modules
  file and reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/240147

Title:
  'cutter' utility doesn't work anymore because it depends on kernel
  module 'ip_conntrack' which is obsolete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cutter/+bug/240147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 839560] Re: Errors in bash man page

2013-07-29 Thread B Bobo
** Tags added: manpage

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/839560

Title:
  Errors in bash man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/839560/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80635] Re: Please disable flow-control by default

2013-07-29 Thread B Bobo
** Also affects: linux
   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/80635

Title:
  Please disable flow-control by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/80635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80635] Re: Please disable flow-control by default

2013-07-29 Thread B Bobo
I'd suggest trolls who are apparently competent enough to use terminals,
but who still get confused by flow-control should be told off for
embarrassing lack of geek :-)

Seriously, flow-control is a useful feature to have enabled by default
regardless of terminal speed. @Matt Day, agreed that the setting in the
Linux kernel should be controllable via sysctl interface.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/80635

Title:
  Please disable flow-control by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/80635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146746] Re: bash crashes with infinitive recursion

2013-07-29 Thread B Bobo
Appears to have been fixed in bash 4.2.25

** Changed in: bash (Ubuntu)
   Status: Triaged = 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/146746

Title:
  bash crashes with infinitive recursion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/146746/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103237] Re: tcsh corrupts its command history list when history modifiers are used

2013-07-24 Thread B Bobo
** Summary changed:

- tcsh corrupts its command history list after random number of commands 
executed
+ tcsh corrupts its command history list when history modifiers are used

** Description changed:

  tcsh maintains a history list of the most recent $history commands
- executed. The history becomes corrupted after a number of commands have
- been executed. When this happens, the history list is cut off at a
- random position, showing only a subset of the oldest commands in the
- history list, discarding the newer commands which were in the history
- list, and the history list is no longer updated with any newly executed
- commands. There is no clear trigger for when the history gets corrupted.
- It can happen after executing only 8 commands or after more than a
- hundred. It is possibly triggered by using history modifiers e.g. !$:r
- and !$:t.
+ executed. The history becomes corrupted after a number of commands with
+ history modifiers have been executed. When this happens, the history
+ list is cut off at a random position, showing only a subset of the
+ oldest commands in the history list, discarding the newer commands which
+ were in the history list, and the history list is no longer updated with
+ any newly executed commands. The trigger is to keep using commands with
+ history modifiers e.g. !$:r and !$:t and eventually the history
+ corruption will happen.
  
- The history list used to work fine in old versions of tcsh somewhere
- around version 6.10/11/12, but all recent versions of tcsh have the bug.
- This bug exists in, for example, 6.17.06-2 (amd64) from Ubuntu 12.04
- Precise and all previous versions back at least as far as 10.04 Lucid.
+ The history list and history modifiers used to work fine in old versions
+ of tcsh somewhere around version 6.10/11/12, but all recent versions of
+ tcsh have the bug. This bug exists in, for example, 6.17.06-2 (amd64)
+ from Ubuntu 12.04 Precise and all previous versions back at least as far
+ as 10.04 Lucid.
  
  Clearing and resetting the history using the history variable does not
- solve the problem. The only solution is to restart tcsh, e.g. exec tcsh.
+ solve the problem. The only solution is to quit and restart tcsh, e.g.
+ exec tcsh.
  
  The history list is essential for proper use of an interactive shell.
  Without it, tcsh is almost completely useless as an interactive shell.
  This is a really serious bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103237

Title:
  tcsh corrupts its command history list when history modifiers are used

To manage notifications about this bug go to:
https://bugs.launchpad.net/tcsh/+bug/1103237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1193245] [NEW] Migrate photos from Shotwell

2013-06-21 Thread B Bobo
Public bug reported:

If F-Spot is to replace Shotwell as the new default photo manager, it
needs to migrate photos from Shotwell on first run. This is critical.
Many users will not or cannot migrate from Shotwell to F-Spot if they
would lose all their tags, modifications, Favourites, and ratings
[pgoodall].

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: f-spot

** Summary changed:

- Migrate photos from Shitwell
+ Migrate photos from Shotwell

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1193245

Title:
  Migrate photos from Shotwell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/1193245/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1016996] Re: Right ALT key mapped through .Xmodmap does not work in Firefox

2013-06-20 Thread B Bobo
No need to use xmodmap in Unity or mess around with the Xorg.conf file.
Delete your .Xmodmap file.

Open System Settings (be warned it may take several minutes or even hours 
before the popup finally appears even on a fast system)
Select Keyboard Layout
Select Options
Select Compose key position
Select Right Alt
Close window

The AltGr (right Alt) key works fine in firefox.
Type simultaneously AltGr + ','(comma) and then quickly type 'c' to get ç (if 
you type too slowly, you will get a plain 'c')
AltGr + ':' then 'e' for ë
AltGr + ' then 'e' for é
etc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1016996

Title:
  Right ALT key mapped through .Xmodmap does not work in Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1016996/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1193218] [NEW] [regression] Cache directory disappeared in clean profile

2013-06-20 Thread B Bobo
Public bug reported:

Made a clean profile in firefox 21 and started firefox.
Browsed launchpad.net and mozilla.org.
Quit firefox and restarted it, browsing launchpad.net and mozilla.org again.
Went to about:cache and was surprised to find none of the entries listed in the 
disk cache were actually accessible.
The disk cache entries were not accessible because the Cache directory and its 
contents no longer exist in the profile. They were deleted, i.e. the Cache 
directory and its subdirectories no longer exist.

I noticed firefox's JS Cache Deleter thread was running at the same time as 
firefox.
Is there a bug in JSCD that could cause deletion of the Cache directory?

This is in firefox 21.0+build2-0ubuntu0.12.04.3 in Ubuntu 12.04 Precise

Never seen this sort of thing in previous FF versions. Regression? If
you de-tag regression-update, please explain why.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: firefox regression-update

** Summary changed:

- Cache directory disappeared in clean profile
+ [regression] Cache directory disappeared in clean profile

** Description changed:

  Made a clean profile in firefox 21 and started firefox.
  Browsed launchpad.net and mozilla.org.
  Quit firefox and restarted it, browsing launchpad.net and mozilla.org again.
  Went to about:cache and was surprised to find none of the entries listed in 
the disk cache were actually accessible.
- The disk cache entries were not accessible because the Cache directory and 
its contents no longer exist in the profile. They were deleted, i.e. the Cache 
directory and its subdirctories no longer exist.
+ The disk cache entries were not accessible because the Cache directory and 
its contents no longer exist in the profile. They were deleted, i.e. the Cache 
directory and its subdirectories no longer exist.
  
  I noticed firefox's JS Cache Deleter thread was running at the same time as 
firefox.
  Is there a bug in JSCD that could cause deletion of the Cache directory?
  
  This is in firefox 21.0+build2-0ubuntu0.12.04.3 in Ubuntu 12.04 Precise
  
  Never seen this sort of thing in previous FF versions. Regression? If
  you de-tag regression-update, please explain why.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1193218

Title:
  [regression] Cache directory disappeared in clean profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1193218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191700] Re: [saucy] software-properties-gtk crashed with Exception NameHasNoOwner: Could not get owner of name 'com.ubuntu.SoftwareProperties'

2013-06-19 Thread B Bobo
The error message appears when one of the Ubuntu update programs runs
automatically shortly after GUI login. The error message also appears
when I try to run USC manually, and USC crashes. Soon the whole desktop
crashes too.

This all started after applying saucy updates dated 2013-06-14.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191700

Title:
  [saucy] software-properties-gtk crashed with Exception NameHasNoOwner:
  Could not get owner of name 'com.ubuntu.SoftwareProperties'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1191700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191700] Re: [saucy] software-properties-gtk crashed with Exception NameHasNoOwner: Could not get owner of name 'com.ubuntu.SoftwareProperties'

2013-06-19 Thread B Bobo
This system has been working fine with no errors at all for several months 
since the original installation of Saucy.
The problems started suddenly on the 14th after applying the set of saucy 
updates dated 2013-06-14. There are no hardware errors.

It's a bit worrying if updating a system can corrupt it. The updates
were all signed and signatures verified by USC.  Perhaps Debian or
Ubuntu signing keys have been compromised again.

The file you mentioned exists, is world-readable, though not executable,
and is identical to the one on a different Ubuntu system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191700

Title:
  [saucy] software-properties-gtk crashed with Exception NameHasNoOwner:
  Could not get owner of name 'com.ubuntu.SoftwareProperties'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1191700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191700] Re: [saucy] software-properties-gtk crashed with Exception NameHasNoOwner: Could not get owner of name 'com.ubuntu.SoftwareProperties'

2013-06-19 Thread B Bobo
Ok. Thank you for your suggestions. You mentioned you couldn't reproduce
it on a stock saucy install. However, it wasn't on a stock saucy
install; it was stock with all updates applied. I'm not ruling out the
possibility of corruption as I'm seeing lots of seg.faults in Unity and
compiz #1192509.

 There has never been any such compromise, I don't know why you're
suggesting there has.

One historic instance was with Debian and Ubuntu signing keys being
trivially compromisable, although the issue has long been fixed under
certain interpretations. I remember Debian and Ubuntu (and others) have
had many similarly incredible security issues in the past, and by
extension, it is extremely likely they (and others) have similarly
incredible new issues now. One current instance is a severe
undisclosable issue with openssl.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191700

Title:
  [saucy] software-properties-gtk crashed with Exception NameHasNoOwner:
  Could not get owner of name 'com.ubuntu.SoftwareProperties'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1191700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191621] Re: [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular dependencies

2013-06-17 Thread B Bobo
** Description changed:

  There appears to be a real mess in the packaging of 2013-06-15 version
  1.6 wine-ubuntu/ppa which will not install on Ubuntu 12.04 Precise. The
  previous versions from the same ppa up to version 1.5 all installed
  fine.
  
-  $ apt-get -f install
+  $ apt-get -f install
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  Correcting dependencies... Done
  The following extra packages will be installed:
-   wine1.6
+   wine1.6
  Suggested packages:
-   dosbox:any
+   dosbox:any
  The following NEW packages will be installed
-   wine1.6
+   wine1.6
  0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/1,206 kB of archives.
  After this operation, 6,235 kB of additional disk space will be used.
  Do you want to continue [Y/n]? Y
  (Reading database ... 723603 files and directories currently installed.)
  Unpacking wine1.6 (from .../wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd
  64.deb (--unpack):
-  trying to overwrite '/usr/bin/wine64-preloader', which is also in package 
wine1
+  trying to overwrite '/usr/bin/wine64-preloader', which is also in package 
wine1
  .6-amd64 1.6~rc2-0ubuntu1~ppa1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
-  /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb
+  /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
+ 
+ E: /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb:
+ trying to overwrite '/usr/bin/wine64-preloader', which is also in
+ package wine1.6-amd64 1.6~rc2-0ubuntu1~ppa1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191621

Title:
  [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular
  dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1191621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1191700] [NEW] [saucy] software-properties-gtk crashed with Exception NameHasNoOwner: Could not get owner of name 'com.ubuntu.SoftwareProperties'

2013-06-17 Thread B Bobo
Public bug reported:

software-properties-gtk is crashing every time it is run with Exception
NameHasNoOwner: Could not get owner of name
'com.ubuntu.SoftwareProperties'

Traceback (most recent call last):
File /usr/bin/software-properties-gtk, line 104, in module
   app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
/usr/lib/python3/dist-packages/dbus/bus.py, line 175, in activate_name_owner
/usr/lib/python3/dist-packages/dbus/bus.py, line 361, in get_name_owner
/usr/lib/python3/dist-packages/dbus/connection.py, line 651, in call_blocking

dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name
'com.ubuntu.SoftwareProperties': no such name

This is software-properties-gtk-0.92.19 in Ubuntu 13.04 Saucy


This issue is preventing any further software updates using either the Ubuntu 
Software Center or apt itself directly.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: regression-update saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191700

Title:
  [saucy] software-properties-gtk crashed with Exception NameHasNoOwner:
  Could not get owner of name 'com.ubuntu.SoftwareProperties'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1191700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191700] Re: [saucy] software-properties-gtk crashed with Exception NameHasNoOwner: Could not get owner of name 'com.ubuntu.SoftwareProperties'

2013-06-17 Thread B Bobo
Every time software-properties-gtk runs, there is also this popup error
message:

Failed to apply network settings

org.freedesktop.DBus.Error.Spawn.PermissionsInvalid:
The permission of the setuid helper is not correct

You might not be able to connect to the Bluetooth network via this
machine

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191700

Title:
  [saucy] software-properties-gtk crashed with Exception NameHasNoOwner:
  Could not get owner of name 'com.ubuntu.SoftwareProperties'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1191700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191621] Re: [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular dependencies

2013-06-17 Thread B Bobo
@Scott, you're probably busy, but would appreciate an urgent update
regarding the broken package you published. Could you either delete the
broken package from the PPA or release a working one? Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191621

Title:
  [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular
  dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1191621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191621] Re: [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular dependencies

2013-06-16 Thread B Bobo
E: /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb:
trying to overwrite '/usr/bin/wine64-preloader', which is also in
package wine1.6-amd64 1.6~rc2-0ubuntu1~ppa1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191621

Title:
  [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular
  dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1191621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191621] [NEW] [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular dependencies

2013-06-16 Thread B Bobo
Public bug reported:

There appears to be a real mess in the packaging of 2013-06-15 version
1.6 wine-ubuntu/ppa which will not install on Ubuntu 12.04 Precise. The
previous versions from the same ppa up to version 1.5 all installed
fine.

 $ apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  wine1.6
Suggested packages:
  dosbox:any
The following NEW packages will be installed
  wine1.6
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
3 not fully installed or removed.
Need to get 0 B/1,206 kB of archives.
After this operation, 6,235 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 723603 files and directories currently installed.)
Unpacking wine1.6 (from .../wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd
64.deb (--unpack):
 trying to overwrite '/usr/bin/wine64-preloader', which is also in package wine1
.6-amd64 1.6~rc2-0ubuntu1~ppa1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: wine (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: packaging regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191621

Title:
  [Scott Ritchie / wine-ubuntu/ppa] wine_1.6 broken circular
  dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1191621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: totally unreadable weird symbols instead of text in update-manager / update-notifier / ubuntu-release-upgrader

2013-06-13 Thread B Bobo
** Tags added: precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  totally unreadable weird symbols instead of text in update-manager /
  update-notifier / ubuntu-release-upgrader

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: totally unreadable weird symbols instead of text in update-manager / update-notifier / ubuntu-release-upgrader

2013-06-13 Thread B Bobo
This is actually in Ubuntu 12.04 precise, not in kubuntu, even though
the bugbot above apparently thinks it is in kubuntu.

** Also affects: fontconfig
   Importance: Undecided
   Status: New

** Project changed: fontconfig = fontconfig (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  totally unreadable weird symbols instead of text in update-manager /
  update-notifier / ubuntu-release-upgrader

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189431] [NEW] [saucy] kajong bad packaging forces removal of kdegames

2013-06-10 Thread B Bobo
Public bug reported:

Ubuntu saucy has kajong-4:4.10.3-0ubuntu1.
Attempting to upgrade to the latest version kajong-4:4.10.4-0ubuntu1 is 
impossible because of bad packaging which forces removal of kdegames!!!

** Affects: kdegames (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: kdegames regression-update saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189431

Title:
  [saucy] kajong bad packaging forces removal of kdegames

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdegames/+bug/1189431/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1188107] Re: Package is broken and won't install

2013-06-10 Thread B Bobo
*** This bug is a duplicate of bug 1182814 ***
https://bugs.launchpad.net/bugs/1182814

** This bug has been marked a duplicate of bug 1182814
   [saucy] usb-modeswitch-data bad packaging forces removal of usb-modeswitch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1188107

Title:
  Package is broken and won't install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch-data/+bug/1188107/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189435] [NEW] [saucy] kajong bad packaging forces removal of kdegames

2013-06-10 Thread B Bobo
Public bug reported:

Ubuntu saucy has kajong-4:4.10.3-0ubuntu1.
Attempting to upgrade to the latest version kajong-4:4.10.4-0ubuntu1 is 
impossible because of bad packaging which forces removal of kdegames!!!

** Affects: kajongg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: kajongg regression-update saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189435

Title:
  [saucy] kajong bad packaging forces removal of kdegames

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kajongg/+bug/1189435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: totally unreadable weird symbols instead of text in update-manager / update-notifier / ubuntu-release-upgrader

2013-06-09 Thread B Bobo
** Also affects: lightdm
   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/1170172

Title:
  totally unreadable weird symbols instead of text in update-manager /
  update-notifier / ubuntu-release-upgrader

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635498] Re: Unreadable unicode in the Ubuntu Help tooltip (screenshot attached)

2013-06-09 Thread B Bobo
It is caused by a font that is missing. Which languages do you have
installed?

** Changed in: language-pack-en (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/635498

Title:
  Unreadable unicode in the Ubuntu Help tooltip (screenshot attached)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/635498/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: totally unreadable weird symbols instead of text in update-manager / update-notifier / ubuntu-release-upgrader

2013-06-09 Thread B Bobo
** Also affects: xorg-server
   Importance: Undecided
   Status: New

** Project changed: xorg-server = xorg-server (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  totally unreadable weird symbols instead of text in update-manager /
  update-notifier / ubuntu-release-upgrader

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 894082] Re: NetworkManager fails to reconfigure the interface if the link is broken for a short time

2013-06-04 Thread B Bobo
** Tags added: network-manager saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894082

Title:
  NetworkManager fails to reconfigure the interface if the link is
  broken for a short time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/894082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1153270] Re: Network-Manager shows sometimes incomplete panel menu

2013-06-04 Thread B Bobo
** Tags added: raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1153270

Title:
  Network-Manager shows sometimes incomplete panel menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1153270/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183341] Re: bluetooth network connection self destructs after use

2013-06-04 Thread B Bobo
This is easy to reproduce. There is definitely a bug.

** Also affects: gnome-bluetooth
   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/1183341

Title:
  bluetooth network connection self destructs after use

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-bluetooth/+bug/1183341/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166128] Re: Cannot disable wireless in network manager

2013-06-04 Thread B Bobo
Also in Ubuntu 12.04 precise and 13.04 raring

** Tags added: precise raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166128

Title:
  Cannot disable wireless in network manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1166128/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183341] Re: bluetooth network connection self destructs after use

2013-06-04 Thread B Bobo
** Tags added: precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183341

Title:
  bluetooth network connection self destructs after use

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-bluetooth/+bug/1183341/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1175656] Re: nm-applet freezes

2013-06-04 Thread B Bobo
Also in Ubuntu 12.04 precise.

** Tags added: precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1175656

Title:
  nm-applet freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1175656/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166568] Re: [update-manager-core] do-release-upgrade removing pinned / locked version packages

2013-05-31 Thread B Bobo
Thank you for explaining that.

It is sad and ironic that synaptic was deliberately changed (according
to comment#1 at
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/42178#bug-
branches-container) to use /var/lib/synaptic/preferences instead of the
global preferences file /etc/apt/preferences

I think synaptic is actually more confusing because of that change! I
agree with what you wrote on the bug report. I too would like to see the
2004 change reverted, so that synaptic uses the global preferences file
in future.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166568

Title:
  [update-manager-core] do-release-upgrade removing pinned / locked
  version packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1166568/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 42178] Re: apt-get doesn't use the same pinning as synaptic

2013-05-31 Thread B Bobo
According to the first comment (bug #42178#bug-branches-container) I see
synaptic was changed to use /var/lib/synaptic/preferences instead of the
global preferences file /etc/apt/preferences to make it less confusing.

However, I think synaptic is actually much more confusing because of
that change!  It confsued me, and I wasted time trying to deal with it
and filing bug #1166568. I agree with what Daniel Hartwig wrote in
comment #27. I too would like to see the 2004 change reverted, so that
synaptic uses the global preferences file in future. It seems better and
more logical to do it that way.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/42178

Title:
  apt-get doesn't use the same pinning as synaptic

To manage notifications about this bug go to:
https://bugs.launchpad.net/synaptic/+bug/42178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166568] Re: [update-manager-core] do-release-upgrade removing pinned / locked version packages

2013-05-30 Thread B Bobo
Versions locked using Synaptic per Ubuntu Pinning Howto 
https://help.ubuntu.com/community/PinningHowto#line-97
and Ubuntu Apt Get Howto https://help.ubuntu.com/community/AptGet/Howto#line-67

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166568

Title:
  [update-manager-core] do-release-upgrade removing pinned / locked
  version packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1166568/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier has totally unreadable weird symbols instead of text

2013-05-29 Thread B Bobo
Not sure in which is the best package to log the issue.

** Also affects: ubuntu-release-upgrader
   Importance: Undecided
   Status: New

** Project changed: ubuntu-release-upgrader = ubuntu-release-upgrader
(Ubuntu)

** Summary changed:

- update-notifier has totally unreadable weird symbols instead of text
+ update-release-upgrader has totally unreadable weird symbols instead of text

** Summary changed:

- update-release-upgrader has totally unreadable weird symbols instead of text
+ ubuntu-release-upgrader has totally unreadable weird symbols instead of text

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  ubuntu-release-upgrader has totally unreadable weird symbols instead
  of text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: ubuntu-release-upgrader has totally unreadable weird symbols instead of text

2013-05-29 Thread B Bobo
** Description changed:

- Every so often the update-notifier normally pops up a window mentioning
- the latest new Ubuntu release. However, after installing lots of Ubuntu
- fonts and some graphite fonts, the update notifier popup window has
- stopped showing any text and started showing only weird symbols like
- boxes and dots, making it totally unreadable. Other applications like
- gnome-terminal, gedit, konqueror etc are still working ok without
- displaying these weird symbols. Why is update-notifier not working
- normally?
+ Every so often the update-manager or ubuntu-release-upgrader normally
+ pops up a window mentioning the latest new Ubuntu release. However,
+ after installing lots of Ubuntu fonts and some graphite fonts, the
+ upgrade notification popup window has stopped showing any text and
+ started showing only weird symbols like boxes and dots, making it
+ totally unreadable. All of the installed fonts installed without errors
+ and all of them seem to be shown correctly in gucharmap. Other
+ applications like gnome-terminal, gedit, konqueror etc are still working
+ ok without displaying these weird symbols.
  
- This is update-notifier 0.119ubuntu8.6 in Ubuntu 12.04.02 precise.
+ Why are the Ubuntu release upgrade notifications suddenly being
+ displayed in a weird font?
+ 
+ This is update-manager 1:0.156.14.11 and update-notifier 0.119ubuntu8.6
+ in Ubuntu 12.04.02 precise.
  
  See the sequence attached of 12 screenshots of the weird symbols in
- update-notifier, showing an attempt to copy-select the lines of symbols
- in the popup window.
+ ubuntu-release-upgrader, showing an attempt to copy-select the lines of
+ symbols in the popup window.

** Summary changed:

- ubuntu-release-upgrader has totally unreadable weird symbols instead of text
+ update-manager / ubuntu-release-upgrader has totally unreadable weird symbols 
instead of text

** Also affects: update-manager
   Importance: Undecided
   Status: New

** Project changed: update-manager = update-manager (Ubuntu)

** Description changed:

- Every so often the update-manager or ubuntu-release-upgrader normally
- pops up a window mentioning the latest new Ubuntu release. However,
- after installing lots of Ubuntu fonts and some graphite fonts, the
- upgrade notification popup window has stopped showing any text and
- started showing only weird symbols like boxes and dots, making it
- totally unreadable. All of the installed fonts installed without errors
- and all of them seem to be shown correctly in gucharmap. Other
- applications like gnome-terminal, gedit, konqueror etc are still working
- ok without displaying these weird symbols.
+ Every so often the update-manager, update-notifier or ubuntu-release-
+ upgrader normally pops up a window mentioning the latest new Ubuntu
+ release. However, after installing lots of Ubuntu fonts and some
+ graphite fonts, the upgrade notification popup window has stopped
+ showing any text and started showing only weird symbols like boxes and
+ dots, making it totally unreadable. All of the installed fonts installed
+ without errors and all of them seem to be shown correctly in gucharmap.
+ Other applications like gnome-terminal, gedit, konqueror etc are still
+ working ok without displaying these weird symbols.
  
  Why are the Ubuntu release upgrade notifications suddenly being
  displayed in a weird font?
  
  This is update-manager 1:0.156.14.11 and update-notifier 0.119ubuntu8.6
  in Ubuntu 12.04.02 precise.
  
  See the sequence attached of 12 screenshots of the weird symbols in
  ubuntu-release-upgrader, showing an attempt to copy-select the lines of
  symbols in the popup window.

** Summary changed:

- update-manager / ubuntu-release-upgrader has totally unreadable weird symbols 
instead of text
+ totally unreadable weird symbols instead of text in update-manager / 
update-notifier / ubuntu-release-upgrader

** Tags added: ubuntu-release-upgrader update-manager

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  totally unreadable weird symbols instead of text in update-manager /
  update-notifier / ubuntu-release-upgrader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1007543] Re: Release upgrading requiring user input baffles inexperienced users

2013-05-29 Thread B Bobo
** Also affects: ubuntu-release-upgrader
   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/1007543

Title:
  Release upgrading requiring user input baffles inexperienced users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1007543/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1007543] Re: Release upgrading requiring user input baffles inexperienced users

2013-05-29 Thread B Bobo
** Project changed: ubuntu-release-upgrader = ubuntu-release-upgrader
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007543

Title:
  Release upgrading requiring user input baffles inexperienced users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1007543/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166568] Re: [update-manager-core] do-release-upgrade removing locked version packages

2013-05-29 Thread B Bobo
** Also affects: apt
   Importance: Undecided
   Status: New

** Project changed: apt = apt (Ubuntu)

** Tags added: apt update-manager-core

** Summary changed:

- [update-manager-core] do-release-upgrade removing locked version packages
+ [update-manager-core] do-release-upgrade removing pinned / locked version 
packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166568

Title:
  [update-manager-core] do-release-upgrade removing pinned / locked
  version packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1166568/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1185278] [NEW] info field wrongly called URI in synaptic download window

2013-05-29 Thread B Bobo
Public bug reported:

While downloading updates in synaptic, click the option in the download
window to show the full details of each package being downloaded. The
window shows a table of details. The last column is called URI, but
this is wrong as it seems to be showing something more like Ubuntu
package location syntax, instead of properly formed URIs.

Either the URI column should be showing URIs, or the column label should
be changed to something else. Showing URIs would almost certainly be
more useful. If somebody decides to look into this, the text in that
table also really needs to be made selectable and copyable.

** Affects: synaptic
 Importance: Undecided
 Status: New


** Tags: synaptic

** Also affects: synaptic
   Importance: Undecided
   Status: New

** No longer affects: mesa (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1185278

Title:
  info field wrongly called URI in synaptic download window

To manage notifications about this bug go to:
https://bugs.launchpad.net/synaptic/+bug/1185278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1185278] Re: info field wrongly called URI in synaptic download window

2013-05-29 Thread B Bobo
awful launchpad interface confounds again

** Project changed: synaptic = synaptic (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1185278

Title:
  info field wrongly called URI in synaptic download window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1185278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1185278] Re: info field wrongly called URI in synaptic download window

2013-05-29 Thread B Bobo
** Description changed:

  While downloading updates in synaptic, click the option in the download
  window to show the full details of each package being downloaded. The
  window shows a table of details. The last column is called URI, but
  this is wrong as it seems to be showing something more like Ubuntu
  package location syntax, instead of properly formed URIs.
  
  Either the URI column should be showing URIs, or the column label should
  be changed to something else. Showing URIs would almost certainly be
  more useful. If somebody decides to look into this, the text in that
  table also really needs to be made selectable and copyable.
+ 
+ Affects synaptic versions from 0.75.9ubuntu1 to 0.80.1 at least.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1185278

Title:
  info field wrongly called URI in synaptic download window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1185278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1185278] Re: info field wrongly called URI in synaptic download window

2013-05-29 Thread B Bobo
I can't! The text in the download window is non-selectable and non-
copyable, and the window is disappearing too quickly to be able to do a
screenshot.

Have you tried opening the download window yourself?

You should see lines beginning 
http://us.ubuntu.whatever.com/kjaubuntu/precisiple/ main/quidkd
with some of the slashes ripped out that would otherwise make it a valid URI. 
It looks like Ubuntu package location syntax or whatever the strange spaced-out 
syntax for package locations is called.

** Description changed:

  While downloading updates in synaptic, click the option in the download
  window to show the full details of each package being downloaded. The
  window shows a table of details. The last column is called URI, but
  this is wrong as it seems to be showing something more like Ubuntu
  package location syntax, instead of properly formed URIs.
  
  Either the URI column should be showing URIs, or the column label should
  be changed to something else. Showing URIs would almost certainly be
  more useful. If somebody decides to look into this, the text in that
  table also really needs to be made selectable and copyable.
  
- Affects synaptic versions from 0.75.9ubuntu1 to 0.80.1 at least.
+ Affects synaptic versions from 0.75.9ubuntu1 to 0.80.2 at least.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1185278

Title:
  info field wrongly called URI in synaptic download window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1185278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1185229] [NEW] [xorg-edgers] latest mesa packages fail to install

2013-05-28 Thread B Bobo
Public bug reported:

In Ubuntu precise 12.04, the latest lib-gl1-mesa and libglapi-mesa from
xorg-edgers ppa, published on 2013-05-28, fail to install because the
packages are insisting on removing a massive number of other installed
packages, including the entire set of qt and kde applications. Affected
version: 9.2.0~git20130528.4eaa0999-0ubuntu0sarvatt~precise

Most of the other mesa packages are also affected to a lesser extent:

libgl1-mesa-dev  would remove freeglut3-dev,libglu1-mesa-dev,libqt4
-opengl-dev

libgl1-mesa-dri  would remove libgl1-mesa-dri:i386,libosmesa6:i386

libosmesa6   would remove libosmesa6:i386

mesa-common-dev would remove freeglut3-dev,libgl1-mesa-dev,libglu1-mesa-
dev,libqt4-opengl-dev

libxatracker1 would install without trying to remove other
packages


For comparison, previous packages for mesa version 
9.2.0~git20130521.b2938156-0ubuntu0sarvatt~precise, published on 2013-05-21, 
installed ok.

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: mesa multiarch packaging xorg-edgers

** Description changed:

  In Ubuntu precise 12.04, the latest lib-gl1-mesa and libglapi-mesa from
  xorg-edgers ppa, published on 2013-05-28, fail to install because the
  packages are insisting on removing a massive number of other installed
  packages, including the entire set of qt and kde applications. Affected
  version: 9.2.0~git20130528.4eaa0999-0ubuntu0sarvatt~precise
  
  Most of the other mesa packages are also affected to a lesser extent:
  
- libgl1-mesa-dev  would remove freeglut3-dev, libglu1-mesa-dev, 
libqt4-opengl-dev
- libgl1-mesa-dri   would remove libgl1-mesa-dri:i386, libosmesa6:i386
- libosmesa6 would remove libosmesa6:i386
- mesa-common-dev would remove freeglut3-dev, libgl1-mesa-dev, 
libglu1-mesa-dev, libqt4-opengl-dev
+ libgl1-mesa-dev  would remove freeglut3-dev,libglu1-mesa-dev,libqt4
+ -opengl-dev
+ 
+ libgl1-mesa-dri  would remove libgl1-mesa-dri:i386,libosmesa6:i386
+ 
+ libosmesa6   would remove libosmesa6:i386
+ 
+ mesa-common-dev would remove freeglut3-dev,libgl1-mesa-dev,libglu1-mesa-
+ dev,libqt4-opengl-dev
  
  libxatracker1 would install without trying to remove other
- packagesPrevious version
+ packages
  
  
  For comparison, previous packages for mesa version 
9.2.0~git20130521.b2938156-0ubuntu0sarvatt~precise, published on 2013-05-21, 
installed ok.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1185229

Title:
  [xorg-edgers] latest mesa packages fail to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1185229/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1185229] Re: [xorg-edgers] latest mesa packages fail to install

2013-05-28 Thread B Bobo
Ok, thanks for the very speedy explanation; the packages have now
updated.

By the way, do you know if anybody is working on developing a reliable
sync mechanism for the ppa build servers to avoid this type of problem
occurring in future? Getting the sync done right should be
straightforward. I've seen the issue with other packages quite a few
times too and it always triggers inconsistency alerts on my servers due
to failed updates. Would be great to crack it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1185229

Title:
  [xorg-edgers] latest mesa packages fail to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1185229/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1182814] Re: [saucy] usb-modeswitch-data bad packaging forces removal of usb-modeswitch

2013-05-24 Thread B Bobo
** Tags added: regression-upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182814

Title:
  [saucy] usb-modeswitch-data bad packaging forces removal of usb-
  modeswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch-data/+bug/1182814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183752] [NEW] okular bad implementation calls QDBusConnection before QCoreApplication

2013-05-24 Thread B Bobo
Public bug reported:

In summary, okular calls QDBusConnection before QCoreApplication, which
is the wrong order according to the Qt docs.

 $ okular anyFile.pdf
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
kbuildsycoca4 running...

This is affecting okular 0.14.* in all recent LTS and development
versions of Ubuntu.

** Affects: kdegraphics
 Importance: Undecided
 Status: New

** Affects: okular (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: okular

** Description changed:

  In summary, okular calls QDBusConnection before QCoreApplication, which
  is the wrong order according to the Qt docs.
  
-  $ okular anyFile.pdf
- Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QS
- tring,QString,QString)
- QDBusConnection: session D-Bus connection created before QCoreApplication. 
Appli
- cation may misbehave.
- QDBusConnection: session D-Bus connection created before QCoreApplication. 
Appli
- cation may misbehave.
+  $ okular anyFile.pdf
+ Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
+ QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
+ QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  kbuildsycoca4 running...
  
- 
- This is affecting okular 0.14.* in all recent LTS and development versions of 
Ubuntu.
+ This is affecting okular 0.14.* in all recent LTS and development
+ versions of Ubuntu.

** Also affects: kdegraphics
   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/1183752

Title:
  okular bad implementation calls QDBusConnection before
  QCoreApplication

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/1183752/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1183760] [NEW] negative download rate in download window

2013-05-24 Thread B Bobo
Public bug reported:

Firefox sometimes shows a negative download rate in the download window
when saving a page. For example,

My-url.html
Unknown time remaining - 633 bytes of 158 KB (-364 bytes/sec)

My-url.html
Unknown time remaining - 57 bytes of 29.4 KB (-1131 bytes/sec)

This is happening in applicable firefox versions in all recent LTS and
development versions of Ubuntu, in a clean profile, with safe mode and
no addons enabled.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: firefox

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183760

Title:
  negative download rate in download window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1183760/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1120139] Re: firefox download window does not show file size over 2Gig correctly

2013-05-24 Thread B Bobo
** Changed in: firefox (Ubuntu)
   Status: Incomplete = Confirmed

** Summary changed:

- firefox download window does not show file size over 2Gig correctly
+ firefox download window does not show file size over 2GB correctly

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1120139

Title:
  firefox download window does not show file size over 2GB correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1120139/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183770] [NEW] firefox failed downloads indication has poor visibility and accessibility

2013-05-24 Thread B Bobo
Public bug reported:

In firefox, when a download fails, the download window shows the failed 
download.
However, if there are many successful downloads and just one failed download, 
the download window has a long list showing just one line for the failed 
download among hundreds of similar looking lines of successful downloads. It is 
very hard to notice a failed download quickly.

The worst problem is the keyword Failed is in very pale grey against a
pure white background - this is not a sensible choice of shading. Not
everybody can see pale grey against white. Please think of people with
visual disabilities! Even for people with normal vision, this should not
be the default shading. Please make it higher contrast. For example,
show the failed downloads in pure red text against a pure white
background and show the successful downloads in pure black text against
a pure white background.

This is affecting firefox 21 in Ubuntu LTS and development versions.

The example list below is obviously displayed in launchpad's own style,
so it is clearer than firefox's, but even so, it suffers from being
badly designed and has poor accessibility.

My-url31.html
78.1 KB - mysite1.com - 13:29

My-url32.html
37.1 KB - mysite2.com - 13:29

My-url33.html
42.5 KB - mysite3.com - 13:30

My-url34.html
Failed - mysite4.com - 13:31

My-url35.html
55.8 KB - mysite5.com - 13:32

My-url36.html
66.1 KB - mysite6.com - 13:33

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: firefox

** Description changed:

  When a download fails, the download window shows the failed download.
  However, if there are many successful downloads and just one failed download, 
the download window has a long list showing just one line for the failed 
download among hundreds of similar looking lines of successful downloads. It is 
very hard to notice a failed download quickly.
  
  The worst problem is the keyword Failed is in very pale grey against a
  pure white background - this is not a sensible choice of shading. Not
  everybody can see pale grey against white. Please think of people with
  visual disabilities! Even for people with normal vision, this should not
  be the default shading. Please make it higher contrast. For example,
  show the failed downloads in pure red text against a pure white
  background and show the successful downloads in pure black text against
  a pure white background.
  
- 
- The example list below is obviously displayed in launchpad's own style, so it 
is clearer than firefox's, but even so, it suffers from being badly designed 
and has poor accessibility.
+ The example list below is obviously displayed in launchpad's own style,
+ so it is clearer than firefox's, but even so, it suffers from being
+ badly designed and has poor accessibility.
  
  My-url31.html
  78.1 KB - mysite1.com - 13:29
  
  My-url32.html
  37.1 KB - mysite2.com - 13:29
  
  My-url33.html
  42.5 KB - mysite3.com - 13:30
  
  My-url34.html
  Failed - mysite4.com - 13:31
  
  My-url35.html
  55.8 KB - mysite5.com - 13:32
  
  My-url36.html
  66.1 KB - mysite6.com - 13:33
+ 
+ 
+ This is affecting firefox 21 in Ubuntu LTS and development versions.

** Description changed:

- When a download fails, the download window shows the failed download.
+ In firefox, when a download fails, the download window shows the failed 
download.
  However, if there are many successful downloads and just one failed download, 
the download window has a long list showing just one line for the failed 
download among hundreds of similar looking lines of successful downloads. It is 
very hard to notice a failed download quickly.
  
  The worst problem is the keyword Failed is in very pale grey against a
  pure white background - this is not a sensible choice of shading. Not
  everybody can see pale grey against white. Please think of people with
  visual disabilities! Even for people with normal vision, this should not
  be the default shading. Please make it higher contrast. For example,
  show the failed downloads in pure red text against a pure white
  background and show the successful downloads in pure black text against
  a pure white background.
+ 
+ This is affecting firefox 21 in Ubuntu LTS and development versions.
  
  The example list below is obviously displayed in launchpad's own style,
  so it is clearer than firefox's, but even so, it suffers from being
  badly designed and has poor accessibility.
  
  My-url31.html
  78.1 KB - mysite1.com - 13:29
  
  My-url32.html
  37.1 KB - mysite2.com - 13:29
  
  My-url33.html
  42.5 KB - mysite3.com - 13:30
  
  My-url34.html
  Failed - mysite4.com - 13:31
  
  My-url35.html
  55.8 KB - mysite5.com - 13:32
  
  My-url36.html
  66.1 KB - mysite6.com - 13:33
- 
- 
- This is affecting firefox 21 in Ubuntu LTS and development versions.

** Summary changed:

- failed downloads indication has poor visibility and accessibility
+ firefox failed downloads indication has poor visibility 

[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2013-05-22 Thread B Bobo
** Changed in: f-spot (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to libkdcraw in Ubuntu.
https://bugs.launchpad.net/bugs/885324

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/digikam/+bug/885324/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 841570] Re: f-spot crash on re-importing from updated directory

2013-05-22 Thread B Bobo
** Changed in: f-spot (Ubuntu)
   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/841570

Title:
  f-spot crash on re-importing from updated directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/841570/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 921803] Re: f-spot unhandled exception when publishing image: Argument cannot be null

2013-05-22 Thread B Bobo
** Summary changed:

- f-spot
+ f-spot unhandled exception when publishing image: Argument cannot be null

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921803

Title:
  f-spot unhandled exception when publishing image: Argument cannot be
  null

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/921803/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1182811] [NEW] f-spot slideshow locks up after zooming/unzooming and has to be restarted

2013-05-22 Thread B Bobo
Public bug reported:

In slideshow mode, f-stop has shortcuts, Right-Arrow and Left-Arrow, to
show the next or previous image, respectively. If you zoom the current
image and then completely unzoom it, the slideshow stops responding to
these shortcuts. The only way to make the slideshow work again is to
quit and restart it.

F-Spot 0.8.2 in all current versions of Ubuntu.

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: f-spot

** Summary changed:

- f-spot slideshow stops responding after zooming, has to be restarted
+ f-spot slideshow locks up after zooming/unzooming and has to be restarted

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182811

Title:
  f-spot slideshow locks up after zooming/unzooming and has to be
  restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/1182811/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1182814] [NEW] usb-modeswitch-data bad packaging forces removal of usb-modeswitch

2013-05-22 Thread B Bobo
Public bug reported:

Ubuntu saucy has usb-modeswitch-data-20120815-1.
Attempting to upgrade to the latest version usb-modeswitch-data-20121109-3 is 
impossible because of bad packaging which forces removal of usb-modeswitch!!!

** Affects: usb-modeswitch-data (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy usb-modeswitch-data

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182814

Title:
  usb-modeswitch-data bad packaging forces removal of usb-modeswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch-data/+bug/1182814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103237] Re: tcsh corrupts its command history list after random number of commands executed

2013-05-22 Thread B Bobo
** Changed in: tcsh (Ubuntu)
   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/1103237

Title:
  tcsh corrupts its command history list after random number of commands
  executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/tcsh/+bug/1103237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986290] Re: feh does not handle nonadobe CMYK JPG images correctly

2013-05-22 Thread B Bobo
** Changed in: feh (Ubuntu)
   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/986290

Title:
  feh does not handle nonadobe CMYK JPG images correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/feh/+bug/986290/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 909171] Re: firefox 9 statusbar url popup is unusable with dark grey text on black background

2013-05-22 Thread B Bobo
Clearly this is a bug which affects more than one user.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/909171

Title:
  firefox 9 statusbar url popup is unusable with dark grey text on black
  background

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/909171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1182814] Re: [saucy] usb-modeswitch-data bad packaging forces removal of usb-modeswitch

2013-05-22 Thread B Bobo
** Summary changed:

- usb-modeswitch-data bad packaging forces removal of usb-modeswitch
+ [saucy] usb-modeswitch-data bad packaging forces removal of usb-modeswitch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182814

Title:
  [saucy] usb-modeswitch-data bad packaging forces removal of usb-
  modeswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch-data/+bug/1182814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240147] Re: Kernel module ip_conntrack needed by cutter, but module is not autoloaded in old kernels and is obsolete in =3.5.x kernels

2013-05-14 Thread B Bobo
** Changed in: cutter (Ubuntu)
   Status: In Progress = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/240147

Title:
  Kernel module ip_conntrack needed by cutter, but module is not
  autoloaded in old kernels and is obsolete in =3.5.x kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cutter/+bug/240147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103237] Re: tcsh corrupts its command history list after random number of commands executed

2013-04-22 Thread B Bobo
This might be related to upstream bug report gw-mantis #223 History
modifiers corrupt history.

** Bug watch added: Global Wire Oy Mantis #223
   http://bugs.gw.com/view.php?id=223

** Also affects: tcsh via
   http://bugs.gw.com/view.php?id=223
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103237

Title:
  tcsh corrupts its command history list after random number of commands
  executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/tcsh/+bug/1103237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 322796] Re: configuration dialog has no scroll bar

2013-04-22 Thread B Bobo
** Changed in: adblock-plus (Ubuntu)
   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/322796

Title:
  configuration dialog has no scroll bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adblock-plus/+bug/322796/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1097950] Re: vertical tab-list selection does not gain tab focus

2013-04-22 Thread B Bobo
** Changed in: firefox (Ubuntu)
   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/1097950

Title:
  vertical tab-list selection does not gain tab focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1097950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103237] Re: tcsh corrupts its command history list after random number of commands executed

2013-04-22 Thread B Bobo
** Also affects: tcsh (Debian)
   Importance: Undecided
   Status: New

** Description changed:

  tcsh maintains a history list of the most recent $history commands
  executed. The history becomes corrupted after a number of commands have
  been executed. When this happens, the history list is cut off at a
  random position, showing only a subset of the oldest commands in the
  history list, discarding the newer commands which were in the history
  list, and the history list is no longer updated with any newly executed
  commands. There is no clear trigger for when the history gets corrupted.
  It can happen after executing only 8 commands or after more than a
- hundred.
+ hundred. It is possibly triggered by using history modifiers e.g. !$:r
+ and !$:t.
  
  The history list used to work fine in old versions of tcsh somewhere
  around version 6.10/11/12, but all recent versions of tcsh have the bug.
  This bug exists in, for example, 6.17.06-2 (amd64) from Ubuntu 12.04
  Precise and all previous versions back at least as far as 10.04 Lucid.
  
  Clearing and resetting the history using the history variable does not
  solve the problem. The only solution is to restart tcsh, e.g. exec tcsh.
  
  The history list is essential for proper use of an interactive shell.
  Without it, tcsh is almost completely useless as an interactive shell.
  This is a really serious bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103237

Title:
  tcsh corrupts its command history list after random number of commands
  executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/tcsh/+bug/1103237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170164] Re: can't switch input method at all

2013-04-22 Thread B Bobo
** Also affects: ibus
   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/1170164

Title:
  can't switch input method at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/1170164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170164] Re: can't switch input method at all

2013-04-22 Thread B Bobo
** Description changed:

  Normally gnome-terminal allows the user to switch the input method by
  pressing a special key combination.
  
  Sometimes gnome-terminal gets into a state where it seems to ignore the
  special key combination for switching the input method in ibus - it is
  permanently locked in the default input method for English. There is no
  clear pattern of usage or trigger for when it happens.
  
  1. The problem is not solved by resetting the terminal using the menu 
Terminal - Reset, or Terminal - Reset and Clear
  2. The problem is also not solved even by starting a new gnome-terminal from 
the menu, File - Open Terminal - Default
  3. However, using the command-line to start a new terminal with the factory 
disabled does make input method switching work again:  gnome-terminal 
--disable-factory   but doing this obviously loses all the session information 
in the previous gnome-terminal.
+ 4. Also, when the problem occurs, opening a new tab re-enables the input mode 
to be switched in the new tab as well as in the original tab. However, the 
problem usually re-occurs soon in the original tab.
  
  This has been happening in all versions of Ubuntu since 10.04 until
  12.04.02 precise, with gnome-terminal up to and including version
  3.4.1.1-0ubuntu1 and ibus version 1.4.1-3ubuntu1
  
  This is a really annoying bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170164

Title:
  can't switch input method at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/1170164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1132234] Re: Firefox unresponsive for a few seconds if using the globalmenu extension

2013-04-21 Thread B Bobo
** Summary changed:

- Firefox 19 unresponsive for a few seconds if using the globalmenu extension
+ Firefox unresponsive for a few seconds if using the globalmenu extension

** Description changed:

- I'm using firefox 19 with the globalmenu extension. After selecting the
+ I'm using firefox with the globalmenu extension. After selecting the
  firefox window, the first attempt to interact with the program (i.e.
  open or close tab, select a tab, scroll down the webpage etc.) makes the
  program unresponsive and the CPU runs at 100% for a few seconds.
  Afterwards, the required action is performed and the program works fine
  until the focus is moved to another window and back to the firefox
  window, then the problem appears again. I've noticed that disabling the
  globalmenu extension solves the problem.
  
  I'm on Ubuntu 12.10 with
  
  unity 6.12.0
  firefox 19.0
  firefox-globalmenu 19.0 (in the firefox add-ons page is described as Global 
Menu Bar Integration 3.7.1)
+ 
+ also affects firefox 20

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1132234

Title:
  Firefox unresponsive for a few seconds if using the globalmenu
  extension

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1132234/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170865] Re: drag-and-dropping URL from firefox Navigation toolbar fails to append space after URL in terminal

2013-04-21 Thread B Bobo
** Summary changed:

- drag-and-dropping from firefox to terminal fails to append space after URL if 
coming from Navigation toolbar
+ drag-and-dropping URL from firefox Navigation toolbar fails to append space 
after URL in terminal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170865

Title:
  drag-and-dropping URL from firefox Navigation toolbar fails to append
  space after URL in terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1170865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170688] [NEW] psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread B Bobo
Public bug reported:

If psensor's Hide window on startup option is enabled, it should hide
psensor's window when starting a new Ubuntu login session, but it
doesn't. For some reason, the psensor window always appears on every new
login session.

This is psensor 0.7.0.3-1ubuntu1 in Ubuntu 13.04 Raring, but the same
issue has been happening for at least the last 3 or 4 Ubuntu releases
back to 10.10 Maverick or earlier.

** Affects: psensor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: psensor

** Description changed:

  If psensor's Hide window on startup option is enabled, it should hide
  psensor's window when starting a new Ubuntu login session, but it
  doesn't. For some reason, the psensor window always appears on every new
  login session.
  
  This is psensor 0.7.0.3-1ubuntu1 in Ubuntu 13.04 Raring, but the same
- issue has been happening for the last 3 or 4 previous Ubuntu releases
- back to 10.10 Maverick.
+ issue has been happening for at least the last 3 or 4 previous Ubuntu
+ releases back to 10.10 Maverick or earlier.

** Description changed:

  If psensor's Hide window on startup option is enabled, it should hide
  psensor's window when starting a new Ubuntu login session, but it
  doesn't. For some reason, the psensor window always appears on every new
  login session.
  
  This is psensor 0.7.0.3-1ubuntu1 in Ubuntu 13.04 Raring, but the same
- issue has been happening for at least the last 3 or 4 previous Ubuntu
- releases back to 10.10 Maverick or earlier.
+ issue has been happening for at least the last 3 or 4 Ubuntu releases
+ back to 10.10 Maverick or earlier.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170688

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1170688/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread B Bobo
Which computer are you using? Probably you cannot reproduce it because
you are using a fast computer. On my new but very slow Intel Atom
netbook, it is 100% reproducible. It seems the duration you mentioned is
still not long enough.

** Changed in: psensor (Ubuntu)
   Status: Incomplete = Confirmed

** Description changed:

  If psensor's Hide window on startup option is enabled, it should hide
  psensor's window when starting a new Ubuntu login session, but it
  doesn't. For some reason, the psensor window always appears on every new
  login session.
  
- This is psensor 0.7.0.3-1ubuntu1 in Ubuntu 13.04 Raring, but the same
- issue has been happening for at least the last 3 or 4 Ubuntu releases
- back to 10.10 Maverick or earlier.
+ This is psensor 0.7.0.3-1ubuntu1 in Ubuntu 13.04 Raring under Unity
+ desktop environment, but the same issue has been happening for at least
+ the last 3 or 4 Ubuntu releases back to 10.10 Maverick or earlier.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170688

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1170688/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread B Bobo
Could I suggest it would be better if psensor waited for a suitable
event that is emitted by the start of the appindicator service, instead
of waiting for a fixed duration? Perhaps you could listen on dbus or
similar and wait for the event. And as a fallback case where the DE does
not use appindicator, psensor could still use a fixed duration (but a
little longer one).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170688

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1170688/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240147] Re: Kernel module ip_conntrack needed by cutter, but not loaded automatically

2013-04-19 Thread B Bobo
Unfortunately, loading the module ip_conntrack will not work in recent
3.5.x and above kernels because this module is obsolete, and has been
replaced by nf_conntrack which does not create /proc/net/ip_conntrack

Could I suggest making cutter use the conntrack tool which provides
similar information to /proc/net/ip_conntrack?


** Summary changed:

- Kernel module ip_conntrack needed by cutter, but not loaded automatically
+ Kernel module ip_conntrack needed by cutter, but module is not autoloaded in 
old kernels and is obsolete in =3.5.x kernels

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/240147

Title:
  Kernel module ip_conntrack needed by cutter, but module is not
  autoloaded in old kernels and is obsolete in =3.5.x kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cutter/+bug/240147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread B Bobo
Version 0.8.0.x~762raring1 works ok.
Thanks for your advice.

How about suggesting a new option for autostart applications that depend
on the presence of a running appindicator process to be autostarted
after appindicator has started?


** Changed in: psensor (Ubuntu)
   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/1170688

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1170688/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier totally unreadable weird symbols instead of text

2013-04-19 Thread B Bobo
** Summary changed:

- update-notifier suddenly started using totally unreadable weird symbols 
instead of text - boxes and dots
+ update-notifier totally unreadable weird symbols instead of text

** Summary changed:

- update-notifier totally unreadable weird symbols instead of text
+ has update-notifier totally unreadable weird symbols instead of text

** Summary changed:

- has update-notifier totally unreadable weird symbols instead of text
+ update-notifier has totally unreadable weird symbols instead of text

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier has totally unreadable weird symbols instead of text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166570] Re: firefox ignoring browser.safebrowsing.enabled

2013-04-19 Thread B Bobo
** Description changed:

- When firefox starts up a previously saved session, it starts making
- connections to the safebrowsing servers even though
- browser.safebrowsing.enabled is false in preferences.
+ When firefox is saving a page after restarting with a previously saved
+ session, it starts making connections to the safebrowsing servers even
+ though  browser.safebrowsing.enabled is false in preferences.  It seems
+ to happen every time a page is saved.
  
  This is happening in firefox 20.0. This did not happen in previous
  versions of firefox.

** Summary changed:

- firefox ignoring browser.safebrowsing.enabled
+ firefox ignoring browser.safebrowsing.enabled when saving page

** Summary changed:

- firefox ignoring browser.safebrowsing.enabled when saving page
+ firefox ignores browser.safebrowsing.enabled every time it saving pages

** Summary changed:

- firefox ignores browser.safebrowsing.enabled every time it saving pages
+ firefox ignores browser.safebrowsing.enabled every time it saves pages

** Summary changed:

- firefox ignores browser.safebrowsing.enabled every time it saves pages
+ firefox fails to respect browser.safebrowsing.enabled=false when saving pages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166570

Title:
  firefox fails to respect browser.safebrowsing.enabled=false when
  saving pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1166570/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170865] [NEW] drag-and-dropping from firefox to terminal fails to append space after URL if coming from Navigation toolbar

2013-04-19 Thread B Bobo
Public bug reported:

Drag-and-dropping an object from a displayed page in firefox to a
terminal causes the URL of the object to be inserted into the terminal.
Normally a space is also automatically appended to the URL, which is
convenient for making a valid list of URLs by drag-and-dropping several
objects.

However, drag-and-dropping the URL from the Navigation toolbar inserts
only the URL into the terminal. The space character that should be
appended after the URL is omitted.

To reproduce this bug, it is necessary to double-click on the URL in the
Navigation toolbar and then click-drag the URL to a terminal.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: firefox

** Description changed:

  Drag-and-dropping an object from a displayed page in firefox to a
  terminal causes the URL of the object to be inserted into the terminal.
  Normally a space is also automatically appended to the URL, which is
  convenient for making a valid list of URLs by drag-and-dropping several
  objects.
  
  However, drag-and-dropping the URL from the Navigation toolbar inserts
  only the URL into the terminal. The space character that should be
  appended after the URL is omitted.
+ 
+ To reproduce this bug, it is necessary to double-click on the URL in the
+ Navigation toolbar and then click-drag the URL to a terminal.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170865

Title:
  drag-and-dropping from firefox to terminal fails to append space after
  URL if coming from Navigation toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1170865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86689] Re: firefox does not recognize some font styles

2013-04-19 Thread B Bobo
** Changed in: firefox (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/86689

Title:
  firefox does not recognize some font styles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/86689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170164] [NEW] can't switch input method at all

2013-04-17 Thread B Bobo
Public bug reported:

Normally gnome-terminal allows the user to switch the input method by
pressing a special key combination.

Sometimes gnome-terminal gets into a state where it seems to ignore the
special key combination for switching the input method in ibus - it is
permanently locked in the default input method for English. There is no
clear pattern of usage or trigger for when it happens.

1. The problem is not solved by resetting the terminal using the menu Terminal 
- Reset, or Terminal - Reset and Clear
2. The problem is also not solved even by starting a new gnome-terminal from 
the menu, File - Open Terminal - Default
3. However, using the command-line to start a new terminal with the factory 
disabled does make input method switching work again:  gnome-terminal 
--disable-factory   but doing this obviously loses all the session information 
in the previous gnome-terminal.

This has been happening in all versions of Ubuntu since 10.04 until
12.04.02 precise, with gnome-terminal up to and including version
3.4.1.1-0ubuntu1 and ibus version 1.4.1-3ubuntu1

This is a really annoying bug.

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gnome-terminal input-method

** Description changed:

  Normally gnome-terminal allows the user to switch the input method by
  pressing a special key combination.
  
  Sometimes gnome-terminal gets into a state where it seems to ignore the
  special key combination for switching the input method in ibus - it is
- permanently locked in the default input method for English.
+ permanently locked in the default input method for English. There is no
+ clear pattern of usage or trigger for when it happens.
  
  1. The problem is not solved by resetting the terminal using the menu 
Terminal - Reset, or Terminal - Reset and Clear
  2. The problem is also not solved even by starting a new gnome-terminal from 
the menu, File - Open Terminal - Default
  3. However, using the command-line to start a new terminal with the factory 
disabled does make input method switching work again:  gnome-terminal 
--disable-factory   but doing this obviously loses all the session information 
in the previous gnome-terminal.
  
  This has been happening in all versions of Ubuntu since 10.04 until
  12.04.02 precise, with gnome-terminal up to and including version
  3.4.1.1-0ubuntu1 and ibus version 1.4.1-3ubuntu1
  
  This is a really annoying bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170164

Title:
  can't switch input method at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1170164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_010.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646947/+files/Ubuntu%2012.10%20Upgrade%20Available_010.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] [NEW] update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
Public bug reported:

Every so often the update-notifier normally pops up a window mentioning
the latest new Ubuntu release. However, after installing lots of Ubuntu
fonts and some graphite fonts, the update notifier popup window has
stopped showing any text and started showing only weird symbols like
boxes and dots, making it totally unreadable. Other applications like
gnome-terminal, gedit, konqueror etc are still working ok without
displaying these weird symbols. Why is update-notifier not working
normally?

This is update-notifier 0.119ubuntu8.6 in Ubuntu 12.04.02 precise.

See the sequence attached of 12 screenshots of the weird symbols in
update-notifier, showing an attempt to copy-select the lines of symbols
in the popup window.

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-notifier

** Summary changed:

- update notifier suddenly started using a totally unreadable weird symbols 
intead of text - boxes and dots
+ update-notifier suddenly started using totally unreadable weird symbols 
intead of text - boxes and dots

** Summary changed:

- update-notifier suddenly started using totally unreadable weird symbols 
intead of text - boxes and dots
+ update-notifier suddenly started using totally unreadable weird symbols 
instead of text - boxes and dots

** Description changed:

  Every so often the update-notifier normally pops up a window mentioning
  the latest new Ubuntu release. However, after installing lots of Ubuntu
  fonts and some graphite fonts, the update notifier popup window has
  stopped showing any text and started showing only weird symbols like
  boxes and dots, making it totally unreadable. Other applications like
  gnome-terminal, gedit, konqueror etc are still working ok without
  displaying these weird symbols. Why is update-notifier not working
  normally?
  
  This is update-notifier 0.119ubuntu8.6 in Ubuntu 12.04.02 precise.
+ 
+ See attached screenshots of the weird symbols in update-notifier.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_011.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646948/+files/Ubuntu%2012.10%20Upgrade%20Available_011.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_012.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646949/+files/Ubuntu%2012.10%20Upgrade%20Available_012.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_014.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646951/+files/Ubuntu%2012.10%20Upgrade%20Available_014.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_015.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646952/+files/Ubuntu%2012.10%20Upgrade%20Available_015.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_013.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646950/+files/Ubuntu%2012.10%20Upgrade%20Available_013.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_016.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646953/+files/Ubuntu%2012.10%20Upgrade%20Available_016.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_017.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646954/+files/Ubuntu%2012.10%20Upgrade%20Available_017.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_018.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646955/+files/Ubuntu%2012.10%20Upgrade%20Available_018.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_019.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646956/+files/Ubuntu%2012.10%20Upgrade%20Available_019.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1170172] Re: update-notifier suddenly started using totally unreadable weird symbols instead of text - boxes and dots

2013-04-17 Thread B Bobo
** Attachment added: Ubuntu 12.10 Upgrade Available_020.png
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+attachment/3646957/+files/Ubuntu%2012.10%20Upgrade%20Available_020.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170172

Title:
  update-notifier suddenly started using totally unreadable weird
  symbols instead of text - boxes and dots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1170172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   >