[Bug 1197902] Re: Display corruption on 29 2560x1080 monitor

2013-09-03 Thread Andreas Raster
I have the same problem and just tested with the latest mainline kernel
[0]. The problem wasn't fixed.

I also tried different propietary driver versions (I am using fglrx) and
the open source radeon driver, both of which showed the same wrong
behaviour. I think I should be able to fix the problem by just forcing a
mode with a manually written xorg.conf and will try that later.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-rc7-saucy/

** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   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/1197902

Title:
  Display corruption on 29 2560x1080 monitor

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

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


[Bug 1028806] Re: 046d:c52b Cannot use logitech mouse M324 (Unifying Receiver)

2012-09-22 Thread Andreas Raster
Having the same problem in 12.04 here. Plugging and Unplugging the
receiver multiple times does eventually fix the problem, although I had
to do it very often.

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

Title:
  046d:c52b Cannot use logitech mouse M324 (Unifying Receiver)

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

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


[Bug 1038063] Re: alt-tab shows windows from other workspaces but alt-grave does not

2012-08-19 Thread Andreas Raster
I just tried in a VM with a clean install and it seems unity works
correctly there. It's different on my main machine thought.

Steps to reproduce:
1. Open two terminals on two workspaces
2. press alt-tab, hold alt, it shows only one terminal application
3.  while still holding alt, press tab repeatedly until the terminal app is 
highlighted
4. wait until it expands the terminal window or do it manually with alt-grave
5. observe that it shows only one window
6. release alt-tab
7. press alt-grave
8. see that it shows all terminal windows from all workspaces

The 'bias alt-tab behaviour' has zero effect for me. Maybe my
configuration broke somehow? It makes a difference in the VM, but on my
desktop the behaviour is always as if 'bias alt-tab' is on.

I am using unity 5.14 with the latest updates in a VM, and on my desktop
too although I just patched and built my own version today (because of
that other alt-grave window switch bug, #1035668) and now I am using
that, still 5.14 with only the fixes from the linked branch in #1035668
applied.

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

Title:
  alt-tab shows windows from other workspaces but alt-grave does not

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

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


[Bug 1038063] Re: alt-tab shows windows from other workspaces but alt-grave does not

2012-08-19 Thread Andreas Raster
Oh, I just noticed I described it the wrong way around in the original
bug report.

With 'bias alt-tab behaviour' disabled, Alt-tab shows only windows from
the current workspace, but pressing alt-grave shows windows from all
workspaces. See steps to produce in my previous comment. Hope this isn't
getting too confusing.

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

Title:
  alt-tab shows windows from other workspaces but alt-grave does not

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

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


[Bug 1035668] Re: Application window switching does not work as expected. Need to press shortcut twice to switch.

2012-08-12 Thread Andreas Raster
I just verified with a clean install in VirtualBox that the latest
version has the same problem and that the version before that works as
expected.

While doing that I noticed that it is somewhat less of a problem in the
VM because everything runs so much slower in it. So I can actually
visually see that when the window switcher comes up, it first starts
with the windows in correct order and then a few milliseconds after it
sorts them so that the currently focused window is selected instead of
the next window.

Which means that if I release the shortcut keys quick enough, everything
works correctly.

I think the changes to SwitcherController here:
http://bazaar.launchpad.net/~sil2100/unity/ubuntu_5.14/revision/703 

are probably what is causing the problem. Although I think it is likely
that these changes not directly cause, but some other side effect
somewhere is the root cause that wasn't noticed before and now is.

Maybe std::sort(results.begin(), results.end(),
CompareSwitcherItemsPriority); in Controller::Show is called twice for
some reason? Or the reordering of lines in Controller::ShowView or
Controller::ConstructView might be the problem (although I would wonder
why those should be called more then once)?

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 800278] Re: Workspace switcher bindings do not always work?

2012-08-11 Thread Andreas Raster
I think I might have had this issue and now the latest update seems to
have fixed it. At least I can't reproduce the behaviour right now and I
am pretty sure that before, whenever I closed the last window on a
desktop, the switch desktop left/right keys would stop working until I
selected/started another application.

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

Title:
  Workspace switcher bindings do not always work?

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

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


[Bug 1035668] [NEW] Application window switching does not work as expected. Need to press shortcut twice to switch.

2012-08-11 Thread Andreas Raster
Public bug reported:

With the latest update to 5.14.0-0ubuntu1 the application window
switching shortcut is not working as expected. It should be similar to
alt-tab, where just quickly pressing it once flips between the two most
recent applications.

