[Bug 194199] Re: no text in terminal

2012-09-02 Thread chris_c
I'll add this here as I found this when googling the problem myself

In for example xlde, when using the default use system colours its
ends up rendering black on black, select your own colour scheme and
you're good to go.

(this was in Ubuntu 12.04) I would consider this a bug 

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

Title:
  no text in terminal

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

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


[Bug 1001737] Re: window with WM_DELETE_WINDOW has incorrect icons

2012-07-24 Thread chris_c
I included extra details as asked...

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

Title:
  window with WM_DELETE_WINDOW has incorrect icons

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

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


[Bug 1020408] [NEW] package lightdm 1.2.1-0ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10

2012-07-02 Thread chris_c
Public bug reported:

? why has this web page come up ?

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: fglrx wl
ApportVersion: 2.0.1-0ubuntu8
AptOrdering: lightdm: Remove
Architecture: amd64
Date: Tue Jul  3 05:47:40 2012
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 10
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: lightdm
Title: package lightdm 1.2.1-0ubuntu1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package lightdm 1.2.1-0ubuntu1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 10

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

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


[Bug 1020408] Re: package lightdm 1.2.1-0ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10

2012-07-02 Thread chris_c
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020408

Title:
  package lightdm 1.2.1-0ubuntu1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 10

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

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


[Bug 1001737] Re: window with WM_DELETE_WINDOW has incorrect icons

2012-05-21 Thread chris_c
to reproduce the bug as previously stated set WM_PROTOCOLS  with 
WM_DELETE_WINDOW
you can do that like this 

Atom delAtom = XInternAtom ( display, WM_DELETE_WINDOW, False );
XSetWMProtocols(display, __win, delAtom, 1);

you should see only two widgets a maximise and minimise widget, the
buttons DO function as they should but they look incorrect see attached

** Attachment added: these correctly behave as a maximise and minimise button 
but look wrong
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1001737/+attachment/3156240/+files/wrong-widgets.png

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

Title:
  window with WM_DELETE_WINDOW has incorrect icons

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

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


[Bug 1001737] [NEW] window with WM_DELETE_WINDOW has incorrect icons

2012-05-19 Thread chris_c
Public bug reported:

a window with WM_DELETE_WINDOW in its WM_PROTOCOLS property has only a
maximise and minimise widget in the windows top corner (which is
correct)

However they look like a close and minimise button

( ubuntu 12.04 unity3d )

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


** Tags: unity3d wm-delete-window xlib

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

Title:
  window with WM_DELETE_WINDOW has incorrect icons

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

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


[Bug 810795] Re: gsettings-data-convert crashed with SIGSEGV in gconf_client_get_default()

2012-05-11 Thread chris_c
ubuntu 12.04

running gconf-cleaner fixed this for me and resulted in 20 second
quicker start of unity

DO have a terminal running, as when I ran the cleaner unity fell over...

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

Title:
  gsettings-data-convert crashed with SIGSEGV in
  gconf_client_get_default()

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

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


[Bug 369954] Re: XRaiseWindow not working

2012-02-04 Thread chris_c
this happened so long ago, we found it easier not to specifically
support Ubuntu

I don't have compiz installed nor unity probably better to close this
bug report...

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

Title:
  XRaiseWindow not working

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

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


[Bug 292585] Re: Evolution Mail Notification has no sound

2011-02-03 Thread chris_c
Way to fix bugs - just let the report expire!

this has been and still is in the last 3-4 versions of ubuntu - I'm
using a plugin as a work-a-round I have come to the concussion that this
is actually a gnome theme problem

Given that there is no serious official interest - I've become very
de-incentivised and stopped investigating the source of this problem -
indeed the lacklustre response to this and other bugs has made me
realise that reporting any bug appears to be a waste of time.

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

Title:
  Evolution Mail Notification has no sound

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


[Bug 549666] Re: [needs-packaging] x-tile needs packaging

2010-10-01 Thread chris_c
I wouldn't say really bothered it just seems a shame that Ubuntu users
are being left out, despite the fact there is a ready made package on
the site...

Suse Linux 
https://build.opensuse.org/package/show?package=x-tileproject=GNOME%3AApps
Fedora https://admin.fedoraproject.org/pkgdb/acls/name/x-tile
Arch Linux http://aur.archlinux.org/packages.php?ID=29734

This could be an opportunity for Ubuntu to pass back something to
Debian

-- 
[needs-packaging] x-tile needs packaging
https://bugs.launchpad.net/bugs/549666
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 295104] Re: custom smileys saved static, no animation

2010-08-25 Thread chris_c
still seeing this on Ubuntu 10.04

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

-- 
custom smileys saved static, no animation
https://bugs.launchpad.net/bugs/295104
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 552996] Re: karmic brasero open with titles too terse

2010-07-20 Thread chris_c
i still see this bug, right click on any .iso file select open with and
you will still see 2 identical Brasero options with no clue as to their
differing function

-- 
karmic brasero open with titles too terse
https://bugs.launchpad.net/bugs/552996
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 569456] Re: ubuntu one contents dont sync

2010-05-15 Thread chris_c
I have only one machine left with Ubuntu and will be soon moving away
for more stable and less adulterated version of gnome

Probably best you close this bug

-- 
ubuntu one contents dont sync
https://bugs.launchpad.net/bugs/569456
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 487744] Re: Scheduled fsck during boot unresponsive and inactive for a very long time at 90%, making the system appear to hang

2010-05-11 Thread chris_c
I do not believe this bug to be fixed as I am also still seeing exactly
this behaviour

** Changed in: mountall (Ubuntu)
   Status: Fix Released = New

-- 
Scheduled fsck during boot unresponsive and inactive for a very long time at 
90%, making the system appear to hang
https://bugs.launchpad.net/bugs/487744
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 376577] Re: module rt2860sta ERROR!!! RTMPCancelTimer failed, Timer hasn't been initialize!

2010-05-10 Thread chris_c
I'm seeing this bug after upgrading to 10.04 - wireless was previously
working just fine...

