[Bug 745112]

2012-10-22 Thread Chris Wilson
Timeout. Please do reopen if you can still reproduce the issue and help
us diagnose the problem, thanks.

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

Title:
  [arrandale] desktop is messed up with external monitors (x86_64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745112/+subscriptions

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


[Bug 745608]

2012-10-22 Thread Armandsl
(In reply to comment #56)
> (In reply to comment #55)
> > With sna accel X crashes occasionally.
> 
> Tell me more. New bug, and make sure you have 2.20.12.

Unfortunately fedora 17 has only 2.20.10 in updates-testing. Have to
compile myself then.

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

Title:
  [915GM] font corruption on Intel GMA900

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745608/+subscriptions

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


[Bug 745112]

2012-10-22 Thread Daniel-ffwll
Marking as fixed then, pls reopen if it blows up again, and thanks for
submitting the status update.

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

Title:
  [arrandale] desktop is messed up with external monitors (x86_64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745112/+subscriptions

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


[Bug 745112]

2012-10-22 Thread Martin Pool
I have tried this screen and machine with 3.6 and so far it seems to be
working.

Martin
On Oct 22, 2012 1:30 AM,  wrote:

>  Chris Wilson  changed bug 
> 45211
>  What Removed Added  Status NEEDINFO RESOLVED  Resolution --- INVALID
>
>  *Comment # 24 on bug
> 45211  from Chris
> Wilson  *
>
> Timeout. Please do reopen if you can still reproduce the issue and help us
> diagnose the problem, thanks.
>
>  --
> You are receiving this mail because:
>
>- You reported the bug.
>
>

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

Title:
  [arrandale] desktop is messed up with external monitors (x86_64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745112/+subscriptions

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


[Bug 745608]

2012-10-22 Thread Armandsl
(In reply to comment #59)
> I mentioned that there was a fix for a potential crash in 2.20.12 which
> being the only reported at the time I'm optimistic that it is also the one
> afflicting you.

Built 2.20.12 - still the same :( I can try to rebuild with --enable-
debug=full, open a new bug and provide more details, but tomorrow.

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

Title:
  [915GM] font corruption on Intel GMA900

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745608/+subscriptions

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


[Bug 745608]

2012-10-22 Thread Armandsl
According the changelog there are no changes related to sna in 2.20.11
and 2.20.12, but 2.20.10 are still crashing. It happens when closing
nomachine nx client window, for example. Should I test and report with
2.20.12 anyway?

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

Title:
  [915GM] font corruption on Intel GMA900

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745608/+subscriptions

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


[Bug 745608]

2012-10-22 Thread Chris Wilson
(In reply to comment #58)
> According the changelog there are no changes related to sna in 2.20.11 and
> 2.20.12, but 2.20.10 are still crashing. It happens when closing nomachine
> nx client window, for example. Should I test and report with 2.20.12 anyway?

I mentioned that there was a fix for a potential crash in 2.20.12 which
being the only reported at the time I'm optimistic that it is also the
one afflicting you.

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

Title:
  [915GM] font corruption on Intel GMA900

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745608/+subscriptions

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


[Bug 36812]

2012-10-22 Thread Wettstein509
> Your proposal is very correct, no doubt. Does it mean that once your
> proposal is implemented all 3rd-party keyboard switchers (like those in
> Gnome and KDE) would have to be updated to make use of this new possibility?

As far as I understand, KDE and Gnome all use xkeyboard-config, and just
provide their own GUI.  If this is understanding is correct, the changes
to xkeyboard-config would be sufficient.

> Anyway, as i see it, there are two ways to go:
> 1) The long way - making things right and according to specification. This
> would take from very long to forever (this is the way we've been going for
> the last 8 years with this bug report).

Assuming the existing patch is correct, adding the additional check for
the flag is just a few lines.  The changes to xkeyboard-config would be
fairly simple.  Assuming we grab bit 3 for the new flag, in xkeyboard-
config/compat/iso9995, change the current definition:

  interpret ISO_Next_Group {
  useModMapMods= level1;
  virtualModifier= AltGr;
  action= LockGroup(group=+1);
  }

to

  interpret ISO_Next_Group {
  useModMapMods= level1;
  virtualModifier= AltGr;
  action= Private(type=6, data[0]=16, data[1]=1);
  }

(untested, of course), and similarly for ISO_Prev_Group,
ISO_First_Group, and ISO_Last_Group.  I do not know wether the action
bound to keysyms is standardised; even if it is not, it might be a good
idea to make the above redefinition conditional.

> 2) Take a short way - let the common sense win over specification and make
> everybody happy.

Believe it or not, I would be unhappy when the specification would be
broken.  Also  remember that the attitudes in this discussion are not
necessarily representative of all X users, as the users satisfied with
the current behaviour do not have any reason to even know about this
discussion.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 36812]

2012-10-22 Thread kitaets
(In reply to comment #109)
> (In reply to comment #108)
> > Looks like everything has
> > been fixed. But if you use Ctrl or Alt for layout switching you still can't
> > use this key for anything more, it's "exclusived" :( So ridiculous.
> 
> It shouldn't work like that - I've tested the Ubuntu built X.org (with
> Ilya's patch) and it worked properly when using CTRL+ALT as the keyboard
> switching. It was immediately after the patch got accepted (at 11.04) but as
> ALT+SHIFT still works fine, I don't see a reason everything shouldn't
> continue to work (though I don't have access to an Ubuntu machine ATM to
> test).

Oded Arbel, I repeat: Ctrl OR Alt. OR, not AND. I use right Alt for
layout switching so I can't use it for any other purpose.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 36812]

2012-10-22 Thread Bas-bmail
I'm really disappointed this change didn't make it to 1.13.
I'm sick and tired of applying this patch after each xorg update.

How many users (and years) do you need to finally accept this change?

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 36812]

2012-10-22 Thread Bas-bmail
(In reply to comment #112)
> I believe the most serious objection with this request is that it violates
> the XKB specification (see the description of SA_LockGroup in section 6.3 of
> "The X Keyboard Extension: Protocol Specification").
> 
> In the same specification, in section 4.0 of appendix D ("Protocol
> Encoding"), we see in the description of SA_LockGroup that there are still 5
> unused bits in the flags field.  My proposal in to use one of these bits
> decide whether to lock groups on press or release.  By default (bit is
> zero), lock groups on press as the protocol specification demands.  If the
> flag is one, lock groups on release.  So by default, we would conform to the
> specification, and add the alternative behaviour as a new possibility beyond
> the specification.
> 
> There are some usage implications.  One must use 'Private' do create actions
> with the new flag set (until xkbcomp is updated as well), and one needs
> support in xkeyboard-config to make the new feature usable for
> non-XKB-hackers.

Thanks Andreas, your answer pretty much clarifies everything for me!

Your proposal is very correct, no doubt. Does it mean that once your
proposal is implemented all 3rd-party keyboard switchers (like those in
Gnome and KDE) would have to be updated to make use of this new
possibility?

Anyway, as i see it, there are two ways to go:
1) The long way - making things right and according to specification. This 
would take from very long to forever (this is the way we've been going for the 
last 8 years with this bug report).
2) Take a short way - let the common sense win over specification and make 
everybody happy.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 36812]

2012-10-22 Thread Wettstein509
I believe the most serious objection with this request is that it
violates the XKB specification (see the description of SA_LockGroup in
section 6.3 of "The X Keyboard Extension: Protocol Specification").

In the same specification, in section 4.0 of appendix D ("Protocol
Encoding"), we see in the description of SA_LockGroup that there are
still 5 unused bits in the flags field.  My proposal in to use one of
these bits decide whether to lock groups on press or release.  By
default (bit is zero), lock groups on press as the protocol
specification demands.  If the flag is one, lock groups on release.  So
by default, we would conform to the specification, and add the
alternative behaviour as a new possibility beyond the specification.

There are some usage implications.  One must use 'Private' do create
actions with the new flag set (until xkbcomp is updated as well), and
one needs support in xkeyboard-config to make the new feature usable for
non-XKB-hackers.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 745608]

2012-10-22 Thread Chris Wilson
(In reply to comment #55)
> With sna accel X crashes occasionally.

Tell me more. New bug, and make sure you have 2.20.12.

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

Title:
  [915GM] font corruption on Intel GMA900

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745608/+subscriptions

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


[Bug 745608]

2012-10-22 Thread Armandsl
Still happens on fedora 17.

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
kernel-PAE-3.6.2-4.fc17.i686
xorg-x11-server-Xorg-1.12.3-2.fc17.i686
xorg-x11-drv-intel-2.20.8-1.fc17.i686
mesa-dri-drivers-8.0.4-1.fc17.i686

With sna accel X crashes occasionally.

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

Title:
  [915GM] font corruption on Intel GMA900

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745608/+subscriptions

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


[Bug 921321]

2012-10-22 Thread Emil-l-velikov
Created attachment 68764
Enable the PANEL_BACKLIGHT_LEVEL GPIO

Guys can you try the patch. It should apply against the latest nouveau
tree

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

Title:
  nouveau: dark screen after suspend/resume

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

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


[Bug 921321]

2012-10-22 Thread Chris00
Still present in kernel 3.6.2, even with acpi_backlight=vendor
nouveau.force_post=1 and "Support for backlight control" disabled in the
kernel configuration.

The funny thing is that the display seem to come back at the right
brightness initially and then is changed to max brightness a second
after.

Like many people, this bug unfortunately prevents me to switch to the
free driver.  It would be really nice if it was fixed.

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

Title:
  nouveau: dark screen after suspend/resume

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

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


[Bug 944548] Re: remmina does not change mouse cursor in rdp session

2012-10-22 Thread Daniel Schürmann
This bug is tracked here 
https://github.com/FreeRDP/Remmina/issues/100
and seams to be solved current git version

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

Title:
  remmina does not change mouse cursor in rdp session

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

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


[Bug 951153]

2012-10-22 Thread Libreoffice-z
Can someone please add target info if the complete fix is already
available for a version before 3.7.0?

Test Document 2012-02-07 20:41 UTC still crashes with 3.6.3.1, so it
seems fix is not available for 3.6? But here we have a conglomerate of
problems,  "Can't open" is not a very clear description ...

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

Title:
  [Upstream] Can't open XML files larger than 1.1 MB

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/951153/+subscriptions

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


[Bug 978968]

2012-10-22 Thread Chris Wilson
Timeout. Please do reopen if you can still reproduce the issue and help
us diagnose the problem, thanks.

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

Title:
  [IGDgm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0001
  render.IPEHR: 0x0100 - while using matlab

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/978968/+subscriptions

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


[Bug 1034002]

2012-10-22 Thread Hcb-o
(In reply to comment #15)
> A patch referencing this bug report has been merged in Linux v3.7-rc1:
> 
> commit bced76f27165ca7733437715185c3a1aa526f7a1
> Author: Alex Deucher 
> Date:   Fri Sep 14 09:45:50 2012 -0400
> 
> drm/radeon: restore backlight level on resume

appears to be the same patch as mentioned in comment #10, and (at least
for me) still does not fix the issue

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

Title:
  Lenovo E525 screen black on resume

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

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


[Bug 1045120] Re: package rar 2:4.0.b3-1 failed to install/upgrade: rar:i386 2

2012-10-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rar (Ubuntu)
   Status: New => Confirmed

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

Title:
  package rar 2:4.0.b3-1 failed to install/upgrade: rar:i386 2

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

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


[Bug 1063948] Re: Upgrade to ibus-table-1.4.99.20121003

2012-10-22 Thread Bug Watch Updater
** Changed in: ibus-table (Debian)
   Status: Unknown => Fix Released

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

Title:
  Upgrade to ibus-table-1.4.99.20121003

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

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


[Bug 1069016] Re: WebCam doesn't work anymore after update from 12.04 to 12.10

2012-10-22 Thread Kluyg
The problem is gone now, and I haven't done anything to fix it. Previously I 
tried to reboot, and this doesn't help.
But today the problem disappeared after I've turned my PC off and started it 
again.
But now I have new problem: if I do full shutdown and then power on, my xubuntu 
shows black screen and nothing more (Xorg, XFCE are not started). Then if I do 
Alt+F4, I see console and can log in. After login, I do "startx" command and it 
works.
This problem reproduces only with full power off. If I select "Restart" in 
logout menu - xubuntu starts OK (no black screen, XFCE starts OK).
Not sure I need to report it as a separate bug, going to save my files to 
external hard-drive and do clean re-install of classic Ubuntu (not xubuntu).
If webcam works in clean Ubuntu, I close this bug as invalid.
If webcam doesn't work in clean Ubuntu, I'll try new kernel and update this 
bug. If there is the same problem with power-off -> power-on, then I add 
another bug.

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

Title:
  WebCam doesn't work anymore after update from 12.04 to 12.10

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

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


[Bug 1069283] Re: Unable to log in

2012-10-22 Thread Peter Antoniac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 1069283

This will help us to find and resolve the problem. Bear in mind that you
may need to install the python-launchpadlib package from the universe
repository.  Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to "Change Non-Private" data as it will be adding information to your
bug report.  Thanks in advance!

When reporting bugs in the future please use apport, either via the
appropriate application's "Help -> Report a Problem" menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: lightdm (Ubuntu) => lightdm

** Changed in: lightdm
   Importance: Undecided => High

** Changed in: lightdm
   Status: Confirmed => Incomplete

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

Title:
  Unable to log in

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

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


[Bug 1069776] Re: Broken configure option for AGG.

2012-10-22 Thread Bug Watch Updater
** Changed in: mapserver (Debian)
   Status: Unknown => New

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

Title:
  Broken configure option for AGG.

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

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


[Bug 1069283] Re: Unable to log in

2012-10-22 Thread Peter Antoniac
The other way around is to boot from CD/USB, mount the disk with the home and 
then look into your .xsession-error
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  Unable to log in

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

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


[Bug 188039] Re: [needs-packaging] OpenProj

2012-10-22 Thread Bug Watch Updater
** Changed in: debian
   Status: Fix Released => New

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

Title:
  [needs-packaging] OpenProj

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

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


[Bug 1069822] WifiSyslog.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409945/+files/WifiSyslog.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] UdevDb.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1069822/+attachment/3409943/+files/UdevDb.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] UdevLog.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409944/+files/UdevLog.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] PulseList.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409942/+files/PulseList.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] ProcModules.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409941/+files/ProcModules.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] ProcInterrupts.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409940/+files/ProcInterrupts.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] ProcCpuinfo.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409939/+files/ProcCpuinfo.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] Lsusb.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1069822/+attachment/3409938/+files/Lsusb.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] Lspci.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1069822/+attachment/3409937/+files/Lspci.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] CurrentDmesg.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409936/+files/CurrentDmesg.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] AlsaInfo.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409934/+files/AlsaInfo.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] BootDmesg.txt

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409935/+files/BootDmesg.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1069822] Re: Unable to unlock screen

