[Bug 1876235] Re: "there is no parameter $1" for named queries with numeric parameters

2020-05-15 Thread Smylers
Update: This is caused by an insufficiently recent pgspecial Python
library.

pgcli requires pgspecial 1.10 or newer for $1 placeholders to work
properly. The current pgspecial release is 1.11.10.

Ubuntu's python3-pgspecial package is only 1.9.0-2, from 2017 October —
in both Ubuntu 20.04 and currently in the repository for 20.10.

The pgcli package in 20.04 has pgcli version 2.2.0, from 2019 December.

pgcli and pgspecial come from the same GitHub organization. The problem
basically is having a recent pgcli and an old pgspecial.

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

Title:
  "there is no parameter $1" for named queries with numeric parameters

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

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

[Bug 1878457] [NEW] Window shrinks on switching focus

2020-05-13 Thread Smylers
Public bug reported:

MATE Terminal windows shrink themselves every time they lose or gain focus, 
when CSD is enabled.
This screen recording demonstrates the problem: https://imgur.com/a/kLZYUgh

GTK_CSD=1 in the environment. Running MATE Terminal by any means (the
screen recording uses Alt+F2) initially appears to work fine, but
whenever focus is switched to another window (with either the mouse or
Alt+Tab) the MATE Terminal window shrinks slightly. Then slightly more
when it regains focus.

The video shows GNOME Terminal being run as the other window; it retains
its size. But the other application can be anything at all.

This doesn't happen with GTK_CSD=0; MATE Terminal windows then leave
their size alone.

The shrinking behaviour started happening since I upgraded to Ubuntu
20.04 LTS, from 18.04 LTS. The mate-terminal package is version
1.24.0-2ubuntu1.

To demonstrate the problem and eliminate config in my account being the
problem, I created a new account to check the bug exists there (it does)
and record the video. The computer has the gtk3-nocsd package installed,
but in /etc/X11/Xsession.d/01gtk3-nocsd there is the line:

  export GTK_CSD=1

