[Bug 380610] Re: Package firefox-gnome-support missing from Netbook Remix (UNR)

2009-05-28 Thread Jon Spriggs
I think you meant firefox-gnome-support :)

firefox-gnome-support:
  Installed: 3.0.10+nobinonly-0ubuntu0.9.04.1
  Candidate: 3.0.10+nobinonly-0ubuntu0.9.04.1
  Version table:
 *** 3.0.10+nobinonly-0ubuntu0.9.04.1 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 3.0.8+nobinonly-0ubuntu3 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
firefox-3.0-gnome-support:
  Installed: 3.0.10+nobinonly-0ubuntu0.9.04.1
  Candidate: 3.0.10+nobinonly-0ubuntu0.9.04.1
  Version table:
 *** 3.0.10+nobinonly-0ubuntu0.9.04.1 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 3.0.8+nobinonly-0ubuntu3 0
500 http://gb.archive.ubuntu.com jaunty/main Packages

Just to advise you, I did install these packages as I needed it to get
UbuntuOne to work properly. Sorry. I've got another machine at home
which has an unmodified version of the UNR installed.

-- 
Package firefox-gnome-support missing from Netbook Remix (UNR)
https://bugs.launchpad.net/bugs/380610
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 380610] Re: Package firefox-gnome-support missing from Netbook Remix (UNR)

2009-05-28 Thread Jon Spriggs
>From the machine which isn't updated

firefox-gnome-support:
  Installed: (none)
  Candidate: 3.0.10+nobinonly-0ubuntu0.9.04.1
  Version table:
 *** 3.0.10+nobinonly-0ubuntu0.9.04.1 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
 3.0.8+nobinonly-0ubuntu3 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
firefox-3.0-gnome-support:
  Installed: (none)
  Candidate: 3.0.10+nobinonly-0ubuntu0.9.04.1
  Version table:
 *** 3.0.10+nobinonly-0ubuntu0.9.04.1 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
 3.0.8+nobinonly-0ubuntu3 0
500 http://gb.archive.ubuntu.com jaunty/main Packages

-- 
Package firefox-gnome-support missing from Netbook Remix (UNR)
https://bugs.launchpad.net/bugs/380610
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 380610] Re: Package firefox-gnome-support missing from Netbook Remix (UNR)

2009-05-29 Thread Jon Spriggs
To be honest, I don't even think it's a bug in apt or firefox, I think
it's instead maybe an issue with the UNR image itself? Can it be marked
as a bug to ensure it's not like this in the next release of UNR?

I'm not really particularly au fait with DEB packages, or APT processes,
but is it possible to say "If Gnome and Firefox are installed, one also
requires firefox-gnome-support"? I'm thinking now of how to fix the
machines already deployed - can the Firefox package have an extra tag
put in it? Is there an UNR package which has been used like the ubuntu-
desktop package, and if so, can that have this package as an extra
dependancy (if that's the right place to put it?)

Thanks for your help thus far John.

-- 
Package firefox-gnome-support missing from Netbook Remix (UNR)
https://bugs.launchpad.net/bugs/380610
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 380610] [NEW] Package firefox-gnome-support missing from Netbook Remix (UNR)

2009-05-26 Thread Jon Spriggs
Public bug reported:

In the Ubuntu Netbook Remix, the package firefox-gnome-support is
missing, which prevents associated applications from opening when
downloading files such as .deb

This was discovered when trying to install the UbuntuOne application
following the instructions at ubuntuone.com

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Package firefox-gnome-support missing from Netbook Remix (UNR)
https://bugs.launchpad.net/bugs/380610
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 483792] Re: Brasero Copy to ISO image does not work for some DVDs

2010-02-17 Thread Jon Spriggs
I've enhanced the script at Comment #3 Please note the new version
required dcfldd which is an enhanced version of DD which will provide
status messages including timings.

#!/bin/bash

DEV=/dev/cdrom
ISO=$1
if [ ! -z "$2" ]
then
  DEV=$2
fi

if [ -z "$ISO" ]
then
  echo "Usage: $0  [DEVICE]"
  exit 1
fi

BS=$(isoinfo -d -i $DEV | grep "block size" | awk '{print $5}')
VS=$(isoinfo -d -i $DEV | grep "Volume size" | awk '{print $4}')

dcfldd if=$DEV of="$ISO" bs=$BS count=$VS sizeprobe=if

-- 
Brasero Copy to ISO image does not work for some DVDs
https://bugs.launchpad.net/bugs/483792
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 350890] Re: akonadi-server not started ( not registered in D-Bus)

2009-11-20 Thread Jon Spriggs
I had this issue, until I followed the instructions in comment 4
(https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/350890/comments/4)
which seems to have fixed the issue.