2012-10-22 Thread V.J.Pavan Srinivas
apport information

** Tags added: apport-collected running-unity

** Description changed:

  Description:  Ubuntu quantal (development branch)
  Release:  12.10
  
- When I lock screen and come back after about half an hour I'm not
- getting log in screen(to unlock ).I'm getting blank screen, so I can't
- unlock screen and have to restart the system.
+ When I lock screen and come back after about half an hour I'm not getting log 
in screen(to unlock ).I'm getting blank screen, so I can't unlock screen and 
have to restart the system.
+ --- 
+ ApportVersion: 2.5.2-0ubuntu4
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  pavanj 1993 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ DistroRelease: Ubuntu 12.10
+ HibernationDevice: RESUME=UUID=0d7d734c-160b-440e-9908-706ee5359c84
+ InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+ MachineType: Dell Inc. Inspiron 545s
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=6b18aa4d-a31d-46e8-b08d-bcec041103aa ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-15-generic N/A
+  linux-backports-modules-3.5.0-15-generic  N/A
+  linux-firmware1.94
+ RfKill:
+  
+ Tags:  quantal running-unity
+ Uname: Linux 3.5.0-15-generic i686
+ UpgradeStatus: Upgraded to quantal on 2012-10-22 (0 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 09/07/2009
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A11
+ dmi.board.name: 0T287N
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A01
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: OEM
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd09/07/2009:svnDellInc.:pnInspiron545s:pvr00:rvnDellInc.:rn0T287N:rvrA01:cvnDellInc.:ct3:cvrOEM:
+ dmi.product.name: Inspiron 545s
+ dmi.product.version: 00
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AcpiTables.txt"
   
https://bugs.launchpad.net/bugs/1069822/+attachment/3409933/+files/AcpiTables.txt

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

Title:
  Unable to unlock screen

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

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


[Bug 1070194] [NEW] command-not-found does not suggest 'whois' package

2012-10-22 Thread Matthew Saffer
Public bug reported:

Ubuntu Release: 
Description:Ubuntu 12.04.1 LTS
Release:12.04

Bug Description:
When I attempted to run the 'whois' command without installing the 'whois' 
package, I received the following output:

matt@ubuntu:~$ whois
No command 'whois' found, did you mean:
 Command 'rwhois' from package 'socks4-clients' (universe)
 Command 'jwhois' from package 'jwhois' (universe)
 Command 'cwhois' from package 'asused' (universe)
 Command 'gwhois' from package 'gwhois' (universe)
whois: command not found

Expected: Command 'whois' from package 'whois' (universe)

Actual: The 'whois' package is not mentioned.

** Affects: command-not-found (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  command-not-found does not suggest 'whois' package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1070194/+subscriptions

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


[Bug 1060729] Re: [Lenovo X200s] Headphone Jacks state error

2012-10-22 Thread Meng Zhuo
@diwic 
DKMS encounter some  errors while I am tring to install it, is it depend on a 
specific kernel?

** Attachment added: "make log from dkms"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1060729/+attachment/3409932/+files/make.log

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

Title:
  [Lenovo X200s] Headphone Jacks state error

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

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


[Bug 982514] Re: update-initramfs stuck in hooks/framebuffer (linux-image-3.2.0-23-generic 3.2.0-23.36 failed to install/upgrade)

2012-10-22 Thread kderichs
In my case the script /usr/share/initramfs-tools/hooks/framebuffer hangs at the 
line 
copy_modules_dir kernel/drivers/gpu if i comment it out the rest works

I looked into the folder and it contains a subfolder drm and no kernel
modules

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

Title:
  update-initramfs stuck in hooks/framebuffer (linux-
  image-3.2.0-23-generic 3.2.0-23.36 failed to install/upgrade)

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

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


[Bug 1066410] Re: lightdm doesn't load correctly on Ubuntu 12.10

2012-10-22 Thread Robert
I also have a SSD Drive (Intel 320). Not sure if that is connected to this bug.
I increased the sleep time to 5 to see what happens. All I got was still a 
black screen...

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

Title:
  lightdm doesn't load correctly on Ubuntu 12.10

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

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


[Bug 1070006] Re: Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

2012-10-22 Thread Tim
Ubuntu still has gnome-control-center 3.4, so its quite possible the bug
has been fixed upstream in the last cycle.

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

Title:
  Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

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

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


[Bug 1070191] [NEW] xscanimage segfaults

2012-10-22 Thread Rolf Leggewie
Public bug reported:

xscanimage segfaults when a scanner is present (similar to bug 526317)

$ gdb /usr/bin/xscanimage 
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/xscanimage...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/xscanimage 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7e75b70 (LWP 31937)]

Program received signal SIGSEGV, Segmentation fault.
*__GI_strncpy (s1=0xbfffefbb "\267Scan source", s2=0x0, n=256) at strncpy.c:42
42  strncpy.c: No such file or directory.
in strncpy.c
(gdb) bt
#0  *__GI_strncpy (s1=0xbfffefbb "\267Scan source", s2=0x0, n=256) at 
strncpy.c:42
#1  0x08056ae5 in ?? ()
#2  0x08057ef0 in ?? ()
#3  0x0804e4e3 in ?? ()
#4  0x0804f0d0 in ?? ()
#5  0x0804f8dc in ?? ()
#6  0x00af9bd6 in __libc_start_main (main=0x804f7e0, argc=1, ubp_av=0xb434, 
init=0x805a7f0, fini=0x805a7e0, 
rtld_fini=0x11e080 <_dl_fini>, stack_end=0xb42c) at libc-start.c:226
#7  0x0804c461 in ?? ()
(gdb)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: sane 1.0.14-9
ProcVersionSignature: Ubuntu 2.6.32-44.98-generic 2.6.32.59+drm33.24
Uname: Linux 2.6.32-44-generic i686
Architecture: i386
Date: Tue Oct 23 07:43:39 2012
EcryptfsInUse: Yes
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.utf8
 LC_MESSAGES=C
 SHELL=/bin/bash