-- 
module rt2860sta ERROR!!! RTMPCancelTimer failed, Timer hasn't been initialize!
https://bugs.launchpad.net/bugs/376577
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 356807] Re: rt_ioctl_giwscan log spam removal or fix

2010-05-10 Thread chris_c
I can confirm that commenting -DDBG from config.mk when compiling the
kernel module stops the log spamming

-- 
rt_ioctl_giwscan log spam removal or fix
https://bugs.launchpad.net/bugs/356807
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 569456] Re: ubuntu one contents dont sync

2010-05-10 Thread chris_c
** Changed in: ubuntuone-client (Ubuntu)
   Status: Incomplete = Confirmed

-- 
ubuntu one contents dont sync
https://bugs.launchpad.net/bugs/569456
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 376577] Re: module rt2860sta ERROR!!! RTMPCancelTimer failed, Timer hasn't been initialize!

2010-05-10 Thread chris_c
I can confirm that compiling from source (
2010_01_29_RT2860_Linux_STA_v2.3.0.0 )  from manufacturers website fixes
this issue

Please be good chaps and comment out -DDBG from config.mk to stop the
log spam that is also an issue...

I needed to add an alias to ra0 ?

could this be marked as URGENT and actually assigned to someone as
network connectivity is critical, fixing this bug may also help with the
numerous other ralink bugs currently marked incomplete

-- 
module rt2860sta ERROR!!! RTMPCancelTimer failed, Timer hasn't been initialize!
https://bugs.launchpad.net/bugs/376577
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 569456] Re: ubuntu one contents dont sync

2010-05-05 Thread chris_c
at *least* one file is claimed to be synced in nautilus view but isnt in web 
view
various log files attached as requested

** Attachment added: ubuntuone.tar.gz
   http://launchpadlibrarian.net/47856072/ubuntuone.tar.gz

-- 
ubuntu one contents dont sync
https://bugs.launchpad.net/bugs/569456
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 569456] Re: ubuntu one contents dont sync

2010-05-04 Thread chris_c
On which client should I be doing this?
On my desktop that has nearly the same files or my laptop the which is more 
divergent ?

-- 
ubuntu one contents dont sync
https://bugs.launchpad.net/bugs/569456
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 569456] [NEW] ubuntu one contents dont sync

2010-04-24 Thread chris_c
Public bug reported:

Binary package hint: ubuntuone-client

the ubuntu one folders on my desktop and laptop differ, the desktop and
web view have most similar content

there is no way for force a sync and both client claim updated contents

ProblemType: Bug
.home.chris..cache.ubuntuone.log.syncdaemon.exceptions.log:
 
.home.chris..config.ubuntuone.syncdaemon.conf:
 [bandwidth_throttling]
 read_limit = 0
 write_limit = 0
 on = False
.home.chris..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 connected = True
 connect = 2
 show_applet = 0
 bookmarked = True
Architecture: i386
Date: Sat Apr 24 16:24:10 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Xubuntu 9.10 Karmic Koala - Release i386 (20091028.3)
Package: ubuntuone-client 1.0.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-20-generic i686
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1552): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (xfce4-cpugraph-plugin:1623): Gtk-CRITICAL **: gtk_container_set_border_width: 
assertion `GTK_IS_CONTAINER (container)' failed
 (xfce4-mixer-plugin:1624): libxfce4mixer-CRITICAL **: xfce_mixer_get_track: 
assertion `GST_IS_MIXER (card)' failed

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
ubuntu one contents dont sync
https://bugs.launchpad.net/bugs/569456
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 569456] Re: ubuntu one contents dont sync

2010-04-24 Thread chris_c

** Attachment added: .home.chris..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/45195884/.home.chris..cache.ubuntuone.log.oauth.login.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/45195886/UbuntuoneClientPackages.txt

-- 
ubuntu one contents dont sync
https://bugs.launchpad.net/bugs/569456
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 552996] [NEW] karmic brasero open with titles too terse

2010-03-31 Thread chris_c
Public bug reported:

Binary package hint: brasero

when right clicking for example I see two brasero entries with nothing
to distinguish them they do however have different functionality

temp workaround:

edit /usr/share/applications/brasero.desktop
change
Name=Brasero
to
Name=Brasero (burn iso)

edit /usr/share/applications/brasero-copy-medium.desktopchange
Name=Brasero
to
Name=Brasero (copy disc)

run
sudo update-desktop-database

I'm guessing the copy disc one shouldnt be showing even when right
clicking an iso?

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

-- 
karmic brasero open with titles too terse
https://bugs.launchpad.net/bugs/552996
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 388328] Re: pydb executable links to non-existing file

2010-03-30 Thread chris_c
reported last year, simple fix supplied, is it worth reporting ubuntu
bugs?

-- 
pydb executable links to non-existing file
https://bugs.launchpad.net/bugs/388328
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 549666] [NEW] x-tile needs packaging

2010-03-27 Thread chris_c
Public bug reported:

http://open.vitaminap.it/en/x_tile.htm

this applet has received some great feedback and has 5 different
language settings.

It can tile and manipulate a number of windows with any ordering, while 
primarily a gnome applet
it can be used standalone even down to a hot key per function, it has also been 
tested with xfce4

The authors are still actively developing and adding new features such as 
separate configs per X screen
and will often implement sensible feedback into the application, despite the on 
going development 
it is stable and has a near complete set of features 

It is a pure python application which uses the ctypes standard python module to 
access the xlib and psutils libraries 
and is therefore architecture independent

There is a generic deb install file compatible with ubuntu and xubuntu
but it is not available in the repos

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
x-tile needs packaging
https://bugs.launchpad.net/bugs/549666
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 471320] Re: syslog allows frequent entries in logs

2010-03-17 Thread chris_c
Logrotate will not mitigate GIGS of data a day (or even minute if its
done maliciously)

The fact that duplicate message filter isnt there BY DEFAULT is very
much a BUG just like all the default setting of other OS's that make bot
nets so easy to create.

-- 
syslog allows frequent entries in logs
https://bugs.launchpad.net/bugs/471320
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 506740] [NEW] flash video replay pauses and catches up when nvidia video texture adapter setting is set to sync to vblank

