[Bug 1320388] [NEW] python3-pyro4 should depend on serpent which is not available in Ubuntu

2014-05-16 Thread Christian A. Reiter
Public bug reported:

Pyro4 in Ubuntu does not depend on any package besides python3. If you
install it and start with the simple python script:

import Pyro4
d = Pyro4.Daemon()

It stops with the error that "serpent" is not available, which is the default 
serializer for Pyro4.
Serpent is available via PyPi (https://pypi.python.org/pypi/serpent).

Have a look at
https://pythonhosted.org/Pyro4/clientcode.html#serialization - here is
everything explained.

Ideally, it should be packaged and added as dependency of Pyro4.

As other possibility, if you don't want to do that, please patch Pyro4 to NOT 
use serpent as default serializer. json is included, so it IMHO could be safely 
used.
Better would be adding serpent as Ubuntu package.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python3-pyro4 4.23-1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.1
Architecture: amd64
CurrentDesktop: KDE
Date: Fri May 16 23:44:33 2014
Dependencies:
 
InstallationDate: Installed on 2013-11-27 (170 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
PackageArchitecture: all
SourcePackage: pyro4
UpgradeStatus: Upgraded to trusty on 2014-04-19 (27 days ago)

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


** Tags: amd64 apport-bug needs-bisect trusty

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

Title:
  python3-pyro4 should depend on serpent which is not available in
  Ubuntu

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

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


[Bug 995715] Re: X defaulting keyboard locale to US at login after upgrading distribution if a Logitech Unifying Receiver is plugged in

2014-05-16 Thread Christian A. Reiter
This bug was reported in 2012 - and is still present in Kubuntu 14.04.
How can we help to fix this?
Writing the console in the lightdm.conf is no real fix.
Why is it not possible to switch keyboard layouts according to users 
preferences after the user has entered hi username (or clicked on his user 
picture?)
The keyboard layout should not be tied to a computer (=lightdm.conf), but user 
specific: There could be a computer that is used by many different users, all 
having their own layout ("semi-public" computer, shared in a library or 
student's home with different people having their own account, sharing the same 
keyboard...)
So why not let lightdm (who IMHO is in charge of setting the layout then) 
decide after selecting the user which layout should be chosen? It could be done 
like in Unity-greeter: the greeter looks up the user desktop picture and 
displays it in the moment the user is selected. This must be cached in a 
central place anyway because the user partition could be encrypted. But that is 
solved in unity-greeter as well.

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

Title:
  X defaulting keyboard locale to US at login after upgrading
  distribution if a Logitech Unifying Receiver is plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/995715/+subscriptions

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


[Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2014-04-27 Thread Christian A. Reiter
Sorry to insist.
This bug is not invalid, at least not because of KDE specifity. I just tested 
it with an Ubuntu (Unity!) live CD. Same situation. As I already stated, I used 
KDE until now (4.12.5 in Kubuntu 13.10) without problems. While there *could* 
be a KDE regression from 5.12.5 to 4.13, this would not explain why the Unity 
systemsettings show the bogus monitor as well.

** Changed in: kde-workspace (Ubuntu)
   Status: Invalid => New

** Attachment added: "Screenshot under Unity (live 14.04)"
   
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1313170/+attachment/4098667/+files/Screenshot%20from%202014-04-27%2019%3A50%3A01.png

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

Title:
  systemsettings > Display Configuration shows bogus monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1313170/+subscriptions

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


[Bug 1313170] [NEW] systemsettings > Display Configuration shows bogus monitor

2014-04-26 Thread Christian A. Reiter
Public bug reported:

Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
This "monitor" is detected despite it does not exist. I discovered that because 
some apps I started did not appear on screen, and the mouse cursor somehow 
"vanished" behind the right screen edge, until I found out that they were 
placed on that second screen - I could "drag" the windows per Alt+LeftClick 
blindly from somewhere in the right to my actual monitor.

a screnshot of systemsettings is attached.
Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

This is really a regression to 13.10, and as the monitor is detected
*and* enabled by default, it is not really good to work with, as windows
are "vanishing" somwehere.


I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

What else (log files etc) do you need from me to help resolve this bug?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: systemsettings 4:4.11.8-0ubuntu6
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Apr 26 20:12:03 2014
InstallationDate: Installed on 2013-11-27 (150 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: kde-workspace
UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug regression-release trusty

** Attachment added: "screewnshot showing bogus monitor (I've disabled it 
already)"
   
https://bugs.launchpad.net/bugs/1313170/+attachment/4097817/+files/Bildschirmfoto9.png

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

Title:
  systemsettings > Display Configuration shows bogus monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1313170/+subscriptions

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


[Bug 1252235]

2014-04-18 Thread Christian A. Reiter
*** Bug 260725 has been marked as a duplicate of this bug. ***

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

Title:
  Ksnapshot captures its window if "Snapshot delay" is "No delay" and
  window hide effect is enabled

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

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2014-04-10 Thread Christian A. Reiter
No, grandma won't do that. But if grandma's geek nephew had previously setup 
that hostname in the family network for grandma's laptop on the router 
(=DHCP,DNS,etc.), newphew would not have to enter the hostname again if he sets 
up grandma's computer a second (or tenth) time.
For computers in DHCP-named networks this would make sense.

But anyway - you don't like the idea, and I accept that ;-)

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

Title:
  ubiquity sets wrong computer's name

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

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2014-04-10 Thread Christian A. Reiter
Hm, you can' t use the hostname to set the hostname, but you can use what you 
get from a dhcp server as hostname.
See http://askubuntu.com/questions/104918/how-to-get-hostname-from-dhcp-server 
and  https://tools.ietf.org/html/rfc1533#section-3.14 for that.

Sorry to insist here., but while I understand that you don't want to
hardcode "ubuntu" or anything else, a programmatical try to give the
computer the most meaningful name available cannot be an "invalid" bug,
can it?

So IMHO Ubiquity should (in this order)
1. look what a possible DHCP server offers
2. look at the bios provided name

and  write the first possible hostname as suggestion into the box.

Why is this bug invalid?
If you don't want to fix it because of other opinion (which is perfectly ok, 
you own Ubuntu), mark it as "Won't fix".
IMHO getting a better hostname by workarounding a provider's "stupid" fault is 
an enhancement of Ubiquity.

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

Title:
  ubiquity sets wrong computer's name

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

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


[Bug 1301029] [NEW] Single Network Connection should not be enumerated

2014-04-01 Thread Christian A. Reiter
Public bug reported:

I hoope this is the right package I report the bug for.
I have a computer without WLAN/Modem, just with a LAN network, and this 
connection ist recognized and setup cleanly.
But, in NM plasmoid, the connection is named "Kabelnetzwerkverbindung 1" (I 
think in EN it's "Wired network connection 1"??)
It is  a small thing, but why is it necessary th name it Number 1, when there 
is only one network interface? It would not only suffice, but be really more 
understandable for users and cleaner/clearer to just name it "Wired network 
connection" without the number.
I can't find it in the sources, at least in plasma-nm there is only this:

plasma-nm-0.9.3.3/po/de/plasma_applet_org.kde.networkmanagement.po, line
516:

#: lib/uiutils.cpp:265
#, kde-format
msgid "Wired Interface (%1)"
msgstr "Kabelgebundene Schnittstelle (%1)"

This is NOT what I see in the applet (see screenshot) - on a freshly
installed Kubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: plasma-widget-networkmanagement (not installed)
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic x86_64
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Apr  1 21:45:23 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-04-01 (0 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326.2)
SourcePackage: plasma-nm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-nm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

** Attachment added: "Bildschirmfoto1.png"
   
https://bugs.launchpad.net/bugs/1301029/+attachment/4059381/+files/Bildschirmfoto1.png

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

Title:
  Single Network Connection should not be enumerated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1301029/+subscriptions

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2014-04-01 Thread Christian A. Reiter
** Description changed:

  Binary package hint: ubiquity
  
- In Ubiquity (here KDe version, but should be the same in GNOME) the name that 
is set automatically here is "christian-System-Product-Name", so it seems to be 
%username%-%hostname%.
+ In Ubiquity (here KDE version, but should be the same in GNOME) the name that 
is set automatically here is "christian-System-Product-Name", so it seems to be 
%username%-%hostname%.
  But this hostname or system-product name is not retrieved correctly.
  
  There should be a check if it is retrieved correctly, and if not, give
  it a default name, but not "System-Product-Name", maybe "computer" or
  "laptop", depending on system, if that's possible.
  
  Most computer-untrained persons (like Bobs mum or Alice's Grandfather
  :-) ) leave this text like it is, and "Alfred-System-Product-Name" is a
  VERY unpretty name for a computer ;-).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: ubiquity 2.5.22
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic x86_64
  Architecture: amd64
  Date: Sat Mar 26 12:39:43 2011
  LiveMediaBuild: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
  ProcEnviron:
-  LANGUAGE=
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  ubiquity sets wrong computer's name

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

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

[Bug 743070] Re: ubiquity sets wrong computer's name

2014-04-01 Thread Christian A. Reiter
The system manufacturer's name only makes sense on bought all-in-one
PCs, Macs or Laptops. If you build your own Pc out of custom components,
this seems to be not a very good solution.

Why not use the hostname? The hostname could be preset from network (DHCP/DNS) 
if present, and if not, it is "ubuntu"/"kubuntu" anyway - which is WAY more 
awesome than "System Producet Manufacturer" or even "RF511" or "U80-U100".
Anyone will change this. Or - use "ubuntu-desktop" / "ubuntu-laptop"  depending 
on the detected form factor.
Everything is better than the current solution.

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

Title:
  ubiquity sets wrong computer's name

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

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2014-04-01 Thread Christian A. Reiter
This has nothing to do with natty, it is still present in Ubuntu 14.04
Trusty Tahr.

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/743070/+attachment/4058336/+files/snapshot1.png

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

Title:
  ubiquity sets wrong computer's name

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

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2014-04-01 Thread Christian A. Reiter
Was set to invalid because of natty being not maintained any more - but
bug still in 14.04

** Changed in: ubiquity (Ubuntu)
   Status: Invalid => New

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

Title:
  ubiquity sets wrong computer's name

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

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


[Bug 1146708] Re: ubiquity assigned-System-Product-Name as default machine name

2014-04-01 Thread Christian A. Reiter
*** This bug is a duplicate of bug 743070 ***
https://bugs.launchpad.net/bugs/743070

** This bug has been marked a duplicate of bug 743070
   ubiquity sets wrong computer's name

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

Title:
  ubiquity assigned-System-Product-Name as default machine name

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

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


[Bug 1300811] [NEW] "Österreich Zeit" is not well written German

2014-04-01 Thread Christian A. Reiter
Public bug reported:

During Ubuntu install (here KDE, language german), in the time zone setting 
choose "Österreich" as country. the only possible time zone then is "Österreich 
Zeit" which is not really good. Either take "Österreichische Zeit" (IMHO 
better), or "Österreich-Zeit" (IMHO not good neither). Same goes for 
"Deutschland Zeit", "Liechtenstein Zeit", "Belgien Zeit", "Schweiz Zeit" and 
others - IMHO all of the German spoken language countries. There should not be 
any space between the country and "Zeit", the country should be an "adjective" 
(?) like "Liechtensteiner Zeit".
I guess this is done by a trnslation generic like "%s time" -> "%s Zeit" - In 
German this is not possible this way, to be exact.
So as possible solution I suggest "%s time" -> "Zeit in %s" if "s is a country, 
as Quick-and-dirty solution.