SourcePackage: sane-frontends

** Affects: sane-frontends (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  xscanimage segfaults

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

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


[Bug 1070190] [NEW] maas-enlist does not show on latest 12.04.1

2012-10-22 Thread Shang Wu
Public bug reported:

Issue:
A fresh installed maas with latest updates will not have maas-enlist shows up 
on the maas menu.

Steps to reproduce:

1. Fresh install maas with latest update to 12.04.1

2. Install the necessary packages:
$ sudo apt-get install maas
$ sudo apt-get install maas-dhcp
$ sudo maas-import-isos

3. Reboot

4. Check the maas menu by running the command:

$ sudo cobbler profile list

5. It only shows:

profiles:
   maas-precise-i386
   maas-precise-i386-commissioning
   maas-precise-x86_64
   maas-precise-x86_64-commissioning
   precise-i386
   precise-i386-auto
   precise-x86_64
   precise-x86_64-auto

Root Cause:

After enabling the -x in the maas-import-isos, it gives the error below:

+ PARENT_PROFILE=quantal-i386
+ grep -qs  maas-enlist
+ cobbler profile list
+ cobbler profile add --name=maas-enlist --parent=quantal-i386 
--kopts=priority=critical locale=en_US netcfg/choose_interface=auto 
log_host=10.232.36.101 log_port=514 
--kickstart=/var/lib/cobbler/kickstarts/maas-enlist.preseed
profile quantal-i386 not found, inheritance not possible
+ grep -qs  default
+ cobbler system list
+ cobbler system add --name=default --profile=maas-enlist
invalid profile name: maas-enlist
+ cobbler sync

Workaround:

Open the file /usr/sbin/maas-import-isos with your favourite editor, at
line 106, Where it says STABLE=$(distro-info --stable), change it to
"precise"

add_enlist_profile(){
STABLE=precise
DEVEL=$(distro-info --devel)

Run the command again, then the issue is resolved.


P.S. Credit to Dann Frazier's help to solve this issue.

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

** Description changed:

  Issue:
  A fresh installed maas with latest updates will not have maas-enlist shows up 
on the maas menu.
  
  Steps to reproduce:
  
  1. Fresh install maas with latest update to 12.04.1
  
  2. Install the necessary packages:
  $ sudo apt-get install maas
  $ sudo apt-get install maas-dhcp
- $ sudo maas-import-isos 
+ $ sudo maas-import-isos
  
  3. Reboot
  
  4. Check the maas menu by running the command:
  
  $ sudo cobbler profile list
  
  5. It only shows:
  
  profiles:
-maas-precise-i386
-maas-precise-i386-commissioning
-maas-precise-x86_64
-maas-precise-x86_64-commissioning
-precise-i386
-precise-i386-auto
-precise-x86_64
-precise-x86_64-auto
+    maas-precise-i386
+    maas-precise-i386-commissioning
+    maas-precise-x86_64
+    maas-precise-x86_64-commissioning
+    precise-i386
+    precise-i386-auto
+    precise-x86_64
+    precise-x86_64-auto
  
  Root Cause:
  
  After enabling the -x in the maas-import-isos, it gives the error below:
  
  + PARENT_PROFILE=quantal-i386
  + grep -qs  maas-enlist
  + cobbler profile list
  + cobbler profile add --name=maas-enlist --parent=quantal-i386 
--kopts=priority=critical locale=en_US netcfg/choose_interface=auto 
log_host=10.232.36.101 log_port=514 
--kickstart=/var/lib/cobbler/kickstarts/maas-enlist.preseed
  profile quantal-i386 not found, inheritance not possible
  + grep -qs  default
  + cobbler system list
  + cobbler system add --name=default --profile=maas-enlist
  invalid profile name: maas-enlist
  + cobbler sync
  
  Workaround:
  
  Open the file /usr/sbin/maas-import-isos with your favourite editor, at
  line 106, Where it says STABLE=$(distro-info --stable), change it to
  "precise"
  
  add_enlist_profile(){
- STABLE=precise
- DEVEL=$(distro-info --devel)
+ STABLE=precise
+ DEVEL=$(distro-info --devel)
  
  Run the command again, then the issue is resolved.
+ 
+ 
+ P.S. Credit to Dann Frazier's help to solve this issue.

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

Title:
  maas-enlist does not show on latest 12.04.1

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

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

[Bug 315405] Re: sound-juicer should allow custom filenames patterns

2012-10-22 Thread Timo Aaltonen
Such bugs should be filed upstream, preferably with working code.

** Changed in: sound-juicer (Ubuntu)
   Importance: Low => Wishlist

** Changed in: sound-juicer (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  sound-juicer should allow custom filenames patterns

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

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


[Bug 338998] Re: During a slideshow, images are not properly zoomed to fit the screen with "fit to screen" selected

2012-10-22 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=186412.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-03-07T01:09:34+00:00 Jonathan Avraham wrote:

Version:   2.2.0 (using 4.2.00 (KDE 4.2.0), Kubuntu packages)
Compiler:  cc
OS:Linux (i686) release 2.6.27-11-generic

Images smaller than the screen resolution aren't zoomed in to fit the screen.
I use gwenview on Ubuntu 8.10 (gnome) with a 16:9 screen.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gwenview/+bug/338998/comments/1


On 2009-03-08T16:38:42+00:00 Aurélien Gâteau wrote:

You can change this behavior: open the config dialog, go to "Image View"
and check the "Enlarge smaller images" check box.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gwenview/+bug/338998/comments/2


On 2009-03-08T20:32:15+00:00 Jonathan Avraham wrote:

(In reply to comment #1)
> You can change this behavior: open the config dialog, go to "Image View" and
> check the "Enlarge smaller images" check box.

Do I feel silly now or what... Thanks a lot!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gwenview/+bug/338998/comments/4

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

Title:
  During a slideshow, images are not properly zoomed to fit the screen
  with "fit to screen" selected

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

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

[Bug 1065422] Re: Language detection code will not work for all languages

2012-10-22 Thread Maxim Ermilov
[IMPACT]
Language detection code will not work for some languages
[TESTCASE]
1. LC_ALL=zn_CN.UTF8 firefox
2. open gmail
action's name in launcher should be localized
[Regression Potential]
 none

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

Title:
  Language detection code will not work for all languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1065422/+subscriptions

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


[Bug 1067994] Re: Long network names goes off the edge of the screen

2012-10-22 Thread Bug Watch Updater
** Changed in: network-manager-applet
   Status: Unknown => New

** Changed in: network-manager-applet
   Importance: Unknown => Medium

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

Title:
  Long network names goes off the edge of the screen

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

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


[Bug 1068341] Re: nVidia proprietary drivers miss linux-headers-generic dependency

2012-10-22 Thread Chris Halse Rogers
The proprietary drivers already depend on linux-headers-generic | linux-
headers. The optional dependency here is because you might not have a
linux-generic kernel installed; you might have linux-lowlatency, or
linux-server, and in that case you need linux-headers-lowlatency or
linux-headers-server insntalled; these Provide: linux-headers.

What has likely happened here is that you've installed, say, linux-
headers-3.5.0-15-generic but have *not* got linux-headers-generic
installed. In this case, linux-headers-3.5.0-15-generic Provides: linux-
headers, so the dependency is satisfied, but you're going to try booting
with linux-image-3.5.0-17-generic for which you don't have headers, so
things will break.

The real problem here is that dpkg does not have the ability to specify
the real dependency here, which is “This package depends on linux-
headers-$FOO for each linux-image-$FOO installed”.

** Also affects: dpkg (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: dpkg (Ubuntu)
   Importance: Undecided => Wishlist

** Summary changed:

- nVidia proprietary drivers miss linux-headers-generic dependency
+ No way to specify correct dependency for dkms packages

** Summary changed:

- No way to specify correct dependency for dkms packages
+ No way to specify correct dependencies for dkms packages

** Description changed:

- nvidia-current-updates missed linux-headers-generic deps
+ Packages which use dkms require the linux-headers-$KERNEL_VER package to
+ be installed for each linux-image-$KERNEL_VER which is installed.
+ There's currently no way to specify this dependency.

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

Title:
  No way to specify correct dependencies for dkms packages

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

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

[Bug 1068341] Re: No way to specify correct dependencies for dkms packages

2012-10-22 Thread Chris Halse Rogers
Note that you should not be able to get into this situation using the
“Additional Drivers” tab of Software Sources or the Restricted Drivers
popup, which are the best-supported way of installing the proprietary
drivers.

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

Title:
  No way to specify correct dependencies for dkms packages

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

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

[Bug 765424] Re: trickle 64-bit does not work with 32-bit binaries

2012-10-22 Thread Bug Watch Updater
** Changed in: trickle (Debian)
   Status: Unknown => New

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

Title:
  trickle 64-bit does not work with 32-bit binaries

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

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


[Bug 844081] Re: Unity Greeter - Background of the Unity Greeter should reflect the background chosen by the user that is currently selected

2012-10-22 Thread yman
I'd be concerned that a user might choose an inappropriate desktop
wallpaper and I'd have no way to prevent it from being displayed to
everyone who uses the computer, so as admin I'd want to be able to
switch off the feature of showing the selected user's wallpaper on
LightDM and instead only show the same wallpaper for everybody. What
people put as the wallpaper on their own account is up to them, but the
login screen is a shared space.

Aside from that, as someone who isn't admin I might not want to show everyone 
my wallpaper. For instance, I use a wallpaper of Humble Indie Bundle 5 which 
seems childish for my age. I might not want others to see it when they come to 
use the computer. Now that I've read some of the comment section I know I can 
hide it with file permissions, but I wouldn't have thought of that on my own 
even after using Ubuntu for over 6 years. It makes much more sense in terms of 
organization, intuitiveness, and respecting user's privacy (which I thought 
Ubuntu was trying to champion) to make it a switch in the Appearance panel:
[X] Show my wallpaper on the log in screen

Which behind the scenes just changes the permissions on the file as
described by others. No fancy stuff.

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

Title:
  Unity Greeter - Background of the Unity Greeter should reflect the
  background chosen by the user that is currently selected

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

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


[Bug 1066969] Re: Translations for the webapps installation prompt are not loaded

2012-10-22 Thread Maxim Ermilov
[IMPACT]
Translations for the webapps installation prompt are not loaded
[TESTCASE]
1. LC_ALL=zn_CN.UTF8 firefox
2. open gmail
3. installation prompt should be localized
[Regression Potential]
 * none

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

Title:
  Translations for the webapps installation prompt are not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1066969/+subscriptions

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


[Bug 1067728] Re: Cannot configure new device

2012-10-22 Thread Bug Watch Updater
** Changed in: prey (Debian)
   Status: Unknown => New

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

Title:
  Cannot configure new device

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

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


[Bug 1070188] [NEW] Virtual box doesn't connect to mySQL server in 12.10

2012-10-22 Thread Ilan Tal
Public bug reported:

For many versions, up to 12.10, Virtual box running Windows XP had no
problems connecting to both a mySQL server sitting on the Linux server,
as well as connecting to the Internet via NAT. Since the upgrade to
12.10 the Internet is no longer available via NAT. There is a work
around to use Bridged Adapter but this doesn't work with the database.
The basic problem needs to be fixed so that NAT works inside Virtual box
as it did in the past.

On the main Linux machine I reach the mySQL database via
//localhost:3306. Inside the Virtual box I use //10.0.2.2:3306. If I use
NAT, this works perfectly well. However with NAT there is no Internet
access. On the other hand with BridgedAdapter there is Internet but no
database connection via //10.0.2.2:3306.

The only work around is to switch back and forth via Devices->Network
Adapters->Attached to: (either NAT or Bridged Adapter). I can switch to
work with the Internet or with mySQL but not both. If anyone could fix
this bug it would be much appreciated. Likewise if there were another
address to replace //10.0.2.2:3306 until the bug is fixed,  it would
also make my life much easier.

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

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

Title:
  Virtual box doesn't connect to mySQL server in 12.10

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

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


[Bug 951827] Re: Power Statistics window blank

2012-10-22 Thread Kent Lin
Hi James,

Please see the comment #19. Nara has tested it and confirm it is fixed.

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

Title:
  Power Statistics window blank

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

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


[Bug 967604] Re: Extension does not support moving tabs between windows (activity tracking degenerates)

2012-10-22 Thread Maxim Ermilov
** Description changed:

- Moving a tab between windows will fail to update the XID of the interest
- breaking the tracking/BAMF integration
+ [IMPACT]
+ Moving a tab between windows will fail to update the XID of the interest 
breaking the tracking/BAMF integration
+ [TESTCASE]
+ 1. open firefox window with 2 tabs (gmail, any other)
+ 2. open new firefox window
+ 3. move gmail's tab to new window
+ expected result:
+ gmail's icon stays in launcher & behave correctly
+ [Regression Potential]
+  * low.
+  * all code paths are well-tested.

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

Title:
  Extension does not support moving tabs between windows (activity
  tracking degenerates)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-firefox-extension/+bug/967604/+subscriptions

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


[Bug 1059926] Re: clicking on webapp icon doesn't work with tab groups

2012-10-22 Thread Maxim Ermilov
** Description changed:

- If I use Tab groups, switching to the webapp tab via the icon in
- Launcher is broken. To reproduce:
- 
+ [IMPACT]
+ in certain cases application activation will not work
+ [TESTCASE]
  1. Open at least 2 tabs, which one of them is a webapp (in my case, Google 
Docs)
  2. Press Ctrl+Shift+E and create another tab group
  3. In the new tab group, open some tabs (but not the opened webapp)
  4. If you press the webapp icon in Launcher, the wrong tab will be selected. 
In my case, the Google Docs tab was the third tab of the first group. If I 
switch to another tab group and click the Google Docs icon in Launcher, it 
focus the third tab of the current group (in my case, it focused a tab with the 
WebUpd8 site opened)
+ [Regression Potential]
+  * low.
+  * all code paths are well-tested.

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

Title:
  clicking on webapp icon doesn't work with tab groups

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-firefox-extension/+bug/1059926/+subscriptions

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


[Bug 1059730] Re: computer won't shutdown

2012-10-22 Thread PocketSam
My solution was to update from
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main

Now everything works as expected. But I'm still interested in the
problem reason.

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

Title:
  computer won't shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1059730/+subscriptions

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


[Bug 1068341] Re: nVidia proprietary drivers miss linux-headers-generic dependency

2012-10-22 Thread Chris Halse Rogers
** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  No way to specify correct dependencies for dkms packages

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

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


[Bug 104990] Re: [needs-packaging] Subclipse

2012-10-22 Thread Bug Watch Updater
** Changed in: debian
   Status: New => Fix Committed

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

Title:
  [needs-packaging] Subclipse

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

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


[Bug 1069256] Re: Does not password protect 7zip archives

2012-10-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: file-roller (Ubuntu)
   Status: New => Confirmed

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

Title:
  Does not password protect 7zip archives

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

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


[Bug 1069898] Re: regression: cannot open network scanner with error "unable to read device-id ret=-1"

2012-10-22 Thread Sarbeswar Meher
This has been fixed in hplip-3.12.10 release onwards.

** Changed in: hplip
   Status: New => Fix Released

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

Title:
  regression: cannot open network scanner with error "unable to read
  device-id ret=-1"

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

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


[Bug 1070182] Re: Can't connect to the network through a wired connection - Network dialog shows "Wired Cable unplugged"

2012-10-22 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New => Confirmed

** Tags added: precise

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

Title:
  Can't connect to the network through a wired connection - Network
  dialog shows "Wired Cable unplugged"

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

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


[Bug 229829]

2012-10-22 Thread The_rev
Archive:  /media/Belkin Setup CD/Belkin_Setup_and_Monitor_Install.exe
[/media/Belkin Setup CD/Belkin_Setup_and_Monitor_Install.exe]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
note:  /media/Belkin Setup CD/Belkin_Setup_and_Monitor_Install.exe may be a 
plain executable, not an archive
zipinfo:  cannot find zipfile directory in one of /media/Belkin Setup 
CD/Belkin_Setup_and_Monitor_Install.exe or
  /media/Belkin Setup CD/Belkin_Setup_and_Monitor_Install.exe.zip, and 
cannot find /media/Belkin Setup CD/Belkin_Setup_and_Monitor_Install.exe.ZIP, 
period.


ALSO THIS


Unhandled exception: page fault on write access to 0x0004 in 32-bit code 
(0x7e4ac347).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7e4ac347 ESP:0033f7bc EBP:0033f7fc EFLAGS:00010206(  R- --  I   - -P- )
 EAX:0033f7e0 EBX:7e504ff4 ECX: EDX:0033f7e0
 ESI: EDI:0033f7e0
Stack dump:
0x0033f7bc:  f7554b6d 7bca6ff4 7bc756bb 0015b238
0x0033f7cc:   0034 7e504ff4 0033f918
0x0033f7dc:  0033f984  7e4b6b75 
0x0033f7ec:  7e5419ac  0033f918 0033f984
0x0033f7fc:  0033f9ec 004237ad  0033f918
0x0033f80c:    0042ec43 0033f85c
000c: sel=0067 base= limit= 16-bit --x
Backtrace:
=>0 0x7e4ac347 locale_facet__Incref+0x67() in msvcp90 (0x0033f7fc)
  1 0x004237ad in belkinroutermonitor (+0x237ac) (0x0033f9ec)
  2 0x0045c67f in belkinroutermonitor (+0x5c67e) (0x6704e750)
  3 0x6467114e (0xa468ff6a)
0x7e4ac347 locale_facet__Incref+0x67 in msvcp90: addl    $1,0x4(%esi)
Modules:
Module    Address            Debug info    Name (112 modules)
PE      40-  5ed000    Export  belkinroutermonitor
PE    6100-61053000    Deferred    qtxml4
PE    6400-640d5000    Deferred    qtnetwork4
PE    6500-656e2000    Deferred    qtgui4
PE    6700-671e2000    Deferred    qtcore4
ELF    7b80-7ba15000    Deferred    kernel32
  \-PE    7b81-7ba15000    \   kernel32
ELF    7bc0-7bcc3000    Deferred    ntdll
  \-PE    7bc1-7bcc3000    \   ntdll
ELF    7bf0-7bf04000    Deferred    
ELF    7d897000-7d8b5000    Deferred    wintab32
  \-PE    7d8a-7d8b5000    \   wintab32
ELF    7d8b5000-7d8d    Deferred    spoolss
  \-PE    7d8c-7d8d    \   spoolss
ELF    7d8d-7d8f1000    Deferred    localspl
  \-PE    7d8e-7d8f1000    \   localspl
ELF    7d8f1000-7d8fa000    Deferred    librt.so.1
ELF    7d8fa000-7d8ff000    Deferred    libgpg-error.so.0
ELF    7d8ff000-7d917000    Deferred    libresolv.so.2
ELF    7d917000-7d91b000    Deferred    libkeyutils.so.1
ELF    7d91b000-7d964000    Deferred    libdbus-1.so.3
ELF    7d964000-7d976000    Deferred    libp11-kit.so.0
ELF    7d976000-7d9fb000    Deferred    libgcrypt.so.11
ELF    7d9fb000-7da0d000    Deferred    libtasn1.so.3
ELF    7da0d000-7da16000    Deferred    libkrb5support.so.0
ELF    7da16000-7da3e000    Deferred    libk5crypto.so.3
ELF    7da3e000-7db0d000    Deferred    libkrb5.so.3
ELF    7db0d000-7db1f000    Deferred    libavahi-client.so.3
ELF    7db1f000-7dbe3000    Deferred    libgnutls.so.26
ELF    7dbe3000-7dc21000    Deferred    libgssapi_krb5.so.2
ELF    7dc21000-7dc74000    Deferred    libcups.so.2
ELF    7dcb9000-7dced000    Deferred    uxtheme
  \-PE    7dcc-7dced000    \   uxtheme
ELF    7dced000-7dcf3000    Deferred    libxfixes.so.3
ELF    7dcf3000-7dcfe000    Deferred    libxcursor.so.1
ELF    7dd0-7dd05000    Deferred    libcom_err.so.2
ELF    7dd05000-7dd13000    Deferred    libavahi-common.so.3
ELF    7dd78000-7dda2000    Deferred    libexpat.so.1
ELF    7dda2000-7ddd6000    Deferred    libfontconfig.so.1
ELF    7ddd6000-7dde6000    Deferred    libxi.so.6
ELF    7dde6000-7ddea000    Deferred    libxcomposite.so.1
ELF    7ddea000-7ddf3000    Deferred    libxrandr.so.2
ELF    7ddf3000-7ddfd000    Deferred    libxrender.so.1
ELF    7ddfd000-7de03000    Deferred    libxxf86vm.so.1
ELF    7de03000-7de07000    Deferred    libxinerama.so.1
ELF    7de07000-7de0e000    Deferred    libxdmcp.so.6
ELF    7de0e000-7de2f000    Deferred    libxcb.so.1
ELF    7de2f000-7de35000    Deferred    libuuid.so.1
ELF    7de35000-7de4f000    Deferred    libice.so.6
ELF    7de4f000-7df83000    Deferred    libx11.so.6
ELF    7df83000-7df95000    Deferred    libxext.so.6
ELF    7df95000-7df9e000    Deferred    libsm.so.6
ELF    7df9e000-7e031000    Deferred    winex11
  \-PE    7dfb-7e031000    \   winex11
ELF    7e031000-7e0cb000    Deferred    libfreetype.so.6
ELF    7e0e2000-7e

[Bug 1068661] Re: 1002:6740 Unity does not load after installing fglrx-installer Radeon HD 6700M Series

2012-10-22 Thread udit mahajan
I am facing the same problem since I installed Ubuntu 12.10. I have AMD
Radeon™ HD7550M with Intel Hybrid card.

The default driver (not fglrx) that comes with Ubuntu makes the system
so slow that it is almost impossible to use in production or even
casually for watching a bunch of videos for that matter. Install ATI
proprietary card make Unity crash, now I have an OS without Unity and
without Windows title bar and borders. Apparently entire compiz does not
load.

ATI just came out with 12.10 version of their catalyst driver so I tried
that too with same result. While doing "aticonfig" i get the "update-
alternative warning". I also noticed that my screen is not detected due
to some reason... I opened "color" that I use to apply custom icc
profile on my screen but I couldn't see it their in the list of
hardware.

I thought this might be a problem with my discrete card so I tried
configuring my system with integrated card with "aticonfig --px-igpu"
and now I got Unity and everything loaded. But the performance is very
bad and due to some reason transparency is not handled. I see black bars
where transparent panels/windows should be. I am at least able to use it
though, but if any one got a solution kindly let us know.

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

Title:
  1002:6740 Unity does not load after installing fglrx-installer Radeon
  HD 6700M Series

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

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

[Bug 1070185] [NEW] [, Realtek ALC892, Green Line Out, Rear] fails after a while. The sounds skips, or repeats itself, or sometimes goes very very fast

2012-10-22 Thread Jeff Silverman
Public bug reported:

I observe the problem with gnome movie player, rhythmbox, VLC player,
firefox and google chrome.  It happens on mp3s, mpegs, and flash.

If I run Ubuntu 10.04 in a guest virtual machine, then I do not hear the
problem, but synchronization between the video and the audio is poor
(which I assume is due to the virtualization)

Ubuntu 12.04.1 LTS

The sounds skips, or repeats itself, or sometimes goes very very fast.
When the sound goes very fast, then the video also goes very fast, if I
am watching a movie or streaming something.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  jeffs  2034 F pulseaudio
 /dev/snd/controlC0:  jeffs  2034 F pulseaudio
 /dev/snd/pcmC0D0p:   jeffs  2034 F...m pulseaudio
 /dev/snd/controlC1:  jeffs  2034 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf713 irq 46'
   Mixer name   : 'Realtek ALC892'
   Components   : 'HDA:10ec0892,80862032,00100302'
   Controls  : 41
   Simple ctrls  : 20
Card1.Amixer.info:
 Card hw:1 'VX2000'/'Microsoft Microsoft® LifeCam VX-2000 at 
usb-:00:1a.0-1.1, high speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB045e:0761'
   Controls  : 3
   Simple ctrls  : 2
Card2.Amixer.info:
 Card hw:2 'NVidia'/'HDA NVidia at 0xf708 irq 17'
   Mixer name   : 'Nvidia GPU 14 HDMI/DP'
   Components   : 'HDA:10de0014,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Date: Mon Oct 22 22:44:54 2012
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Green Line Out, Rear
Symptom_Type: Sound works for a while, then breaks
Title: [, Realtek ALC892, Green Line Out, Rear] fails after a while
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/21/2012
dmi.bios.vendor: Intel Corp.
dmi.bios.version: EBH7710H.86A.0075.2012.0521.1400
dmi.board.name: DH77EB
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG39073-304
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0075.2012.0521.1400:bd05/21/2012:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  [, Realtek ALC892, Green Line Out, Rear] fails after a while.  The
  sounds skips, or repeats itself, or sometimes goes very very fast

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

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

[Bug 1048701] Re: NVidia GPU lock-up on 12.10 Beta-1

2012-10-22 Thread Dag Blakstad
This problem happens frequently (daily) on my Dell E6510 with Ubuntu
12.10 (release version)

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

Title:
  NVidia GPU lock-up on 12.10 Beta-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1048701/+subscriptions

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


[Bug 570229] Re: only root can access scanner

2012-10-22 Thread Rolf Leggewie
have a look at bug 1029410 for example

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

Title:
  only root can access scanner

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

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


[Bug 570229] Re: only root can access scanner

2012-10-22 Thread Rolf Leggewie
I suspect this has to do with an incorrect rule setting up your device,
so this would be hardware-specific.  Maybe you want to contact the
reporter from bug 899746 who has the same device as you.

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

Title:
  only root can access scanner

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

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


[Bug 923809] Re: Upgrade bcmwl to verison 6.20.55.19 (r300276) or greater

2012-10-22 Thread jasmineaura
updated again , some additional fixes, and new support of 3.6.x kernels
(though limited scanning results compared to 3.2.x-3.5.x):

notes, releases:
http://jas.gemnetworks.com/wireless-bcm43142/

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

Title:
  Upgrade bcmwl to verison 6.20.55.19 (r300276) or greater

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/923809/+subscriptions

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


[Bug 793189] Re: HP PSC 1315 - simple scan closes after scanning third time

2012-10-22 Thread Rolf Leggewie
*** This bug is a duplicate of bug 899746 ***
https://bugs.launchpad.net/bugs/899746

** This bug has been marked a duplicate of bug 899746
   HP PSC1315: usbfs: USBDEVFS_CONTROL failed cmd simple-scan rqt 128 rq 6 len 
255 ret -110

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

Title:
  HP PSC 1315 - simple scan closes after scanning third time

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

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


[Bug 1070006] Re: Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

2012-10-22 Thread Gareth Williams
I've checked that this is not a Gnome 3 issue by running Fedora 17 in
VirtualBox.

On that setup, the Network Menu has an 'Auto broadband' entry under
'Mobile broadband'.  Clicking this 'Auto broadband' launches the network
settings utility which launches the Mobile Broadband Configuration
Wizard.

This 'Auto broadband' menu entry is in Gnome Remix, but clicking on it
has no effect.

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

Title:
  Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

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

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


[Bug 1070174] Re: Can't connect to the network through a wired connection - Network dialog shows "Wired Cable unplugged"

2012-10-22 Thread linuxrrules
OK - now I feel like a complete idiot.  I ran "ubuntu-bug linux" on a
perfectly good Ubuntu machine.  So the data files attached to this bug
are invalid. Can someone please close this trouble ticket?  I opened bug
#1070182 which has all of the proper information in it.  Sorry for the
inconvenience.  Got to start getting more sleep ...

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

Title:
  Can't connect to the network through a wired connection - Network
  dialog shows "Wired Cable unplugged"

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

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


[Bug 240477] Re: Gwenview-KDE4 displays transparency as black color

2012-10-22 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=164294.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2008-06-17T15:16:51+00:00 Jonathan Thomas wrote:

Version:   2.1 (using 4.00.80 (KDE 4.0.80 >= (KDE 4.1 Beta1), Kubuntu 
packages)
Compiler:  gcc
OS:Linux (i686) release 2.6.24-17-generic

Gwenview is displaying transparency in pictures as black. The following
test png of a green square on a transparent background displays
correctly in Dolphin's preview and in Firefox, but not in Gwenview.

Transparency in this case was set in Gwenview to display as a
checkerboard.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kdegraphics-
kde4/+bug/240477/comments/3


On 2008-06-17T15:17:26+00:00 Jonathan Thomas wrote:

Created attachment 25404
Test png

Reply at: https://bugs.launchpad.net/ubuntu/+source/kdegraphics-
kde4/+bug/240477/comments/4


On 2008-06-17T17:44:15+00:00 Aurélien Gâteau wrote:

This is fixed in SVN.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kdegraphics-
kde4/+bug/240477/comments/5

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

Title:
  Gwenview-KDE4 displays transparency as black color

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

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

[Bug 360199] Re: gwenview crashed with SIGSEGV in QUrl::isValid()

2012-10-22 Thread Bug Watch Updater
Launchpad has imported 19 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=189992.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-04-18T19:54:45+00:00 Alex Merry wrote:

Version:   r954046 (using Devel)
Compiler:  gcc version 4.3.3 (GCC) 
OS:Linux
Installed from:Compiled sources

I walked through the images in a directory using the next and previous
buttons.  I changed the description of several (in the info tab),
rotated several and deleted several (some using "Delete" and some using
"Trash" from the Ops tab).  Some of the ones I deleted I had already
rotated.  At the end, I clicked "Save All".  Gwenview crashed (SIGSEGV),
but not before all the rotations had been applied.


Backtrace: 11 threads total, 10 in wait condition.

Thread 1 (Thread 0x7f6ec4fc5750 (LWP 28838)):
[KCrash Handler]
#5  0x7f6ec3f437c3 in QByteArray::isEmpty (this=0x6d678b0) at 
../../include/QtCore/../../../src/qt-copy/src/corelib/tools/qbytearray.h:396
#6  0x7f6ec3ff18c6 in QUrlPrivate::parse (this=0x6d67870, 
parseOptions=QUrlPrivate::ParseAndSet) at 
/home/kde-devel/src/qt-copy/src/corelib/io/qurl.cpp:3584
#7  0x7f6ec3ff6499 in QUrl::isValid (this=0x2bf23e8) at 
/home/kde-devel/src/qt-copy/src/corelib/io/qurl.cpp:3961
#8  0x7f6ec48ca475 in Gwenview::SortedDirModel::indexForUrl 
(this=0x26f1fe0, url=@0x2bf23e8) at 
/home/kde-devel/src/KDE/kdegraphics/gwenview/lib/semanticinfo/sorteddirmodel.cpp:172
#9  0x004446ea in Gwenview::MainWindow::generateThumbnailForUrl 
(this=0x26eec50, url=@0x2bf23e8) at 
/home/kde-devel/src/KDE/kdegraphics/gwenview/app/mainwindow.cpp:1165
#10 0x00446faf in Gwenview::MainWindow::qt_metacall (this=0x26eec50, 
_c=QMetaObject::InvokeMetaMethod, _id=29, _a=0x7fffcd002420)
at /home/kde-devel/build/KDE/kdegraphics/gwenview/app/mainwindow.moc:151
#11 0x7f6ec4048384 in QMetaObject::activate (sender=0x7f6ec4b2e230, 
from_signal_index=5, to_signal_index=5, argv=0x7fffcd002420) at 
/home/kde-devel/src/qt-copy/src/corelib/kernel/qobject.cpp:3057
#12 0x7f6ec4049769 in QMetaObject::activate (sender=0x7f6ec4b2e230, 
m=0x7f6ec4b25e80, local_signal_index=1, argv=0x7fffcd002420) at 
/home/kde-devel/src/qt-copy/src/corelib/kernel/qobject.cpp:3134
#13 0x7f6ec48a5a8f in Gwenview::DocumentFactory::documentChanged 
(this=0x7f6ec4b2e230, _t1=@0x2bf23e8) at 
/home/kde-devel/build/KDE/kdegraphics/gwenview/lib/documentfactory.moc:97
#14 0x7f6ec48a5b75 in Gwenview::DocumentFactory::slotSaved 
(this=0x7f6ec4b2e230, url=@0x2bf23e8) at 
/home/kde-devel/src/KDE/kdegraphics/gwenview/lib/document/documentfactory.cpp:200
#15 0x7f6ec48a5caa in Gwenview::DocumentFactory::qt_metacall 
(this=0x7f6ec4b2e230, _c=QMetaObject::InvokeMetaMethod, _id=3, 
_a=0x7fffcd0025d0)
at /home/kde-devel/build/KDE/kdegraphics/gwenview/lib/documentfactory.moc:78
#16 0x7f6ec4048384 in QMetaObject::activate (sender=0x2c74d70, 
from_signal_index=10, to_signal_index=10, argv=0x7fffcd0025d0) at 
/home/kde-devel/src/qt-copy/src/corelib/kernel/qobject.cpp:3057
#17 0x7f6ec4049769 in QMetaObject::activate (sender=0x2c74d70, 
m=0x7f6ec4b25d80, local_signal_index=6, argv=0x7fffcd0025d0) at 
/home/kde-devel/src/qt-copy/src/corelib/kernel/qobject.cpp:3134
#18 0x7f6ec48a43a1 in Gwenview::Document::saved (this=0x2c74d70, 
_t1=@0x2bf23e8) at 
/home/kde-devel/build/KDE/kdegraphics/gwenview/lib/document.moc:156
#19 0x7f6ec48a43cf in Gwenview::Document::slotCleanChanged (this=0x2c74d70, 
clean=true) at 
/home/kde-devel/src/KDE/kdegraphics/gwenview/lib/document/document.cpp:392
#20 0x7f6ec48a4883 in Gwenview::Document::qt_metacall (this=0x2c74d70, 
_c=QMetaObject::InvokeMetaMethod, _id=13, _a=0x2d27820)
at /home/kde-devel/build/KDE/kdegraphics/gwenview/lib/document.moc:103
#21 0x7f6ec4041bd3 in QMetaCallEvent::placeMetaCall (this=0x7272e30, 
object=0x2c74d70) at 
/home/kde-devel/src/qt-copy/src/corelib/kernel/qobject.cpp:489
#22 0x7f6ec4046202 in QObject::event (this=0x2c74d70, e=0x7272e30) at 
/home/kde-devel/src/qt-copy/src/corelib/kernel/qobject.cpp:1106
#23 0x7f6ec17a3fd1 in QApplicationPrivate::notify_helper (this=0x25099b0, 
receiver=0x2c74d70, e=0x7272e30) at 
/home/kde-devel/src/qt-copy/src/gui/kernel/qapplication.cpp:4084
#24 0x7f6ec17a4388 in QApplication::notify (this=0x7fffcd003390, 
receiver=0x2c74d70, e=0x7272e30) at 
/home/kde-devel/src/qt-copy/src/gui/kernel/qapplication.cpp:3631
#25 0x7f6ec2e4cc27 in KApplication::notify (this=0x7fffcd003390, 
receiver=0x2c74d70, event=0x7272e30) at 
/home/kde-devel/src/KDE/kdelibs/kdeui/kernel/kapplication.cpp:307
#26 0x7f6ec403209b in QCoreApplication::notifyInternal 
(this=0x7fffcd003390, receiver=0x2c74d70, event=0

[Bug 315405] Re: sound-juicer should allow custom filenames patterns

2012-10-22 Thread najevi
I agree
1.  that this feature would be a welcome addition to Sound Juicer and 
2. that it is frustrating that this bug simply expired ...

... however, it is probably not a  high priority feature to incorporate
because a command line workaround is rather simple:

$ ls
Disc 1 - 10 - Centerfold.mp3  Disc 2 - 20 - Up Rock.mp3
Disc 1 - 9 - Walking on Sunshine.mp3  Disc 3 - 1 - Never Ending Story.mp3
Disc 2 - 1 - Scatman.mp3
$ rename 's/^Disc (\d+) - (\d+) - /sprintf("%1d%02d-",$1,$2)/e' Disc*
$ ls
109-Walking on Sunshine.mp3  201-Scatman.mp3  301-Never Ending Story.mp3
110-Centerfold.mp3   220-Up Rock.mp3
$

For more options read:
$ man rename
$ perldoc perlop

This workaround added to launchpad so that others don't need to reinvent
it.

enjoy!

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

Title:
  sound-juicer should allow custom filenames patterns

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

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


[Bug 1068451] Re: konsole app is not accessible via Unity

2012-10-22 Thread Bug Watch Updater
Launchpad has imported 21 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=302903.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-07-02T15:07:37+00:00 Majewsky wrote:

Since the update from 4.8 to 4.9 RC 1, a new Konsole window starts in
~/Documents instead of ~. This differs from the standard behavior of
about every terminal or terminal emulator in the world.

Reproducible: Always

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/0


On 2012-07-02T15:29:09+00:00 adaptee wrote:

(I guess) You are starting konsole through krunner, right ? If not, how
?

Please describe the problem in a clear and umambiguous way.  Basically,
you should follow the template shown in
https://bugs.kde.org/enter_bug.cgi?product=konsole&format=guided, i.e.,
"Steps to reproduce", "Expected results", "Actual Results", etc. That
would reduce the cost of communication and the chance of
misunderstanding.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/1


On 2012-07-05T02:00:59+00:00 Kurt Hindenburg wrote:

I just noticed that this happens on my laptop when starting Konsole from
the taskbar menu.

2.9

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/2


On 2012-07-05T13:26:05+00:00 adaptee wrote:

See https://bugs.kde.org/show_bug.cgi?id=183534 for the root cause

The change on the konsole side is https://projects.kde.org/projects/kde
/kde-
baseapps/konsole/repository/revisions/ebcab3c307f83ddf42a9096b8a76a5389ce52f3d.

That commit only makes konsole more like other emultators.  So if
konsole is starting in "~/Documents" when started through krunner or
menu, I'm pretty sure that also applies to other emulators, like xterm,
rxvt-unicode, gnome-terminal, etc .

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/3


On 2012-08-13T02:39:01+00:00 adaptee wrote:

*** Bug 305059 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/4


On 2012-08-13T18:10:10+00:00 Vamp898 wrote:

(In reply to comment #3)
> See https://bugs.kde.org/show_bug.cgi?id=183534 for the root cause
> 
> The change on the konsole side is
> https://projects.kde.org/projects/kde/kde-baseapps/konsole/repository/
> revisions/ebcab3c307f83ddf42a9096b8a76a5389ce52f3d. 
> 
> That commit only makes konsole more like other emultators.  So if konsole is
> starting in "~/Documents" when started through krunner or menu, I'm pretty
> sure that also applies to other emulators, like xterm, rxvt-unicode,
> gnome-terminal, etc .

I dont get it.

Start Konsole in GNOME --> opens in ~
Start Konsole in KDE --> opens in ~/Documents

And it doesnt care if you use krunner or not to start it so why is this
krunner related anyway? Does krunner set a global var which is used by
konsole?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/5


On 2012-08-14T08:04:41+00:00 adaptee wrote:

(In reply to comment #5)
> I dont get it.
> 
> Start Konsole in GNOME --> opens in ~
> Start Konsole in KDE --> opens in ~/Documents

Try running xterm or gnome-terminal in gnome and KDE(through krunner or
menu), the result will be the same as the konsole case above (suppose
the ~/Documents folder is present ). Without that commit, konsole just
start in "~" if you haven't set the initial path explicitly in default
konsole profile. That is what I mean that commits only makes konsole
more like other emulators.

> And it doesnt care if you use krunner or not to start it so why is
this krunner related anyway? Does krunner set a global var which is used
by konsole?

See bug 183534

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/6


On 2012-08-15T20:36:29+00:00 Francesco Cecconi wrote:

I have the same result with gnome-terminal and xterm. (through krunner
or menu)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1068451/comments/7


On 2012-08-23T10:18:02+00:00 Maxim Kukushkin wrote:

This bug also affects me (Arch Linux, KDE 4.9.00). If I open a system
terminal, it opens in ~, but once I try t

[Bug 1068576] Re: Inhibit screensaver when playing videos

2012-10-22 Thread Maxim Ermilov
** Changed in: webapps-applications
   Importance: Undecided => Wishlist

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

Title:
  Inhibit screensaver when playing videos

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-applications/+bug/1068576/+subscriptions

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


[Bug 1070182] [NEW] Can't connect to the network through a wired connection - Network dialog shows "Wired Cable unplugged"

2012-10-22 Thread linuxrrules
Public bug reported:

Wireless (Wifi and WiMax) work fine.
The computer is a Dell Latitude E6500.

I worked with David at Canonical through paid support. He was unable to
resolve this issue and he advised me to post the issue here because he
said that this is a bug.

Data:
1) The BIOS is up to date on this machine - I didn't have to do anything 
special.
2) Running Ubuntu desktop 12.10, 64 bit. (12.04, 64 bit also had this issue 
before the machine was upgraded).
3) Additional information:

> sudo lshw -C net
*-network UNCLAIMED
description: Ethernet controller
product: 82567LM Gigabit Network Connection
vendor: Intel Corporation
physical id: 19
bus info: pci@:00:19.0
version: 03
width: 32 bits
clock: 33MHz
capabilities: pm msi cap_list
configuration: latency=0
resources: memory:f6fe-f6ff memory:f6fdb000-f6fdbfff 
ioport:efe0(size=32)
*-network
description: Wireless interface
product: Centrino Advanced-N + WiMAX 6250
vendor: Intel Corporation
physical id: 0
bus info: pci@:0b:00.0
logical name: wlan1
version: 2c
serial: 00:15:00:5f:ac:96
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.2.0-31-generic 
firmware=41.28.5.1 build 33926 ip=10.0.0.3 latency=0 link=yes multicast=yes 
wireless=IEEE 802.11abg
resources: irq:46 memory:f1ffe000-f1ff
*-network
description: Wireless interface
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
physical id: 0
bus info: pci@:0c:00.0
logical name: eth1
version: 01
serial: 00:25:56:a1:2f:86
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=10.0.0.2 
latency=0 multicast=yes wireless=IEEE 802.11bg
resources: irq:17 memory:f1efc000-f1ef
*-network
description: Ethernet interface
physical id: 2
bus info: usb@2:6
logical name: wmx0
serial: 00:1d:e1:0e:69:58
capabilities: ethernet physical
configuration: driver=i2400m firmware=i6050-fw-usb-1.5.sbcf link=no