The window switching should behave the same way  but for application
windows, but instead pressing it quickly does nothing first because it
only expands the window grid in the switcher, to actually switch to
another window you have to press it at least twice.

In the previous version, 5.12, the window switching shortcut behaviour
was correct (or as I expected it to be).

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


** Tags: 5.14 precise

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] Re: Application window switching does not work as expected. Need to press shortcut twice to switch.

2012-08-11 Thread Andreas Raster
Alt-tab works as expected, the shortcut for application window switching
does not work! If you start ccsm and click the 'Ubuntu Unity Plugin', on
the second tab named 'Switcher' you'll get two shortcut options:

Key to flip through windows in the switcher
and
Key to flip through windows in the switcher backwards

I have those bound to Controlbackslash (I replaced tilde/celsius with
backslash in my keyboard layout) and ShiftControlPrimary (that
works fine, even if it is all modifiers).

Those shortcuts used to behave exactly like alt-tab, but for application
windows instead of whole applications.

So I have two terminals open and want to switch between them, then I
could just press ctrl-backslash once and it switched. Now, after the
upgrade, it just shows the switcher with the window grid expanded on the
first press, but does not switch. I have to press ctrl-backslash twice
to switch to the other application window.

Alt-tab works exactly as I expect it to work! But I can't use it to
switch between windows quickly, it switches to the next application
(just as I expect). So if I would want to switch between two terminals
with alt-tab I would have to press once to switch to the next
application, then switch backwards to go back to the terminal
application group, then wait for the windows to expand and finally
switch to the other terminal.

** Tags added: apport-collected compiz-0.9 possible-manual-nvidia-
install running-unity ubuntu

** Description changed:

  With the latest update to 5.14.0-0ubuntu1 the application window
  switching shortcut is not working as expected. It should be similar to
  alt-tab, where just quickly pressing it once flips between the two most
  recent applications.
  
  The window switching should behave the same way  but for application
  windows, but instead pressing it quickly does nothing first because it
  only expands the window grid in the switcher, to actually switch to
  another window you have to press it at least twice.
  
- In the previous version, 5.12, the window switching shortcut behaviour
- was correct (or as I expected it to be).
+ In the previous version, 5.12, the window switching shortcut behaviour was 
correct (or as I expected it to be).
+ --- 
+ .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
+ .proc.driver.nvidia.gpus.1: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/1'
+ .proc.driver.nvidia.registry: Binary: 
+ .proc.driver.nvidia.version:
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.49  Mon Apr 30 23:46:33 
PDT 2012
+  GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.0.1-0ubuntu12
+ Architecture: amd64
+ CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,mousepoll,grid,place,snap,regex,gnomecompat,dbus,imgpng,session,workarounds,move,scale,resize,expo,wall,resizeinfo,unitymtgrabhandles,ezoom,unityshell]
+ CompositorRunning: compiz
+ DistUpgraded: 2012-04-05 18:09:37,535 DEBUG failed to SystemUnLock() (E:Not 
locked)
+ DistroCodename: precise
+ DistroRelease: Ubuntu 12.04
+ DistroVariant: ubuntu
+ EcryptfsInUse: Yes
+ GraphicsCard:
+  NVIDIA Corporation GF104 [GeForce GTX 460] [10de:0e22] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: eVga.com. Corp. Device [3842:1373]
+  NVIDIA Corporation GF104 [GeForce GTX 460] [10de:0e22] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: eVga.com. Corp. Device [3842:1371]
+ JockeyStatus:
+  xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
+  xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Enabled, In use)
+ MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7512
+ NonfreeKernelModules: nvidia
+ Package: unity 5.14.0-0ubuntu1
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-29-generic 
root=UUID=c0521a4d-86be-4a85-8fca-49c1b4470103 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
+ Tags:  precise running-unity precise running-unity precise running-unity 
possible-manual-nvidia-install ubuntu compiz-0.9
+ Uname: Linux 3.2.0-29-generic x86_64
+ UpgradeStatus: Upgraded to precise on 2012-04-05 (128 days ago)
+ UserGroups: adm admin audio cdrom dialout lpadmin plugdev sambashare video
+ dmi.bios.date: 02/20/2009
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: V1.6
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: P45 Platinum (MS-7512)
+ dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
+ dmi.chassis.version: 1.0
+ dmi.modalias: 