Best way would be "Österreichische Zeit", "Belgische Zeit",
"Liechtensteiner Zeit", "Büsinger Zeit" etc. which needs some
inflection.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.17.10
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CasperVersion: 1.339
CurrentDesktop: KDE
Date: Tue Apr  1 13:48:51 2014
InstallCmdLine: file=/cdrom/preseed/kubuntu.seed boot=casper maybe-ubiquity 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=de 
keyboard-configuration/layoutcode?=de
LiveMediaBuild: Kubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326.2)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kubuntu trusty ubiquity-2.17.10

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

Title:
  "Österreich Zeit" is not well written German

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

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


[Bug 1217191] Re: "Send document as e-mail" fails to attach doc when using Thunderbird

2014-03-06 Thread Christian A. Reiter
IMHO this is not a related bug, but describes EXACTLY the same problem. It's 
just about PDF, and not generic. But the problem (and possible solution) is the 
same. If noone minds I'll mark this as duplicate.
The permalink to the possible solution is 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1193084/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/1217191

Title:
  "Send document as e-mail" fails to attach doc when using Thunderbird

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

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


[Bug 1193084] Re: libreoffice email as pdf does not attach anything

2014-03-06 Thread Christian A. Reiter
*** This bug is a duplicate of bug 1217191 ***
https://bugs.launchpad.net/bugs/1217191

** This bug has been marked a duplicate of bug 1217191
   "Send document as e-mail" fails to attach doc when using Thunderbird

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

Title:
  libreoffice email as pdf does not attach anything

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

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


[Bug 1202754] Re: update-manager crashed with SystemExit in exit(): 0

2014-02-19 Thread Christian A. Reiter
additionally to Dave(dlgawley): Crash appeared after three times
entering wrong password into auth box.

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

Title:
  update-manager crashed with SystemExit in exit(): 0

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

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


[Bug 1280886] Re: gnome-control-center crashes at start

2014-02-16 Thread Christian A. Reiter
Hm - sorry. after a reboot everything worked as expected. I think I just
deinstalled my nvidia proprietary drivers and forgot to reboot. I'll
close this one.