-- 
akonadi-server not started ( not registered in D-Bus)
https://bugs.launchpad.net/bugs/350890
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to akonadi in ubuntu.

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


[Bug 334122] Re: Mobile broadband connections fail to connect

2009-11-06 Thread Jon Spriggs
To confirm, on Kubuntu 9.10, NetBook Remix version with a Huawei E156G
3G dongle, I am also seeing this issue, in that, I have the icon appear
in the plasmoid to show that my phone is attached. I click on that
entry, and get taken to a page of Wireless Hotspots. On canceling that
screen, I can "Manage Connections" and complete the details for this
device, but then selecting that connection from the list does not
establish this connection.

I am currently working around this issue by performing

sudo apt-get remove knetworkmanager
sudo apt-get install network-manager-gnome
System -> System Settings -> Advanced -> Autostart -> New Program -> nm-applet

I know this is using the Gnome Network Manager, but it works for the
moment.

-- 
Mobile broadband connections fail to connect
https://bugs.launchpad.net/bugs/334122
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 602415] [NEW] Unity doesn't show any preferences, only system settings

2010-07-06 Thread Jon Spriggs
Public bug reported:

Binary package hint: unity

In the Karmic and Lucid UNE releases of Ubuntu the System tab showed the
preferences as well as system settings. It's not clear where to find
this in the new release.

lsb_release -rd reports: 
Description:Ubuntu maverick (development branch)
Release:10.10

apt-cache policy unity reports:
unity:
  Installed: 0.2.14-0ubuntu1
  Candidate: 0.2.14-0ubuntu1
  Version table:
 *** 0.2.14-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: unity 0.2.14-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-6.9-generic 2.6.35-rc3
Uname: Linux 2.6.35-6-generic i686
Architecture: i386
Date: Tue Jul  6 20:17:02 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Alpha i386 
(20100630.1)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
Unity doesn't show any preferences, only system settings
https://bugs.launchpad.net/bugs/602415
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 602415] Re: Unity doesn't show any preferences, only system settings

2010-07-06 Thread Jon Spriggs

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/51477568/Dependencies.txt

-- 
Unity doesn't show any preferences, only system settings
https://bugs.launchpad.net/bugs/602415
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 601011] Re: doesn't render appmenu accelerators correctly

2010-07-06 Thread Jon Spriggs
I can confirm this behaviour:

sprig...@spriggsj-laptop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu maverick (development branch)
Release:10.10
Codename:   maverick
sprig...@spriggsj-laptop:~$ apt-cache policy unity
unity:
  Installed: 0.2.14-0ubuntu1
  Candidate: 0.2.14-0ubuntu1
  Version table:
 *** 0.2.14-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

In addition, an example of one program which duplicates this bug is the
current version of Firefox

sprig...@spriggsj-laptop:~$ apt-cache policy firefox
firefox:
  Installed: 3.6.6+nobinonly-0ubuntu1
  Candidate: 3.6.6+nobinonly-0ubuntu1
  Version table:
 *** 3.6.6+nobinonly-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

-- 
doesn't render appmenu accelerators correctly
https://bugs.launchpad.net/bugs/601011
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 602441] [NEW] WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x6c/0x80()

2010-07-06 Thread Jon Spriggs
Public bug reported:

This issue occurred having installed the Maverick Netbook image,
performed an apt-get update && apt-get dist-upgrade today at approx
7:15PM BST and then opened three separate applications, Empathy, gnome-
console and firefox. Task swapping between these firefox and gnome-
console seemed to have caused this crash.

ProblemType: KernelOops
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-6-generic 2.6.35-6.9
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.35-6.9-generic 2.6.35-rc3
Uname: Linux 2.6.35-6-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  spriggsj   1280 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf3db8000 irq 44'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,10438330,0014'
   Controls  : 11
   Simple ctrls  : 7
Date: Tue Jul  6 21:28:41 2010
Failure: oops
Frequency: I don't know.
HibernationDevice: RESUME=UUID=0d711f5a-36f7-4d23-a11f-686e4e3686ae
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Alpha i386 
(20100630.1)
MachineType: ASUSTeK Computer INC. 900A
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-6-generic 
root=UUID=f11d787b-23bc-45f3-bce8-40e5933bba46 ro quiet splash
RelatedPackageVersions: linux-firmware 1.37
SourcePackage: linux
Title: WARNING: at 
/build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 
read_measured_perf_ctrs+0x6c/0x80()
dmi.bios.date: 08/04/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0403
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 900A
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0403:bd08/04/2008:svnASUSTeKComputerINC.:pn900A:pvrx.x:rvnASUSTeKComputerINC.:rn900A:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 900A
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-kerneloops i386 kconfig kernel-oops maverick 
needs-upstream-testing regression-potential ubuntu-une