> dmesg | grep -e e100 -e eth0
[ 0.00] BIOS-e820: fee0 - fee1 (reserved)
[ 0.00] PM: Registered nosave memory: fee0 - fee1
[ 0.00] PM: Registered nosave memory: fee1 - ffe6
[ 0.335609] pci_root PNP0A03:00: host bridge window [mem 0xfee1-0xff9f]
[ 0.345723] pci :00:1e.0: bridge window [mem 0xfee1-0xff9f] 
(subtractive decode)
[ 0.386363] pnp 00:00: [mem 0xfee1-0xff9f window]
[ 0.452218] pci_bus :00: resource 15 [mem 0xfee1-0xff9f]
[ 0.452317] pci_bus :03: resource 15 [mem 0xfee1-0xff9f]
[ 2.682139] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[ 2.682142] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[ 2.682178] e1000e :00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 2.682190] e1000e :00:19.0: setting latency timer to 64
[ 2.682315] e1000e :00:19.0: irq 46 for MSI/MSI-X
[ 2.821039] e1000e :00:19.0: (unregistered net_device): The NVM Checksum Is 
Not Valid
[ 2.852127] e1000e :00:19.0: PCI INT A disabled
[ 2.852134] e1000e: probe of :00:19.0 failed with error -5
[ 10.756864] eth0: Broadcom BCM4315 802.11 Hybrid Wireless Controller 
5.100.82.38
[ 10.946067] udevd[529]: renamed network interface eth0 to eth1

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-17-generic 3.5.0-17.28
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  scott  2292 F pulseaudio
Date: Tue Oct 23 00:32:27 2012
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=d8cb922e-22b1-4e27-8721-9a6746742020
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: Dell Inc. Latitude E6500
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=8063bea0-9fdd-4f58-985b-2266ec260f5d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware1.95
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-10-19 (3 days ago)
dmi.bios.date: 12/06/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A27
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA27:bd12/06/2011:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6500
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
  