** Changed in: gnome-control-center (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/1280886

Title:
  gnome-control-center crashes at start

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

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


[Bug 1280886] [NEW] gnome-control-center crashes at start

2014-02-16 Thread Christian A. Reiter
Public bug reported:

Using Ubuntu 13.10 with all updates and enabled nvidia-319-updates driver, 
gnome-control-center crashes each time. I can't find any -dbg packages, so no 
dbg symbols are installed, sorry (BTW, where are they packaged?)
using gdb and "LIBGL_DEBUG=verbose", I get the following output 
(overlay-scrollbar was deinstalled here).
More Info: I have a second monitor at the VGA port of my laptop. Crash also 
appears when removing monitor.

(gdb) run
Starting program: /usr/bin/gnome-control-center 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Gtk-Message: Failed to load module "overlay-scrollbar"
[New Thread 0x7fffeec4e700 (LWP 25876)]
[New Thread 0x7fffecf23700 (LWP 25877)]
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
[New Thread 0x7fffd127c700 (LWP 25878)]
[New Thread 0x7fffd0a7b700 (LWP 25879)]
[New Thread 0x7fffd027a700 (LWP 25880)]
[New Thread 0x7fffcfa79700 (LWP 25881)]
[New Thread 0x7fffcf278700 (LWP 25882)]
[New Thread 0x7fffcea77700 (LWP 25883)]
[New Thread 0x7fffce276700 (LWP 25884)]
[New Thread 0x7fffcda75700 (LWP 25885)]
libGL: Can't open configuration file /home/christian/.drirc: Datei oder 
Verzeichnis nicht gefunden.
[Thread 0x7fffce276700 (LWP 25884) exited]
[Thread 0x7fffd127c700 (LWP 25878) exited]
[Thread 0x7fffd0a7b700 (LWP 25879) exited]
[Thread 0x7fffcda75700 (LWP 25885) exited]
[Thread 0x7fffcea77700 (LWP 25883) exited]
[Thread 0x7fffcf278700 (LWP 25882) exited]
[Thread 0x7fffcfa79700 (LWP 25881) exited]
[Thread 0x7fffd027a700 (LWP 25880) exited]
libGL error: failed to load driver: swrast

(gnome-control-center:25872): Gdk-ERROR **: The program 'gnome-control-center' 
received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
  (Details: serial 211 error_code 16 request_code 153 minor_code 1)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Program received signal SIGTRAP, Trace/breakpoint trap.
0x75e3e3d9 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-control-center 1:3.6.3-0ubuntu45.2
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sun Feb 16 21:47:41 2014
InstallationDate: Installed on 2013-11-27 (81 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager  0.9.7-0ubuntu4
 deja-dup  27.3.1-0ubuntu1
 gnome-control-center-datetime 13.10.0+13.10.20131023.2-0ubuntu1
 gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
 gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

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


** Tags: amd64 apport-bug saucy

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

Title:
  gnome-control-center crashes at start

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

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


[Bug 1273404] [NEW] Xara Lx does not start under Ubuntu 13.10

2014-01-27 Thread Christian A. Reiter
Public bug reported:

when installinx xaralx ( v0.7r1785-5ubuntu2 ) using apt, the binary can not be 
started as it shows the error message:
xaralx: relocation error: xaralx: symbol _ZTV19wxGnomePrintFactory, version 
WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference

Is xaralx broken on ubuntu?

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xaralx 0.7r1785-5ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Mon Jan 27 20:57:41 2014
InstallationDate: Installed on 2013-11-27 (61 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: xaralx
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

** Summary changed:

- Xara Lx does not start nuder Ubuntu 13.10
+ Xara Lx does not start under Ubuntu 13.10

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

Title:
  Xara Lx does not start under Ubuntu 13.10

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

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


[Bug 1244285] Re: Date/time sometimes doesn’t appear in menu bar, settings greyed out (Ubuntu 13.10)

2014-01-21 Thread Christian A. Reiter
@rong: no. I live in Austria, timezone Austria, Ubuntu repo server
Austria, Clock is gone.

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

Title:
  Date/time sometimes doesn’t appear in menu bar, settings greyed out
  (Ubuntu 13.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1244285/+subscriptions

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

[Bug 1245205] Re: Ubuntu starts with wrong keyboard layout

2014-01-19 Thread Christian A. Reiter
*** This bug is a duplicate of bug 1238346 ***
https://bugs.launchpad.net/bugs/1238346

** This bug has been marked a duplicate of bug 1238346
   on bootup wrong keyboard layout is recognized

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

Title:
  Ubuntu starts with wrong keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kbd-chooser/+bug/1245205/+subscriptions

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


[Bug 1267371] Re: Evince crashes after filling out PDF form

2014-01-09 Thread Christian A. Reiter
** Bug watch added: GNOME Bug Tracker #721849
   https://bugzilla.gnome.org/show_bug.cgi?id=721849

** Also affects: evince via
   https://bugzilla.gnome.org/show_bug.cgi?id=721849
   Importance: Unknown
   Status: Unknown

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

Title:
  Evince crashes after filling out PDF form

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

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


[Bug 1267371] [NEW] Evince crashes after filling out PDF form

2014-01-09 Thread Christian A. Reiter
Public bug reported:

After filling out a few (~20) form items in this pdf form: 
http://www.pehamholz.at/fileadmin/content01/Service/Peham_Zuschnittsformular.pdf
 , evince doesn't accept more input - the keyboard just does not respond to 
typing within evince. Cursor positioning in other form fields with the mouse 
works well, but no typing available.
Then I click onto a non-editable text and press Ctrl+S to save the document on 
disc. When I close evince, it crashes reproducible (each time).

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: evince 3.10.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Thu Jan  9 09:06:54 2014
InstallationDate: Installed on 2013-11-27 (43 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

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

Title:
  Evince crashes after filling out PDF form

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

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


[Bug 1171342] Re: mouse scroll wheel not working in gedit & System Monitor

2013-12-28 Thread Christian A. Reiter
@Sebastien Bacher: gedit is NOT perfectly usable - i never changed the
compiz settings of switching workspaces, it's the default setting here.
Even when I install CCSM and deactivate viewport switching alltogether,
the scroll issue in gedit remains (and only there!) - gnome-system-
monitor is not affected here. maybe this is 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/1171342

Title:
  mouse scroll wheel not working in gedit & System Monitor

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

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


[Bug 1171342] Re: mouse scroll wheel not working in gedit & System Monitor

2013-12-08 Thread Christian A. Reiter
As affected saucy (stable!) user, I think this should get high priority
on saucy too. Gedit is THE main text editor in Ubuntu (any release), and
this bug renders Gedit nearly unusable.

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

Title:
  mouse scroll wheel not working in gedit & System Monitor

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

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


[Bug 1174529] Re: Nautilus searches All Files when it should search Home

2013-12-05 Thread Christian A. Reiter
"It should only show matching files in the current folder."
This is not correct IMHO, as it should show all files that match the search 
pattern in the current folder and folders BELOW that. Can you confirm that?

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

Title:
  Nautilus searches All Files when it should search Home

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

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


[Bug 1258305] [NEW] Duplicate results of "Search files" should show corresponding folder somehow

2013-12-05 Thread Christian A. Reiter
Public bug reported:

The new search functionality of Nautilus by ad-hoc searching files when you 
start typing is loved by some and hated by others - I don't want to discuss 
this here.
But the new search method lacks an important feature: it is not possible to 
distinguish two files (or folders) that are in different folders.
Let me give an example.
Create a new folder "test123" in your $HOME directory. Create another "test123" 
in "Downloads".
Now navigate to your $HOME dir and start typing "test". Immediately nNautilus 
shows you the two entries "test123" (and maybe others if you have files/folders 
with similar names).
But it is not distinguishable which of the two folders is "~/test123" and which 
is "~/Downloads/test123".

Possible solution: Nautilus should show the folder containing this item
as tooltip of the item.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: nautilus 1:3.8.2-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Thu Dec  5 21:03:25 2013
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1210x705+1562+222'"
InstallationDate: Installed on 2013-11-27 (8 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

** Attachment added: "Mockup"
   https://bugs.launchpad.net/bugs/1258305/+attachment/3923920/+files/mockup.png

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

Title:
  Duplicate results of "Search files" should show corresponding folder
  somehow

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

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


[Bug 1255636] [NEW] Ubiquity installs qwerty keymap instead of German qwertz

2013-11-27 Thread Christian A. Reiter
Public bug reported:

Installing Kubuntu 13.10 with German as keymap, after rebooting into the fresh 
system, in KDE the default keymap is not activated - it's the English keyboard 
setting (qwerty) instead of German (qwertz).
The German translation is installed and activated perfectly, only keyboard is 
wrong.

This is a regression as it worked in every Kubuntu release before as
expected.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity (not installed)
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Wed Nov 27 19:51:49 2013
InstallCmdLine: file=/cdrom/preseed/kubuntu.seed boot=casper maybe-ubiquity 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=de 
keyboard-configuration/layoutcode?=de
InstallationDate: Installed on 2013-11-27 (0 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy ubiquity-2.15.26

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

Title:
  Ubiquity installs qwerty keymap instead of German qwertz

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

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


[Bug 1255636] Re: Ubiquity installs qwerty keyboard map instead of German qwertz

2013-11-27 Thread Christian A. Reiter
Look at UbiquityDebug.txt, last lines:

perl: warning: Please check that your locale settings:
LANGUAGE = "de_AT.UTF-8",
LC_ALL = (unset),
LANG = "de_AT.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

** Description changed:

- Installing Kubuntu 13.10 with German as keymap, after rebooting into the
- fresh system, in KDE the default keymap is not activated - it's the
- English keyboard setting (qwerty) instead of German (qwertz).
+ Installing Kubuntu 13.10 with German as keymap, after rebooting into the 
fresh system, in KDE the default keymap is not activated - it's the English 
keyboard setting (qwerty) instead of German (qwertz).
+ The German translation is installed and activated perfectly, only keyboard is 
wrong.
  
  This is a regression as it worked in every Kubuntu release before as
  expected.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ubiquity (not installed)
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 27 19:51:49 2013
  InstallCmdLine: file=/cdrom/preseed/kubuntu.seed boot=casper maybe-ubiquity 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=de 
keyboard-configuration/layoutcode?=de
  InstallationDate: Installed on 2013-11-27 (0 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- Ubiquity installs qwerty keyboard map instead of German qwertz
+ Ubiquity installs qwerty keymap instead of German qwertz

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

Title:
  Ubiquity installs qwerty keymap instead of German qwertz

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

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


[Bug 1250745] Re: bumblebee recommends non-existing virtualgl package

2013-11-13 Thread Christian A. Reiter
Ok, thanks.
I just did not want to push this to upstream as I did not know if this really 
was forgotten. The case here was more likely for me: that you already know 
about it, and I just not ;-)
It's the first time I tried to apply a deb patch - sorry for the unneeded work 
;-)

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

Title:
  bumblebee recommends non-existing virtualgl package

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

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


[Bug 1250745] [NEW] bumblebee recommends non-existing virtualgl package

2013-11-12 Thread Christian A. Reiter
Public bug reported:

try apt-get install -s bumblebee (in saucy) or check here:
http://packages.ubuntu.com/saucy/bumblebee

the virtualgl package is recommended, but not available - not in any Ubuntu 
version:
http://packages.ubuntu.com/search?keywords=virtualgl&searchon=names&suite=all§ion=all

Why not just purge the recommendation? Neither debian has this package:
http://packages.debian.org/search?keywords=virtualgl&searchon=names&suite=all§ion=all


Or did I get something comepletely wrong?

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: bumblebee (not installed)
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Wed Nov 13 08:09:59 2013
InstallationDate: Installed on 2013-11-12 (0 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: bumblebee
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

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

Title:
  bumblebee recommends non-existing virtualgl package

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

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


[Bug 1242221] Re: Ubuntu 13.10, Thinkpad x230, Fn keys not working after upgrade

2013-10-29 Thread Christian A. Reiter
Here on a Samsung RF511, same issue. After update to 13.10 all Fn keys
are dead within Ubuntu. Funnily the touchpad on/off switch (Fn+F10)
seems to work (switches TP on/off), but Ubuntu does not recognize it nor
give any notification.

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

Title:
  Ubuntu 13.10, Thinkpad x230, Fn keys not working after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1242221/+subscriptions

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


[Bug 1245072] Re: NetworkManager crashes when tethered with USB

2013-10-26 Thread Christian A. Reiter
BTW, while writing the apport bug report, I am connected by wifi to my
android phone, which works perfectly well. cable ethernet and WLAN in
any way works perfectly.

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

Title:
  NetworkManager crashes when tethered with USB

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

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


[Bug 1245072] [NEW] NetworkManager crashes when tethered with USB

2013-10-26 Thread Christian A. Reiter
Public bug reported:

On my Ubuntu 13.10, NetworkManager crashes when I turn on USB tethering on my 
connected Android phone. Funnily, this does NOT occur on an USB live Ubuntu 
system, there everything went fine - just here onmy installed and upgraded 
(from Kubuntu 13.04, with KDE first) box.
Same crash BTW when connected per Cat-5 cable to a DSL modem and starting the 
DSL connection.

Is there anything I could do debugging this issue? - I'm technically not
that bad, but debugging of system programs has always frightened me.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: network-manager 0.9.8.0-0ubuntu22
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Sat Oct 26 23:42:32 2013
EcryptfsInUse: Yes
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-06-30 (118 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
IpRoute:
 default via 192.168.43.1 dev eth1  proto static 
 192.168.43.0/24 dev eth1  proto kernel  scope link  src 192.168.43.166  metric 
9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to saucy on 2013-10-18 (8 days ago)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 pesco a236ba8c-852d-4dd9-bb53-35262ac891c2   
802-11-wireless   1378334656   Don 05 Sep 2013 00:44:16 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/2
 Pemphigus 9ed05781-639f-45b4-b920-751cb4ae9802   
802-11-wireless   1382614441   Don 24 Okt 2013 13:34:01 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
 DrOetker  6cd1128f-4795-4be0-851d-9672d497ef86   
802-11-wireless   1382823735   Sam 26 Okt 2013 23:42:15 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
 Innode Arnikaweg  ac89b561-8d97-4ada-a7f3-565b68601012   pppoe 
0never  yes   no 
/org/freedesktop/NetworkManager/Settings/3
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
 eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  NetworkManager crashes when tethered with USB

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

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


[Bug 1235516] Re: service networking restart causes Xorg crash

2013-10-25 Thread Christian A. Reiter
Exact same bahaviour here. Don't know if it helps (or is another bug) that 
connecting to a DSL network crashes the network-manager as well, sometimes with 
lightdm.
If it seems to be another bug, please ignore my comment.

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

Title:
  service networking restart causes Xorg crash

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

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


[Bug 1206060] [NEW] xrandr-tool crashes when providing one argument

2013-07-29 Thread Christian A. Reiter
Public bug reported:

Using Ubuntu 13.04, type "xrandr-tool outputs" and watch it crash with
the following message:

 Traceback (most recent call last):
   File "./xrandr-tool", line 82, in 
 for line in str(xrandr_stdout, encoding='utf8').split("\n"):
 TypeError: str() takes at most 1 argument (2 given)

in /usr/bin/xrandr-tool, line 82, the str() builtin does not accept a second 
argument. So, this  is wrong.
Side question: why not port it to Python3 ASAP?

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xdiagnose 3.5.1
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Mon Jul 29 11:20:04 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-06-30 (28 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: xdiagnose
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  xrandr-tool crashes when providing one argument

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

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


[Bug 1206060] Re: xrandr-tool crashes when providing one argument

2013-07-29 Thread Christian A. Reiter
Just for testing purposes: removing the ", encoding='utf-8'" part makes
it work.

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

Title:
  xrandr-tool crashes when providing one argument

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

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


[Bug 1160995] Re: Suspend isn't triggered by lid close

2013-07-16 Thread Christian A. Reiter
Sorry, forget my post. Everything works as expected here, my fault ;-)

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

Title:
  Suspend isn't triggered by lid close

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

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


[Bug 1160995] Re: Suspend isn't triggered by lid close

2013-07-16 Thread Christian A. Reiter
I use systemd 198-0ubuntu11.1 (not having enabled ubuntu-proposed) and
the lid switch does not work. So I can't see the "fix" - systemd-shim
>=3 is only for saucy - I'm using 13.04.

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

Title:
  Suspend isn't triggered by lid close

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

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


[Bug 1164016] Re: restore type-ahead find

2013-07-09 Thread Christian A. Reiter
Installing an old nautilus is no option here. This is a really annoying,
broken feature and should be reverted to the old behaviour. Starting to
type lets you loose your overview of where you are in the file system.
If I want to search, I press Ctrl+F. Then this search should be
available.

Please remove this "feature" again.

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

Title:
  restore type-ahead find

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

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


[Bug 993521] Re: indicator says "no updates" while there are some.

2012-08-19 Thread Christian A. Reiter
I just saw that the problem still remains. so we cannot close 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/993521

Title:
  indicator says "no updates" while there are some.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-session/+bug/993521/+subscriptions

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


[Bug 993521] Re: indicator says "no updates" while there are some.

2012-06-10 Thread Christian A. Reiter
Yes, now I don't have the problem any more.

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

Title:
  indicator says "no updates" while there are some.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-session/+bug/993521/+subscriptions

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


[Bug 993521] Re: indicator says "no updates" while there are some.

2012-05-02 Thread Christian A. Reiter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993521

Title:
  indicator says "no updates" while there are some.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/993521/+subscriptions

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


[Bug 993521] [NEW] indicator says "no updates" while there are some.

2012-05-02 Thread Christian A. Reiter
Public bug reported:

when there are updates (start update manager, manually check) - the
indicator still is saying there are no updates. See (German) Screenshot.

When updating per apt-get or any other tool and rebuilding the xapian
index, the indicator menu should be informed to change its state.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: indicator-applet-session (not installed)
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Wed May  2 22:18:07 2012
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: indicator-applet
UpgradeStatus: Upgraded to precise on 2012-04-30 (2 days ago)

** Affects: indicator-applet (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/993521

Title:
  indicator says "no updates" while there are some.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/993521/+subscriptions

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


[Bug 900501] Re: Video import in Shotwell creates wrong date

2012-01-10 Thread Christian A. Reiter
Don't think so. I have a Galaxy S (not S2) and the same bug as the author in 
the upstream bug (with a Galaxy S2).
Maybe someone here can try and confirm this with another Android mobile? 
Motorola? Huawei?
If itÄs a "camera" bug, then it's an Android bug, not a camera's.

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

Title:
  Video import in Shotwell creates wrong date

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

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

[Bug 900501] Re: Video import in Shotwell creates wrong date

2011-12-05 Thread Christian A. Reiter
Sorry, comment #2 was for the wrong bug.

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

Title:
  Video import in Shotwell creates wrong date

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

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


[Bug 900501] Re: Video import in Shotwell creates wrong date

2011-12-05 Thread Christian A. Reiter
Also see http://redmine.yorba.org/issues/1903

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

Title:
  Video import in Shotwell creates wrong date

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

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


[Bug 900501] [NEW] Video import in Shotwell creates wrong date

2011-12-05 Thread Christian A. Reiter
Public bug reported:

When importing mp4 videos from e.g. an Android device Shotwell creates the 
video under the wrong event (always Jan 1st 1904).
This is known since long time but was never fixed.
This is a severe bug as it renders your Foto collection completely unusable 
with videos of Android devices.

See http://redmine.yorba.org/issues/4166 and
http://askubuntu.com/questions/40945/shotwell-videos-have-wrong-date.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: shotwell 0.11.6-0ubuntu0.1 [modified: 
usr/share/glib-2.0/schemas/gschemas.compiled]
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Dec  5 22:44:20 2011
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: shotwell (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug apport-lpi 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/900501

Title:
  Video import in Shotwell creates wrong date

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

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


[Bug 900501] Re: Video import in Shotwell creates wrong date

2011-12-05 Thread Christian A. Reiter
** Changed in: shotwell (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/900501

Title:
  Video import in Shotwell creates wrong date

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

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


[Bug 870475] Re: Disable touchpad when plugging in mouse

2011-11-10 Thread Christian A. Reiter
Maybe it's intended and not a bug, or just a missing feature (tag wishlist), 
but there has nothing changed since the creation of this report. So don't close 
it, as there is nothing changed - if you need futher information to fix it, I'm 
here.
But I think it is clear?

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

Title:
  Disable touchpad when plugging in mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/870475/+subscriptions

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


[Bug 871290] Re: gedit 3 crashes when dragging text

2011-10-11 Thread Christian A. Reiter
here is the crash report.
tried to change to en_US, doesn't make a difference.

What makes a difference ist switching to a new, freshyla created user and 
running gedit then.
So I think it is a gedit config update problem as I updated gedit with my 
migration from Ubuntu maveric to oneiric, switching from gedit 2 to 3.

** Attachment added: "_usr_bin_gedit.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/871290/+attachment/2536123/+files/_usr_bin_gedit.1000.crash

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

Title:
  gedit 3 crashes when dragging text

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

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


[Bug 871290] Re: gedit 3 crashes when dragging text

2011-10-11 Thread Christian A. Reiter
reopened with crash report attached

** Changed in: gedit (Ubuntu)
   Status: Invalid => New

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

Title:
  gedit 3 crashes when dragging text

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

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


[Bug 871290] Re: gedit 3 crashes when dragging text

2011-10-09 Thread Christian A. Reiter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871290

Title:
  gedit 3 crashes when dragging text

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

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


[Bug 871290] [NEW] gedit 3 crashes when dragging text

2011-10-09 Thread Christian A. Reiter
Public bug reported:

I just managed to crash gedit (reproducible each time) with a few easy steps.
open gedit, open any text file, select some text with the mouse, drag this text 
to another position (a few letters to the right in this example), drop the text.
Gedit 3.2 crashes every time.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gedit 3.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Sun Oct  9 15:21:36 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=de:en
 PATH=(custom, user)
 LANG=de_AT.UTF-8
 LC_MESSAGES=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gedit
UpgradeStatus: Upgraded to oneiric on 2011-10-07 (1 days ago)

** Affects: gedit (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/871290

Title:
  gedit 3 crashes when dragging text

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

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


[Bug 870475] [NEW] Disable touchpad when plugging in mouse

2011-10-07 Thread Christian A. Reiter
Public bug reported:

I hate it when I write on my laptop and by hand is accidentially touching the 
touchpad with my wrist, the cursor ist placed anywhere, and i have to recover 
the scrambled text then.
In GNOME3 there is an option to disable the touchpad when typing, but this 
doesn't help in some cases - at least the time after typing before the TP gets 
enabled again is to short IMHO.

This is an idea at http://brainstorm.ubuntu.com/idea/554";>Ubuntu 
brainstorm as well.
There is a simple and relatively easy-to-implement solution for Fedora http://www.howtoforge.com/how-to-auto-disable-the-touchpad-when-the-mouse-is-plugged-in-fedora-13";>here.

This would be applicable to Ubuntu as well (as the comments say) - only the 
text "PS/2 Generic Mouse", "USB Optical Mouse" etc. may be different ("The 
enable/disable commands may be different for different hardware").
Maybe there is another (better?) solution to find out what device is connected 
with udev.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xserver-xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,vpswitch,snap,gnomecompat,resize,regex,session,mousepoll,imgpng,grid,move,animation,wall,expo,fade,unitymtgrabhandles,scale,ezoom,workarounds,unityshell]
CompositorRunning: compiz
Date: Sat Oct  8 07:31:39 2011
DistUpgraded: Log time: 2011-10-07 22:09:18.896581
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 2.6.38-11-generic, x86_64: installed
 bcmwl, 5.100.82.38+bdcom, 3.0.0-12-generic, x86_64: installed
 psmouse, elantech-v6, 2.6.38-11-generic, x86_64: installed
 psmouse, elantech-v6, 3.0.0-12-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
ProcEnviron:
 LANGUAGE=de:en
 PATH=(custom, user)
 LANG=de_AT.UTF-8
 LC_MESSAGES=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=6b2fb13e-4cc7-4369-9e49-dec252b9a629 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to oneiric on 2011-10-07 (0 days ago)
dmi.bios.date: 04/26/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 10HX.M034.20110426.SSH
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: RF511/RF411/RF711
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: 10HX
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: RF511/RF411/RF711
dmi.product.version: 10HX
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
version.ia32-libs: ia32-libs 20090808ubuntu25
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 oneiric running-unity ubuntu

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

Title:
  Disable touchpad when plugging in mouse

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

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


[Bug 870475] Re: Disable touchpad when plugging in mouse

2011-10-07 Thread Christian A. Reiter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/870475

Title:
  Disable touchpad when plugging in mouse

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

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


[Bug 713198] Re: Power button delay dialog in kde 4.6+

2011-09-16 Thread Christian A. Reiter
** Summary changed:

- Power button delay dialog in kde 4.6
+ Power button delay dialog in kde 4.6+

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

Title:
  Power button delay dialog in kde 4.6+

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/713198/+subscriptions

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


[Bug 368061] Re: auto-login won't work

2011-09-13 Thread Christian A. Reiter
Eh, which is part of package "kde-workspace-bin" - so that should be
filed there? Or changed here as package? Can anyone confirm this?

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

Title:
  auto-login won't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdebase-workspace/+bug/368061/+subscriptions

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


[Bug 368061] Re: auto-login won't work

2011-09-13 Thread Christian A. Reiter
I meant /usr/bin/startkde instead of x-session-manager which is a link
to it.

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

Title:
  auto-login won't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdebase-workspace/+bug/368061/+subscriptions

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


[Bug 368061] Re: auto-login won't work

2011-09-13 Thread Christian A. Reiter
This is no bug, at least not at the position that you describe here.
Autologin CAN not be possible when the $HOME is encrypted, as this would be 
nonsense in a security's POV.

So there is a bug, yes, but it should be:
1. When setting up autologin (in systemsettings), KDE should check if that user 
has an enrypted $HOME dir, and if so, prevent from setting AutoLoginEnable to 
true.
2. If someone manually in /etc/alternatives/x-session-manager (as default from 
KDE) sets this to true, this script should not give out this cryptic message.
Instead there should be a check in this script wether the dir is encrypted, and 
if so AND AutoLoginEnabled, return to kdm.
tis would be a workaround tough.

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

Title:
  auto-login won't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdebase-workspace/+bug/368061/+subscriptions

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


[Bug 819779] [NEW] horrible default item order in systemsettings

2011-08-02 Thread Christian A. Reiter
Public bug reported:

This is a wish, no bug really.

If you look at the systemsettings main page, you see plenty of different
icons, divided in separated groups like "workspace appearance and
behaviour",  "Common appearance and behaviour" etc.

This is, from a technical POV very true and intended, I guess.
>From the point of usability (and that is what Ubuntu wants to be) it is 
>extremely complicated and against all normal workflow.
If I want to change the "look and feel" of the desktop, I don't care if that 
item is part of the "common" behaviour or a "special", "workspace" behaviour.
There are different items that all address the SAME theme (grom a usability 
view):
* Application appearance
* Desktop Effects
* Workspace Appearance
* Window behaviour
* Workspace behaviour

They IMHO all can be under ONE icon, and therefore could be found much,
much easier: I use Kubuntu/KDE4 since the beginning (with occasional
switches to Gnome because of these many usability issues), and still
have problems finding the right module in systemsettings when I want to
change something. Theses are the little itches that make KDE so
complicated - it's not usability what is in the foreground.

Other example:
* "Login Screen", Startup and Shutdown" should be together
 * in "Display and Monitor": Why are "Size & orientation" and "Multiple 
Monitors" two sub items when both address the same theme? (could be a different 
bug/wish, I know)

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  horrible default item order in systemsettings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdebase-workspace/+bug/819779/+subscriptions

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


[Bug 681904] Re: [arrandale] Samsung QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 trackpad/touchpad not recognized

2011-07-22 Thread Christian A. Reiter
The patch from #64 works perfect here on a Samsung RF511. Two-finger-
scrolling, recognized touchpad, right click with two-tap.

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

Title:
  [arrandale] Samsung
  QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710
  trackpad/touchpad not recognized

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

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


[Bug 681904] Re: [arrandale] Samsung QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 trackpad/touchpad not recognized

2011-07-04 Thread Christian A. Reiter
** Summary changed:

- [arrandale] Samsung 
QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF710 trackpad/touchpad 
not recognized
+ [arrandale] Samsung 
QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 
trackpad/touchpad not recognized

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

Title:
  [arrandale] Samsung
  QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710
  trackpad/touchpad not recognized

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

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


[Bug 795168] Re: kpackagekit legitimation dialog is very unconvenient

2011-06-09 Thread Christian A. Reiter
** Attachment added: "screenshot1.png"
   
https://bugs.launchpad.net/bugs/795168/+attachment/2162597/+files/screenshot1.png

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

Title:
  kpackagekit legitimation dialog is very unconvenient

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

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


[Bug 795168] [NEW] kpackagekit legitimation dialog is very unconvenient

2011-06-09 Thread Christian A. Reiter
Public bug reported:

Binary package hint: kpackagekit

I don't know if this is the right package (or is it policykit?), please correct 
if I'm wrong.
When you update software in KPackagekit, you are asked for your password.
Bit the Legitimation dialog (see screenshot below) shows you no user selected 
if there are more than one users in the system.
Instead of having the current logged in user selected as default (if I *really* 
want - which is normally NOT the case, I could change this anyway) there is NO 
user selected and the cursor is in the user select combo.

This is extremely unconvenient. in >99% you will just want to type in
YOUR password.

Solution for more usability:
* per default select the currently logged in user in the combo box.
* put the focus in the password edit field

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: kpackagekit 0.6.3.3-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
Architecture: amd64
Date: Thu Jun  9 19:26:32 2011
InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=de_AT
 PATH=(custom, user)
 LANG=de_AT.utf8
 SHELL=/bin/bash
SourcePackage: kpackagekit
UpgradeStatus: Upgraded to natty on 2011-04-26 (43 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  kpackagekit legitimation dialog is very unconvenient

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

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


[Bug 207220] Re: [ooo-build] cursor should change when hovering over checkbox

2011-05-19 Thread Christian A. Reiter
** Attachment added: "content part of test.odt"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/207220/+attachment/2135151/+files/content.xml

** Attachment removed: "k08_registrationform-2.odt"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/207220/+attachment/241983/+files/k08_registrationform-2.odt

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

Title:
  [ooo-build] cursor should change when hovering over checkbox

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


[Bug 207220] Re: [ooo-build] cursor should change when hovering over checkbox

2011-05-19 Thread Christian A. Reiter
** Attachment added: "odt version"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/207220/+attachment/2135150/+files/test.odt

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

Title:
  [ooo-build] cursor should change when hovering over checkbox

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


[Bug 207220] Re: [ooo-build] cursor should change when hovering over checkbox

2011-05-19 Thread Christian A. Reiter
This is funny.
No, I did this in the LibreOffice version i specified above, 5 minutes before 
sending the last message.
This is weird - I just tried to do it again, and got the same: a(differently 
looking) checkbox, which is white and not grey, and with the correct hovering 
behaviour.
have a look at this file, there are both of them.
I just saved it as .doc not as .odt.
I unzipped the odt to give you the content.xml as well - I cant see much things 
in it, you maybe more.

** Attachment added: "test file 2"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/207220/+attachment/2135149/+files/test.doc

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

Title:
  [ooo-build] cursor should change when hovering over checkbox

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


[Bug 207220] Re: [ooo-build] cursor should change when hovering over checkbox

2011-05-18 Thread Christian A. Reiter
Thats maybe because the part of the file name "kongress08" and
k08_registrationform gives a hint that this bug was introduced in 2008
and now we have 2011 ;-)

Anyway - just create an empty file with writer, put a checkbox in it labeled 
"test" (with View->Toolbars->Form control).
The cursor changes to the standard arrow when hovering over the checkbox.
Now save the file as .doc, not as .odt, and reopen it.
Now the cursor refuses to change.

Reproduced with
LibreOffice 3.3.2 
OOO330m19 (Build:202)
tag libreoffice-3.3.2.2, Ubuntu package 1:3.3.2-1ubuntu5
on Ubuntu lucid lynx, today.
File attached,
cheers, Christian

** Attachment added: "test file"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/207220/+attachment/2134007/+files/Unbenannt%201.doc

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

Title:
  [ooo-build] cursor should change when hovering over checkbox

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


[Bug 685541] Re: gedit: saving new file should be in actual directory

2011-04-19 Thread Christian A. Reiter
I thought I gave enough info to describe the problem.

Another time, maybe better, in 4 steps:
1. start gedit, open the file browser plugin and show it (F9) on the left side.
2. navigate to any directory.
3. goto menu "File", "New" to get a new editor
4. goto menu "File", "Save" or "Save As"

The file chooser dialog you get then points on my $HOME directory,
regardless which directory I chose in step 2.

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

Title:
  gedit: saving new file should be in actual directory

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


[Bug 644980] Re: Suggestion to translate "QT Ersteller" to "QT Creator"

2011-04-07 Thread Christian A. Reiter
Yes, having Ubuntu 10.10 with KDE 4.6.1 this bug is fixed, it's "Qt
Creator" now.

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

Title:
  Suggestion to translate "QT Ersteller" to "QT Creator"

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2011-03-29 Thread Christian A. Reiter
Even on my Netbook (MSI Wind U100) the hostname is then "christian-U90-U100" 
which is very stupid.
But I understand if this bug is of low prio.

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

Title:
  ubiquity sets wrong computer's name

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


[Bug 698190] Re: Installer Kubuntu 10.10 crashed - bad name of keyboard

2011-03-29 Thread Christian A. Reiter
*** This bug is a duplicate of bug 594321 ***
https://bugs.launchpad.net/bugs/594321

** This bug has been marked a duplicate of bug 594321
   Crash after selecting Czech keyboard layout with <|>
 * You can subscribe to bug 594321 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/594321/+subscribe

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

Title:
  Installer Kubuntu 10.10 crashed - bad name of keyboard

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


[Bug 745088] Re: ubiquity crashes on key search in keyboard selection

2011-03-29 Thread Christian A. Reiter
** Attachment added: "snapshot2.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/745088/+attachment/1953926/+files/snapshot2.png

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

Title:
  ubiquity crashes on key search in keyboard selection

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


[Bug 745088] Re: ubiquity crashes on key search in keyboard selection

2011-03-29 Thread Christian A. Reiter
** Attachment added: "snapshot1.png"
   
https://bugs.launchpad.net/bugs/745088/+attachment/1953924/+files/snapshot1.png

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

Title:
  ubiquity crashes on key search in keyboard selection

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


[Bug 745088] [NEW] ubiquity crashes on key search in keyboard selection

2011-03-29 Thread Christian A. Reiter
Public bug reported:

Binary package hint: ubiquity

install kubuntu, on the page where you have to select the keyboard variant (see 
screenshot) click on the land combo and press any key (like "g") as shortcut.
As you can see in the screenshot the names are not correctly shown (encoding 
problem?)
the installer seems to have a problem with that.

** Affects: ubiquity (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/745088

Title:
  ubiquity crashes on key search in keyboard selection

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


[Bug 743771] Re: tabs scrambled in rekonq when desktop effects enabled

2011-03-27 Thread Christian A. Reiter
** Attachment added: "snapshot1.png"
   
https://bugs.launchpad.net/bugs/743771/+attachment/1946969/+files/snapshot1.png

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

Title:
  tabs scrambled in rekonq when desktop effects enabled

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


[Bug 743771] [NEW] tabs scrambled in rekonq when desktop effects enabled

2011-03-27 Thread Christian A. Reiter
Public bug reported:

Binary package hint: rekonq

Using natty alpha3 with updates till t'day.
with enabled desktop effects (Nvidia card GT 240, nouveau driver, OpenGL in 
selection, but I don't think it really did that...), start rekonq, open a 
second tab and there go to any page. Close the second tab.
the tab background is not repainted and stays scrambled there, see screenshot.

All works clean with desktop effects disabled.
Please ask me for other details if you need to.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: rekonq 0.6.95-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Sun Mar 27 20:26:28 2011
InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rekonq
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  tabs scrambled in rekonq when desktop effects enabled

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


[Bug 743066] Re: KDE ubiquity language combo to small

2011-03-27 Thread Christian A. Reiter
Oh, I could report hundreds of this tiny bugs in KDE that would make it MUCH 
smoother.
If only any of them would be responded to as fast ad 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/743066

Title:
  KDE ubiquity language combo to small

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


[Bug 743066] Re: KDE ubiquity language combo to small

2011-03-27 Thread Christian A. Reiter
** Attachment removed: "screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/743066/+attachment/1943919/+files/snapshot1.png

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

Title:
  KDE ubiquity language combo to small

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


[Bug 743066] Re: KDE ubiquity language combo to small

2011-03-26 Thread Christian A. Reiter
I'm out of my mind today.
Here's the right screenshot.

** Attachment added: "snapshot1.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/743066/+attachment/1944041/+files/snapshot1.png

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

Title:
  KDE ubiquity language combo to small

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


[Bug 743062] Re: ubiquity-kde welcome page layout is suboptimal in German

2011-03-26 Thread Christian A. Reiter
** Description changed:

  Binary package hint: ubiquity
  
  look at the screenshot. The welcome screen of KDE's ubiquity says:
  "Bitte wählen Sie die Sprache, die Sie für die Installation verwenden
  möchten. Diese Sprache wird zur Vorgabe auf diesem Rechner."
  
  Below that is the Language selector combo. This combo overlaps with the text 
above.
  This is not seen in English, only in "longer" languages like German.
- I don't know the xyct layout of this canvas/plasma (?) but maybe put the 
combo a bit down.
+ I don't know the exact layout of this canvas/plasma (?) but maybe put the 
combo a bit down.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: ubiquity 2.5.22
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic x86_64
  Architecture: amd64
  Date: Sat Mar 26 12:14:14 2011
  LiveMediaBuild: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
  ProcEnviron:
-  LANGUAGE=
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  ubiquity-kde welcome page layout is suboptimal in German

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

[Bug 743070] Re: ubiquity sets wrong computer's name

2011-03-26 Thread Christian A. Reiter
Is there a way to check IF the name is filled in? And if not, use a
standard name?

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

Title:
  ubiquity sets wrong computer's name

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


[Bug 400826] Re: PyQt is not accessible from python3

2011-03-26 Thread Christian A. Reiter
Can I help too? - I need this.

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

Title:
  PyQt is not accessible from python3

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


[Bug 743297] [NEW] Natty: Kubuntu logo not showing in Plymouth at startup

2011-03-26 Thread Christian A. Reiter
Public bug reported:

Binary package hint: plymouth

Despite showing the Kubuntu logo correctly on Natty Alpha3 per live-disk, after 
installing the Kubuntu logo at startup is scrambled.
Using a Nvidia GeForce GT 240 with nouveau driver, standard installation with 
all updates until today.
How can I help to resolve this?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: plymouth 0.8.2-2ubuntu20
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Sat Mar 26 21:41:57 2011
DefaultPlymouth: /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth
InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 004: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
 Bus 001 Device 003: ID 0603:00f1 Novatek Microelectronics Corp. Keyboard
 Bus 001 Device 002: ID 05e3:0605 Genesys Logic, Inc. USB 2.0 Hub [ednet]
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=617f9580-9f86-4f2f-809b-ad57bdd7d8e7 ro quiet splash vt.handoff=7
SourcePackage: plymouth
TextPlymouth: /lib/plymouth/themes/kubuntu-text/kubuntu-text.plymouth
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/07/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4N68T-M
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd12/07/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4N68T-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug natty

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

Title:
  Natty: Kubuntu logo not showing in Plymouth at startup

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


[Bug 743297] Re: Natty: Kubuntu logo not showing in Plymouth at startup

2011-03-26 Thread Christian A. Reiter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/743297

Title:
  Natty: Kubuntu logo not showing in Plymouth at startup

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


[Bug 743066] Re: KDE ubiquity language combo to small

2011-03-26 Thread Christian A. Reiter
Ooops, sorry, forgot that, thanks.
Here y'are.

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/743066/+attachment/1943919/+files/snapshot1.png

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

Title:
  KDE ubiquity language combo to small

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2011-03-26 Thread Christian A. Reiter
** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/743070/+attachment/1942673/+files/system-product-name.png

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

Title:
  ubiquity sets wrong computer's name

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


[Bug 743070] Re: ubiquity sets wrong computer's name

2011-03-26 Thread Christian A. Reiter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/743070

Title:
  ubiquity sets wrong computer's name

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


[Bug 743070] [NEW] ubiquity sets wrong computer's name

2011-03-26 Thread Christian A. Reiter
Public bug reported:

Binary package hint: ubiquity

In Ubiquity (here KDe version, but should be the same in GNOME) the name that 
is set automatically here is "christian-System-Product-Name", so it seems to be 
%username%-%hostname%.
But this hostname or system-product name is not retrieved correctly.

There should be a check if it is retrieved correctly, and if not, give
it a default name, but not "System-Product-Name", maybe "computer" or
"laptop", depending on system, if that's possible.

Most computer-untrained persons (like Bobs mum or Alice's Grandfather
:-) ) leave this text like it is, and "Alfred-System-Product-Name" is a
VERY unpretty name for a computer ;-).

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ubiquity 2.5.22
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
Architecture: amd64
Date: Sat Mar 26 12:39:43 2011
LiveMediaBuild: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
ProcEnviron:
 LANGUAGE=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  ubiquity sets wrong computer's name

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


[Bug 743066] Re: KDE ubiquity language combo to small

2011-03-26 Thread Christian A. Reiter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/743066

Title:
  KDE ubiquity language combo to small

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


[Bug 743066] [NEW] KDE ubiquity language combo to small

2011-03-26 Thread Christian A. Reiter
Public bug reported:

Binary package hint: ubiquity

please see the screenshot: the language combo is automatically sized to the 
longest language name. But this is wrong, as it only recognizes the closed 
combo - if you click on it, there is also the vertical scrollbar to draw - and 
therefore many of the languages are cut off (with ... between the letters, see 
screenshot).
In some cases, you can't even distinguish two similar written languages (see 
screenshot, "Slo...ina").

A workaround would be to set it on a fixed size, there is plenty of space.
Or Add the width of the scrollbar to the width.

Small bug, but smoother KDE experience.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ubiquity 2.5.22
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
Architecture: amd64
Date: Sat Mar 26 12:32:39 2011
LiveMediaBuild: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
ProcEnviron:
 LANGUAGE=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  KDE ubiquity language combo to small

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


[Bug 743062] Re: ubiquity-kde welcome page layout is suboptimal in German

2011-03-26 Thread Christian A. Reiter
** Attachment added: "snapshot1.png"
   
https://bugs.launchpad.net/bugs/743062/+attachment/1942642/+files/snapshot1.png

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

Title:
  ubiquity-kde welcome page layout is suboptimal in German

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


[Bug 743062] [NEW] ubiquity-kde welcome page layout is suboptimal in German

2011-03-26 Thread Christian A. Reiter
Public bug reported:

Binary package hint: ubiquity

look at the screenshot. The welcome screen of KDE's ubiquity says:
"Bitte wählen Sie die Sprache, die Sie für die Installation verwenden
möchten. Diese Sprache wird zur Vorgabe auf diesem Rechner."

Below that is the Language selector combo. This combo overlaps with the text 
above.
This is not seen in English, only in "longer" languages like German.
I don't know the xyct layout of this canvas/plasma (?) but maybe put the combo 
a bit down.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ubiquity 2.5.22
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
Architecture: amd64
Date: Sat Mar 26 12:14:14 2011
LiveMediaBuild: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
ProcEnviron:
 LANGUAGE=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  ubiquity-kde welcome page layout is suboptimal in German

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

[Bug 743056] Re: ubiquite fails to check internet connection on-the-fly

2011-03-26 Thread Christian A. Reiter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/743056

Title:
  ubiquite fails to check internet connection on-the-fly

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


[Bug 743056] [NEW] ubiquite fails to check internet connection on-the-fly

2011-03-26 Thread Christian A. Reiter
Public bug reported:

Binary package hint: ubiquity

Ubiquity (here - the KDE version, but should be the same uon GNOME)
fails to recognize a connected internet when the connection is
established AFTER the start of ubiquity.

Scenario (as I did): unlug your internet, start the (K)Ubuntu CD, select 
Install (without testing first, so you can't restart ubiquity easily), go to 
the first page.
It tells you thet there is no internet connection available. You now recognize 
this and plug in your connection (because maybe you forgot to start the 
modem/router etc.) - ubiquity denies to recognize this change, even clicking on 
back/forward does not make a change.
The average user has to reboot.

I don't know how ubiquity checks for the internet connection, but can it
be done by hotplugging check?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ubiquity 2.5.22
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
Architecture: amd64
Date: Sat Mar 26 11:57:31 2011
LiveMediaBuild: Kubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110303)
ProcEnviron:
 LANGUAGE=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  ubiquite fails to check internet connection on-the-fly

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


[Bug 296538] Re: warty-final-ubuntu.png is actually a jpeg

2011-03-24 Thread Christian A. Reiter
Hm. Again - this bug is present since 2 1/2 years, and not substantly fixed 
despite beeing a beginner's job, isn't it?
Maybe Ubuntu will have a default wallpaper in a format we don't know yet in 
future or a video.
What makes it so difficult writing it in a config file with the full file name, 
no matter what format it has?



[Default Ubuntu Background]
wallpaper=/usr/share/backgrounds/blah.jpg



So where is the problem? Using 2 years of bugtracking does not equate the 
effort to fix this bug, does it?
So what can I do to help you fix this once and for all time for 11.04, or at 
least 11.10?

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

Title:
  warty-final-ubuntu.png is actually a jpeg

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


[Bug 685541] Re: gedit: saving new file should be in actual directory

2010-12-05 Thread Christian A. Reiter


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

Title:
  gedit: saving new file should be in actual directory

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


[Bug 685541] [NEW] gedit: saving new file should be in actual directory

2010-12-05 Thread Christian A. Reiter
Public bug reported:

Binary package hint: gedit

- start gedit, open the file browser plugin and show it (F9) on the left side.
- navigate to any directory.
- create a new empty file in gedit, and click on "save".

-> what I expect: the file dialog shoud show the directory I just navigated 
into.
-> what's happening instead: the file dialog shows my home directory.

That's unconvenient, and could be fixed with small manpower
(unforunately I can't program C)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gedit 2.30.3-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Dec  5 16:23:48 2010
ExecutablePath: /usr/bin/gedit
InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=de_AT
 PATH=(custom, user)
 LANG=de_AT.utf8
 SHELL=/bin/bash
SourcePackage: gedit

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


** Tags: amd64 apport-bug maverick

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

Title:
  gedit: saving new file should be in actual directory

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


  1   2   3   4   5   >