2010-01-12 Thread chris_c
Public bug reported:

while flash AND nvidia drivers are both closed source, a single person
reporting a bug to either monolithic corporations is going nowhere so I
hope this is read and considered before being rejected out of hand,
canalonical must have some inside contacts with both organisations by
now...

basically with Sync to VBlank in the Video Texture Adaptor section set, the 
video will pause and then rapidly catch up
this is with multiple different flash video streaming applications. obviously 
with this unset an rapid panning going on you
get tearing

If this is a known problem? 
Does Adobe know? 


Has Canalonical asked Adobe press department for a public statement regarding 
this issue?

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: hell snowball

-- 
flash video replay pauses and catches up when nvidia video texture adapter 
setting is set to sync to vblank
https://bugs.launchpad.net/bugs/506740
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 505183] [NEW] compiz bug with _NET_CURRENT_DESKTOP

2010-01-09 Thread chris_c
Public bug reported:

from http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2506278

_NET_CURRENT_DESKTOP

The index of the current desktop. This is always an integer between 0
and _NET_NUMBER_OF_DESKTOPS - 1. This *MUST* be set and updated by the
Window Manager.


currently because of this bug _NET_CURRENT_DESKTOP always returns 0 in direct 
contradiction to the established standards

this also causes problems with other standards mandated properties like
_NET_WORKAREA

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
compiz bug with _NET_CURRENT_DESKTOP
https://bugs.launchpad.net/bugs/505183
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 306781] Re: package gnunet-server 0.8.0a-1ubuntu3 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)

2010-01-02 Thread chris_c
two distribution upgrades later it might well be fixed... a unique bug fixing 
method leave it and see if upstream
changes make a difference

-- 
package gnunet-server 0.8.0a-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/306781
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 194686] Re: Error installing Funguloids: ogre-plugins-cgprogrammanager doesnt exist

2010-01-02 Thread chris_c
fix committed  2008-07-27? i'm still seeing this in 9.10 a year and a
half later

if theres some nvidia politics causing this the either drop the package or 
remove the nvidia dependency
just leaving a dead package in the repo for nearly 2 years now is far from ideal
and reflects badly on ubuntu...

-- 
Error installing Funguloids: ogre-plugins-cgprogrammanager doesnt exist
https://bugs.launchpad.net/bugs/194686
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 471320] Re: syslog allows frequent entries in logs

2009-12-18 Thread chris_c
absolutely NOT!

the fact I can spam a log and so fill up a device is not a pulseaudio
problem, the logger should protect against or at least mitigate this

-- 
syslog allows frequent entries in logs
https://bugs.launchpad.net/bugs/471320
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 489491] Re: no fallback for failing xorg

2009-12-09 Thread chris_c
*** This bug is a duplicate of bug 491483 ***
https://bugs.launchpad.net/bugs/491483


** This bug has been marked a duplicate of bug 491483
   Since failsafe-x was enabled in karmic it starts if gdm is disabled and kdm 
is used. (low graphics mode error)

I do not think this is a duplicate I do NOT have KDM installed

-- 
no fallback for failing xorg
https://bugs.launchpad.net/bugs/489491
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 489491] Re: no fallback for failing xorg

2009-12-09 Thread chris_c
I repeat 
This isnt about the specific problem I've had but rather
that there is no fallback for xorg

this bug is not about the specific nvidia problem I had. But rather about 
xorg being stuck in a loop
and not dropping to a nice console menu to give a none technical user a chance 
at fixing the problem
for themselves

-- 
no fallback for failing xorg
https://bugs.launchpad.net/bugs/489491
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 491360] Re: send to email doesnt open new mail

2009-12-06 Thread chris_c
Installed from scratch 9.10 installed thunderbird uninstalled evolution
and as much of evolution I could without breaking gnome

-- 
send to email doesnt open new mail
https://bugs.launchpad.net/bugs/491360
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 491360] Re: send to email doesnt open new mail

2009-12-03 Thread chris_c
both Mozilla Thunderbird and Thunderbird appear to work ok

its the custom option (that I did not add or change to) that caused
the bug

This bug happened from a fresh install, sometime after uninstalling
evolution

-- 
send to email doesnt open new mail
https://bugs.launchpad.net/bugs/491360
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 491360] [NEW] send to email doesnt open new mail

2009-12-02 Thread chris_c
Public bug reported:

if I right click a file and select send to 
and then send as email
thunderbird is focused but nothing happens.

It used to open a new mail with the file attached.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
send to email doesnt open new mail
https://bugs.launchpad.net/bugs/491360
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 491360] Re: send to email doesnt open new mail

2009-12-02 Thread chris_c
confirmed

thunderbird -compose attachment=file://path and name of file

works

-- 
send to email doesnt open new mail
https://bugs.launchpad.net/bugs/491360
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 491360] Re: send to email doesnt open new mail

2009-12-02 Thread chris_c
for some reason there was a custom entry in the
default mail handler preferences

I did not add this

there were also 2 others one thunderbird (with icon) and
the other mozilla thunderbird (with icon)

I did not add the not properly working custom item nor
either of the 2 available options

install of thunderbird / uninstall of evolution must be causing
this buggy setting of the default emailer ?

-- 
send to email doesnt open new mail
https://bugs.launchpad.net/bugs/491360
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 491360] Re: send to email doesnt open new mail

2009-12-02 Thread chris_c
window screen shot of above

** Attachment added: window screen shot of above
   
http://launchpadlibrarian.net/3618/Screenshot-Preferred%20Applications.png

-- 
send to email doesnt open new mail
https://bugs.launchpad.net/bugs/491360
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 164819] Re: Can't Remove Scrollkeeper without trashing Gnome

2009-12-02 Thread chris_c
regardless of behavior indexing is not *essential* to for instance gedit
etc

you could be on a small (2gb) SSD and not have the room for index's and
not want the media thrashed

package dependencies should not be used to enforce system design but
only when packages will absolutely not function without the dependency

-- 
Can't Remove Scrollkeeper without trashing Gnome
https://bugs.launchpad.net/bugs/164819
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 489491] [NEW] no fallback for failing xorg