[Bug 1035668] .proc.driver.nvidia.params.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: .proc.driver.nvidia.params.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257471/+files/.proc.driver.nvidia.params.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] BootDmesg.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257472/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] BootLog.gz

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: BootLog.gz
   https://bugs.launchpad.net/bugs/1035668/+attachment/3257473/+files/BootLog.gz

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] CurrentDmesg.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257474/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] Dependencies.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257475/+files/Dependencies.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] DkmsStatus.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: DkmsStatus.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257476/+files/DkmsStatus.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] GconfCompiz.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257478/+files/GconfCompiz.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] DpkgLog.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: DpkgLog.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257477/+files/DpkgLog.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] Lsusb.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1035668/+attachment/3257480/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] Lspci.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1035668/+attachment/3257479/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] ProcCpuinfo.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257482/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] MonitorsUser.xml.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: MonitorsUser.xml.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257481/+files/MonitorsUser.xml.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] ProcInterrupts.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257484/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] ProcEnviron.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257483/+files/ProcEnviron.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] ProcModules.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257485/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] UdevDb.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1035668/+attachment/3257486/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] UdevLog.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257487/+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/1035668

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] UnitySupportTest.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257488/+files/UnitySupportTest.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] XorgConf.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257489/+files/XorgConf.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] XorgLog.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257490/+files/XorgLog.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] XorgLogOld.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257491/+files/XorgLogOld.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] Xrandr.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/1035668/+attachment/3257492/+files/Xrandr.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] nvidia-settings.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: nvidia-settings.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257494/+files/nvidia-settings.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] nvidia-installer.log.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: nvidia-installer.log.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257493/+files/nvidia-installer.log.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] xdpyinfo.txt

2012-08-11 Thread Andreas Raster
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/1035668/+attachment/3257495/+files/xdpyinfo.txt

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 1035668] Re: Application window switching does not work as expected. Need to press shortcut twice to switch.

2012-08-11 Thread Andreas Raster
And that other bug report does not really sound similar. My problem is
there all the time, I can't switch slowly and then it works as expected.
It always happens. Regardless if I try to switch quickly or slowly.

Ha, actually I just tried and when I try to switch _very_ quickly it
works sometimes correctly. But I have to be _really_ fast to accomplish
that. A lot faster then I normally type.

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

Title:
  Application window switching does not work as expected. Need to press
  shortcut twice to switch.

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

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


[Bug 624877] Re: INFO: task dpkg:23317 blocked for more than 120 seconds.

2012-07-30 Thread Andreas Raster
I think I just had this problem while running Precise as guest in
Virtualbox  (4.1.18 on a Precise host). Installation of package linux-
header-generic would always hang on:

Unpacking replacement linux-headers-3.2.0-27 ...

while being unable to use Ctrl-C, killall -9 dpkg would kill the process
though.

astrostls suggestion to use:

echo force-unsafe-io  /etc/dpkg/dpkg.cfg.d/force-unsafe-io

seems to have fixed the issue at least for the moment, I could install
linux-header-generic without problems afterwards.

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

Title:
  INFO: task dpkg:23317 blocked for more than 120 seconds.

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

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


[Bug 911783] Re: Mumble hangs when trying to connect

2012-05-31 Thread Andreas Raster
I just switched Mumble to use PulseAudio instead of Alsa and it seems to
fix the issue for me.

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

Title:
  Mumble hangs when trying to connect

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

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


[Bug 567636] Re: mumble stops responding when try to connect to server

2012-05-31 Thread Andreas Raster
*** This bug is a duplicate of bug 911783 ***
https://bugs.launchpad.net/bugs/911783

** This bug has been marked a duplicate of bug 911783
   Mumble hangs when trying to connect

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

Title:
  mumble stops responding when try to connect to server

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

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


[Bug 998437] [NEW] Can't log in on a tty

2012-05-12 Thread Andreas Raster
Public bug reported:

I have upgraded from 11.10 to 12.04 and just noticed that I can not log
in on a tty. I can enter my username and when I press enter it waits for
a moment and then goes straight back to the username prompt without ever
asking for my password.

Looking in /var/log/auth.log it seems this is caused by some kind of 
permissions problem:
May 12 15:13:16 capcom getty[2774]: checkname: Operation not permitted

My groups:
~ groups rakete
rakete : rakete adm dialout cdrom audio video plugdev lpadmin admin sambashare

and:
~ ls /dev/tty* -la
crw-rw-rw- 1 root tty 5,  0 May 12 15:11 /dev/tty
crw--w 1 root tty 4,  0 May 12 15:11 /dev/tty0
crw-rw 1 root tty 4,  1 May 12 15:13 /dev/tty1
crw--w 1 root tty 4, 10 May 12 15:11 /dev/tty10
crw--w 1 root tty 4, 11 May 12 15:11 /dev/tty11
crw--w 1 root tty 4, 12 May 12 15:11 /dev/tty12
crw--w 1 root tty 4, 13 May 12 15:11 /dev/tty13
crw--w 1 root tty 4, 14 May 12 15:11 /dev/tty14
crw--w 1 root tty 4, 15 May 12 15:11 /dev/tty15
crw--w 1 root tty 4, 16 May 12 15:11 /dev/tty16
[...]