-- 
WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 
read_measured_perf_ctrs+0x6c/0x80()
https://bugs.launchpad.net/bugs/602441
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 602441] Re: WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x6c/0x80()

2010-07-06 Thread Jon Spriggs

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/51481237/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/51481238/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/51481239/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/51481240/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/51481241/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/51481242/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/51481243/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/51481244/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/51481245/Lsusb.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/51481246/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/51481247/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/51481248/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/51481249/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/51481250/ProcModules.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/51481251/RfKill.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/51481252/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/51481253/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/51481254/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 
read_measured_perf_ctrs+0x6c/0x80()
https://bugs.launchpad.net/bugs/602441
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 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-07-06 Thread Jon Spriggs
I also received this today - I had network connection, but my upstream
router was pointing everything to an error page (including DNS resolves)
- I'm guessing this was a symptom of the fault, but given the fix
described before, it was not the fault itself.

-- 
aptd crashed with AttributeError in _emit_acquire_item()
https://bugs.launchpad.net/bugs/588476
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 602569] [NEW] pygobject_register_sinkfunc is depreciated

2010-07-07 Thread Jon Spriggs
Public bug reported:

Binary package hint: guake

I'm not certain if this is a guake issue, or if it's in another package,
but I'm trying guake under the Maverick Ubuntu Netbook Remix. When I run
guake from the command line (as there doesn't seem to be any way to do
Alt+F2 on this version, but that's a separate bug), I get the following
errors:

** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)

sprig...@spriggsj-laptop:~$ lsb_release -rd && apt-cache policy guake
Description:Ubuntu maverick (development branch)
Release:10.10
guake:
  Installed: 0.4.1-3
  Candidate: 0.4.1-3
  Version table:
 *** 0.4.1-3 0
500 http://gb.archive.ubuntu.com/ubuntu/ maverick/universe Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: guake 0.4.1-3
ProcVersionSignature: Ubuntu 2.6.35-6.9-generic 2.6.35-rc3
Uname: Linux 2.6.35-6-generic i686
Architecture: i386
Date: Wed Jul  7 08:03:33 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Alpha i386 
(20100630.1)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: guake

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
pygobject_register_sinkfunc is depreciated
https://bugs.launchpad.net/bugs/602569
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 602569] Re: pygobject_register_sinkfunc is depreciated

2010-07-07 Thread Jon Spriggs

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/51498738/Dependencies.txt

-- 
pygobject_register_sinkfunc is depreciated
https://bugs.launchpad.net/bugs/602569
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 602668] [NEW] After installing Netbeans, the Unity launcher doesn't include the icon, even under "All Applications".

2010-07-07 Thread Jon Spriggs
Public bug reported:

Binary package hint: unity

I installed Netbeans via the Ubuntu Software Center, and expected to
find it in the Maverick UNR launcher under "Development" - as per my
experiences in Karmic. It wasn't there.

I edited /usr/share/unity/menus/unity-place-applications.menu (after
copying it to a safe place) and removed all the lines ...
from this block:

  
All Applications
X-Unity-All-Applications.directory

  

Core
Settings
System
Screensaver
  


  baobab.desktop
  brasero-nautilus.desktop
  gnome-screenshot.desktop
  manage-print-jobs.desktop

  

Once I'd logged out and back in, I found Netbeans under the list of
applications, but when launching it, it didn't appear in the left side
menu.

Here's the lsb_release entry and apt-cache policy entries for unity and
netbeans:

Distributor ID: Ubuntu
Description:Ubuntu maverick (development branch)
Release:10.10
Codename:   maverick
unity:
  Installed: 0.2.14-0ubuntu1
  Candidate: 0.2.14-0ubuntu1
  Version table:
 *** 0.2.14-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status
netbeans:
  Installed: 6.8-0ubuntu5
  Candidate: 6.8-0ubuntu5
  Version table:
 *** 6.8-0ubuntu5 0
500 http://gb.archive.ubuntu.com/ubuntu/ maverick/universe Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: unity 0.2.14-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-6.9-generic 2.6.35-rc3
Uname: Linux 2.6.35-6-generic i686
Architecture: i386
Date: Wed Jul  7 12:24:52 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Alpha i386 
(20100630.1)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
After installing Netbeans, the Unity launcher doesn't include the icon, even 
under "All Applications".
https://bugs.launchpad.net/bugs/602668
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 602668] Re: After installing Netbeans, the Unity launcher doesn't include the icon, even under "All Applications".

2010-07-07 Thread Jon Spriggs

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/51507293/Dependencies.txt