2009-11-28 Thread chris_c
Public bug reported:

Binary package hint: xorg

If for any reason xorg fails to start, you get caught in a loop as gdm
repeatedly tried to start xorg

At some point it should fall back to a console to allow a fix or even have some 
console based menu
to allow none technical people to select possible solutions - some kind of 
safe mode xorg config would
be useful...

As it stand I was forced to boot from cd and manually mount and fix the
problem boot media

How on earth is a non technical Ubuntu user supposed to deal with xorg
problems?

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

-- 
no fallback for failing xorg
https://bugs.launchpad.net/bugs/489491
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


Re: [Bug 489491] Re: no fallback for failing xorg

2009-11-28 Thread chris_c
I've since fixed the problem, to replicate the problem just
do something to your xorg.conf that stops xorg starting
I noticed it first after a kernel upgrade while using cuda nvidia
driver

This isnt about the specific problem I've had but rather
that there is no fallback for xorg

 Bryce Harrington br...@bryceharrington.org wrote: 
 Hi c-camacho,
 
 
 Thanks for including the attached files.  Could you also include your 
 /var/log/Xorg.0.log (or Xorg.0.log.old) from after reproducing the issue?
 
 [This is an automated message.  Apologies if it has reached you
 inappropriately; please just reply to this message indicating so.]
 
 
 ** Tags added: needs-xorglog
 
 ** Tags added: needs-lspci-vvnn
 
 ** Changed in: xorg (Ubuntu)
Status: New = Incomplete
 
 -- 
 no fallback for failing xorg
 https://bugs.launchpad.net/bugs/489491
 You received this bug notification because you are a direct subscriber
 of the bug.
 
 Status in “xorg” package in Ubuntu: Incomplete
 
 Bug description:
 Binary package hint: xorg
 
 If for any reason xorg fails to start, you get caught in a loop as gdm 
 repeatedly tried to start xorg
 
 At some point it should fall back to a console to allow a fix or even have 
 some console based menu
 to allow none technical people to select possible solutions - some kind of 
 safe mode xorg config would
 be useful...
 
 As it stand I was forced to boot from cd and manually mount and fix the 
 problem boot media
 
 How on earth is a non technical Ubuntu user supposed to deal with xorg 
 problems?

-- 
no fallback for failing xorg
https://bugs.launchpad.net/bugs/489491
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 164819] Re: Can't Remove Scrollkeeper without trashing Gnome

2009-11-28 Thread chris_c
not a fix as rarian is now used which cant be removed for the same
reason as scrollkeeper used to be not removable

-- 
Can't Remove Scrollkeeper without trashing Gnome
https://bugs.launchpad.net/bugs/164819
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 451893] Re: PulseAudio opens too many files, locks up, and fills up root fs (/var/log)

2009-11-01 Thread chris_c
I believe my problem to be the same but with slightly different log spam

Nov  1 14:48:07 chris-desktop pulseaudio[3973]: alsa-sink.c: Error opening PCM 
device surround51:1: Too many open files
Nov  1 14:48:07 chris-desktop pulseaudio[3973]: alsa-sink.c: Error opening PCM 
device surround51:1: Too many open files
Nov  1 14:48:07 chris-desktop pulseaudio[3973]: alsa-sink.c: Error opening PCM 
device surround51:1: Too many open files
Nov  1 14:48:07 chris-desktop pulseaudio[3973]: alsa-sink.c: Error opening PCM 
device surround51:1: Too many open files
Nov  1 14:48:07 chris-desktop pulseaudio[3973]: alsa-sink.c: Error opening PCM 
device surround51:1: Too many open files
Nov  1 14:48:07 chris-desktop pulseaudio[3973]: alsa-sink.c: Error opening PCM 
device surround51:1: Too many open files

after a *year* this is *still* not production ready, really quite embarrassing, 
you can't blame alsa for pulse audio's
poor error handling, even if alsa totally fails pulse audio should NOT be 
flooding logs its a potential security flaw...

 #!/bin/bash
killall pulseaudio
pulse-session 

use this script as a workaround

-- 
PulseAudio opens too many files, locks up, and fills up root fs (/var/log)
https://bugs.launchpad.net/bugs/451893
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 369954] Re: XRaiseWindow not working

2009-10-07 Thread chris_c
I expected XRaiseWindow to work as it does when compiz is disabled even
with focus stealing enabled

-- 
XRaiseWindow not working
https://bugs.launchpad.net/bugs/369954
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 384883] Re: treeview component missing

2009-06-09 Thread chris_c
How bizarre I looked and looked in exactly that section and it wasn't there!
found it now

-- 
treeview component missing
https://bugs.launchpad.net/bugs/384883
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 384883] Re: treeview component missing

2009-06-09 Thread chris_c
doh!

** Changed in: glade-3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
treeview component missing
https://bugs.launchpad.net/bugs/384883
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 384883] [NEW] treeview component missing

2009-06-08 Thread chris_c
Public bug reported:

Binary package hint: glade-3

in gtkbuilder mode there should be a treeview component there is a none visible 
treeview store but no visible
component to use with it

** Affects: glade-3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
treeview component missing
https://bugs.launchpad.net/bugs/384883
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 314601] Re: libcamel-provider causes evolution to crash when using mail-notification

2009-05-12 Thread chris_c
sorry I can't help I no longer use evolution its trying far to hard to
be like windows software

-- 
libcamel-provider causes evolution to crash when using mail-notification
https://bugs.launchpad.net/bugs/314601
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


Re: [Bug 335511] Re: pidgin seg fault when xmpp server sends NULL conversation

2009-05-05 Thread chris_c
No server currently is sending malformed packets

I do not have time to set one up locally

This could possibly be exploited as a security issue
(its certainly effective DoS)

I've upgraded since no idea if this is still a bug mine...

darkrain42 wrote:
 A typo, it should read 'debug'.

 Start pidgin from a terminal and pass it the -d command-line option. You
 can optionally pipe it to a file (`pidgin -d  debug.log`) and open the
 file afterward. You probably don't need to attach the full log but the
 last 20 lines or so before it crashes should be sufficient.

   