[Bug 127732] Re: Searching Hebrew text works in reverse order

2012-10-22 Thread Bug Watch Updater
** Bug watch added: freedesktop.org Bugzilla #55977
   https://bugs.freedesktop.org/show_bug.cgi?id=55977

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

Title:
  Searching Hebrew text works in reverse order

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

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


[Bug 333778] Re: xscanimage crashed with SIGSEGV

2012-10-22 Thread Rolf Leggewie
does this ever occur in lucid or later?

** Changed in: sane-frontends (Ubuntu)
   Status: New => Incomplete

** Changed in: sane-frontends (Ubuntu)
 Assignee: (unassigned) => Rolf Leggewie (r0lf)

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

Title:
  xscanimage crashed with SIGSEGV

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

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


[Bug 295011] Re: Scanners only found with 'sudo', not user. - Kubuntu 8.10

2012-10-22 Thread Rolf Leggewie
does this ever occur in lucid or later?

** Changed in: sane-frontends (Ubuntu)
   Status: New => Incomplete

** Changed in: sane-frontends (Ubuntu)
 Assignee: (unassigned) => Rolf Leggewie (r0lf)

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

Title:
  Scanners only found with 'sudo', not user. - Kubuntu 8.10

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

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


[Bug 387626] Re: Wireless notification icon show full/no signal instead of the actual signal strength