Any suggestions how to fix this would be very welcome!

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: util-linux 2.20.1-1ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sat May 12 15:23:11 2012
EcryptfsInUse: Yes
SourcePackage: util-linux
UpgradeStatus: Upgraded to precise on 2012-04-05 (36 days ago)

** Affects: util-linux (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/998437

Title:
  Can't log in on a tty

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

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


[Bug 998437] Re: Can't log in on a tty

2012-05-12 Thread Andreas Raster
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998437

Title:
  Can't log in on a tty

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

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


[Bug 998437] Re: Can't log in on a tty

2012-05-12 Thread Andreas Raster
Ok so I looked at agetty's source code and the problem comes from here:
/*
 * Do not allow the user to pass an option as a user name
 * To be more safe: Use `--' to make sure the rest is
 * interpreted as non-options by the program, if it supports it.
 */
static void check_username(const char* nm)
{
const char *p = nm;
if (!nm)
goto err;
if (strlen(nm)  42)
goto err;
while (isspace(*p))
p++;
if (*p == '-')
goto err;
return;
err:
errno = EPERM;
log_err(checkname: %m);
}

... which is doing almost nothing. It must be that whatever is passed in
is so malformed that I get a 'Operation not permitted' error, because I
enter my username correctly and don't use dashes os spaces or something
longer then 42 characters.

Anyways I suspect that just a huge amount of garbage (along with my
username) is passed into that function because I have another problem
with some misbehaving usb devices since the upgrade to precise. I have
not reported that issue because I still have not really figured out what
is wrong. Something odd happens where every first boot my screen just
blinks and endlessly repeats some more or less random part of the boot
process (always right after initializing the usb subsystem). And every
second boot after that I can boot, but still get a lot of screen
blinking and lines of garbage printed out as if there is a key stuck on
my keyboard sending very foreign keycodes all the time.

So I guess that is the reason, and I just tried to unplug all my usb
devices (except keyboard and mouse) and rebooted and everything works
fine now. So it seems this bug is in fact caused by some error in the
kernels usb subsystem that is triggered by one of my usb devices.

** Changed in: util-linux (Ubuntu)
   Status: New = Invalid

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

Title:
  Can't log in on a tty

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

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


[Bug 998437] Re: Can't log in on a tty

2012-05-12 Thread Andreas Raster
I had a wireless keyboard collecting dust in a cupboard for which I
still had the receiver plugged in. Recently I put a graphic tablet in
the cupboard, on top of the wireless keyboard...

Turns out you're not supposed to hold the scroll lock button all the
time.

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

Title:
  Can't log in on a tty

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

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


[Bug 991461] Re: Can't preview two tracks in a row without SIGSEGV in rhythmbox

2012-04-30 Thread Andreas Raster
*** This bug is a duplicate of bug 991478 ***
https://bugs.launchpad.net/bugs/991478

** This bug has been marked a duplicate of bug 991478
   Zeitgeist integration causes rhythmbox SIGSEGV when previewing tracks on 
Ubuntu One music store

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

Title:
  Can't preview two tracks in a row without SIGSEGV in rhythmbox

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

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


[Bug 991478] [NEW] Zeitgeist integration causes rhythmbox SIGSEGV when previewing tracks on Ubuntu One music store

2012-04-29 Thread Andreas Raster
Public bug reported:

Open rhythmbox, disable all plugins apart from Zeitgeist and Ubuntu One,
go to Ubuntu One music store, select any album, play a preview song and
while it is playing try clicking play on another preview song. Resuts in
crash with the following error message:

~ rhythmbox

(rhythmbox:6803): RhythmDB-CRITICAL **: rhythmdb_entry_get_string:
assertion `entry-refcount  0' failed

(rhythmbox:6803): RhythmDB-CRITICAL **: rhythmdb_entry_get_string:
assertion `entry-refcount  0' failed

(rhythmbox:6803): RhythmDB-CRITICAL **: rhythmdb_entry_get_string: assertion 
`entry-refcount  0' failed
fish: Job 1, “rhythmbox” terminated by signal SIGSEGV (Address boundary error)

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


** Tags: precise

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

Title:
  Zeitgeist integration causes rhythmbox SIGSEGV when previewing tracks
  on Ubuntu One music store

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

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

[Bug 985693] [NEW] gstreamer vapi is missing returns_floating_reference in gst_parse_bin_*, leading to incorrect freeing of references

2012-04-19 Thread Andreas Raster
Public bug reported:

Through a bug in the eidete screencaster:  
https://bugs.launchpad.net/eidete/+bug/976230
I found out that valac 0.14.2 is missing a commit that fixes misbehaving 
reference freeing when creating gstreamer objects through the gst_parse_bin_* 
functions.

It causes garbage collection of references that are still in use.

Here is the commit that fixes the problem:
http://git.gnome.org/browse/vala/commit/?id=15ed2c07bf446be223f8ca7498fbfb79f76f9d6e

It is fixed 0.16 as well.

~ apt-cache policy valac
valac:
  Installed: 0.14.2-0ubuntu1
  Candidate: 0.14.2-0ubuntu1
  Version table:
 *** 0.14.2-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: vala-0.14 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: precise

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

Title:
  gstreamer vapi is missing returns_floating_reference in
  gst_parse_bin_*, leading to incorrect freeing of references

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

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


[Bug 975674] Re: desktop wall does not disappear when using keybindings with the super key

2012-04-08 Thread Andreas Raster
*** This bug is a duplicate of bug 960652 ***
https://bugs.launchpad.net/bugs/960652

** This bug is no longer a duplicate of bug 975677
   desktop wall does not disappear when using keybindings with the super key
** This bug has been marked a duplicate of bug 960652
   Switcher remains open after super+tab has been used.

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

Title:
  desktop wall does not disappear when using keybindings with the super
  key

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

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


[Bug 960652] Re: Switcher remains open after super+tab has been used.

2012-04-08 Thread Andreas Raster
I've reported a similar issue under bug 975677 which is probably related
to this one.

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

Title:
  Switcher remains open after super+tab has been used.

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

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


[Bug 975937] [NEW] The 'Enable the menu shortcut key (F10 by default)' Option does not work as expected

2012-04-07 Thread Andreas Raster
Public bug reported:

Disabling the 'Enable the menu shortcut key' option in gnome-terminal
does nothing. The menu still appears whenever I press F10. I checked
with gconf-editor and use_menu_accelerators is unset.

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: precise

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

Title:
  The 'Enable the menu shortcut key (F10 by default)' Option does not
  work as expected

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

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


[Bug 975674] [NEW] desktop wall does not disappear when using keybindings with the super key

2012-04-06 Thread Andreas Raster
Public bug reported:

I changed the keybindings for moving within the desktop wall to
super-c/x (to move left and right). When I use them the desktop wall
appears normally, but when I release the keys it does not disappear
until I hit escape, enter or another modifier key.

I am using the unity-team ppa right now.

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


** Tags: precise

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

Title:
  desktop wall does not disappear when using keybindings with the super
  key

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

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


[Bug 975674] Re: desktop wall does not disappear when using keybindings with the super key

2012-04-06 Thread Andreas Raster
*** This bug is a duplicate of bug 975677 ***
https://bugs.launchpad.net/bugs/975677

** This bug has been marked a duplicate of bug 975677
   desktop wall does not disappear when using keybindings with the super key

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

Title:
  desktop wall does not disappear when using keybindings with the super
  key

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

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


[Bug 508083] Re: cron crashed with SIGSEGV in __pthread_initialize_minimal_internal()

2012-04-05 Thread Andreas Raster
Just upgraded from oneiric to precise and got sent here immediatly after
logging into unity.

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

Title:
  cron crashed with SIGSEGV in __pthread_initialize_minimal_internal()

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

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


[Bug 932940] [NEW] gnome-terminal intercepts ctrl-f1 making it unusable for applications running within

2012-02-15 Thread Andreas Raster
Public bug reported:

I can get F2-F4 to work in emacs by using the escape sequences echoed in
gnome-terminal when pressing them together with a modifier but CTRL-F1
does nothing at all. It seems it is a shortcut for something but I can't
find a place to unbind it or see what is supposed to happen.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Feb 15 18:49:23 2012
EcryptfsInUse: Yes
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to oneiric on 2009-09-11 (887 days ago)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  gnome-terminal intercepts ctrl-f1 making it unusable for applications
  running within

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

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


[Bug 932940] Re: gnome-terminal intercepts ctrl-f1 making it unusable for applications running within

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

Title:
  gnome-terminal intercepts ctrl-f1 making it unusable for applications
  running within

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

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


[Bug 932955] [NEW] gnome-terminal does not differentiate between ISO_Level3_Shift and Shift in certain cases

2012-02-15 Thread Andreas Raster
Public bug reported:

I made my caps lock key another ISO_Level3_Shift key since that used
heavily on german keyboards. I customized my keyboard layout with
xmodmap so that I have a additional cursor key block on i,j,k,l enabled
by holding ISO_Level3_Shift. So that I can move around the cursor
without leaving the home row while programming.

I tried using shift+left,right to navigate between tabs in gnome-
terminal which works fine but my custom cursor key block activated with
ISO_Level3_Shift would always switch tabs. That is whenever I tried to
go left or right in the application running inside the terminal it would
switch tabs instead of moving the cursor when I used my custom cursor
key block. Which is wrong behaviour, it should only switch tabs when I
hold an additional shift. For example Shift+ISO_Level3_Shift+j should
switch to the left tab, ISO_Level3_Shift+j should move the cursor to the
left.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Feb 15 18:52:32 2012
EcryptfsInUse: Yes
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to oneiric on 2009-09-11 (887 days ago)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  gnome-terminal does not differentiate between ISO_Level3_Shift and
  Shift in certain cases

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

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


[Bug 932955] Re: gnome-terminal does not differentiate between ISO_Level3_Shift and Shift in certain cases

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

Title:
  gnome-terminal does not differentiate between ISO_Level3_Shift and
  Shift in certain cases

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

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


[Bug 581886] Re: PackageKit does not respect hold state of packages.

2011-08-11 Thread Andreas Raster
I am still having this issue in Kubuntu lucid. But I can't reopen 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/581886

Title:
  PackageKit does not respect hold state of packages.

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

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


[Bug 725862] Re: Can’t ecryptfs-mount-private after ecryptfs-umount-private

2011-04-24 Thread Andreas Raster
I think have the same problem on my Lucid installation as well. At least
keyctl list @u shows two keys and I am experiencing mysteriously lost
files/sessions when I log in on a tty while logged into X as well, and
then log out on the tty.

I think that maybe because of those two active keys in my keyctl,
ecryptfs umounts my home although I am still logged into X. Would that
be possible?

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

Title:
  Can’t ecryptfs-mount-private after ecryptfs-umount-private

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

[Bug 344878] Re: file name too long when creating new file (ecryptfs_lookup: lookup_one_len() returned [-36] on lower_dentry)

2011-04-13 Thread Andreas Raster
Google send me here because of a mysterious line from my syslog:
Apr 13 22:22:08 capcom kernel: [35953.661716] ecryptfs_lookup: lookup_one_len() 
returned [-2] on lower_dentry = [2]

Which appears in my syslog several times.

I am _very_ curious about the reasons for that, because I just
mysteriously lost ~3GB of data. It was only my .local/share/Trash
directory, so it is not too drastic, but I am kind of worried that it
might happen again with some other directory.

When I lost that directory, I tried to recreate it. But mkdir insited
that it couldn't create the directory because it was already there.
Neither KDE or my shell were able to find the Trash directory, let alone
list its contents.

Before all that, I (luckily?) just made a backup of my home. I use a
little script that creates an lvm snapshot of my home partition first,
then makes the backup and afterwards removes the snapshot. Maybe this
has something to do with it? Maybe ecryptfs somehow does not like that?
The snapshot itself is really large, larger than my home partition
itself, so I don't think that I ran out of space there (which could
maybe explain my mysteriously disappering directory).

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

Title:
  file name too long when creating new file (ecryptfs_lookup:
  lookup_one_len() returned [-36] on lower_dentry)

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


[Bug 344878] Re: file name too long when creating new file (ecryptfs_lookup: lookup_one_len() returned [-36] on lower_dentry)

2011-04-13 Thread Andreas Raster
I should probably have filed a new bug, instead of commenting here. I
even disabled that ecryptfs file name encryption thing when I installed
Lucid because I got problems with too long filenames in my home.

So, there is something else going on.

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

Title:
  file name too long when creating new file (ecryptfs_lookup:
  lookup_one_len() returned [-36] on lower_dentry)

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


[Bug 733835] Re: Digital Clock applet does not resize correctly with Twinview enabled

2011-04-07 Thread Andreas Raster
I've 'fixed' this now by just disabling showing the date. I previously
mentioned that leaving a gap between the right side of the monitor and
the toolbar works as a workaround too. But it really does not, I was
wrong about that.

** Also affects: kubuntu-ppa
   Importance: Undecided
   Status: New

** Tags added: 4.5 kubuntu

** Tags added: lucid

-- 
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/733835

Title:
  Digital Clock applet does not resize correctly with Twinview enabled

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


[Bug 733835] [NEW] Digital Clock applet does not resize correctly with Twinview enabled

2011-03-12 Thread Andreas Raster
Public bug reported:

Binary package hint: kdebase-workspace

I have a Panel at the bottom of the screen that spans the whole width of that 
screen. It is also set to a somewhat small height, 25 pixels. At the very right 
corner I have it display the Digital Clock applet, which also shows the date 
with day of the week.
When I enable Nvidia Twinview to use a Dual Head Desktop, and then log into my 
KDE Desktop with Twinview enabled, the Digital Clock is not displayed 
correctly. It tries to fit into all of its text into a too small area of the 
Panel.

** Affects: kdebase-workspace (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/733835

Title:
  Digital Clock applet does not resize correctly with Twinview enabled

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


[Bug 733835] Re: Digital Clock applet does not resize correctly with Twinview enabled

2011-03-12 Thread Andreas Raster
I've encountered this bug in the past, but I've never bothered to report
it. And I found this: https://bugs.launchpad.net/ubuntu/+source/kdebase-
workspace/+bug/224445

I forgot to mention that I extend my Desktop to the right, thats
probably important too because just leaving a little gap between the
panel and the right side of the main screen makes the problem go away.

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

Title:
  Digital Clock applet does not resize correctly with Twinview enabled

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


[Bug 541920] Re: No icon for Amarok in indicator-applet

2010-07-25 Thread Andreas Raster
I am using kubuntu with trayer as instead of the kde systray.

I was having the same problem with the amarok icon disappearing as
everyone else, but after looking at revision 112 of amarok-source,
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/lucid/amarok/lucid/revision/112, I found out that
setting the environment variable DESKTOP_SESSION to gnome before
starting amarok fixes that problem for me.

So anyone having this problem could just try to start amarak manually with:
env DESKTOP_SESSION=gnome amarok

and see if it fixes the problem.

-- 
No icon for Amarok in indicator-applet
https://bugs.launchpad.net/bugs/541920
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 588447] Re: Amarok tray icon missing in Xubuntu

2010-07-25 Thread Andreas Raster
*** This bug is a duplicate of bug 541920 ***
https://bugs.launchpad.net/bugs/541920

I marked this as a duplicate of #541920, I described a possible
workaround with some more information there.

** This bug has been marked a duplicate of bug 541920
   No icon for Amarok in indicator-applet

-- 
Amarok tray icon missing in Xubuntu
https://bugs.launchpad.net/bugs/588447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 567068] Re: udev rules with dot in key fails with Env must be KEY=VALUE pairs

2010-05-18 Thread Andreas Raster
Same problem here, trying to get my Marble Mouse working the way I had
it working under 9.04.

These are the udev rules I am using:

ENV{ID_VENDOR}==Logitech, \   
 
ENV{ID_MODEL}==USB_Trackball, \   
 
ENV{x11_options.EmulateWheel}=true, \ 
 
ENV{x11_options.EmulateWheelButton}=3, \  
 
ENV{x11_options.EmulateWheelTimeout}=200, \   
 
ENV{x11_options.YAxisMapping}=4 5, \  
 
ENV{x11_options.Emulate3Buttons}=false, \ 
 
ENV{x11_options.Buttons}=9, \ 
 
ENV{x11_options.ButtonMapping}=1 8 3 4 5 6 7 2 9 

syslog output:
May 18 19:26:33 capcom upstart-udev-bridge[517]: Env must be KEY=VALUE pairs

-- 
udev rules with dot in key fails with Env must be KEY=VALUE pairs
https://bugs.launchpad.net/bugs/567068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 573216] Re: Boot hangs at splashscreen, KDM doesn't show up

2010-05-16 Thread Andreas Raster
I think it might have been fixed by the update that also fixed the issue
the splash screen had with the non-free nvidia/ati drivers. At least I
am not seeing this problem since I installed that update. So I think you
can close this bug Jan.

-- 
Boot hangs at splashscreen, KDM doesn't show up
https://bugs.launchpad.net/bugs/573216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 573216] Re: Boot hangs at splashscreen, KDM doesn't show up

2010-05-05 Thread Andreas Raster
I have the same problem, every few boots kdm won't show up and I can do
nothing else but reboot with Ctrl-Alt-Del. Most of the time the problem
goes away after rebooting repeatedly a few times.

** Changed in: ubuntu
   Status: New = Confirmed

** Tags added: kubuntu

-- 
Boot hangs at splashscreen, KDM doesn't show up
https://bugs.launchpad.net/bugs/573216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524042] [NEW] cperl-mode syntax highlighting is broken

2010-02-18 Thread Andreas Raster
Public bug reported:

Binary package hint: emacs-snapshot

When using cperl-mode that comes with the emacs-snapshot-common package
in Ubuntu Karmic syntax highlighting is not working correctly. Sometimes
it seems to work for a few lines but as soon as something changes
chances are that it stops working. Most of the time syntax hightlighting
is broken, only very simple stuff like literals and comments are
highlighted.

I could fix it by installing the most recent version from
http://github.com/jrockway/cperl-mode (not sure how 'official' that git
repo is, but it fixed my problem and I found the link on the Emacs
Wiki).

** Affects: emacs-snapshot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cperl-mode syntax highlighting is broken
https://bugs.launchpad.net/bugs/524042
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 421218] Re: No sound card available to programs running under wine.

2009-09-25 Thread Andreas Raster
The latest karmic upgrades made this bug appear on my system. I have a
Creative Labs Live! Card (EMU10K1) that used to work fine under wine. I
tried a completely new wine configuration but neither ALSA or OSS work.
I tried the 'Test Sound' button under winecfg as well as actually
starting a few apps.

la...@capcom ~ uname -a
Linux capcom 2.6.31-10-generic #35-Ubuntu SMP Tue Sep 22 17:33:14 UTC 2009 
x86_64 GNU/Linux

la...@capcom ~ lspci
[...]
06:01.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
06:01.1 Input device controller: Creative Labs SB Live! Game Port (rev 07)

-- 
No sound card available to programs running under wine.
https://bugs.launchpad.net/bugs/421218
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 421218] Re: No sound card available to programs running under wine.

2009-09-25 Thread Andreas Raster
False alarm. I remembered that I removed pulseaudio a while ago to fix
some sound issues, and thought I might as well try to install it again
to see if that helps. It didn't, but I discovered the package
padevchooser along the way which showed me that sound infact worked, but
I didn't hear it for some reason. I had to select another device to make
everything work.

-- 
No sound card available to programs running under wine.
https://bugs.launchpad.net/bugs/421218
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427822] Re: fsck says last write time in future

2009-09-13 Thread Andreas Raster
** Changed in: e2fsprogs (Ubuntu Karmic)
   Status: Triaged = Fix Committed

-- 
fsck says last write time in future
https://bugs.launchpad.net/bugs/427822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 407418] Re: software-properties-kde does not start, (QtCore Error)

2009-09-12 Thread Andreas Raster
Ok, I fixed the problem. It turned out that I had in fact python-
qt4-common installed (which seems to only exist in jaunty), and it
wasn't that I needed it, but that it somehow  interfered with the karmic
packages. So, after doing:

sudo apt-get remove python-qt4-common

everything worked again:

Python 2.6.2+ (release26-maint, Sep  9 2009, 22:58:56)
[GCC 4.4.1] on linux2
Type help, copyright, credits or license for more information.
 from PyQt4 import QtCore
 dir(QtCore)
['PYQT_VERSION', 'PYQT_VERSION_STR', 'QAbstractEventDispatcher', 
'QAbstractFileEngine', '
...]


(btw. my first example was actually wrong it seems, but software-
notifier-kde and software-properties-kde did exit with the error message
mentioned in this bug report. )

-- 
software-properties-kde does not start, (QtCore Error)
https://bugs.launchpad.net/bugs/407418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 407418] Re: software-properties-kde does not start, (QtCore Error)

2009-09-11 Thread Andreas Raster
Just upgraded to karmic from jaunty and have the same problem:

Python 2.6.2+ (release26-maint, Sep  9 2009, 22:58:56)
[GCC 4.4.1] on linux2
Type help, copyright, credits or license for more information.
 import PyQt4
 dir(PyQt4)
['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__']


I am running Kubuntu 64-bits, all the latest packages are installed.

ls -la /usr/lib/pyshared/python2.6/PyQt4/QtCore.so prints:
-rw-r--r-- 1 root root 1770472 2009-07-16 02:04 
/usr/lib/pyshared/python2.6/PyQt4/QtCore.so

-- 
software-properties-kde does not start, (QtCore Error)
https://bugs.launchpad.net/bugs/407418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 407418] Re: software-properties-kde does not start, (QtCore Error)

2009-09-11 Thread Andreas Raster
I spent some more time trying to figure out why there seems to be nothing in 
the PyQt4 module and found this:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/419786

Is it possibly related?

apt-cache search python-qt4-common does list the package, but it isn't
installable.

-- 
software-properties-kde does not start, (QtCore Error)
https://bugs.launchpad.net/bugs/407418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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