-- 
Disclaimer:
By sending an email to ANY of my addresses you are agreeing that:

   1. I am by definition, the intended recipient

   2. All information in the email is mine to do with as I see fit and
make such financial profit, political mileage, or good joke as it lends
itself to. In particular, I may quote it where I please.

   3. I may take the contents as representing the views of your company.

   4. This overrides any disclaimer or statement of confidentiality that
may be included on your message.

-- 
pidgin seg fault when xmpp server sends NULL conversation
https://bugs.launchpad.net/bugs/335511
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


Re: [Bug 335511] Re: pidgin seg fault when xmpp server sends NULL conversation

2009-05-04 Thread chris_c
the client reported a Null message error before the seg fault,
where might I find the ebug log?

darkrain42 wrote:
 What do you mean by Null message? What is the XML (check the ebug log
 -- `pidgin -d`) that you receive that makes it crash?

   


-- 
Disclaimer:
By sending an email to ANY of my addresses you are agreeing that:

   1. I am by definition, the intended recipient

   2. All information in the email is mine to do with as I see fit and
make such financial profit, political mileage, or good joke as it lends
itself to. In particular, I may quote it where I please.

   3. I may take the contents as representing the views of your company.

   4. This overrides any disclaimer or statement of confidentiality that
may be included on your message.

-- 
pidgin seg fault when xmpp server sends NULL conversation
https://bugs.launchpad.net/bugs/335511
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 335511] Re: pidgin seg fault when xmpp server sends NULL conversation

2009-04-30 Thread chris_c
* Is this reproducible?

only if a server sends null messages (jabber.org was doing quite a lot
for a while, you would have to set up a local server for testing)

* If so, what specific steps should we take to recreate this bug?

send null messages to a pidgin client


* Could you try on jaunty now?

I no longer use jaunty

-- 
pidgin seg fault when xmpp server sends NULL conversation
https://bugs.launchpad.net/bugs/335511
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 369954] [NEW] XRaiseWindow doesnt work when desktop effects enabled

2009-04-30 Thread chris_c
Public bug reported:

Binary package hint: compiz

in addition

XMapRaised (also in xlib library) does not work either

workaround disable desktop effects...

XMapRaised and XRaiseWindow work as expected

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

-- 
XRaiseWindow doesnt work when desktop effects enabled
https://bugs.launchpad.net/bugs/369954
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 369954] Re: XRaiseWindow doesnt work when desktop effects enabled

2009-04-30 Thread chris_c
This is due to compiz focus stealing prevention with it off
XMapRaised  XRaiseWindow work as normal

sending _NET_ACTIVE_WINDOW to the root window with a request to change the
active window to the window in question will also work

-- 
XRaiseWindow doesnt work when desktop effects enabled
https://bugs.launchpad.net/bugs/369954
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 366410] Re: nautilus-sendto suggests thunderbird and claims in description to handle it, but the plugin is missing

2009-04-28 Thread chris_c
this is confusing and changes previous behaviour

send to - email client (evolution) in the menu should be changed to
send to - email client 

just because you force one particular email client on people you should assume 
it will even
stay installed much less used...

-- 
nautilus-sendto suggests thunderbird and claims in description to handle it, 
but the plugin is missing
https://bugs.launchpad.net/bugs/366410
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 366410] [NEW] nautilus-sendto suggests thunderbird and claims in description to handle it, but the plugin is missing

2009-04-24 Thread chris_c
Public bug reported:

just upgraded to jaunty, can we have this plugin back please...?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
nautilus-sendto suggests thunderbird and claims in description to handle it, 
but the plugin is missing
https://bugs.launchpad.net/bugs/366410
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 280198] Re: [intrepid] flash obscured by other parts of page

2009-03-05 Thread chris_c
this happened so long ago it has since been fixed by an update, I'd long
ago forgotten about it...

-- 
[intrepid] flash obscured by other parts of page
https://bugs.launchpad.net/bugs/280198
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 280198] Re: [intrepid] flash obscured by other parts of page

2009-03-05 Thread chris_c
** Changed in: flashplugin-nonfree (Ubuntu)
   Status: Incomplete = Fix Released

-- 
[intrepid] flash obscured by other parts of page
https://bugs.launchpad.net/bugs/280198
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 335473] [NEW] python-yaml: Depends: python (2.6) but 2.6.1-0ubuntu1 is to be installed

2009-02-27 Thread chris_c
Public bug reported:

Binary package hint: python-yaml

is there no way to automagically check what packages a new package will
break dependencies on?

This kind of thing is a common a needless happening not only with python
but with various packages from time to time...

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

-- 
python-yaml:   Depends: python (2.6) but 2.6.1-0ubuntu1 is to be installed
https://bugs.launchpad.net/bugs/335473
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 335511] [NEW] pidgin seg fault when xmpp server sends NULL conversation

2009-02-27 Thread chris_c
Public bug reported:

Binary package hint: pidgin

I see some console messages about NULL conversations then it seg faults

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

-- 
pidgin seg fault when xmpp server sends NULL conversation
https://bugs.launchpad.net/bugs/335511
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 335473] Re: python-yaml: Depends: python (2.6) but 2.6.1-0ubuntu1 is to be installed

2009-02-27 Thread chris_c
It would have been nice if this had been done *before* python 2.6 had
hit the repo - I have several python apps I cant use until this is
resolved...

-- 
python-yaml:   Depends: python (2.6) but 2.6.1-0ubuntu1 is to be installed
https://bugs.launchpad.net/bugs/335473
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 335511] Re: pidgin seg fault when xmpp server sends NULL conversation

2009-02-27 Thread chris_c
I am using Jaunty with pidgin 2.5.4

I installed the debug info but was unable to get a meaningful backtrace