2012-10-22 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Unknown => New

** Changed in: network-manager
   Importance: Unknown => Low

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

Title:
  Wireless notification icon show full/no signal instead of the actual
  signal strength

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

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


[Bug 526317] Re: XSane Crashes at startup if scanner present

2012-10-22 Thread Rolf Leggewie
does this ever occur in lucid or later?

** Changed in: sane-frontends (Ubuntu)
   Status: New => Incomplete

** Changed in: sane-frontends (Ubuntu)
 Assignee: (unassigned) => Rolf Leggewie (r0lf)

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

Title:
  XSane Crashes at startup if scanner present

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

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


[Bug 733073] Re: [gm45] GPU lockup - i915_error_state failed in allocation of memory

2012-10-22 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Incomplete => Invalid

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

Title:
  [gm45] GPU lockup - i915_error_state failed in allocation of memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/733073/+subscriptions

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


[Bug 474654]

2012-10-22 Thread John
Apart from this, occasionally the password box remains visible after
unlocking on 4.9.2. One way to make it disappear is to disable
compositing.

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

Title:
  [SecurityRoadmap] Desktop visible when screen is locked in Kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/474654/+subscriptions

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


[Bug 976660] Re: [i965gm] GPU lockup render.IPEHR: 0x81323232

2012-10-22 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Incomplete => Invalid

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x81323232

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/976660/+subscriptions

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-10-22 Thread Christopher James Leaf
I've tried several different versions of Ubuntu to see if any one of
them is stable. I've tried 32 and 64 bit versions of 12.04 and 10.04
Ubuntu. All clean installs and have had a variety of results, it seemed
like in most cases it would freeze more frequently the more updates I'd
install. However, the clean install would also cause problems. I would
actually get problems as early as logging in, as in it will freeze
before my desktop even worked.

