[Bug 1861327] Re: [needs-packaging] Can't run npm because of outdated nodejs in repos

2022-04-06 Thread Andy Allan
I'd like to echo Adam's point. Ubuntu 22.04 is about to be released with
Node 12, which is EOL this month (April 2022)!

It seems almost unreasonable to release Ubuntu 22.04 with the oldest
currently supported Node version, and have only a week or two until it
is EOL, when there are already two newer Node LTS releases available.
Node 16 was released in April 2021, so whatever packaging policy means
that it won't be included in Ubuntu 22.04 needs to be addressed.

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

Title:
  [needs-packaging] Can't run npm because of outdated nodejs in repos

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


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

[Bug 1885424] Re: Create package for Thor 1.0.1

2021-01-21 Thread Andy Allan
This isn't a problem in the ruby-thor package (although it could do with
an update). This is a problem with the ruby-bundler package.

Specifically, the upstream bundler codebase vendors Thor under a
separate namespace (Bundler::Thor) to avoid this specific issue. Bundler
itself needs Thor, but many projects do too. So to make something like
"bundle exec (whatever) work, without version clashes, bundler uses a
different namespace for its internal copy of Thor.

The Debian/Ubuntu ruby-bundler package is broken though, since it rips
out the carefully vendored code in a specific namespace and uses ruby-
thor in the Thor namespace.

Here is the patch that causes the issue:

```
From: Christian Hofstaedtler 
Date: Thu, 15 Mar 2018 14:51:43 +0100
Subject: Replace bundled libraries with system versions
Forwarded: not-needed

--- a/lib/bundler/vendored_molinillo.rb
+++ b/lib/bundler/vendored_molinillo.rb
@@ -1,4 +1,4 @@
 # frozen_string_literal: true
 
 module Bundler; end
-require_relative "vendor/molinillo/lib/molinillo"
+require "molinillo"
--- a/lib/bundler/vendored_thor.rb
+++ b/lib/bundler/vendored_thor.rb
@@ -2,7 +2,7 @@
 
 module Bundler
   def self.require_thor_actions
-require_relative "vendor/thor/lib/thor/actions"
+require "thor/actions"
   end
 end
-require_relative "vendor/thor/lib/thor"
+require "thor"
```

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

Title:
  Create package for Thor 1.0.1

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

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

[Bug 737106] Re: IDLE (using Python 3.2 or 2.7) Icon Doesn't Show in Launcher

2016-03-23 Thread Andy Allan
** Summary changed:

- IDLE (using Pyhton 3.2 or 2.7) Icon Doesn't Show in Launcher
+ IDLE (using Python 3.2 or 2.7) Icon Doesn't Show in Launcher

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

Title:
  IDLE (using Python 3.2 or 2.7) Icon Doesn't Show in Launcher

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

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


[Bug 1062296] Re: Documents Modified on Disk doesn't appear with desktop switching

2012-10-05 Thread Andy Allan
** Attachment added: "output from the console when running kate and follwoing 
the steps to reproduce"
   https://bugs.launchpad.net/bugs/1062296/+attachment/3375912/+files/bar.txt

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

Title:
  Documents Modified on Disk doesn't appear with desktop switching

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

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


[Bug 1062296] [NEW] Documents Modified on Disk doesn't appear with desktop switching

2012-10-05 Thread Andy Allan
Public bug reported:

If you have a document open in Kate, and edit that document using a
third-party application on another virtual desktop, the "Documents
Modified on Disk" dialog cannot be found. I think the dialog is being
created somewhere far off-screen.

# Steps to reproduce