(gdb) run
Starting program: /usr/bin/pidgin 
[Thread debugging using libthread_db enabled]
[New Thread 0x7f86184127d0 (LWP 6156)]
[New Thread 0x7f85fa041950 (LWP 6175)]
[New Thread 0x7f85f8d62950 (LWP 6176)]
[New Thread 0x7f85f3fff950 (LWP 6177)]
[New Thread 0x7f85f37fe950 (LWP 6178)]
[Thread 0x7f85f37fe950 (LWP 6178) exited]
[Thread 0x7f85f3fff950 (LWP 6177) exited]
[Thread 0x7f85f8d62950 (LWP 6176) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f85fa041950 (LWP 6175)]
0x7f85f8927140 in ?? ()
(gdb) bt
#0  0x7f85f8927140 in ?? ()
#1  0x7f8614fbf459 in start_thread () from /lib/libpthread.so.0
#2  0x7f8614d2bfcd in clone () from /lib/libc.so.6
#3  0x in ?? ()
(gdb)

-- 
pidgin seg fault when xmpp server sends NULL conversation
https://bugs.launchpad.net/bugs/335511
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 335473] Re: python-yaml: Depends: python (2.6) but 2.6.1-0ubuntu1 is to be installed

2009-02-27 Thread chris_c
It just means rebooting and less testing...

Why can't you release them all at once?

 You really can't.
you dont need 2.6 in the *public* repo without yaml

you could make the package for 2.6 then for yaml and upload them at the same 
time surely ?
my own custom modules just needed sudo python setup.py install whats different 
about yaml ?

-- 
python-yaml:   Depends: python (2.6) but 2.6.1-0ubuntu1 is to be installed
https://bugs.launchpad.net/bugs/335473
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 292585] Re: Evolution Mail Notification has no sound

2009-02-24 Thread chris_c
Its just started working for me with jaunty

at first it wasn't but now it does...

I have the first options on the plugin deselected so only play sound
when new message arrive is selected

I have about zero confidence it will keep working! sadly...

-- 
Evolution Mail Notification has no sound
https://bugs.launchpad.net/bugs/292585
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 320294] Re: flashblock does not show button - flash apps not working

2009-02-15 Thread chris_c
sorry nothing personal but I dont use binaries from people I dont know

-- 
flashblock does not show button - flash apps not working
https://bugs.launchpad.net/bugs/320294
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


Re: [Bug 320294] Re: flashblock does not show button - flash apps not working

2009-02-15 Thread chris_c
I'm not using jaunty, I'll give feedback when jaunty is
ready to do a dist upgrade on my system *if* its still not
working...

On Sun, 2009-02-15 at 23:09 +, Philippe Coval wrote:
 I understand, you're right , smart guy !
 
 Can you at least test the version of FB in jaunty ?
 
 If no feedback I'll push my branch in a couple of days anyway
 
-- 
Disclaimer:
By sending an email to ANY of my addresses you are agreeing that:

   1. I am by definition, the intended recipient

   2. All information in the email is mine to do with as I see fit and
make such financial profit, political mileage, or good joke as it lends
itself to. In particular, I may quote it where I please.

   3. I may take the contents as representing the views of your company.

   4. This overrides any disclaimer or statement of confidentiality that
may be included on your message.

-- 
flashblock does not show button - flash apps not working
https://bugs.launchpad.net/bugs/320294
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 320247] Re: upgrading from stereo to 5.1 rear speakers dont work

2009-02-08 Thread chris_c
please see 2nd paragraph

-- 
upgrading from stereo to 5.1 rear speakers dont work
https://bugs.launchpad.net/bugs/320247
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 321755] [NEW] libdvdcss crashes

2009-01-26 Thread chris_c
Public bug reported:

error is slightly different depending on dvd usually causes a segfault

workround
download libdvdcss-1.2.8 source code compile and install

This bug has been in the last few versions of Ubuntu 
It is not effected by having not set or set the dvd region

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
libdvdcss crashes
https://bugs.launchpad.net/bugs/321755
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 280133] Re: [intrepid] can't install gimp

2009-01-23 Thread chris_c
thankfully no

** Changed in: gimp (Ubuntu)
   Status: Incomplete = Fix Released

-- 
[intrepid] can't install gimp
https://bugs.launchpad.net/bugs/280133
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 295104] Re: custom smileys saved static, no animation

2009-01-23 Thread chris_c
The problem is that it will only save out as png and it needs gif's for
them to be animated

if you select a gif you have already rather than trying to import
someone else's it works

saving a smiley will just save out as a png which isnt animated

-- 
custom smileys saved static, no animation
https://bugs.launchpad.net/bugs/295104
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 320247] [NEW] upgrading from stereo to 5.1 rear speakers dont work

2009-01-22 Thread chris_c
Public bug reported:

aside from having to enable extra streams in pulse audio settings
something probably not practical to novice users, the alsa settings
for *only* the rear speakers were zeroed.

When new sound hardware is discovered there should be a friendly
gui asking the user how many speakers are connected.

It should then change the appropriate settings in alsa and pulse
audio...

Without new hardware assistance like this Ubuntu is unlikely to penetrate
far with groups of users with little or now computer expertise
(which is the largest group of users...)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
upgrading from stereo to 5.1 rear speakers dont work
https://bugs.launchpad.net/bugs/320247
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 320294] [NEW] flashblock does not show button - flash apps not working

2009-01-22 Thread chris_c
Public bug reported:

Binary package hint: flashblock

on youtube.com it shows just a black rectangle, right click shows flash menu 
but nothing else happens
on ted.com no right click menu just shows white rectangle

this is on 64bit intrepid

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

-- 
flashblock does not show button - flash apps not working
https://bugs.launchpad.net/bugs/320294
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 314601] Re: libcamel-provider causes evolution to crash when using mail-notification

2009-01-07 Thread chris_c
I'm using Intrepid

current versions at time of writing are:

evolution 2.24.2-0ubuntu1
libcamel 1.2-14
mail-notification 5.4.dfsg.1-1build1
mail-notification-evolution 5.4.dfsg.1-1build1

uname -a
Linux chris-desktop 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 
GNU/Linux

I have a number of sub folders inside the inbox folder

I am also currently suffering from the evolution bug where by the native
evolution mail notification plugin does not play wav's

I disabled this plugin before testing the mai-notification-evolution
plugin

I have previously tried backing up and removing evolution and deleting
the ~/.evolution folder in case of corrupted setting (having said that
if there is a problem there it could be saved in the backup!)