** Affects: mate-terminal (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/1878457

Title:
  Window shrinks on switching focus

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

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

[Bug 1876235] [NEW] "there is no parameter $1" for named queries with numeric parameters

2020-04-30 Thread Smylers
Public bug reported:

If a named query has positional parameters (with $1, $2, and so on),
attempting to use it just gives the error message “there is no parameter
$1”, the same as if no argument had been provided for that query.

Documentation of how the feature is supposed to work:
https://www.pgcli.com/named_queries.md

Example:

  postgres> \ns i SELECT $1
  Saved.
  Time: 0.003s
  postgres> \n i 42
  there is no parameter $1
  LINE 1: SELECT $1

It does work using %s instead of $1, but that isn't documented, and
doesn't allow for re-ordering parameters or using one multiple times.

This broke on upgrading Ubuntu to 20.04 LTS (from 16.04), which has
pgcli version 2.2.0. Existing named queries that I had saved in my
config and which had previously worked started giving the above error
message.

** Affects: pgcli (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/1876235

Title:
  "there is no parameter $1" for named queries with numeric parameters

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

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

[Bug 1873301] [NEW] charmap command missing after upgrade to 20.04 (Focal Fossa)

2020-04-16 Thread Smylers
Public bug reported:

After upgrading to the Ubuntu 20.04 LTS beta (gucharmap version
1:13.0.1-1), I found that the charmap command was missing. After some
searching I discovered it still exists with the name gucharmap. Maybe it
was always called gucharmap and there used to be a symlink from charmap
which the upgrade removed?

The charmap(1) manpage still exists, as a symlink to gucharmap. It's
weird having a manpage for a command that doesn't exist.

Please could we have a charmap symlink (back)? At least some users are
used to using that name.

The changelog mentions previously fixing the charmap symlink in version 0.6.0-1:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=187522

and installing the charmap.1 link in version 1:2.24.2-1.

I couldn't see anything in there suggesting that the removal of the
charmap symlink was intentional. Thanks.

** Affects: gucharmap (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/1873301

Title:
  charmap command missing after upgrade to 20.04 (Focal Fossa)

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

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

[Bug 1398824] [NEW] Upgrade 14.04 to 14.10 failed with ‘Could not determine the upgrade’

2014-12-03 Thread Smylers
Public bug reported:

Running Lubuntu 14.04, I tried to upgrade to 14.10 with:

  $ update-manager -d 

I pressed the ‘Upgrade’ button, then got a window with the release
information, which started:

  Welcome to the Ubuntu 'Utopic Unicorn' development release

  This release is still in development. Do not install it on production
machines.

That isn't right (it has now been released), but I proceeded anyway.

  Could not determine the upgrade

  An unresolvable problem occurred while calculating the upgrade.

  This can be caused by:
  * Upgrading to a pre-release version of Ubuntu
  * Running the current pre-release version of Ubuntu
  * Unofficial software packages not provided by Ubuntu

  If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.

None of the above apply, hence this report.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.5
ProcVersionSignature: Ubuntu 3.13.0-41.70-generic 3.13.11.11
Uname: Linux 3.13.0-41-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: LXDE
Date: Wed Dec  3 13:16:58 2014
InstallationDate: Installed on 2012-03-01 (1007 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2014-12-03 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade trusty

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

Title:
  Upgrade 14.04 to 14.10 failed with ‘Could not determine the upgrade’

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

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

[Bug 1340511] Re: man page contains wrong default history size

2014-10-02 Thread Smylers
 Man page contains the text:
 
 HISTSIZE The number of commands to remember in the command history
 (see HISTORY below). The default value is 500.

I think that means that if HISTSIZE isn't set at all, then Bash will act
as though HISTSIZE had been set to 500.

If you have HISTSIZE set, then the default doesn't apply.

 $ grep HISTFILESIZE ~/.bashrc
 HISTFILESIZE=2000

That's HISTFILESIZE, not HISTSIZE. They are different variables, to control
different (albeit related) things.

However, skel.bashrc does also set HISTSIZE, to 1000. But that doesn't
make the manpage wrong. Ubuntu gives new users a HISTSIZE variable, but
it's still the case that a user who removes that will get a default size
of 500.

So I think this is invalid.

** Changed in: bash (Ubuntu)
   Status: New = Invalid

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

Title:
  man page contains wrong default history size

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

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


[Bug 1376688] [NEW] Punctuation-only functions give error messages in subshells

2014-10-02 Thread Smylers
Public bug reported:

I have Bash functions defined with punctuation-only names, such as - and
.., which now give errors when starting nested shells.

After a recent Shellshock patch, env shows these functions as having
names like BASH_FUNC_-(), and starting a second Bash in some way, such
as running a shell script, yields error messages like:

  bash: error importing function definition for `BASH_FUNC_-'

With a double-nested Bash, each error message is displayed twice.

So far as I can tell the error message is spurious: the action function
- is being imported correctly. But it's irritating to have the terminal
clogged up with these messages, especially when just running utilities
which I didn't even know were written in Bash.

This is with bash 4.3-7ubuntu1.4.

** Affects: bash (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/1376688

Title:
  Punctuation-only functions give error messages in subshells

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

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


[Bug 1376688] Re: Punctuation-only functions give error messages in subshells

2014-10-02 Thread Smylers
Intentional temporary regression: http://lists.gnu.org/archive/html/bug-
bash/2014-09/msg00256.html

Sounds like an upstream fix will be forthcoming.

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

Title:
  Punctuation-only functions give error messages in subshells

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

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


[Bug 1199404] [NEW] Incorrectly detects text files with accented characters as binary

2013-07-09 Thread Smylers
Public bug reported:

If a text file includes some accented characters then flip incorrectly
deems it to be binary, so skips converting it. It only seems to convert
(without -b) files containing only Ascii characters.

This is with flip 1.20-1.

For example, using the attached ingredients.txt:

  $ flip -uv ingredients.txt 
  ingredients.txt: binary file, not converted

I expected that it would convert ingredients.txt, since it is a text
file.

But file detects it as being text:

  $ file ingredients.txt 
  ingredients.txt: UTF-8 Unicode text

As does Perl:

  $ perl -wE 'say $_ is , -T $_ ? q[text] : q[binary] foreach @ARGV' 
ingredients.txt risotto.jpg
  ingredients.txt is text
  risotto.jpg is binary
And dos2unix spots that it is text, while also managing to avoid processing an 
actual binary file:

  $ dos2unix ingredients.txt risotto.jpg 
  dos2unix: converting file ingredients.txt to Unix format ...
  dos2unix: Skipping binary file risotto.jpg

So ideally flip's heuristic for determining what's a text file would be
tweaked to agree with those other utilities.

Alternatively, flip's manpage should document that it's limited to Ascii
files. (I know I can use -b to override the heuristic, but that's
problematic when mass-converting a bunch of files where some of them are
actually binary files.)

Thanks.

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

** Attachment added: sample text file, with accented characters
   
https://bugs.launchpad.net/bugs/1199404/+attachment/3730665/+files/ingredients.txt

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

Title:
  Incorrectly detects text files with accented characters as binary

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

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


[Bug 1092889] [NEW] uninstall command not in man page

2012-12-21 Thread Smylers
Public bug reported:

pip has an uninstall command, but it isn't mentioned in the pip(1)
manual page in what looks like it's a comprehensive list of all pip
commands.

Information about uninstall can be seen with pip help uninstall.

** Affects: python-pip (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/1092889

Title:
  uninstall command not in man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1092889/+subscriptions

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


[Bug 1087660] Re: --upgrade option not mentioned in man page

2012-12-21 Thread Smylers
** Summary changed:

- --upgrade option not documented
+ --upgrade option not mentioned in man page

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

Title:
  --upgrade option not mentioned in man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1087660/+subscriptions

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


[Bug 1087660] [NEW] --upgrade option not documented

2012-12-07 Thread Smylers
Public bug reported:

The pip command appears to have an --upgrade option, but pip(1) doesn't
mention it.

Attempting to install an already installed package yields an error
message suggesting --upgrade:

  $ sudo pip install weasyprint
  Requirement already satisfied (use --upgrade to upgrade): weasyprint in 
/usr/local/lib/python2.7/dist-packages

Please can this option be mentioned in the manpage as well.

** Affects: python-pip (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/1087660

Title:
  --upgrade option not documented

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1087660/+subscriptions

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


[Bug 1026586] [NEW] oldfind isn't documented

2012-07-19 Thread Smylers
Public bug reported:

findutils includes /usr/bin/oldfind, but the manpage doesn't give any
indication as to what this is for.

/usr/share/man/man1/oldfind.1.gz is a symlink to find.1.gz, so typing
man oldfind just displays find(1), which doesn't contain the text
‘oldfind’ anywhere in it.

The NEWS.gz file mentions it in the changes for version 4.4.1, but it
should be documented in a less transient place. And as a user it doesn't
help anyway: I don't know what fts() is, or under what circumstances I
should use oldfind instead of find.

Please make man oldfind give information on what oldfind is for. Thanks.

** Affects: findutils (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/1026586

Title:
  oldfind isn't documented

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

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

[Bug 1019236] [NEW] 24/edit-delete-mail.svg shadow mispositioned?

2012-06-29 Thread Smylers
Public bug reported:

In /usr/share/icons/Humanity/actions/24/edit-delete-mail.svg the
envelope's shadow looks to be in the wrong place.

This can be seen more clearly by editing the icon in Inkscape, and
deleting the red slashed circle from the front. The envelope has a
shadow which is, as expected, a little wider than the envelope, but it's
mostly hidden behind it, being higher up the image than the bottom of
the envelope, and mostly to the right.

By comparison the larger edition of the same icon in
/usr/share/icons/Humanity/actions/48/edit-delete-mail.svg has a shadow
aligned to surround the bottom of the envelope (again remove the slashed
circle to see more clearly), where I'd expect it to be.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: humanity-icon-theme 0.5.3.11
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu10
Architecture: amd64
Date: Fri Jun 29 12:00:55 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: humanity-icon-theme
UpgradeStatus: Upgraded to precise on 2012-03-23 (97 days ago)

** Affects: humanity-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  24/edit-delete-mail.svg shadow mispositioned?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1019236/+subscriptions

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


[Bug 1019236] Re: 24/edit-delete-mail.svg shadow mispositioned?

2012-06-29 Thread Smylers
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019236

Title:
  24/edit-delete-mail.svg shadow mispositioned?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1019236/+subscriptions

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


[Bug 1014573] [NEW] Help browser ‘up’ and ‘previous’ icons are identical

2012-06-18 Thread Smylers
Public bug reported:

In PGAdmin's help browser the same up-arrow icon is used for two
separate buttons: the first is captioned ‘Go up one level in document
hierarchy’ and the second ‘Previous page’.

This is confusing, since it's very hard to remember which button does
which. Different icons should be found for the buttons.,

** Affects: pgadmin3 (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/1014573

Title:
  Help browser ‘up’ and ‘previous’ icons are identical

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

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

[Bug 1013210] [NEW] URL-clicking includes trailing no-break space

2012-06-14 Thread Smylers
Public bug reported:

The dingus URL-identification for ctrl-clicking on URLs will currently
include a trailing no-break space (NBSP) character if there happens to
be one following the URL. This breaks the URL from loading in, for
example, Firefox.

For example, I'm reading an e-mail in Mutt (in Gnome Terminal) which
includes “the www.directboatinsurance.com website”, where the character
which appears as a space between “com” and “website” is actually an
NBSP. (I don't know why; presumably something to do with how the
sender's e-mail client formats text).

Moving the mouse over that domain name underlines from “www” to the NBSP
inclusive, and ctrl-clicking on it sends the domain name plus NBSP to
Firefox, which then fails to resolve the hostname until the NBSP is
removed from the URL bar.

I don't think a valid URL would ever contain an NBSP character. Please
can we trim URLs before them, rather than after?

Thanks.

** Affects: gnome-terminal (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/1013210

Title:
  URL-clicking includes trailing no-break space

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

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

[Bug 1009549] [NEW] Syntax errors in units(1) manpage

2012-06-06 Thread Smylers
Public bug reported:

The units(1) manpage display oddly in a few places. The string “@samp{”
appears before some sample input, instead of quoting it, presumably a
syntax error in the mark-up leaking through.

In the list of command-line options some, including  --oldstar, are not
formatted correctly: starting with a comma, not being in bold, and
running straight into their definition, rather than having the
definition start on the following line and be indented like the others.

I'm running 12.04 (Precise Pangolin), with units 1.87-2.

** Affects: units (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/1009549

Title:
  Syntax errors in units(1) manpage

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

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

[Bug 1009549] Re: Syntax errors in units(1) manpage

2012-06-06 Thread Smylers
This is Debian bug #606403. I've attached a patch there:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606403#10

** Bug watch added: Debian Bug tracker #606403
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606403

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

Title:
  Syntax errors in units(1) manpage

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

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


[Bug 990314] [NEW] libzip1 missing in (12.04 Precise Pangolin)

2012-04-28 Thread Smylers
Public bug reported:

Hi. I see libzip1 has been removed from Ubuntu as of 12.04. It would be
useful to still have this available, because there are external
applications which depend on it, for example Kobo Desktop (for
registering Kobo e-readers) and MySQL Workbench:
http://www.mobileread.com/forums/showthread.php?p=1609547#post1609547
and http://setupguides.blogspot.co.uk/2012/04/install-mysql-workbench-
on-ubuntu-1204.html

Debian Unstable still includes a libzip1 package:
packages.debian.org/libzip1

Thanks.

** Affects: libzip (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/990314

Title:
  libzip1 missing in (12.04 Precise Pangolin)

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

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


[Bug 986499] [NEW] geeqie using /etc/alternatives unnecessarily

2012-04-21 Thread Smylers
Public bug reported:

/usr/bin/geeqie is a symlink to /etc/alternatives/geeqie, which in turn
is a symlink to /usr/bin/geeqie-standard

In Precise this is unnecessary, since geeqie is the only package that
provides a program called geeqie, as can be seen with:

  $ /usr/lib/command-not-found --ignore-installed geeqie

(Compare that with something like vi, where many packages are listed.)

The existence of geeqie-standard makes tab-completion less useful, since
it matches the same prefixes as geeqie itself, creating an ambiguity.
Renaming geeqie-standard to geeqie and no longer using the alternatives
system would avoid this.

** Affects: geeqie (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/986499

Title:
  geeqie using /etc/alternatives unnecessarily

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

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


[Bug 977526] Re: Manpage makes erroneous claim about BROWSER documentation

2012-04-20 Thread Smylers
I've found there already are some relevant Debian bugs; I think that
solving any one of these would fix this Ubuntu bug:

* sensible-browser(1) making the the erroneous claim that environ(7)
documents BROWSER: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=567250

* requesting that sensible-browser(1) documents that using the
alternatives system will select your preferred browser:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574582

* request for environ(7) to document BROWSER: http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=186282

Cheers

** Bug watch added: Debian Bug tracker #567250
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567250

** Bug watch added: Debian Bug tracker #574582
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574582

** Bug watch added: Debian Bug tracker #186282
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=186282

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

Title:
  Manpage makes erroneous claim about BROWSER documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sensible-utils/+bug/977526/+subscriptions

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


[Bug 977526] Re: Manpage makes erroneous claim about BROWSER documentation

2012-04-13 Thread Smylers
Hi. Thanks for this. That patch is definitely an improvement and
something useful for users, but it doesn't actually correct the error
that this bug pointed out: the claim that there is documentation of
BROWSER in environ(7) is still there. BROWSER needs removing from the
list of variables in the ‘SEE ALSO’ section.

I think it would also be helpful if ‘SEE ALSO’ mentioned update-
alternatives(8), as the way of specifying what x-www-browser and friends
run.

Thanks.

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

Title:
  Manpage makes erroneous claim about BROWSER documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sensible-utils/+bug/977526/+subscriptions

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

[Bug 977526] [NEW] Manpage makes erroneous claim about BROWSER documentation

2012-04-09 Thread Smylers
Public bug reported:

sensible-editor(1) in the ‘SEE ALSO’ section says:

  Documentation  of  the  EDITOR, VISUAL, PAGER, and BROWSER variables
in environ(7)

But environ(7) doesn't actually make any mention at all of BROWSER, so
looking there is of little help in determining how to set the preferred
browser, so that mention should be removed.

What would be useful is to document that sensible-browser by default
tries gnome-www-browser, x-www-browser, or www-browser (depending on
whether it's running under Gnome, X, or neither), and so the browser
choice can be set with update-alternatives(8).

Thanks.

** Affects: sensible-utils (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/977526

Title:
  Manpage makes erroneous claim about BROWSER documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sensible-utils/+bug/977526/+subscriptions

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

[Bug 951357] [NEW] Alt+F10 maximize doesn't unmaximize

2012-03-09 Thread Smylers
Public bug reported:

Alt+F10 is documented as:

  Maximize the current window. If the window is already maximized,
unmaximize it.

The second sentence isn't true. Alt+F5 has to be pressed to unmaximize a
maximized window. (I think the above was up to 11.04, but the behaviour
for Alt+F10 changed in 11.10 onwards.)

The text is in this file (and, presumably, translations):
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/ubuntu-docs/precise/view/head:/ubuntu-help/C/shell-keyboard-shortcuts.page

** Affects: ubuntu-docs (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/951357

Title:
  Alt+F10 maximize doesn't unmaximize

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

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


[Bug 946170] [NEW] README.Debian refers to obsolete gnome-cups-manager

2012-03-04 Thread Smylers
Public bug reported:

/usr/share/doc/cups-pdf/README.gz includes the sentence:

  The optional GNOME package gnome-cups-manager is capable of detecting
  this CUPS backend as a suitable ready-to-use printer.

There isn't an Ubuntu package for gnome-cups-manager any more. It seems
it was replaced by system-config-printer a few years ago:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491628

Cheers

** Affects: cups-pdf (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/946170

Title:
  README.Debian refers to obsolete gnome-cups-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-pdf/+bug/946170/+subscriptions

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


[Bug 945453] [NEW] README has wrong VCS default (should be bzr, not git)

2012-03-03 Thread Smylers
Public bug reported:

/usr/share/doc/etckeeper/README says:

  Note that the default VCS is git

The actual default in /etc/etckeeper/etckeeper.conf seems to be bzr.
Please can you tweak the README to match reality.

Unfortunately the above sentence from the README continues:

  and this tutorial assumes you're using it. Using other VCSes should be
broadly similar.

So to be truthful the sentence needs to become a little awkward, perhaps
something like:

  The default VCS in Ubuntu is bzr. This tutorial assumes you're using
git. Using bzr (or any other supported VCS) should be broadly similar.
If you would like to use git, edit the file
/etc/etckeeper/etckeeper.conf to remove the # from the beginning of the
line #VCS=git and insert a # before VCS=bzr.

(Or rewrite the tutorial to be bzr-based. Or change the default to git,
of course!)

Thanks.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in Ubuntu.
https://bugs.launchpad.net/bugs/945453

Title:
  README has wrong VCS default (should be bzr, not git)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 945453] [NEW] README has wrong VCS default (should be bzr, not git)

2012-03-03 Thread Smylers
Public bug reported:

/usr/share/doc/etckeeper/README says:

  Note that the default VCS is git

The actual default in /etc/etckeeper/etckeeper.conf seems to be bzr.
Please can you tweak the README to match reality.

Unfortunately the above sentence from the README continues:

  and this tutorial assumes you're using it. Using other VCSes should be
broadly similar.

So to be truthful the sentence needs to become a little awkward, perhaps
something like:

  The default VCS in Ubuntu is bzr. This tutorial assumes you're using
git. Using bzr (or any other supported VCS) should be broadly similar.
If you would like to use git, edit the file
/etc/etckeeper/etckeeper.conf to remove the # from the beginning of the
line #VCS=git and insert a # before VCS=bzr.

(Or rewrite the tutorial to be bzr-based. Or change the default to git,
of course!)

Thanks.

** Affects: etckeeper (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/945453

Title:
  README has wrong VCS default (should be bzr, not git)

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

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


[Bug 906826] Re: Error message refers to non-existent right-click menu

2011-12-20 Thread Smylers
** Attachment added: screenshot
   
https://bugs.launchpad.net/bugs/906826/+attachment/2641068/+files/notifier_right-click.png

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

Title:
  Error message refers to non-existent right-click menu

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

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


[Bug 906826] [NEW] Error message refers to non-existent right-click menu

2011-12-20 Thread Smylers
Public bug reported:

The update notification icon is showing me the attached error message,
which asks me to “run Package Manager from the right-click menu”. But
since switching to Unity, there isn't a distinct right-click menu;
whether left- or right-clicking the same menu is displayed. And none of
the available menu entries are labelled ‘Package Manager’.

Please can you update this error message to reflect these changes.
Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: update-notifier 0.117ubuntu3.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Dec 19 11:29:35 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110803.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: update-notifier
UpgradeStatus: Upgraded to oneiric on 2011-09-25 (84 days ago)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Error message refers to non-existent right-click menu

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

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

[Bug 853755] [NEW] Interface Missing

2011-09-19 Thread Smylers
Public bug reported:

Blueproximity no longer has an icon in the desktop menu bar (I'm running
‘Ubuntu 2D’), and no way to make its preferences window appear.
Blueproximity still runs when I log in, and does the locking/unlocking
thing, but I can't see what state it's in or view and change
preferences.

Killing the relevant python process and starting blueproximity manually
from a terminal does the same thing — no Window.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: blueproximity 1.2.5-5
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Date: Mon Sep 19 11:18:27 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110803.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: blueproximity
UpgradeStatus: Upgraded to oneiric on 2011-09-15 (4 days ago)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Interface Missing

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

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

[Bug 853755] Re: Interface Missing

2011-09-19 Thread Smylers
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/853755

Title:
  Interface Missing

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

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


[Bug 837300] Re: gnome-screensaver proximity command doesn't exist

2011-09-19 Thread Smylers
** Tags added: oneiric

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

Title:
  gnome-screensaver proximity command doesn't exist

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

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


[Bug 332046] Re: Yelp cannot open sgt-puzzles help files

2011-09-19 Thread Smylers
** Tags added: oneiric

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

Title:
  Yelp cannot open sgt-puzzles help files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgt-puzzles/+bug/332046/+subscriptions

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


[Bug 840191] Re: Alt+Tab doesn't work after opening Firefox tab from terminal

2011-09-19 Thread Smylers
** Tags added: oneiric

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

Title:
  Alt+Tab doesn't work after opening Firefox tab from terminal

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

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


[Bug 840153] Re: Menu can't be activated by keyboard

2011-09-19 Thread Smylers
** Tags added: oneiric

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

Title:
  Menu can't be activated by keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/840153/+subscriptions

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


[Bug 837306] Re: Manual: how to run needs adjusting for Ubuntu

2011-09-19 Thread Smylers
** Tags added: oneiric

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

Title:
  Manual: how to run needs adjusting for Ubuntu

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

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


[Bug 853774] [NEW] Dialog command buttons can't be focused

2011-09-19 Thread Smylers
Public bug reported:

In the preferences window it isn't possible to Tab to the Cancel or OK
buttons, so as to then activate them by pressing Enter; Tab cycles
through all the form controls on the current tab, skipping the buttons
at the bottom.

Similarly in the Forecast window the Close button can't be focused with
Tab. In that case it should probably be focused by default, since it's
the only interactive control in the entire window.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: indicator-weather 11.05.31-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Date: Mon Sep 19 11:48:42 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110803.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: indicator-weather
UpgradeStatus: Upgraded to oneiric on 2011-09-15 (4 days ago)

** Affects: indicator-weather (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Dialog command buttons can't be focused

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/853774/+subscriptions

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


[Bug 853774] Re: Dialog command buttons can't be focused

2011-09-19 Thread Smylers
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/853774

Title:
  Dialog command buttons can't be focused

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/853774/+subscriptions

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


[Bug 837300] Re: gnome-screensaver proximity command doesn't exist

2011-09-07 Thread Smylers
--poke/-p did exist until gnome-screensaver version 2.91.91, when it was
removed: http://mail.gnome.org/archives/ftp-release-
list/2011-March/msg00074.html

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

Title:
  gnome-screensaver proximity command doesn't exist

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

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


[Bug 840153] [NEW] Menu can't be activated by keyboard

2011-09-03 Thread Smylers
Public bug reported:

The Unity menu bar doesn't work in Chromium using the keyboard.

Holding down Alt makes the Chromium menu entries appear in the menu bar,
as with other apps, but then pressing one of the underlined letters ('F'
for 'File', 'V' for 'View', etc) doesn't do anything.

Nor does pressing F10 activate the menu.

The only way of choosing a menu option involves using the mouse.

** Affects: chromium-browser (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/840153

Title:
  Menu can't be activated by keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/840153/+subscriptions

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


[Bug 840191] [NEW] Alt+Tab doesn't work after opening Firefox tab from terminal

2011-09-03 Thread Smylers
Public bug reported:

After opening a Firefox tab from a terminal, switching window focus
using the keyboard doesn't work.

Steps to reproduce:

  1 Run Firefox, and open some tabs.

  2 In a terminal do something which opens a new tab in Firefox, for
example running the firefox command with a URL:

  $ firefox http://j.mp/ssh_tips

(Or in Mutt press Ctrl+B on a message which has a URL, to run
urlview. Or in Gnome Terminal display a URL and Ctrl+Click on it.)

  3 Try switching focus using the keyboard, either to Firefox or any
other open window. Alt+Tab and Alt+Esc both initially appear to work
(displaying the UI for switching windows) -- but when letting go of
the keys to proceed with switching to the highlighted window, focus
snaps back to the terminal.

The only way of switching focus involves clicking somewhere with the
mouse or exiting the terminal, each of which are unsatisfactory for
obvious reasons.

I'm running Ubuntu 11.10 beta, with the Ubuntu 2D session. My metacity
version is 1:2.34.1-1ubuntu2

This happens in Gnome Terminal, LX Terminal, and XTerm, so doesn't seem
specific to the terminal software. It might be specific to Firefox (I
don't know of another command which causes something to happen in an
already open window while leaving the focus on the terminal) but even if
so surely Metacity shouldn't let an application break window manager
functionality in this way.

** Affects: metacity (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/840191

Title:
  Alt+Tab doesn't work after opening Firefox tab from terminal

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

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


[Bug 332046] Re: Yelp cannot open sgt-puzzles help files

2011-09-02 Thread Smylers
This is still broken on Ubuntu 11.10 beta 1.

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

Title:
  Yelp cannot open sgt-puzzles help files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgt-puzzles/+bug/332046/+subscriptions

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


[Bug 837300] [NEW] gnome-screensaver proximity command doesn't exist

2011-08-30 Thread Smylers
Public bug reported:

The default ‘Proximity command’ is:

  gnome-screensaver-command -p

But that doesn't exist. Checking gnome-screensaver-command(1), it seems
that gnome-screensaver doesn't provide a proximity facility.

I'm running the Ubuntu 11.10 alpha, which has blueproximity version
1.2.5-5 and gnome-screensaver version 3.1.5-0ubuntu6.

** Affects: blueproximity (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/837300

Title:
  gnome-screensaver proximity command doesn't exist

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

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

[Bug 837306] [NEW] Manual: how to run needs adjusting for Ubuntu

2011-08-30 Thread Smylers
Public bug reported:

The BlueProximity manual contains information on running it that is
wrong for it as packaged in Ubuntu:

  If the Ubuntu package is installed you find the start icon in your
Applications menu in the utilities subfolder.

This no longer applies with Ubuntu 11.10, which doesn't have an Applications 
menu.
  
  To start BlueProximity from the console just type blueproximity. You can add 
this one to your session manager's startup profile for automatic start with 
system boot.

The Ubuntu package does this automatically, so nothing additional should
be done to have BlueProximity start on logging in (and doing so can
result in two copies running).

This is with blueproximity version 1.2.5-5.

** Affects: blueproximity (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/837306

Title:
  Manual: how to run needs adjusting for Ubuntu

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

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


[Bug 832615] [NEW] Tagged list-reply doesn't find List-Post: headers

2011-08-24 Thread Smylers
Public bug reported:

Using list-reply to reply to multiple mailing list messages in one go
doesn't work for auto-detected mailing lists.

Steps to reproduce:

1 Find a couple of messages you have been sent from the same mailing list (one 
that uses List-Post: headers, such as those run on Mailman).
2 Ensure that you don't have that list's address in a lists or subscribes 
command.
3 On each message in turn, press L. Mutt will correctly auto-detect the mailing 
list from the List-Post: header and compose a reply addressed to the list.
4 Now tag each message with t and press ;L to list-reply to all tagged 
messages. Instead of composing a reply, Mutt gives the error message “No 
mailing lists found!”.

Clearly if Mutt is capable of detecting the mailing list in each message
separately, in can detect it when given both of them together.

Note it is possible to work round the issue by using a subscribe command
to explicitly tell Mutt about the list. But that rather defeats the
purpose of the auto-detection of Mail-Post: headers, since I might want
to tag and list-reply multiple messages on any list.

This is in Mutt 1.5.21, in Ubuntu 11.10 alpha.

** Affects: mutt (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/832615

Title:
  Tagged list-reply doesn't find List-Post: headers

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

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

[Bug 191355] Re: cron complains /etc/cron.daily/find exited with return code 127

2008-04-11 Thread Smylers
I also have this cron job:

  $ dpkg -S /etc/cron.daily/find
  findutils: /etc/cron.daily/find

This is a computer on which I installed Ubuntu 7.10 from CD, then
immediately ran update-manager -d to upgrade to the latest Hardy.

The cron job is buggy (it calls ionice -p 7 rather than ionice -n 7,
thereby either exiting with an error or changing the priority of
whatever the process with pid 7 happens to be!).  This was fixed in an
update to gutsy:

http://changelogs.ubuntu.com/changelogs/pool/main/f/findutils/findutils_4.2.31-1ubuntu2.1/changelog

But that change has been skipped from the current hardy version:

http://changelogs.ubuntu.com/changelogs/pool/main/f/findutils/findutils_4.2.32-1ubuntu2/changelog

If the entire file shouldn't be there that's obviously irrelevant (I
came here to report that as a bug, but I now won't!); I'm just including
it in case it helps track down where the file has come from.

-- 
cron complains /etc/cron.daily/find exited with return code 127
https://bugs.launchpad.net/bugs/191355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213575] [NEW] Hardy upgrade wrongly claims to have found local modifications

2008-04-07 Thread Smylers
Public bug reported:

Binary package hint: bash-completion

On a brand new computer I:

  1 installed Ubuntu 7.10 from an official CD
  2 installed all updates
  3 ran update-manager -d and upgraded to Hardy Heron Alpha 5

No other software was run.

The Hardy upgrade claimed that bash-completion had local modifications
(giving the prompt for keeping the existing version or overwriting it
with the latest from the package).  This is clearly incorrect, since I
hadn't modified anything.

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

-- 
Hardy upgrade wrongly claims to have found local modifications
https://bugs.launchpad.net/bugs/213575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197695] [NEW] package deskbar-applet 2.20.1-0ubuntu1 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-03-02 Thread Smylers
Public bug reported:

Binary package hint: deskbar-applet

This happened when I ran update-manager -d to upgrade from 7.10 to the
latest Hardy Heron alpha.

ProblemType: Package
Architecture: i386
Date: Sun Mar  2 16:40:21 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: deskbar-applet 2.20.1-0ubuntu1
PackageArchitecture: i386
SourcePackage: deskbar-applet
Title: package deskbar-applet 2.20.1-0ubuntu1 failed to install/upgrade: 
subprocess pre-installation script returned error exit status 1
Uname: Linux 2.6.24-10-generic i686

** Affects: deskbar-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package deskbar-applet 2.20.1-0ubuntu1 failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/197695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197695] Re: package deskbar-applet 2.20.1-0ubuntu1 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-03-02 Thread Smylers

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/12352964/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/12352965/DpkgTerminalLog.txt

-- 
package deskbar-applet 2.20.1-0ubuntu1 failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/197695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197693] [NEW] package alacarte 0.11.4-0ubuntu1 failed to install/upgrade:

2008-03-02 Thread Smylers
Public bug reported:

Binary package hint: alacarte

I just used upgrade-manager -d to upgrade from 7.10 to Hardy Heron.

Manually uninstalling it and ubuntu-desktop, and then re-installing them
both seemed to work.

ProblemType: Package
Architecture: i386
Date: Sun Mar  2 14:47:45 2008
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 1
Package: alacarte 0.11.4-0ubuntu1
PackageArchitecture: all
SourcePackage: alacarte
Title: package alacarte 0.11.4-0ubuntu1 failed to install/upgrade: 
Uname: Linux 2.6.24-10-generic i686

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


** Tags: apport-package

-- 
package alacarte 0.11.4-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/197693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197693] Re: package alacarte 0.11.4-0ubuntu1 failed to install/upgrade:

2008-03-02 Thread Smylers

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/12352898/Dependencies.txt

-- 
package alacarte 0.11.4-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/197693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 90090] /etc/papersize not taken into account

2007-03-06 Thread Smylers
Public bug reported:

Binary package hint: gqview

gqview defaults to using US Letter paper for printing (when run for the
first time) even though /etc/papersize is set to a4.

** Affects: gqview (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
/etc/papersize not taken into account
https://launchpad.net/bugs/90090

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