-- 
After installing Netbeans, the Unity launcher doesn't include the icon, even 
under "All Applications".
https://bugs.launchpad.net/bugs/602668
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 623541] [NEW] When entering an IRC channel, the contact list is empty.

2010-08-24 Thread Jon Spriggs
Public bug reported:

Binary package hint: empathy

In most IRC clients, entry to an IRC channel will populate the contact
list with the other connected members of the server, however, currently
the list is not populated.

I have checked with XMPP MUCs and the contact list is fully populated.

This is with the Maverick alpha of Ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.31.90-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-17.23-generic 2.6.35.2
Uname: Linux 2.6.35-17-generic i686
Architecture: i386
Date: Tue Aug 24 18:21:39 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Alpha i386 
(20100630.1)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
When entering an IRC channel, the contact list is empty.
https://bugs.launchpad.net/bugs/623541
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 623541] Re: When entering an IRC channel, the contact list is empty.

2010-08-24 Thread Jon Spriggs

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623541/+attachment/1516168/+files/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/623541/+attachment/1516169/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/623541/+attachment/1516170/+files/ProcStatus.txt

** Attachment added: "XsessionErrors.txt"
   
https://bugs.launchpad.net/bugs/623541/+attachment/1516171/+files/XsessionErrors.txt

-- 
When entering an IRC channel, the contact list is empty.
https://bugs.launchpad.net/bugs/623541
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 626171] [NEW] On my first attempt to log in, GDM crashes and restarts.

2010-08-29 Thread Jon Spriggs
Public bug reported:

Binary package hint: gdm

I'm running the Maverick Alpha and have noticed in the last few days,
after powering on, the first time I click on my name in the name picker,
the X session stops and restarts, and then the next time I click on my
name, it proceeds as expected.

I have attached the Xorg log showing at least a partial backtrace.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gdm 2.30.5-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-19.26-generic 2.6.35.3
Uname: Linux 2.6.35-19-generic i686
Architecture: i386
Date: Sun Aug 29 08:39:55 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Alpha i386 
(20100630.1)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gdm

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
On my first attempt to log in, GDM crashes and restarts.
https://bugs.launchpad.net/bugs/626171
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 626171] Re: On my first attempt to log in, GDM crashes and restarts.

2010-08-29 Thread Jon Spriggs

** Attachment added: "Xorg.0.log.old showing a backtrace"
   
https://bugs.launchpad.net/bugs/626171/+attachment/1526753/+files/Xorg.0.log.old

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/626171/+attachment/1526754/+files/Dependencies.txt

-- 
On my first attempt to log in, GDM crashes and restarts.
https://bugs.launchpad.net/bugs/626171
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 626171] Re: On my first attempt to log in, GDM crashes and restarts.

2010-08-30 Thread Jon Spriggs
In response to Bowmore's comment before, mine is on an EEEPC 900A
running Maverick Alpha 1, upgraded with apt-get dist-update each time.

-- 
On my first attempt to log in, GDM crashes and restarts.
https://bugs.launchpad.net/bugs/626171
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 596994] Re: Update stopped Encrypted Home Automatic Mount

2010-07-15 Thread Jon Spriggs
I am suffering from this issue as well. I'd previously had an issue with
it where this only occurred on the very first login after reboot, and
subsequent logins were fine, however, this has now happened several
times.

sprig...@home:~$ apt-cache policy ecryptfs-utils
ecryptfs-utils:
  Installed: 83-0ubuntu3
  Candidate: 83-0ubuntu3
  Version table:
 *** 83-0ubuntu3 0
500 http://ubuntu.virginmedia.com/archive/ lucid/main Packages
100 /var/lib/dpkg/status
sprig...@home:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04 LTS
Release:10.04
Codename:   lucid

-- 
Update stopped Encrypted Home Automatic Mount
https://bugs.launchpad.net/bugs/596994
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 594746] [NEW] The SSH tunnel can't be established to a different port.

2010-06-15 Thread Jon Spriggs
Public bug reported:

Binary package hint: vinagre

I use a non-standard port for my SSH daemon, and the Vinagre client
won't permit me to use the non-standard port I use.

It's quite obvious that it's not using the file ~/.ssh/config as that
does specify the non-standard port.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: vinagre 2.30.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Tue Jun 15 19:08:30 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Beta i386 (20100318)
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/zsh
 LANG=en_GB.utf8
SourcePackage: vinagre

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

-- 
The SSH tunnel can't be established to a different port.
https://bugs.launchpad.net/bugs/594746
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 594746] Re: The SSH tunnel can't be established to a different port.

2010-06-15 Thread Jon Spriggs

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/50387054/Dependencies.txt

-- 
The SSH tunnel can't be established to a different port.
https://bugs.launchpad.net/bugs/594746
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