1) Create a text file, e.g. touch foo.txt
2) Launch Kate and open the file
3) Switch to another virtual desktop and edit the file with another program and 
change the contents, e.g. nano foo.txt, and save the file
4) Switch back to the virtual desktop with Kate, and focus on it if necessary
5) Observe that the document has a red warning icon to indicate that it has 
been changed
6) Observe the lack of a visible dialog. Kate also appears to be unresponsive 
to keyboard or mouse input, but in reality the missing dialog has focus.
7) Press 'enter' to reload the document (that's the default selection on the 
missing dialog

# What is expected

When you save the file with the other program, the dialog should appear

# Notes

This is only a problem when Kate is on a different virtual desktop when
the file is changed. If you use a terminal window on the same virtual
desktop, all is well.

Description:Ubuntu 12.04.1 LTS
Release:12.04
kate:
  Installed: 4:4.8.5-0ubuntu0.1

** Affects: kate (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/1062296

Title:
  Documents Modified on Disk doesn't appear with desktop switching

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

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


[Bug 967162] Re: Incorrect binary location in 1.5.3-1

2012-03-28 Thread Andy Allan
** Bug watch added: Debian Bug tracker #648176
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648176

** Also affects: postgis (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648176
   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/967162

Title:
  Incorrect binary location in 1.5.3-1

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

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


[Bug 967162] [NEW] Incorrect binary location in 1.5.3-1

2012-03-28 Thread Andy Allan
Public bug reported:

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648176 for more
details.

1.5.3-2 has been released for precise, but obviously this bug still
exists in the 1.5.3-1 in ocelot. Can the fix be applied to 11.10 ocelot
too please?

The fix summary is:
  * Moved pgsql2shp/shp2pgsql under conventional /usr/bin path.
(closes: #648176)

** Affects: postgis (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/967162

Title:
  Incorrect binary location in 1.5.3-1

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

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


[Bug 783534] Re: Move to Workspace have to be pressed twice

2011-12-07 Thread Andy Allan
I experience this problem too, although not every time - probably around
50% of the time that I try moving windows between workspaces it works on
first attempt, 50% works on second attempt. It's never failed to work on
the second attempt. Like Johan I am using Ubuntu 11.04 Classic.

Autra, you asked for a list of compiz plugins. For me it is as
following:

General: Composite - Gnome Compatibility - OpenGL
Accessibility: Enhanced Zoom Desktop
Desktop: Expo - Desktop Wall - Viewport Switcher
Effects: Animations - Fading Windows - Window Decoration
Image Loading: Png
Utility: Bailer - Compiz Library Toolbox - Detection - Mouse Position Polling - 
Regex Matching - Session Management - Workarounds
Window Management - Grid - Move Window - Place Windows - Resize Window - Scale 
- Snapping Windows - Static Application Switcher

If anyone knows how to create this list automatically, it might be worth
sharing the tip!

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

Title:
  Move to Workspace have to be pressed twice

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

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


[Bug 783873] Re: about:startpage not working after upgrade

2011-05-17 Thread Andy Allan
*** This bug is a duplicate of bug 760910 ***
https://bugs.launchpad.net/bugs/760910

Apologies for the duplicate - I'd searched but hadn't found it.

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

Title:
  about:startpage not working after upgrade

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


[Bug 783873] [NEW] about:startpage not working after upgrade

2011-05-17 Thread Andy Allan
Public bug reported:

Binary package hint: firefox

After upgrading to natty on two different machines, both show the same
problem:

about:startpage gives the following error:
=
Not Found

The requested URL /11.04/Wikipedia (en)/ was not found on this server.
=

I would expect it to show a start page like in previous versions. Going
to Edit->Preferences, General -> Home Page -> Restore to Default uses
about:startpage as the home page, and so doesn't fix the problem.

** Affects: firefox (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/783873

Title:
  about:startpage not working after upgrade

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


[Bug 567936] [NEW] Request upgrade to 0.7.1 (bugfixes)

2010-04-21 Thread Andy Allan
Public bug reported:

Mapnik 0.7.0 is included in 10.04, but a bugfix release for mapnik has
occurred since.

http://trac.mapnik.org/milestone/0.7.1

Specifically, I'm considering http://trac.mapnik.org/ticket/512 which is
a bug in 0.7.0 fixed in 0.7.1

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

-- 
Request upgrade to 0.7.1 (bugfixes)
https://bugs.launchpad.net/bugs/567936
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 58399] Re: koffice dapper to edgy upgrade problem

2006-10-28 Thread Andy Allan
Same here. Any workarounds would be gratefully received.

-- 
koffice dapper to edgy upgrade problem
https://launchpad.net/bugs/58399

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