-- 
libcamel-provider causes evolution to crash when using mail-notification
https://bugs.launchpad.net/bugs/314601
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 292585] Re: Evolution Mail Notification has no sound

2009-01-06 Thread chris_c
this work round does not work for me on intrepid ibex

neither the sound theme or plugin play a wav when a mail arrives

although selecting beep in the plugin works with the  test button this also 
does not work
when receiving a new mail

The plugin was previously working.

-- 
Evolution Mail Notification has no sound
https://bugs.launchpad.net/bugs/292585
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 314601] [NEW] libcamel-provider causes evolution to crash when using mail-notification

2009-01-06 Thread chris_c
Public bug reported:

libcamel causes seg fault in evolution when trying to configure the
mail-notification package

mail-notification -p

select the inbox and the following error happens

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fa60b2b8790 (LWP 11081)]
0x7fa607e62c98 in camel_message_info_uint32 ()
   from /usr/lib/libcamel-provider-1.2.so.14

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
libcamel-provider causes evolution to crash when using mail-notification
https://bugs.launchpad.net/bugs/314601
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 292585] Re: Evolution Mail Notification has no sound

2008-12-30 Thread chris_c
shame this is set to low importance as some people in a commercial
environment need to respond to emails rapidly

-- 
Evolution Mail Notification has no sound
https://bugs.launchpad.net/bugs/292585
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 76803] Re: Powermanga binary not setgid games

2008-12-29 Thread chris_c
This bug is over two years old

time it was fixed!

stuff like this is beginning to cause Ubuntu to get a poor reputation
and conflicts with bug #1

-- 
Powermanga binary not setgid games
https://bugs.launchpad.net/bugs/76803
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


Re: [Bug 259214] Re: wired connection settings are lost after reboot

2008-12-15 Thread chris_c
I've just tried this myself and its started working
(previously an auto connection was remade on boot up)

I don't know why the auto connection nuisance has gone away
but I'm most grateful that it has

Here's the steps I took, I deleted ALL connection 
made 1 connection that was static with connect automatically
and systems setting selected and rebooted

I'm *sure* that I tried this before and it didn't work
so maybe there is some more subtle underlying problem
going on?

C

On Mon, 2008-12-15 at 14:02 +, nandemonai wrote:
 I've found deleting the auto connection, the making a new static one
 from scratch works fine. It seems it's just the initial auto one that
 has permission problems. Making a new one for me works fine even as a
 system setting as it asked for sudo when confirming.
 
 Hope this helps.
 
 -- 
 Sam Jackson / Nandemonai / Junin Toiro
 
-- 
Disclaimer:
By sending an email to ANY of my addresses you are agreeing that:

   1. I am by definition, the intended recipient

   2. All information in the email is mine to do with as I see fit and
make such financial profit, political mileage, or good joke as it lends
itself to. In particular, I may quote it where I please.

   3. I may take the contents as representing the views of your company.

   4. This overrides any disclaimer or statement of confidentiality that
may be included on your message.

-- 
wired connection settings are lost after reboot
https://bugs.launchpad.net/bugs/259214
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 306781] [NEW] package gnunet-server 0.8.0a-1ubuntu3 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)

2008-12-09 Thread chris_c
Public bug reported:

Binary package hint: gnunet

just hangs while installing...

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script killed by signal (Interrupt)
NonfreeKernelModules: nvidia
Package: gnunet-server 0.8.0a-1ubuntu3
SourcePackage: gnunet
Title: package gnunet-server 0.8.0a-1ubuntu3 failed to install/upgrade: 
subprocess post-installation script killed by signal (Interrupt)
Uname: Linux 2.6.27-9-generic x86_64

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


** Tags: apport-package

-- 
package gnunet-server 0.8.0a-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/306781
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 306781] Re: package gnunet-server 0.8.0a-1ubuntu3 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)

2008-12-09 Thread chris_c

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

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

-- 
package gnunet-server 0.8.0a-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/306781
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 302608] [NEW] dlink airplus g pcmcia card causes very long shutdown time

2008-11-26 Thread chris_c
Public bug reported:

the model number for this card is DWL-G630

I worked round this bug by making a simple script to

rmmod rt61pci

on shutdown

As this hardware has a Linux penguin logo on the box
( :o first I've seen on a consumer product box!) it seems 
a shame that is doesn't work faultlessly out of the box

The networking usage works fine out of the box first time
its just the shut down problem

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
dlink airplus g pcmcia card causes very long shutdown time
https://bugs.launchpad.net/bugs/302608
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 302608] Re: dlink airplus g pcmcia card causes very long shutdown time

2008-11-26 Thread chris_c
the above workround only seems to work intermittently

-- 
dlink airplus g pcmcia card causes very long shutdown time
https://bugs.launchpad.net/bugs/302608
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 288647] Re: network manager recreates/reenables auto connection

2008-11-21 Thread chris_c
*** This bug is a duplicate of bug 259214 ***
https://bugs.launchpad.net/bugs/259214

This is not a duplicate - the static connection info is NOT lost like
the other duplicates mention

as well as the *preserved* static connection I get a new auto connection which 
is used instead of the
existing static connection

-- 
network manager recreates/reenables auto connection
https://bugs.launchpad.net/bugs/288647
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 258716] Re: Latest stable version of pyglet is 1.1

2008-11-07 Thread Chris_C
Newer Version released upstream, the new version is in jaunty, but back
porting might be possible.

** Changed in: pyglet (Ubuntu)
   Status: New = Confirmed

-- 
Latest stable version of pyglet is 1.1
https://bugs.launchpad.net/bugs/258716
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 258716] Re: Latest stable version of pyglet is 1.1

2008-11-07 Thread Chris_C
Upstream version compiles without any issue in Jaunty. Here is the link
for source in order for possible backport.

https://launchpad.net/ubuntu/+source/pyglet/1.1.2.dfsg-1

** Changed in: pyglet (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Latest stable version of pyglet is 1.1
https://bugs.launchpad.net/bugs/258716
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 102101] Re: [apport] exaile.py crashed with OperationalError in on_library_update()

2008-11-03 Thread chris_c
I see this behaviour with 8.10 release