I have also had it freeze almost immediately on a VMWare Player running
through windows 7. I had some rather sever glitches with playback of
video games (Portal 1) on windows 7, especially when rapidly minimizing
and maximizing the game and sometimes on regular play which would
replicate this error in some since. The windows community believes it
was due to over heating which is potentially true for windows, unlikely
for this bug listing.

I am currently running Arch Linux without compiz and really haven't had
any similar problems what so ever.

I've tried different versions of Gnome and several of the many fixes
suggested here with no success.

I'm somewhat suspicious dual monitors at least enhances the frequency of
crashing.

I really want my ubuntu back, why is this marked as no fix?

Hardware: I7-3930K + Intel DX79SI, 16GB Ram, Intel SSD 520, XFX Nvidia
Geforce GT N640 (also happened with MSI Radeon HD 7770). Dual monitors.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 1021924] Re: Multiple Displays not working on Core i7 3770S + Intel DQ77MK motherboard

2012-10-22 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Incomplete => Confirmed

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

Title:
  Multiple Displays not working on Core i7 3770S + Intel DQ77MK
  motherboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1021924/+subscriptions

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


[Bug 1041315] Re: Lenovo T530 has a green bar always exists on top of the screen, from initial boot to normal boot, from bootsplash to homescreen, always flashing.

2012-10-22 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=56089.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-10-17T14:02:33+00:00 James M. Leddy wrote:

This is very similar to earlier bug 47271, except an even later bios
updated then broke it again. So this is the sequence of events:

 * Old bios : old kernel == works
 * bios upgrade (VBIOS 2132) : old kernel == broken
 * kernel upgrade (backport f47166d2) == fixed
 * bios upgrade == broken
 * kernel upgrade (3.2 or later) == works

We would like help identify which kernel commit fixes the problem again
so that we can backport to 3.0. The interesting thing is if we _revert_
f47166d2 in the 3.0-stable branch with the latest bios, it works again.
There is also a lot of info in the ubuntu bug.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1041315

This is only a bug in the 3.0 stable series, introduced by commit
f47166d2 in bug 47271.

Diff in the regdump:

 2c2
< GEN6_INSTDONE_1: 0xfffe
---
> GEN6_INSTDONE_1: 0x
14c14
< PIPEACONF: 0xc054 (enabled, active, 6bpc)
---
> PIPEACONF: 0xc050 (enabled, active, 6bpc)
34c34
< DSPASURF: 0x0096b000
---
> DSPASURF: 0x04830008
169c169
< PCH_PP_CONTROL: 0x0003 (blacklight disabled, power down on re=
set, panel on)
---
> PCH_PP_CONTROL: 0xabcd0003 (blacklight disabled, power down on re=
set, panel on)
174,175c174,175
<  RC6_RESIDENCY_TIME: 0x0001b916
<  RC6p_RESIDENCY_TIME: 0x
---
>  RC6_RESIDENCY_TIME: 0x00331e26
>  RC6p_RESIDENCY_TIME: 0xf5d8388f

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1041315/comments/4


On 2012-10-17T14:13:12+00:00 Daniel-ffwll wrote:

An easy, albeit brutal way is to do a reverse bisect between 3.0 and
3.2: Mark every good commit as bad and every bad commit as good and git
bisect will happily tell you which commit fixed a bug (git bisect isn't
using a symmetric and so needs a few tricks to figure out where a bugfix
instead of a regression is).

Looking at f47166d2 I don't have any idea what could a candidate for
backporting to 3.0 from 3.2.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1041315/comments/5


On 2012-10-17T15:18:43+00:00 Timo Aaltonen wrote:

As I understand it, it's most likely also a problem in 3.2.15 and up
which got the same commit (f47166d2b00) backported. It's yet unknown if
3.5/3.6 have fixed it, we'll test that next.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1041315/comments/6


On 2012-10-17T15:34:21+00:00 Timo Aaltonen wrote:

scratch that, the commit got pulled to the distro kernel for 12.04..

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1041315/comments/7


On 2012-10-18T10:31:30+00:00 Timo Aaltonen wrote:

so it's confirmed that 3.2.15 is the first version that works fine. The
commit needs something else in addition to it to fix the bug. Just needs
to be found out what it is.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1041315/comments/8


On 2012-10-22T10:19:10+00:00 Timo Aaltonen wrote:

We've bisected it down to 3bcf603f6d5d18bd9d076dc280de71f48add4101 from
3.1 that fixes the bug. Sending it to stable next.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1041315/comments/9


** Changed in: linux
   Status: Unknown => Fix Released

** Changed in: linux
   Importance: Unknown => Medium

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

Title:
  Lenovo T530 has a green bar always exists on top of the screen, from
  initial boot to normal boot, from bootsplash to homescreen, always
  flashing.

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

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


[Bug 1063618] Re: PDF printing output of evince broken with PDF file from "Der Spiegel"

2012-10-22 Thread Bug Watch Updater
** Changed in: libcairo
   Status: Confirmed => Fix Released

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

Title:
  PDF printing output of evince broken with PDF file from "Der Spiegel"

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

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


[Bug 1070168] Re: can't upgrade hplip on ubuntu 12.10

2012-10-22 Thread Micah Gersten
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs#When%20not%20to%20file%20a%20bug.
There is also a vibrant support community available at
http://askubuntu.com and you might consider asking your question there.

** Changed in: libjpeg8-empty (Ubuntu)
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/libjpeg8-empty/+question/212038

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

Title:
  can't upgrade hplip on ubuntu 12.10

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

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


[Bug 1070111] Re: Spyware coverage incomplete - limited to Dash

2012-10-22 Thread Roland (Rolandixor) Taylor
Do you also need someone to pass on your info to the TV stations? This
can be done for you free of cost.

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

Title:
  Spyware coverage incomplete - limited to Dash

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

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


[Bug 1070177] [NEW] Can't access my drive C since upgrade or flash drive

2012-10-22 Thread George Reynolds
Public bug reported:

My hard drive is partitioned into two drives with Ubuntu running on one and 
Windows seven on the other.   Since Ugrading from 12.04 to 12.10, I cannot 
access my drive C which is in the Windows drive from in Ubuntu.
Message received says: Adding read ACL for wid 1000 to '/media/george reynolds' 
failed: Operation not supported
I receive this same message when I try to Access my flash drive in Ubuntu since 
I did the upgrade.

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

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

Title:
  Can't access my drive C since upgrade or flash drive

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

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


[Bug 127732]

2012-10-22 Thread Alexbodn-groups
Created attachment 68861
find bidirectional text


a small workaround for searching rtl text. limited for mixed directional text.

say ABC 123 will render by fribidi as 123 ABC. 
to search for this text in poppler, you'd need to search literally 123 CBA 
before this patch.
with this patch, search for ABC 123 as entered. nice.
but if you only search for ABC 12, nothing would be found. that's because this 
patch transforms the searched text from logical to visual before the actual 
search in the visual text inside poppler, so ABC 12 would render to 12 CBA, 
that's not there.

there's a better way to go, which i'll implement later. this would also
help with bidi text select and copy.

this patch will only work if you first apply my last patch to bug 55977.
you also need fribidi or preferably icu.

please enjoy.
alex

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

Title:
  Searching Hebrew text works in reverse order

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

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


[Bug 127732]

2012-10-22 Thread Alexbodn-groups
hello friends,

i've just posted a patch to implement visual to logical text conversion,
that migh become a step towards this problem solution.

see https://bugs.freedesktop.org/show_bug.cgi?id=55977

best regards,
alex

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

Title:
  Searching Hebrew text works in reverse order

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

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


  1   2   3   4   5   6   7   8   9   10   >