-- 
[apport] exaile.py crashed with OperationalError in on_library_update()
https://bugs.launchpad.net/bugs/102101
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 288647] [NEW] network manager recreates/reenables auto connection

2008-10-24 Thread chris_c
Public bug reported:

no matter what I try each logon the network manager creates an automatic
dhcp connection overriding the static connection made for this machine

I've tried leaving it alone but having it not automatically connect and
having the static connection settings connect automatically

I've tried deleting the auto network connection - only to have it be
recreated

I've tried changing the auto settings to a static connection and it
looses these settings

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
network manager recreates/reenables auto connection
https://bugs.launchpad.net/bugs/288647
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 288647] Re: network manager recreates/reenables auto connection

2008-10-24 Thread chris_c
after setting auto connection to not connect automatically i now have
two auto connections!

-- 
network manager recreates/reenables auto connection
https://bugs.launchpad.net/bugs/288647
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 199789] Re: Package IceWeasel not in ubuntu repositories

2008-10-23 Thread chris_c
Doesn't that loose all the Debian patches doing it that way? - seems the
hard way for no reason

-- 
Package IceWeasel not in ubuntu repositories
https://bugs.launchpad.net/bugs/199789
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 284129] [NEW] [intrepid] HAL installs a number of different joysticks as mice

2008-10-15 Thread chris_c
Public bug reported:

Binary package hint: hal

HAL configures a number of different joysticks (judging from the forums
and launchpad) as mice

my particular joystick is a usb thrustmaster (044f:b304 ThrustMaster,
Inc. Firestorm Dual Power)

this causes the mouse pointer to jump to the centre of the screen at
unpredictable times

I worked round this by using a hal blacklist entry, see BUG #277946 for
any example workround .fdi

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

-- 
[intrepid] HAL installs a number of different joysticks as mice
https://bugs.launchpad.net/bugs/284129
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 280133] Re: [intrepid] can't install gimp

2008-10-09 Thread chris_c
resurrecting this one cause I'm guessing the same person has made the
same (or similar) mistake again!

gimp:
  Depends: gimp-data (=2.6.0-z) but 2.6.1-1ubuntu1 is to be installed

-- 
[intrepid] can't install gimp
https://bugs.launchpad.net/bugs/280133
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 280133] Re: [intrepid] can't install gimp

2008-10-09 Thread chris_c
re-broken!

** Changed in: gimp (Ubuntu)
 Assignee: (unassigned) = Pedro Fragoso (ember)
   Status: Invalid = Incomplete

-- 
[intrepid] can't install gimp
https://bugs.launchpad.net/bugs/280133
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 280133] [NEW] [intrepid] can't install gimp

2008-10-08 Thread chris_c
Public bug reported:

gimp:
  Depends: gimp-data (2.4.7-z) but 2.6.0-1ubuntu1 is to be installed
 Recommends: gimp-gnomevfs but it is not going to be installed or
gimp-libcurl but it is not going to be installed
 Recommends: gimp-python but it is not going to be installed

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

-- 
[intrepid] can't install gimp
https://bugs.launchpad.net/bugs/280133
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 280133] Re: [intrepid] can't install gimp

2008-10-08 Thread chris_c
gimp now installs however there are still problems with

gimp-gnomevfs
gimp-python

-- 
[intrepid] can't install gimp
https://bugs.launchpad.net/bugs/280133
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 280198] [NEW] [intrepid] flash obscured by other parts of page

2008-10-08 Thread chris_c
Public bug reported:

this did not happen with hardy - please see the screenshot

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[intrepid] flash obscured by other parts of page
https://bugs.launchpad.net/bugs/280198
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 280198] Re: [intrepid] flash obscured by other parts of page

2008-10-08 Thread chris_c

** Attachment added: screenshot showing problem
   http://launchpadlibrarian.net/18323002/flash.png

-- 
[intrepid] flash obscured by other parts of page
https://bugs.launchpad.net/bugs/280198
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 240761] Re: ** (padevchooser:9053): WARNING **: pa_browser_new() failed.

2008-10-08 Thread chris_c
other portaudio stuff works ok without this do we really need avahi-
daemon ???

-- 
** (padevchooser:9053): WARNING **: pa_browser_new() failed.
https://bugs.launchpad.net/bugs/240761
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 280340] [NEW] EVIOCGBIT Issue

2008-10-08 Thread chris_c
Public bug reported:

I keep seeing 
[   24.349022] evdev.c(EVIOCGBIT): Suspicious buffer size 511, limiting output 
to 64 bytes. See http://userweb.kernel.org/~dtor/eviocgbit-bug.html
in dmesg

I have rmmod / modprobed or stop / start-ed stuff from /etc/init.d/ for
stuff mentioned nearby but cannot seem to produce this error on demand.

I'm willing to spend time tracking this down if someone can suggest
things to try...

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

-- 
EVIOCGBIT Issue
https://bugs.launchpad.net/bugs/280340
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 246269] Re: Switched from vesafb to uvesafb, but uvesafb can't work without v86d

2008-10-07 Thread chris_c
when I chose a resolution of 1024x768-32 or even 1024x768 in 
/etc/modprobe.d/uvesafb
if got the -22 error 

However after checking /sys/class/graphics/fb0/modes
notice this is NOT /sys/devices/platform/uvesafb.0/vbe_modes

I specified 1024x768p-60 which was in the list
(/sys/class/graphics/fb0/modes)

everything now works!

-- 
Switched from vesafb to uvesafb, but uvesafb can't work without v86d
https://bugs.launchpad.net/bugs/246269
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 277946] Re: [intrepid] wizardpen tablet wont configure (multiple xinput entries)

2008-10-04 Thread chris_c
commenting out all configuration and disconnection the device does not
stop the mouse position resetting, it does improve it a fair bit however

I notice xinput reports some kind of mac mouse emulation as an input
device (I only have mouse and keyboard) and this too has the -1 0 min
max type of settings

-- 
[intrepid] wizardpen tablet wont configure (multiple xinput entries)
https://bugs.launchpad.net/bugs/277946
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


  1   2   >