[Bug 2058840] Re: Chromium Snap & KDE Plasma 6: AppArmor Profile Update Needed

2024-05-30 Thread Gunter Ohrner
Yes, I just upgraded everything again and Chromium still works without
need for manual adjustments.

The adjusted part in the Apparmor profiles looks slightly different than
my adjustments (character class instead of comma-separated options), so
I can confirm that it's the new shipped profile which is installed.

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

Title:
  Chromium Snap & KDE Plasma 6: AppArmor Profile Update Needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2058840/+subscriptions


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

[Bug 2058840] Re: Chromium Snap & KDE Plasma 6: AppArmor Profile Update Needed

2024-03-26 Thread Gunter Ohrner
> Many thanks for raising this way before Plasma 6 is released to
Ubuntu, this way we can assure this bug is gone by the time Plasma 6
becomes officially supported in Ubuntu.

This was my intend. :)

I'm using KDE neon, which is an extension of Ubuntu 22.04 providing the
most recent KDE applications.

* https://neon.kde.org/

Obviously, this comes with some breakage from time to time which I
normally report against neon itself, but this time it looked more
sensible to report it here against the Chromium snap.

A fix will already help all KDE neon users which use Chromium and use
KDE wallet to store Chromium Password wallet's master password.

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

Title:
  Chromium Snap & KDE Plasma 6: AppArmor Profile Update Needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2058840/+subscriptions


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

[Bug 2058840] [NEW] Chromium Snap & KDE Plasma 6: AppArmor Profile Update Needed

2024-03-24 Thread Gunter Ohrner
Public bug reported:

Ubuntu 22.04 LTS Jammy x64


I hope this is the correct package to assign this request to:

In KDE Plasma 6, the Chromium snap cannot longer access KDE Wallet to
decrypt its password store.

This makes all stored passwords unavailable as soon as the system is
upgraded from Plasma 5 to Plasma 6.

Chromium writes the following error messages to the console:

-
[5362:5362:0324/103716.837413:ERROR:object_proxy.cc(576)] Failed to call 
method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd6: 
org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this 
sender from sending this message to this recipient; type="method_call", 
sender=":1.113" (uid=1000 pid=5362 
comm="/snap/chromium/2786/usr/lib/chromium-browser/chrom" 
label="snap.chromium.chromium (enforce)") interface="org.kde.KWallet" 
member="isEnabled" error name="(unset)" requested_reply="0" 
destination="org.kde.kwalletd6" (uid=1000 pid=2523 comm="/usr/bin/kwalletd6 
--pam-login 13 14 " label="unconfined")
[5362:5362:0324/103716.837451:ERROR:kwallet_dbus.cc(112)] Error contacting 
kwalletd6 (isEnabled)
[5362:5362:0324/103716.838022:ERROR:object_proxy.cc(576)] Failed to call 
method: org.kde.KLauncher.start_service_by_desktop_name: object_path= 
/KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.kde.klauncher was not provided by any .service files
[5362:5362:0324/103716.838042:ERROR:kwallet_dbus.cc(81)] Error contacting 
klauncher to start kwalletd6
[5362:5362:0324/103716.838264:ERROR:object_proxy.cc(576)] Failed to call 
method: org.kde.KWallet.close: object_path= /modules/kwalletd6: 
org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this 
sender from sending this message to this recipient; type="method_call", 
sender=":1.113" (uid=1000 pid=5362 
comm="/snap/chromium/2786/usr/lib/chromium-browser/chrom" 
label="snap.chromium.chromium (enforce)") interface="org.kde.KWallet" 
member="close" error name="(unset)" requested_reply="0" 
destination="org.kde.kwalletd6" (uid=1000 pid=2523 comm="/usr/bin/kwalletd6 
--pam-login 13 14 " label="unconfined")
[5362:5362:0324/103716.838295:ERROR:kwallet_dbus.cc(503)] Error contacting 
kwalletd6 (close)
-

Followed by hundreds of messages as the following:

-
ERROR:login_database.cc(1046) Password decryption failed, encryption_result is 2
-

It appears to work to "just" whitelist the new kwalletd module name in

/var/lib/snapd/apparmor/profiles/snap.chromium.chromium (and maybe
/var/lib/snapd/apparmor/profiles/snap.chromium.chromedriver ?)

followed by

$ systemctl restart apparmor
$ systemctl restart snapd.apparmor
$ systemctl restart apparmor

(Not sure if both of these are necessary, and if so, in what order.)

and completely restart Chromium.

The new KWallet section looks as follows - I only added the ",6" to the
patterns:

-

# KWallet's client API is still in use in KDE/Plasma. It's DBus API relies upon
# member data for access to its 'folders' and 'entries' and it therefore does
# not allow for application isolation via AppArmor. For details, see:
# - https://cgit.kde.org/kdelibs.git/tree/kdeui/util/kwallet.h?h=v4.14.33
#
dbus (receive, send)
bus=session
path=/modules/kwalletd{,5,6}
interface=org.freedesktop.DBus.*
peer=(label=unconfined),

dbus (receive, send)
bus=session
path=/modules/kwalletd{,5,6}
interface=org.kde.KWallet
peer=(label=unconfined),

-

I hope that at least this report may be found by other people running
into the same trouble I just did...

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: jammy

** Description changed:

+ Ubuntu 22.04 LTS Jammy x64
+ 
+ 
  I hope this is the correct package to assign this request to:
  
  In KDE Plasma 6, the Chromium snap cannot longer access KDE Wallet to
  decrypt its password store.
  
  This makes all stored passwords unavailable as soon as the system is
  upgraded from Plasma 5 to Plasma 6.
  
  Chromium writes the following error messages to the console:
  
- 
  -
  [5362:5362:0324/103716.837413:ERROR:object_proxy.cc(576)] Failed to call 
method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd6: 
org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this 
sender from sending this message to this recipient; type="method_call", 
sender=":1.113" (uid=1000 pid=5362 
comm="/snap/chromium/2786/usr/lib/chromium-browser/chrom" 

[Bug 1242417] Re: UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio)

2021-04-19 Thread Gunter Ohrner
This problem also affects

  grub-efi-amd64-signed

on Focal Fossa if

  GRUB_DISTRIBUTOR

is not set to "ubuntu" in /etc/default/grub.

I stumbled across this in Ubuntu 20.04-based KDE neon, but in general
it's sufficient to set GRUB_DISTRIBUTOR to a "wrong" value - the grub
binary tries to load itself from a hardcoded path which ends in "ubuntu"
and loading will fail and end in the grub shell.

How to add Focal as an affected version?

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

Title:
  UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g.
  Kubuntu/UbuntuStudio)

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

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

[Bug 1913181] Re: Chromium Browser (snap) Crashes when at-Sign is Entered

2021-01-26 Thread Gunter Ohrner
Mh, actually Chromium crashes everytime AltGr+anything is entered -
which makes it also impossible to input curly brackes, for example, or
rectangular brackets...

Editing markdown or Jira comments is basically impossible this way, in
addition to the impossibility to input mail addresses which obviously
need the at sign...

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

Title:
  Chromium Browser (snap) Crashes when at-Sign is Entered

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1913181/+subscriptions

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

[Bug 1913181] Re: Chromium Browser (snap) Crashes when at-Sign is Entered

2021-01-25 Thread Gunter Ohrner
(OS is Ubuntu 20.04 on x64)

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

Title:
  Chromium Browser (snap) Crashes when at-Sign is Entered

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1913181/+subscriptions

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

[Bug 1913181] [NEW] Chromium Browser (snap) Crashes when at-Sign is Entered

2021-01-25 Thread Gunter Ohrner
Public bug reported:

The Chromium Browser (snap) in version stable (88.0.4324.96) and beta
(88.0.4324.87) crashes reproducibly if the at sign is entered via the
keyboard.

I'm using KDE Desktop and German keyboard layout, meaning the "at" sign
is at the hotkey "AltGr-Q".

Pressing this key immediately makes the Chromium window disappear
without any further warning.

On the next start, Chromium will complain about being stopped improperly
during the last session and offers to restore the session.


Concerning how common the at sign is on the internet, I think I don't need to 
emphasize how annoying this is... ;)

** Affects: chromium-browser (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/1913181

Title:
  Chromium Browser (snap) Crashes when at-Sign is Entered

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1913181/+subscriptions

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

[Bug 1903615] [NEW] fotoxx removes embedded newlines in comment

2020-11-09 Thread Gunter Steinbach
Public bug reported:

Release: Kubuntu 20.04.1 LTS
Package (apt search fotoxx): 'fotoxx/focal,now 19.17-1build1 amd64'

Bug description: Upon save to disk embedded newlines in metadata tag
'Comment' disappear, seem to be replaced with a period '.'

** Affects: fotoxx (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/1903615

Title:
  fotoxx removes embedded newlines in comment

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

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

Re: [Bug 1901077] Re: Chromium Browser (snap) Does Not Delete Cookies and Web Site Data When Being Closed

2020-10-23 Thread Gunter Ohrner
Am 23.10.20 um 17:46 schrieb Olivier Tilloy:
> I am testing this in a VM, and the functionality appears to work for the
> most part: all my cookies were indeed deleted, except for one
> (www.nytimes.com), so there's something fishy indeed.
> 
> Do you have the "Preload pages for faster browsing and searching" option
> enabled (it is on by default)? This feature advertises that preloaded
> information can include cookies.

No, I have not, it's disabled.


> Also, is your previous browsing session being restored when you launch
> chromium? That would load all previously loaded pages, and thus most
> likely write cookies to disk.

No, the browser window only shows the welcome page.

However I just checked it now after explicitly deleting cookies and 
website data yesterday after reporting this.

I closed Chromium and restarted it. Currently, only cookies for 
whitelisted domains seem to be stored, but I have "file system" data for 
Amazon and several other domains listed - however, if I check details, 
it says "0 bytes" for every entry I checked, so that's probably (?) ok.


So not sure how this huge list of cookies and all the other stuff ended 
up in Chromium and was only deleted after manually requesting deletion 
of the web site data.

This isn't necessarily even related to the snap migration, I think.

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

Title:
  Chromium Browser (snap) Does Not Delete Cookies and Web Site Data When
  Being Closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1901077/+subscriptions

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

[Bug 1901077] [NEW] Chromium Browser (snap) Does Not Delete Cookies and Web Site Data When Being Closed

2020-10-22 Thread Gunter Ohrner
Public bug reported:

Ubuntu 20.04

$ uname -a
Linux Zweiblum 5.4.0-51-generic #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

$ snap info chromium
name:  chromium
summary:   Chromium web browser, open-source version of Chrome
publisher: Canonical✓
store-url: https://snapcraft.io/chromium
contact:   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bugs?field.tag=snap
license:   unset
description: |
  An open-source browser project that aims to build a safer, faster, and more 
stable way for all
  Internet users to experience the web.
commands:
  - chromium.chromedriver
  - chromium
snap-id:  XKEcBqPM06H1Z7zGOdG5fbICuf8NWK5R
tracking: latest/stable
refresh-date: gestern um 18:33 CEST
channels:
  latest/stable:86.0.4240.111 2020-10-21 (1362) 170MB -
  latest/candidate: 86.0.4240.111 2020-10-21 (1362) 170MB -
  latest/beta:  87.0.4280.20  2020-10-16 (1357) 172MB -
  latest/edge:  88.0.4292.2   2020-10-16 (1358) 173MB -
installed:  86.0.4240.111(1362) 170MB -


I enabled "Cookies und Websitedaten beim Beenden von Chromium löschen"
(Delete Cookies and Web Site Data when exiting Chromium).

Still, after quitting and restarting Chromium, the list of sites with
stored Cookies and other information under "Alle Cookies und
Websitedaten anzeigen" (Show all Cookies and Web Site Data) is huge.

I expect it to be empty after a restart, except for maybe some specific
white-listed Cookies.

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

** Package changed: thunderbird (Ubuntu) => chromium (Ubuntu)

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

Title:
  Chromium Browser (snap) Does Not Delete Cookies and Web Site Data When
  Being Closed

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

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

[Bug 1901065] [NEW] Chromium Browser (snap) Fails to Open Local Files from /tmp Directory

2020-10-22 Thread Gunter Ohrner
Public bug reported:

Ubuntu 20.04
Linux Zweiblum 5.4.0-51-generic #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

$ snap info chromium
name:  chromium
summary:   Chromium web browser, open-source version of Chrome
publisher: Canonical✓
store-url: https://snapcraft.io/chromium
contact:   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bugs?field.tag=snap
license:   unset
description: |
  An open-source browser project that aims to build a safer, faster, and more 
stable way for all
  Internet users to experience the web.
commands:
  - chromium.chromedriver
  - chromium
snap-id:  XKEcBqPM06H1Z7zGOdG5fbICuf8NWK5R
tracking: latest/stable
refresh-date: gestern um 18:33 CEST
channels:
  latest/stable:86.0.4240.111 2020-10-21 (1362) 170MB -
  latest/candidate: 86.0.4240.111 2020-10-21 (1362) 170MB -
  latest/beta:  87.0.4280.20  2020-10-16 (1357) 172MB -
  latest/edge:  88.0.4292.2   2020-10-16 (1358) 173MB -
installed:  86.0.4240.111(1362) 170MB -


I use a Java application which creates temporary HTML files in /tmp and
then uses

  java.awt.Desktop.getDesktop().browse("file:/tmp/tempfile_.html")

to display this file in the system's default browser.

This worked fine till the upgrade from Ubuntu 18.04 to Ubuntu 20.04,
where it broke completely.

Chromium is my default browser, but does not see the system /tmp dir,
but only the one belonging to the snap.

So it just outputs an "file not found" message after correctly being
invoked by xdg-open. :-(

** Affects: chromium-browser (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/1901065

Title:
  Chromium Browser (snap) Fails to Open Local Files from /tmp Directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1901065/+subscriptions

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

[Bug 1899478] Re: [snap] Personal Certificate Not Migrated to Snap-Based Chromium

2020-10-16 Thread Gunter Ohrner
> Just to make sure I understand correctly the problem: we're talking about 
> certificates
> that chromium shows at chrome://settings/certificates ?

Correct.

> You had some personal certificates there in Ubuntu 18.04, and after upgrading 
> to 20.04
> they are not there any longer?

Exactly. One certificate, to be precise.

> Were your other chromium settings (current browsing session, history, 
> passwords)
> correctly imported in the upgrade?

Yes - Bookmarks and also - just checked - history are there. I don't
know about Cookies, I configured them to be Session Cookies anyway.

Passwords are stored in KDE Wallet on my system, but they are also still
there.

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

Title:
  [snap] Personal Certificate Not Migrated to Snap-Based Chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1899478/+subscriptions

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

[Bug 1899478] [NEW] Personal Certificate Not Migrated to Snap-Based Chromium

2020-10-12 Thread Gunter Ohrner
Public bug reported:

After upgrade from Ubuntu 18.04 to Ubuntu 20.04, login to web sites
requiring client certificates is not possible any more.

The client certificate list in Chromium is empty.

ProblemType: Bug
DistroRelease: KDE neon 20.04
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Mon Oct 12 14:26:40 2020
Snap: chromium 85.0.4183.121 (stable)
SnapSource: ubuntu/+source/chromium-browser
UpgradeStatus: Upgraded to focal on 2020-10-11 (1 days ago)

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal snap

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

Title:
  Personal Certificate Not Migrated to Snap-Based Chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1899478/+subscriptions

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

[Bug 1743027] Re: error loading realtime clock since upgrading to 17.10

2018-10-30 Thread Gunter Ohrner
This also affects my system in Ubuntu 18.04 LTS - very annoying!

Apparently, according to the upstream bug report, a proper fix is
included in Linux 4.18
(https://bugzilla.kernel.org/show_bug.cgi?id=199033#c91) - can we expect
a backport for Ubuntu LTS?

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

Title:
  error loading realtime clock since upgrading to 17.10

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

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

[Bug 1743027] Re: error loading realtime clock since upgrading to 17.10

2018-10-30 Thread Gunter Ohrner
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Sony Corporation
Product Name: SVS13A3W9ES
Version: C60BRBTW
Serial Number: 54528306-358
UUID: E6F5C740-64C8-11E2-A592-3C0771848C83
Wake-up Type: Power Switch
SKU Number: 54528306
Family: VAIO


** Changed in: linux (Ubuntu)
   Status: Triaged => Confirmed

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

Title:
  error loading realtime clock since upgrading to 17.10

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

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

[Bug 185986] Re: WebDAV extremely slow

2018-10-19 Thread Gunter Ohrner
Still an issue with Ubuntu 18.04 and NextCloud 13. Accessing the same
server using Konqueror webdavs:// or Windows Explorer (WebDAV mapped as
a network drive) is *much* faster.

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

Title:
  WebDAV extremely slow

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

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

[Bug 1706710] [NEW] installation failed on asus x299-e PC to a sata toshiba 2.5inch 500GB drive. grub failed to install

2017-07-26 Thread Brock Gunter-Smith
Public bug reported:

I created a USB installer of Ubuntu 16.04 LTS and attempted to install
it onto a 2.5" 500GB toshiba hard drive connected to a brand new PC
(Asus x299-e mobo, 64GB DDR4 ram, Intel i7-7820x processor), and about
half way through the install, I got an error message saying that the
grub bootloader failed to be installed into /target/.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.3
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CasperVersion: 1.376.2
Date: Wed Jul 26 11:17:37 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2)
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.63.3 ubuntu xenial

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

Title:
  installation failed on asus x299-e PC to a sata toshiba 2.5inch 500GB
  drive. grub failed to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1706710/+subscriptions

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


[Bug 1698919] Re: CVE-2017-1000364

2017-06-22 Thread Gunter Ohrner
The fix for Xenial Xerus x86_64 (linux-image-4.4.0-81-generic) seems to
break all versions of the Oracle Java plugin in all browsers while it
works fine in Linux 4.11.6. See Bug #1699772 for details.

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

Title:
  CVE-2017-1000364

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

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


[Bug 1699772] [NEW] linux-image-4.4.0-81-generic Regression: Oracle Java plugin crashes

2017-06-22 Thread Gunter Ohrner
Public bug reported:

Distribution: Ubuntu 16.04 x64 (Flavour: KDE Neon User Edition 5.10)

linux-image-4.4.0-81-generic appears to contain a regression, probably
related to the CVE-2017-1000364 fix backport / patch.

Using this kernel, the Oracle Java browser plugin always crashes during
stack-related actions on initialization. This means, the plugin
completely stopped working.


It works perfectly fine in linux-image-4.4.0-79-generic (vurlerable to 
CVE-2017-1000364) as well as linux-image-4.11.6-041106-generic, which also 
contains a fix for CVE-2017-1000364.


uname -a:

> Linux Zweiblum 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06
UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


I tested Oracle Java 1.8 u131 as well as 1.6 u64 in Firefox 51.0.1 as
well as Iceweasel / Firefox/3.5.16 in a chroot.

Using linux-image-4.4.0-81-generic it crashes in all combinations while
with both other kernels it works.


I was not able to obtain any detailed crash information from Firefox 51.0.1, 
but Iceweasel 3.5.16 crashed completely, allowing me to obtain a stack trace 
which shows the relation to stack operations performed by the plugin, even 
without proper debug symbols:


> (gdb) bt full
> #0  0x7fa06d805307 in _expand_stack_to(unsigned char*) () from 
> /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
> No symbol table info available.
> #1  0x7fa06d8053ae in os::Linux::manually_expand_stack(JavaThread*, 
> unsigned char*) ()
>from /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
> No symbol table info available.
> #2  0x7fa06d80cf0b in JVM_handle_linux_signal () from 
> /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
> No symbol table info available.
> #3  0x7fa06d802e13 in signalHandler(int, siginfo*, void*) () from 
> /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
> No symbol table info available.
> #4  


I first assumed a bug in the Java plugin, but it works fine in Linux 4.11.6.


The crash will be triggered by any applet, for example the test applet at:

* https://java.com/en/download/installed8.jsp


I'm running the Ubuntu 16.04 based KDE Neon distribution which somehow 
apparently does not allow me to use apport to report this bug:

> $ LANG= apport-cli linux-image-4.4.0-81-generic
> 
> *** Collecting problem information
> 
> The collected information can be sent to the developers to improve the
> application. This might take a few minutes.
> .
> 
> *** Problem in linux-image-4.4.0-81-generic
> 
> The problem cannot be reported:
> 
> This is not an official KDE package. Please remove any third party package 
> and try again.

If someone can tell me how to get apport working for this package, I can
use it to collect additional information, but (unfortunately?) the
problem should be fairly easy to reproduce...

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

** Package changed: mesa (Ubuntu) => linux (Ubuntu)

** CVE added: https://cve.mitre.org/cgi-
bin/cvename.cgi?name=2017-1000364

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

Title:
  linux-image-4.4.0-81-generic Regression: Oracle Java plugin crashes

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

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


[Bug 1593645] [NEW] manpage does not document "-reduce" parameter

2016-06-17 Thread Gunter Ohrner
Public bug reported:

The man page seems to be inconsistent with the actual pngcrush
implementation contained in the package.

For example, it does not document the "-reduce" option - or is this
intentional?

Possibly there are also other inconsistencies?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pngcrush 1.7.85-1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Jun 17 11:29:34 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
 libpng12-0 1.2.54-1ubuntu1
 zlib1g 1:1.2.8.dfsg-2ubuntu4
SourcePackage: pngcrush
UpgradeStatus: Upgraded to xenial on 2016-04-23 (54 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  manpage does not document "-reduce" parameter

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

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


[Bug 1593618] [NEW] changelog.Debian.gz is a self-referencing symlink (recursive)

2016-06-17 Thread Gunter Ohrner
Public bug reported:

The title says it all:

# ls -ls /usr/share/doc/ure/changelog.Debian.gz
0 lrwxrwxrwx 1 root root 26 Mai 19 21:14 /usr/share/doc/ure/changelog.Debian.gz 
-> ../ure/changelog.Debian.gz

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ure 5.1.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Jun 17 10:15:30 2016
SourcePackage: libreoffice
UpgradeStatus: Upgraded to xenial on 2016-04-23 (54 days ago)

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  changelog.Debian.gz is a self-referencing symlink (recursive)

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

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


[Bug 1451564] Re: Probable packaging problem: Single-click not working

2016-04-25 Thread Gunter Ohrner
** Summary changed:

- Single-click not working
+ Probable packaging problem: Single-click not working

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

Title:
  Probable packaging problem: Single-click not working

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

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


[Bug 1451564] Re: Single-click not working

2016-04-25 Thread Gunter Ohrner
According to https://bugs.kde.org/show_bug.cgi?id=343418#c16 , a
packaging problem in kdelibs5-plugins (which contains compatibility
plugins) might be the culprit.

** Package changed: kde-baseapps (Ubuntu) => kde4libs (Ubuntu)

** Also affects: kdelibs via
   https://bugs.kde.org/show_bug.cgi?id=343418
   Importance: Unknown
   Status: Unknown

** No longer affects: kdelibs

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

Title:
  Single-click not working

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

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


[Bug 1451564] Re: Single-click not working

2016-04-20 Thread Gunter Ohrner
In the upstream bugtracker someone mentioned that this bug may be caused
by a specific packaging problem / a missing library:

https://bugs.kde.org/show_bug.cgi?id=343418#c16


Wolfgang Bauer 2016-04-19 22:34:28 UTC

FYI, I found out by chance what the likely reason for your problem is:
You probably miss the file /usr/lib/kde4/plugins/gui_platform/libkde.so (the 
path might be slightly different in Kubuntu).
This is needed so that Qt4 (and KDE4) applications actually use the KDE(4) 
settings.
Without it, only Qt4's settings are respected. You could use qtconfig to set 
the style e.g. but there's no option for single/double click.

This file is provided by the KDE4 desktop/workspace package (kde-workspace or 
similar). In openSUSE it's part of the subpackage kdebase4-workspace-libs which 
is still included and installed by default (it can be installed alongside 
Plasma5, unlike the actual KDE4 desktop).
No idea whether it's available in Kubuntu, or in which package it would be 
contained.

But maybe somebody could add this information to the Kubuntu bug report, I 
don't have an account.



In fact this library is missing on my system and apt-file also does not know 
about it at all:

$ ls -l /usr/lib/kde4/plugins/gui_platform/libkde.so
ls: Zugriff auf /usr/lib/kde4/plugins/gui_platform/libkde.so nicht möglich: 
Datei oder Verzeichnis nicht gefunden
$ apt-file search libkde.so
$

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

Title:
  Single-click not working

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

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

[Bug 1091183] Re: davfs2 can't work with Sharepoint servers with NTLM authentication

2016-02-28 Thread Gunter Ohrner
The connection problem is fixed since at least 15.04, I think.

davfs2 has major problems writing to the Sharepoint mount, however - but
I guess that should be reported as a different bug...

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

Title:
  davfs2 can't work with Sharepoint servers with NTLM authentication

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

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


[Bug 1449005] Re: trim does not work with Samsung 840 EVO after firmware update (EXT0DB6Q)

2015-12-14 Thread Gunter Ohrner
*** This bug is a duplicate of bug 1338706 ***
https://bugs.launchpad.net/bugs/1338706

This question / problem does not really fit here, as it's, as you write
yourself, totally unrelated to the TRIM issues mentioned above and this
is bug report is a dublicate in any case.

That being said your logs don't look too promising and I'd assume an SSD
failure. One of the first things I'd try in this case is having a closer
look at the S.M.A.R.T. stats (smartctl --xall /dev/sdX | less) and
running the different S.M.A.R.T. self tests (man smartctl). This should
give you more information about how your SSD feels and might help to
rule out any software issues immediately.

In any case, you should not discuss the results here but on an
appropriate mailing list or help forum, which bugs.launchpad.net isn't.
(You can also contact me directly via mail, however while I've some
experience using Linux systems, also with SSDs, I'm no ATA / libata
expert.)

Good luck!

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

Title:
  trim does not work with Samsung 840 EVO after firmware update
  (EXT0DB6Q)

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

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


[Bug 1451564] Re: Single-click not working

2015-11-16 Thread Gunter Ohrner
@sanette: That's exactly the opposite problem of what I observe - for
me, single click works in KDE 5 applications, but not KDE 4
applications. See comments #4 / #5...

Also, for me it neither works with Kubuntu 15.04 nor 15.10.

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

Title:
  Single-click not working

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

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


[Bug 1453912] Re: systemd does not unlock dm-crypt password

2015-11-01 Thread Gunter Ohrner
I just noticed that I can enter the password and unlock the disk if I
boot with splash / plymouth enabled.

I normally do not use the "splash" boot option to boot up in text mode,
and the cryptsetup unit file or something does not seem to be able to
cope with that and does not query for the password.

Adding "splash" to the boot options made a password prompt appear during
systemd boot, but of course also enabled a graphical boot up process...

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

Title:
  systemd does not unlock dm-crypt password

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

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


[Bug 1442607] Re: I can't connect Bq Ubuntu to Ubuntu Store

2015-10-25 Thread Gunter Genne
All,

to run the script on the phone:
bash /home/phablet/Documents/script.sh should be run from the terminal(If 
installed) and with phone in developer mode.
This resets Ubuntu Store and it can connect again.
I was able to reproduce the error while uninstalling the uApp Explorer Scope.

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

Title:
  I can't connect Bq Ubuntu to Ubuntu Store

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

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


[Bug 1453912] Re: systemd does not unlock dm-crypt password

2015-10-11 Thread Gunter Ohrner
Unfortunately, this bug is still current - I submitted all requested
information, there has been no activity in response, but the problem
still persists.

** Changed in: systemd (Ubuntu)
   Status: Expired => New

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

Title:
  systemd does not unlock dm-crypt password

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

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


[Bug 1474807] Re: KDE 5: Keyboard and mouse settings not applied after re-plugging device or after suspend/resume cycle

2015-09-27 Thread Gunter Ohrner
https://bugs.kde.org/show_bug.cgi?id=346336

David Rosca changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #13 from David Rosca ---
The issue here is that the code that listens to device added events is using
xcb-xinput which is disabled by default when building libxcb and so is not
available on some distros (eg. Debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733227).

For 5.4.2, I have pushed a fix
https://quickgit.kde.org/?p=plasma-desktop.git=commitdiff=415c962dea42fba31f9486f55e90630e60bb2bc2
that should help with the issue for systems without xcb-xinput.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

** Bug watch added: KDE Bug Tracking System #346336
   https://bugs.kde.org/show_bug.cgi?id=346336

** Bug watch added: Debian Bug tracker #733227
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733227

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

Title:
  KDE 5: Keyboard and mouse settings not applied after re-plugging
  device or after suspend/resume cycle

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

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


[Bug 1338706] Re: Samsung SSD 840 failed to get NCQ Send/Recv Log Emask 0x1 failed to set xfermode (err_mask=0x40) on upstream kernels = 3.12

2015-08-12 Thread Gunter Ohrner
Yes, it's a different issue. Algolia weren't even using queues TRIM.

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

Title:
  Samsung SSD 840 failed to get NCQ Send/Recv Log Emask 0x1 failed to
  set xfermode (err_mask=0x40) on upstream kernels = 3.12

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

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


[Bug 1453912] Re: systemd does not unlock dm-crypt password

2015-08-03 Thread Gunter Ohrner
BTW, is there anything else needed from my side or anything else I
should or can do to provide any required information?

I'm still having this issue and I fear my system might be rendered
unusable if the next Kubuntu update possibly removes upstart support
completely and with it the fallback boot option that's currently saving
me...

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

Title:
  systemd does not unlock dm-crypt password

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

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


[Bug 1474807] [NEW] KDE 5: Keyboard and mouse settings not applied after re-plugging device or after suspend/resume cycle

2015-07-15 Thread Gunter Ohrner
Public bug reported:

Installation: Kubuntu 15.04 x64
USB-Keyboard and mouse

Probably a (K)Ubuntu-specific problem:

Custom keyboard and mouse settings configured in KDE's systemsettings5
are not re-applied after unplugging / replugging the input device or
after a suspend / resume cycle.

See also upstream bugs for reference, where most/all users experiencing
the problem appear to be Kubuntu-15.04-users:

https://bugs.kde.org/show_bug.cgi?id=346336
https://bugs.kde.org/show_bug.cgi?id=350240

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

** Package changed: xserver-xorg-input-evdev (Ubuntu) = systemsettings
(Ubuntu)

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

Title:
  KDE 5: Keyboard and mouse settings not applied after re-plugging
  device or after suspend/resume cycle

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

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


[Bug 1451564] Re: Single-click not working

2015-07-11 Thread Gunter Ohrner
https://bugs.kde.org/show_bug.cgi?id=343418

--- Comment #10 from michael x-x at x-x karbach.org ---
Not, I have altogether 5 Computers, 4 of them running OpenSuSE-13.2 and I do
not have the problem, but on my single computer with Ubuntu-15.04 I have the
problem with single click.

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

Title:
  Single-click not working

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

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


[Bug 1451564] Re: Single-click not working

2015-07-07 Thread Gunter Ohrner
I can also confirm this.

The problem only affects applications based on kdelibs4, KDE 5
applications properly accept single clicks.

There are upstream bugs concerning this issue, but Plasma 5.2 should
have fixed it:

https://bugs.kde.org/show_bug.cgi?id=343418
https://bugs.kde.org/show_bug.cgi?id=346946

So apparently it's a Kubuntu-specific issue? Or the assumption stated in
https://bugs.kde.org/show_bug.cgi?id=346946#c3 is wrong.

** Bug watch added: KDE Bug Tracking System #343418
   https://bugs.kde.org/show_bug.cgi?id=343418

** Bug watch added: KDE Bug Tracking System #346946
   https://bugs.kde.org/show_bug.cgi?id=346946

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

Title:
  Single-click not working

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

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


[Bug 1453912] Re: systemd does not unlock dm-crypt password

2015-06-30 Thread Gunter Ohrner
HTH

** Attachment added: The requested generator.tar file.
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1453912/+attachment/4422419/+files/generator.tar.bz2

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

Title:
  systemd does not unlock dm-crypt password

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

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


[Bug 1453912] Re: systemd does not allow to boot with /home on dm-crypt

2015-06-18 Thread Gunter Ohrner
I fetched the debug log using the debug console, however it's contents
do not look suspicious to me...

systemd seems to try to start the cryptsetup service, the only question
probably is where the password prompt does end up...

** Attachment added: systemd jounal fetched using debug console.
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1453912/+attachment/4416839/+files/journal.txt

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

Title:
  systemd does not allow to boot with /home on dm-crypt

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

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


[Bug 1453912] Re: systemd does not allow to boot with /home on dm-crypt

2015-06-09 Thread Gunter Ohrner
When I boot using systemd, nothing is logged at all - maybe booting
stalls even before rsyslogd is started?

If I boot using upstart, the syslog is as follows - note the massive
delay before activation of org.freedesktop.UDisks2 which causes the
boot process to take quite long - Kubuntu 14.10 had a *much* faster boot
process without such a delay.


** Attachment added: syslog while booting using upstart - there are no log 
entries if I try to boot using systemd
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1453912/+attachment/4412154/+files/upstart_syslog.txt

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

Title:
  systemd does not allow to boot with /home on dm-crypt

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

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


[Bug 1453912] Re: systemd does not allow to boot with /home on dm-crypt

2015-06-02 Thread Gunter Ohrner
none is the key file:

crypttab(5):

The third field, key file, describes the file to use as a key for
decrypting the data of the source device. Note that the entire key file
will be used as the passphrase; the passphrase must not be followed by a
newline character.

However I'll try booting with the different init systems and attach the
syslog results soon, hopefully this evening.

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

Title:
  systemd does not allow to boot with /home on dm-crypt

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

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


[Bug 1453912] [NEW] systemd does not allow to boot with /home on dm-crypt

2015-05-11 Thread Gunter Ohrner
Public bug reported:

Since upgrading from version 14.10 to Kubuntu 15.04, my system does not
boot normally any more.

Maybe it's only a stupid oversight on my part, but not being a systemd
pro, I'm currently at a loss of how to debug this any further.

Hints and pointers to appropriate documentation are welcome!

Kubuntu 15.04 quickly boots to a specific point where it seems to try to
enable a dm-crypt partition which also carries /home, beside other data,
and simply stalls.

I'm not asked to enter my crytpdisk password and I also cannot enter it
blindly without being asked.

You can see the point where it stalls in the attached screenshot
(photo of my screen).

I can then press Ctrl+Alt+Del to cleanly restart the system but I could
not find a way to get beyond this point with systemd.

Using the alternative boot option with upstart works flawlessly.
(Although booting with this boot option is really slow and it takes a
while to reach the graphical login screen - it basically looks as if the
system is waiting for some name resolving timeouts during boot, but
that's a different issue, if've not debugged it further and maybe it's
just gone once systemd works to boot my machine.)

Further info about my setup:

$ cat /etc/crypttab 
   
crypt /dev/mapper/main-cryptstore none luks,noearly,discard  

$ mount | egrep crypt
/dev/mapper/crypt on /mnt/crypt type ext4 (rw,relatime,data=ordered)
/dev/mapper/crypt on /home type ext4 (rw,relatime,data=ordered)
/dev/mapper/crypt on /var/lib/mysql type ext4 (rw,relatime,data=ordered)

Here the first entry is the actual mount point while the other mount
points are bind mounts:

$ cat /etc/fstab | egrep crypt
/dev/mapper/crypt   /mnt/crypt  ext4defaults0   2   

/mnt/crypt/home /home   nonebind0   0   

/mnt/crypt/var_lib_mysql/var/lib/mysql  nonebind0   0

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Mon May 11 20:28:18 2015
MachineType: Sony Corporation SVS13A3W9ES
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-16-generic 
root=/dev/mapper/main-root ro quiet init=/sbin/upstart
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service - 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
 
 1 overridden configuration files found.
UpgradeStatus: Upgraded to vivid on 2015-04-28 (13 days ago)
dmi.bios.date: 03/13/2013
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: R1021C8
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR1021C8:bd03/13/2013:svnSonyCorporation:pnSVS13A3W9ES:pvrC60BRBTW:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: SVS13A3W9ES
dmi.product.version: C60BRBTW
dmi.sys.vendor: Sony Corporation

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


** Tags: amd64 apport-bug vivid

** Attachment added: 20150511_001.jpg
   
https://bugs.launchpad.net/bugs/1453912/+attachment/4395710/+files/20150511_001.jpg

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

Title:
  systemd does not allow to boot with /home on dm-crypt

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

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


[Bug 1444427] [NEW] unstr always fails with data file corrupted

2015-04-15 Thread Gunter Ohrner
Public bug reported:

The unstr program shipped with fortune-mod does not work at all:

$ cat  test.fort
Fortune1
%
Fortune2
%
Fortune3^D^D

$ strfile test.fort 
test.fort.dat created
There were 3 strings
Longest string: 9 bytes
Shortest string: 8 bytes

$ unstr test.fort.dat 
Input file: test.fort.dat
unstr: data file corrupted

$ fortune test.fort
Fortune1

$ fortune test.fort
Fortune3

$

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: fortune-mod 1:1.99.1-7
ProcVersionSignature: Ubuntu 3.16.0-34.45-generic 3.16.7-ckt8
Uname: Linux 3.16.0-34-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Apr 15 13:42:47 2015
SourcePackage: fortune-mod
UpgradeStatus: Upgraded to utopic on 2014-10-24 (172 days ago)

** Affects: fortune-mod (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

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

Title:
  unstr always fails with data file corrupted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fortune-mod/+bug/127/+subscriptions

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


[Bug 1366691] [NEW] Symlink /usr/share/doc/uno-libs3/changelog.Debian.gz points to itself

2014-09-08 Thread Gunter Ohrner
Public bug reported:

You cannot view LibreOffice's Debian Changelog, as all changelog-entries
in /usr/share/doc are symlinks pointing to /usr/share/doc/uno-
libs3/changelog.Debian.gz - which also just points to itself...

# ls -l /usr/share/doc/uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/uno-libs3/changelog.Debian.gz - ../uno-libs3/changelog.Debian.gz

# ls -l /usr/share/doc/libreoffice*/changelog.Debian.gz 
lrwxrwxrwx 1 root root 26 Aug 28 19:56 
/usr/share/doc/libreoffice-avmedia-backend-gstreamer/changelog.Debian.gz - 
../ure/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-base/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-base-core/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 26 Aug 28 19:56 
/usr/share/doc/libreoffice-base-drivers/changelog.Debian.gz - 
../ure/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-calc/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
-rw-r--r-- 1 root root   1557 Aug 28 21:59 
/usr/share/doc/libreoffice-common/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-core/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-draw/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 42 Aug 28 20:45 
/usr/share/doc/libreoffice-help-de/changelog.Debian.gz - 
../libreoffice-l10n-de/changelog.Debian.gz
lrwxrwxrwx 1 root root 45 Aug 28 20:46 
/usr/share/doc/libreoffice-help-en-gb/changelog.Debian.gz - 
../libreoffice-l10n-en-gb/changelog.Debian.gz
-rw-r--r-- 1 root root   1555 Aug 28 20:43 
/usr/share/doc/libreoffice-help-en-us/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-impress/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
-rw-r--r-- 1 root root   1557 Aug 28 21:59 
/usr/share/doc/libreoffice-java-common/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-kde/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
-rw-r--r-- 1 root root 134820 Jun 21  2012 
/usr/share/doc/libreoffice-l10n-common/changelog.Debian.gz
-rw-r--r-- 1 root root   1557 Aug 28 20:29 
/usr/share/doc/libreoffice-l10n-de/changelog.Debian.gz
-rw-r--r-- 1 root root   1558 Aug 28 20:30 
/usr/share/doc/libreoffice-l10n-en-gb/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-math/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-officebean/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 26 Aug 28 19:56 
/usr/share/doc/libreoffice-pdfimport/changelog.Debian.gz - 
../ure/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-report-builder-bin/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz
lrwxrwxrwx 1 root root 26 Aug 28 19:56 
/usr/share/doc/libreoffice-sdbc-firebird/changelog.Debian.gz - 
../ure/changelog.Debian.gz
lrwxrwxrwx 1 root root 26 Aug 28 19:56 
/usr/share/doc/libreoffice-sdbc-hsqldb/changelog.Debian.gz - 
../ure/changelog.Debian.gz
-rw-r--r-- 1 root root   1557 Aug 28 21:59 
/usr/share/doc/libreoffice-style-human/changelog.Debian.gz
-rw-r--r-- 1 root root   1557 Aug 28 21:59 
/usr/share/doc/libreoffice-style-oxygen/changelog.Debian.gz
lrwxrwxrwx 1 root root 32 Aug 28 19:57 
/usr/share/doc/libreoffice-writer/changelog.Debian.gz - 
../uno-libs3/changelog.Debian.gz

#

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: uno-libs3 4.2.6.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Sep  8 09:22:51 2014
SourcePackage: libreoffice
UpgradeStatus: Upgraded to trusty on 2014-05-18 (113 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Symlink /usr/share/doc/uno-libs3/changelog.Debian.gz points to itself

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

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


[Bug 1261936] ProcEnviron.txt

2013-12-18 Thread Gunter Ohrner
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1261936/+attachment/3931720/+files/ProcEnviron.txt

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
HTH, although there seems to be little detail about packages related to
the actual problem in  the data submitted by apport.

Do you need any additional information?

** Description changed:

  Regression in Saucy Salamander 13.10, worked fine in 13.04 and previous
  releases.
  
  Affects LibreOffice Writer (Other Libre Office modules not tested so
  far.)
  
- Font rendering and cursor positioning in texts is messed up, the letters
- look slightly distorted, letter spacing is incorrect with even partially
- overlapping letters and the cursor positioning in a line of text does
- not always match the actual editing position.
+ (At least) Nimbus Sans L font rendering and cursor positioning in texts
+ is messed up, the letters look slightly distorted, letter spacing is
+ incorrect with even partially overlapping letters and the cursor
+ positioning in a line of text does not always match the actual editing
+ position.
  
  Wrong font rendering also effects PDF files generated with LibreOffice
  writer in Saucy.
  
  Nimbus Sans L font rendering looks fine in kCharSelect.
  
  PDFs generated before the update also are not affected and are rendered fine 
by Okular.
- --- 
+ ---
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-12-17 (0 days ago)
  UserGroups: adm admin cdrom davfs2 dialout disk lp lpadmin plugdev sambashare 
www-data

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
apport information

** Tags added: apport-collected saucy

** Description changed:

  Regression in Saucy Salamander 13.10, worked fine in 13.04 and previous
  releases.
  
  Affects LibreOffice Writer (Other Libre Office modules not tested so
  far.)
  
  Font rendering and cursor positioning in texts is messed up, the letters
  look slightly distorted, letter spacing is incorrect with even partially
  overlapping letters and the cursor positioning in a line of text does
  not always match the actual editing position.
  
  Wrong font rendering also effects PDF files generated with LibreOffice
  writer in Saucy.
  
  Nimbus Sans L font rendering looks fine in kCharSelect.
  
- PDFs generated before the update also are not affected and are rendered
- fine by Okular.
+ PDFs generated before the update also are not affected and are rendered fine 
by Okular.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.1
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.10
+ MarkForUpload: True
+ Package: libreoffice 1:4.1.3-0ubuntu1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
+ Tags:  saucy
+ Uname: Linux 3.11.0-14-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2013-12-17 (0 days ago)
+ UserGroups: adm admin cdrom davfs2 dialout disk lp lpadmin plugdev sambashare 
www-data

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1261936/+attachment/3931719/+files/Dependencies.txt

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
** Attachment added: 
20131218_LibreOffice-Font-Chooser-Existing-Document-Only-Gsfonts-Installed.png
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261936/+attachment/3931926/+files/20131218_LibreOffice-Font-Chooser-Existing-Document-Only-Gsfonts-Installed.png

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
** Attachment added: 
20131218_LibreOffice-Font-Chooser-New-Document-All-Packages-Installed.png
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261936/+attachment/3931922/+files/20131218_LibreOffice-Font-Chooser-New-Document-All-Packages-Installed.png

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
Trying to produce the requested documents and screenshots I noticed
something strange:

LibreOffice provides a varying set of font weights for Nimbus Sans L in
its chooser dialog, depending on whether I create a new document or open
a previously created one (which did work fine before the upgrade).

I noticed the following: According to fc-list, there were three packages
installed which provided the Nimbus Fonts with partially conflicting
weights:

# fc-list | egrep 'Nimbus Sans L'  
/usr/share/fonts/type1/texlive-fonts-recommended/uhvb8a.pfb: Nimbus Sans 
L:style=Bold
/usr/share/fonts/type1/texlive-fonts-recommended/uhvro8a.pfb: Nimbus Sans 
L:style=Regular Italic
/usr/share/fonts/X11/Type1/n019003l.pfb: Nimbus Sans L:style=Regular
/usr/share/fonts/X11/Type1/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/X11/Type1/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/X11/Type1/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/texlive-fonts-recommended/uhvr8ac.pfb: Nimbus Sans 
L:style=Regular Condensed
/usr/share/fonts/type1/texlive-fonts-recommended/uhvro8ac.pfb: Nimbus Sans 
L:style=Regular Condensed Italic
/usr/share/fonts/type1/texlive-fonts-recommended/uhvbo8a.pfb: Nimbus Sans 
L:style=Bold Italic
/usr/share/fonts/type1/texlive-fonts-recommended/uhvr8a.pfb: Nimbus Sans 
L:style=Regular
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/texlive-fonts-recommended/uhvbo8ac.pfb: Nimbus Sans 
L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/texlive-fonts-recommended/uhvb8ac.pfb: Nimbus Sans 
L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular

# dpkg -S /usr/share/fonts/X11/Type1/n019003l.pfb
gsfonts-x11: /usr/share/fonts/X11/Type1/n019003l.pfb

# dpkg -S /usr/share/fonts/type1/gsfonts/n019024l.pfb
gsfonts: /usr/share/fonts/type1/gsfonts/n019024l.pfb

# dpkg -S /usr/share/fonts/type1/texlive-fonts-recommended/uhvr8a.pfb
texlive-fonts-recommended: 
/usr/share/fonts/type1/texlive-fonts-recommended/uhvr8a.pfb

With this configuration, LibreOffice shows a pretty confusing, or maybe
confused, behaviour.

While the KDE System Settings font selection dialog shows all install
weights for Nimbus Sans L, LibreOffice shows two different sets
depending on whether I create a new document or load the existing one:
(Also see screenshots.)

1; A new document: The default bold font face is missing, only Bold Condensed 
(both in straigth and italic styles) is
offered. However, for normal font weight, the default regular type face is 
available.

2; The existing document: In this case LO only offers condensed type faces in 
straigt style, while only the regular width
typefaces are offered for italic style.
That's what messed up my document, LO seems to select the metrics of a 
condensed width font but uses the glyphs of a
regular width font, causing the characters to touch each other. For 
printing, even the metrics of the regular width font
seem to be applied, causing the text to be much wider in print than on the 
screen, overflowing table cells etc.

3: Removing gsfonts-x11 did not change anything.

However removing texlive-fonts-recommended fixes the problem, now only the 
regular width type faces provided by 
gsfonts are available and can be selected in both LibreOffice - 
independently of if I create a new document or open the
existing one - and the KDE Control Center.

Removing gsfonts was not possible without breaking lots of packages
so I did not try this.

4: I just tried to reinstall the texlive fonts to make a screenshot with LO and 
wrong font rendering, and now LO provides
Nimbus Sans L only in regular weight and straigt style while bold weights 
and italic style are only available in condensed type
faces... Apparently, the font variants displayed seem to depend on the 
order in which the fonts are read by LO...

So I now cannot reproduce the actual display problem I had, but the
bottom line is that

a) LO sometimes only displays a random selection of installed fonts,
b) this selection may differ between different documents on the same computer, 
and
c) this selection may change after (re)installations of existing fonts which do 
not change the fonts actually available. (eg. I'd
 assume this could even happen during security updates if the font list / 
cache is regenerated.)

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
** Attachment added: 
20131218_KDE-System-Settings-Font-Chooser-All-Packages-Installed.png
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261936/+attachment/3931921/+files/20131218_KDE-System-Settings-Font-Chooser-All-Packages-Installed.png

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
** Attachment added: 
20131218_LibreOffice-Font-Chooser-Existing-Document-All-Packages-Installed.png
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261936/+attachment/3931923/+files/20131218_LibreOffice-Font-Chooser-Existing-Document-All-Packages-Installed.png

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
** Attachment added: 
20131218_KDE-System-Settings-Font-Chooser-Only-Gsfonts-Installed.png
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261936/+attachment/3931924/+files/20131218_KDE-System-Settings-Font-Chooser-Only-Gsfonts-Installed.png

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] Re: Nimbus Sans L font metrics messed up in LibreOffice

2013-12-18 Thread Gunter Ohrner
** Attachment added: 
20131218_LibreOffice-Font-Chooser-New-Document-Only-Gsfonts-Installed.png
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261936/+attachment/3931925/+files/20131218_LibreOffice-Font-Chooser-New-Document-Only-Gsfonts-Installed.png

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

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 1261936] [NEW] Nimbus Sans L font metrics messed up in LibreOffice

2013-12-17 Thread Gunter Ohrner
Public bug reported:

Regression in Saucy Salamander 13.10, worked fine in 13.04 and previous
releases.

Affects LibreOffice Writer (Other Libre Office modules not tested so
far.)

Font rendering and cursor positioning in texts is messed up, the letters
look slightly distorted, letter spacing is incorrect with even partially
overlapping letters and the cursor positioning in a line of text does
not always match the actual editing position.

Wrong font rendering also effects PDF files generated with LibreOffice
writer in Saucy.

Nimbus Sans L font rendering looks fine in kCharSelect.

PDFs generated before the update also are not affected and are rendered
fine by Okular.

** Affects: libreoffice (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/1261936

Title:
  Nimbus Sans L font metrics messed up in LibreOffice

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

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


[Bug 999821] Re: gwenview has memory leak in presentation mode

2012-05-27 Thread Gunter Ohrner
Are you sure that this problem affects presentation mode only?

I see massive memory consumption when switching through a series of
images, no matter if full screen or large view within the window, I
actually do not even use the real presentation mode...

This problem makes it impossible to me to use gwenvie to browse through
image folders other than in thumbnail mode, which is not really helpful
in selecting images...

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

Title:
  gwenview has memory leak in presentation mode

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

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


[Bug 999821] Re: gwenview has memory leak in presentation mode

2012-05-27 Thread Gunter Ohrner
Ah, forgot:


$ gwenview -v
Qt: 4.8.1
KDE: 4.8.2 (4.8.2)
Gwenview: 2.8.2

# Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-19-generic x86_64)

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

Title:
  gwenview has memory leak in presentation mode

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

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


[Bug 746084] Re: [i945gm] Stuttering mouse with Natty Narwhal

2012-04-19 Thread Gunter Ohrner
This is fixed for me with the current Natty updates. (Actually it's
fixed since a while, otherwise Natty would not have been usable for me.
Sorry for forgetting about that report.)

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

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

Title:
  [i945gm] Stuttering mouse with Natty Narwhal

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

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


[Bug 664608] Re: simple-scan crashes when saving to PDF

2012-03-28 Thread Gunter Ohrner
Normally also affected by this very same bug, I just got the following
abort in glibc while saving a larger (several pages) scanned document.

I'm not sure if this actually is a different symptom of the same
problem?

*** glibc detected *** simple-scan: free(): invalid next size (normal): 
0x02d00c00 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x78a96)[0x7fabe88ada96]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x6c)[0x7fabe88b1d7c]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x3357b)[0x7fabe9a1c57b]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x1b7f9)[0x7fabe9a047f9]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x1bfc8)[0x7fabe9a04fc8]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x4d264)[0x7fabe9a36264]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x4e26a)[0x7fabe9a3726a]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x48602)[0x7fabe9a31602]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x1)[0x7fabe9a0b221]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(cairo_stroke_preserve+0x20)[0x7fabe9a024a0]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(cairo_stroke+0x9)[0x7fabe9a024b9]
/usr/lib/libgtk-3.so.0(+0x224fbf)[0x7fabea6a8fbf]   
   
/usr/lib/libgtk-3.so.0(gtk_render_handle+0x12e)[0x7fabea65700e] 
   
/usr/lib/libgtk-3.so.0(+0x29cc18)[0x7fabea720c18]   
   
/usr/lib/libgtk-3.so.0(+0x152f18)[0x7fabea5d6f18]   
   
/usr/lib/libgtk-3.so.0(+0x27eab0)[0x7fabea702ab0]   
   
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x154)[0x7fabe97a70a4]
  
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x20e5f)[0x7fabe97b8e5f] 
   
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0x623)[0x7fabe97c2483]
  
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7fabe97c2852]
  
/usr/lib/libgtk-3.so.0(+0x2901ea)[0x7fabea7141ea]   
   
/usr/lib/libgtk-3.so.0(gtk_widget_send_expose+0x141)[0x7fabea714331]
   
/usr/lib/libgtk-3.so.0(gtk_main_do_event+0x659)[0x7fabea5d6e29] 
   
/usr/lib/libgdk-3.so.0(+0x34797)[0x7fabea23c797]
   
/usr/lib/libgdk-3.so.0(+0x34733)[0x7fabea23c733]
   
/usr/lib/libgdk-3.so.0(+0x33d8f)[0x7fabea23bd8f]
   
/usr/lib/libgdk-3.so.0(gdk_window_process_all_updates+0x1a0)[0x7fabea23c200]
/usr/lib/libgtk-3.so.0(+0xcd156)[0x7fabea551156]
/usr/lib/libgdk-3.so.0(+0x1a32f)[0x7fabea22232f]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x1dd)[0x7fabe94e6a5d]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x45258)[0x7fabe94e7258]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0x162)[0x7fabe94e7792]
/usr/lib/libgtk-3.so.0(gtk_main+0x8d)[0x7fabea5d5edd]
simple-scan(application_main+0x30f)[0x41aedf]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7fabe885630d]
simple-scan[0x40c5d9]
=== Memory map: 
0040-0043c000 r-xp  fd:00 7426   
/usr/bin/simple-scan
0063b000-0063c000 r--p 0003b000 fd:00 7426   
/usr/bin/simple-scan
0063c000-0063d000 rw-p 0003c000 fd:00 7426   
/usr/bin/simple-scan
00f04000-039a3000 rw-p  00:00 0  [heap]
7fabc13d9000-7fabc13da000 ---p  00:00 0 
7fabc13da000-7fabc1bda000 rw-p  00:00 0 
7fabc23db000-7fabc23dc000 ---p  00:00 0 
7fabc23dc000-7fabc2bdc000 rw-p  00:00 0 
7fabc41c9000-7fabc41de000 r-xp  08:05 34 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fabc41de000-7fabc43dd000 ---p 00015000 08:05 34 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fabc43dd000-7fabc43de000 r--p 00014000 08:05 34 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fabc43de000-7fabc43df000 rw-p 00015000 08:05 34 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fabc43df000-7fabc43e ---p  00:00 0 
7fabc43e-7fabc4be rw-p  00:00 0 
7fabc4be-7fabc4be1000 ---p  00:00 0 
7fabc4be1000-7fabc53e1000 rw-p  00:00 0 
7fabc53e1000-7fabc53e4000 r-xp  08:05 132
/lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
7fabc53e4000-7fabc55e3000 ---p 3000 08:05 132
/lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
7fabc55e3000-7fabc55e4000 r--p 2000 08:05 132
/lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
7fabc55e4000-7fabc55e5000 rw-p 3000 

[Bug 879828] Re: plasma-widget-networkmanagement doesn't remember passwords

2012-02-15 Thread Gunter Ohrner
Thanks for the notification - my fault, that exact upstream comment was
actually written by myself, I just forgot to follow up on this bug
report as well.

The problem is solved for me using the latest versions from the Kubuntu
PPA.

It's probably not yet fixed in plain Kubuntu 11.10, though.

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

Title:
  plasma-widget-networkmanagement doesn't remember passwords

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

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


[Bug 747719] Re: kded4 eats memory like mad

2011-12-23 Thread Gunter Ohrner
Apparently, this bug has been fixed upstream:

https://bugs.kde.org/show_bug.cgi?id=271934

Is it possible to integrate the relevant patch or the fixed package into
Kubuntu, so KDE powermanagement becomes usable in Kubuntu Oneiric?

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

Title:
  kded4 eats memory like mad

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

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


[Bug 664608] Re: Simple-Scan crashes when I try so save a scan.

2011-12-08 Thread Gunter Ohrner
Yes, unfortunately it is with Kubuntu 11.10 x64:


simple-scan: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) 
(((char *) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct 
malloc_chunk, fd  old_size == 0) || ((unsigned long) (old_size) = 
(unsigned long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
Abgebrochen

ii  simple-scan   3.2.0-0ubuntu1Simple Scanning Utility
Linux Zweiblum 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Simple-Scan crashes when I try so save a scan.

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

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


[Bug 879828] Re: plasma-widget-networkmanagement doesn't remember passwords

2011-10-30 Thread Gunter Ohrner
Sorry, why has this bug been auto-closed as WONTFIX? This bug makes
Plasma NM in Kubuntu barely usable, if usable at all...

Does this mean Kubuntu 11.10 will never get a network manager applet
with a working password store?

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

Title:
  plasma-widget-networkmanagement doesn't remember passwords

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

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


[Bug 879836] Re: network-manager does ignore the saved network-secret and asks for authentication every startup

2011-10-26 Thread Gunter Ohrner
Do you use GNOME's nm-applet or KDE's Plasma-widget? I see the same
problem with the following packages:

network-manager 0.9.1.90-0ubuntu4
plasma-widget-networkmanagement 0.9~svngit.nm09.20110610.0c83d8-0ubuntu5

which makes Plasma-NM more or less useless as I need to connect to quite
a few networks with passwords you simply *cannot* remember...

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

Title:
  network-manager does ignore the saved network-secret and asks for
  authentication every startup

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

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


[Bug 880277] [NEW] aptitude always wants to install libnspr4-0d which is neither required nor recommended by any installed package

2011-10-23 Thread Gunter Ohrner
Public bug reported:

Starting the aptitude curses GUI, libnspr4-0d is always selected to be
installed. It's not tagged as auto-selected and is not required,
recommended or suggested by any installed package.

Deselecting it (using -) and restarting aptitude will cause it to be
selected for installation again.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: aptitude 0.6.4-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 23 12:05:33 2011
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
SourcePackage: aptitude
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (6 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  aptitude always wants to install libnspr4-0d which is neither required
  nor recommended by any installed package

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

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


[Bug 880277] Re: aptitude always wants to install libnspr4-0d which is neither required nor recommended by any installed package

2011-10-23 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/880277

Title:
  aptitude always wants to install libnspr4-0d which is neither required
  nor recommended by any installed package

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

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


[Bug 880464] Re: virtuoso 6.1.3 requires an important patch

2011-10-23 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/880464

Title:
  virtuoso 6.1.3 requires an important patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtuoso-opensource/+bug/880464/+subscriptions

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


[Bug 880464] [NEW] virtuoso 6.1.3 requires an important patch

2011-10-23 Thread Gunter Ohrner
Public bug reported:

Virtuoso 6.1.3 has an important bug concerning non-ASCII-characters, see
https://bugs.kde.org/show_bug.cgi?id=271664
A patch exists at https://bugs.kde.org/show_bug.cgi?id=271664#c13 which is 
recommended to be applied to all binary packages:

This patch (provided by OpenLink) does fix the unicode issues which result in
several problems like the one described in this bug.
It is recommended to apply this patch to all binary packages.

I discovered this as I'm currently bitten by
https://bugs.kde.org/show_bug.cgi?id=275632 which is also supposed to be
fixed by this patch.

Please apply, thanks!

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: virtuoso-opensource-6.1-bin 6.1.3+dfsg1-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 23 19:11:49 2011
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
SourcePackage: virtuoso-opensource
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (6 days ago)

** Affects: virtuoso-opensource (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric patch

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

Title:
  virtuoso 6.1.3 requires an important patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtuoso-opensource/+bug/880464/+subscriptions

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


[Bug 879828] [NEW] plasma-widget-networkmanagement doesn't remember passwords

2011-10-22 Thread Gunter Ohrner
Public bug reported:

Apparently this is a bug in the packaged plasma-widget-networkmanagement
version which has been fixed upstream:

https://bugs.kde.org/show_bug.cgi?id=284155

Please update plasma-widget-networkmanagement to a fixed stable release.

Description:

I use Kubuntu 11.10's plasma-widget-networkmanagement package, Kubuntu version
number 1:0.9~svngit.nm09.20110610.0c83d8-0ubuntu5.

Is configured to use secure storage for managing passwords, and I actively
use kwallet for all other KDE applications supporting it. Yet the network
management system / plasmoid does not remember my WIFI password (WPA-PSK),
everytime I try to connect a dialog with a single password entry text field
(below a WIFI protection method drop down) pops up.

Additionally, changing the Store connection secrets dropdown box in the
settings does not enable the apply-button - maybe that's related? The setting
I chose is remembered if I click ok and reopen the settings dialog, however.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: plasma-widget-networkmanagement 
0.9~svngit.nm09.20110610.0c83d8-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sat Oct 22 11:17:29 2011
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
SourcePackage: networkmanagement
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (5 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  plasma-widget-networkmanagement doesn't remember passwords

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

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


[Bug 879828] Re: plasma-widget-networkmanagement doesn't remember passwords

2011-10-22 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to networkmanagement in Ubuntu.
https://bugs.launchpad.net/bugs/879828

Title:
  plasma-widget-networkmanagement doesn't remember passwords

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

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


[Bug 879825] [NEW] Severe logic errors in questionaire GUI

2011-10-22 Thread Gunter Ohrner
Public bug reported:

The following misbehaviour are just examples I found during my first few
clicks within this tool.

Run apport-bug without any arguments.

* A dialog appears asking Which kind of problem do you want to report?
= Just clicking ok without selecting anything will crash the bug report 
application.
= Selecting Other Problem brings up the Display Problem dialog, but 
Display-Problem is a completely different selection in the first dialog...

* Clicking Ok without selection any option will also crash the bug report 
application at this point.
* Clicking Cancel instead in this Display Problem dialog will completely 
freeze the bug report application, the windows will stay there but will not 
react to any interaction any more.

I did not try anything further...

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: apport-kde 1.23-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportLog:
 
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sat Oct 22 11:09:28 2011
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (5 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Severe logic errors in questionaire GUI

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

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


[Bug 879825] Re: Severe logic errors in questionaire GUI

2011-10-22 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879825

Title:
  Severe logic errors in questionaire GUI

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

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


[Bug 879842] [NEW] Downloading / viewing changelogs impossible: Download queue destroyed.

2011-10-22 Thread Gunter Ohrner
Public bug reported:

$ aptitude changelog bash
Err Changelog of bash   
   
E: Changelog download failed: Download queue destroyed.
E: Couldn't find a changelog for bash
$

Pressing C in the curses GUI yields the same results with the error
message displaying in a dialog box.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: aptitude 0.6.4-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sat Oct 22 12:12:23 2011
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
SourcePackage: aptitude
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (5 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Downloading / viewing changelogs impossible: Download queue
  destroyed.

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

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


[Bug 879842] Re: Downloading / viewing changelogs impossible: Download queue destroyed.

2011-10-22 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879842

Title:
  Downloading / viewing changelogs impossible: Download queue
  destroyed.

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

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


[Bug 879843] [NEW] Wish: Support user in selecting correct arch package

2011-10-22 Thread Gunter Ohrner
Public bug reported:

In Ubuntu 11.10 x64, aptitude's GUI shows most packages twice, while
actually on entry represents the x64 and one the IA32 architecture
package. There's no indication in the package list which is which,
however, which makes software administration much more confusing than
necessary...

Additionally, aptitude itself sometimes even seems to become confused
because of duplicate packages during dependency resolution which makes
aptitude hardly usable at all to resolve conflicts, but I'll report a
separate bug about this as soon as it happens again.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: aptitude 0.6.4-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sat Oct 22 12:19:31 2011
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
SourcePackage: aptitude
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (5 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Wish: Support user in selecting correct arch package

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

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


[Bug 879843] Re: Wish: Support user in selecting correct arch package

2011-10-22 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879843

Title:
  Wish: Support user in selecting correct arch package

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

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


[Bug 791755] [NEW] package dahdi-dkms 1:2.3.0.1 dfsg-2ubuntu2 failed to install/upgrade: dahdi kernel module failed to build

2011-06-02 Thread gunter
Public bug reported:

Binary package hint: dahdi-linux

during an upgrade

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: dahdi-dkms 1:2.3.0.1+dfsg-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Thu Jun  2 11:26:29 2011
ErrorMessage: dahdi kernel module failed to build
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110425.2)
PackageArchitecture: all
PackageVersion: 1:2.3.0.1+dfsg-2ubuntu2
SourcePackage: dahdi-linux
Title: package dahdi-dkms 1:2.3.0.1+dfsg-2ubuntu2 failed to install/upgrade: 
dahdi kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package dahdi-dkms 1:2.3.0.1 dfsg-2ubuntu2 failed to install/upgrade:
  dahdi kernel module failed to build

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


[Bug 791755] Re: package dahdi-dkms 1:2.3.0.1 dfsg-2ubuntu2 failed to install/upgrade: dahdi kernel module failed to build

2011-06-02 Thread gunter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791755

Title:
  package dahdi-dkms 1:2.3.0.1 dfsg-2ubuntu2 failed to install/upgrade:
  dahdi kernel module failed to build

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


[Bug 747719] Re: kded4 eats memory like mad

2011-05-09 Thread Gunter Ohrner
The memory leak is in the Power Management kded4 service. See
https://bugs.kde.org/show_bug.cgi?id=271934#c15 for the upstream bug
report.

** Bug watch added: KDE Bug Tracking System #271934
   http://bugs.kde.org/show_bug.cgi?id=271934

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

Title:
  kded4 eats memory like mad

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


[Bug 746084] Re: Stuttering mouse with Natty Narwhal

2011-04-20 Thread Gunter Ohrner
I wanted to try rc4, but first I also had no WLAN interface and soon
after logging in the kernel just OOPSed.

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

Title:
  Stuttering mouse with Natty Narwhal

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


[Bug 746084] Re: Stuttering mouse with Natty Narwhal

2011-04-13 Thread Gunter Ohrner
Mh, I've not yet tried to disable USB power save, but apparently we've
got to do with two issues here, right?

The kswapd-bug which seems to be solved and another bug with USB power
saving which may or may not have been present before, but if it was, was
suppressed by the more severe swapd problem and which surfaces now...

Maybe someone with sufficient permission could split this bug, or should
I simply open a new one if I observe the same USB power save behaviour,
so that this bug can be closed?

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

Title:
  Stuttering mouse with Natty Narwhal

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


[Bug 747719] Re: kded4 eats memory like mad

2011-04-10 Thread Gunter Ohrner
Unfortunately, this bug has not been fixed by the latest KDE uploads
(4.6.2).

I know the virtual memory size is not really significant per se, but
look at it in relation to the swap usage... At the time this snapshot
was copied from top, kmail and kopete were the only running real KDE
applications, in addition to several desktop plasmoids. (Analog clock,
xeyes, comic viewer, music title viewer, notes, char selector and
calendar.)

KDE 4.4 in Karmic used *much* less memory, it was much less swapping -
with such few applications like kmail and kopete it was hardly swapping
at all...

Mem:   2047252k total,  1539664k used,   507588k free,29480k buffers
Swap:  1992024k total,  1382948k used,   609076k free,   769552k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
   
 2675 gunter20   0 1311m 217m  10m S0 10.9   1:14.81 kded4  
   
18065 gunter20   0  861m 112m  32m S0  5.6   0:35.20 kmail  
   
 3036 gunter20   0  761m  38m 7480 S0  1.9   0:02.17 knotify4   
   
 3037 gunter20   0 1133m  37m  13m S3  1.9  12:07.61 plasma-desktop 
   
18069 gunter20   0  322m  29m 6628 S0  1.5   0:00.66 kio_imap4  
   
 3217 gunter20   0  720m  24m  13m S0  1.2   0:27.00 kopete 
   
 3141 gunter20   0  844m  24m  10m S0  1.2   0:14.05 krunner

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

Title:
  kded4 eats memory like mad

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


[Bug 747719] Re: kded4 eats memory like mad

2011-04-10 Thread Gunter Ohrner
Whoops, sorry, Karmic ran KDE 4.3,  so with KDE 4.3 is was much better.
I've no experience with KDE 4.4 and later so far.

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

Title:
  kded4 eats memory like mad

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


[Bug 747707] Re: kswapd0 freaks out if rsync runs on an USB disk

2011-04-05 Thread Gunter Ohrner
With kernel  linux-image-2.6.38-8-generic 2.6.38-8.40, kswapd does not
use significant CPU time any more.

However, now one or two kworker(s) sit(s) on top of the process list,
constantly using between 20 and 40% CPU, and the system still gets
unresponsive (freezing GUI, including mouse) from time to time while
rsync is running.

It's definitely better than before, but still not really usable and
definitely much worse than with Karmic's kernel.

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

Title:
  kswapd0 freaks out if rsync runs on an USB disk

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


[Bug 746236] Re: Kernel BUG in intel driver related to external monitor.

2011-04-05 Thread Gunter Ohrner
*** This bug is a duplicate of bug 735450 ***
https://bugs.launchpad.net/bugs/735450

Bug seems to be fixed with kernel linux-image-2.6.38-8-generic
2.6.38-8.40. Thanks!

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

Title:
  Kernel BUG in intel driver related to external monitor.

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


[Bug 747707] Re: kswapd0 freaks out if rsync runs on an USB disk

2011-04-03 Thread Gunter Ohrner
The following patch from Andrea Arcangeli sound as if it may fix this
problem:

http://www.spinics.net/lists/stable-commits/msg11136.html

mm: compaction: prevent kswapd compacting memory to reduce CPU usage

Grek KH added it to the proposed 2.6.28-stable patchset a week ago.

Can we expect to see this patch in the Ubuntu kernel patch set?

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

Title:
  kswapd0 freaks out if rsync runs on an USB disk

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


[Bug 747719] Re: kded4 eats memory like mad

2011-04-02 Thread Gunter Ohrner
PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND  
 
8 gunter20   0 1701m 1.1g 7068 S0 55.2   1:43.88 kded4  

** Bug watch added: KDE Bug Tracking System #206317
   http://bugs.kde.org/show_bug.cgi?id=206317

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

Title:
  kded4 eats memory like mad

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



[Bug 747719] Re: kded4 eats memory like mad

2011-04-02 Thread Gunter Ohrner
KDE Bug #206317 (https://bugs.kde.org/show_bug.cgi?id=206317) may or may
not describe the same issue...

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

Title:
  kded4 eats memory like mad

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


[Bug 735450] Re: BUG: unable to handle kernel NULL pointer dereference at 000001e4

2011-04-02 Thread Gunter Ohrner
MAybe a stupid question, but I'm relatively new to Ubuntu and could not find an 
answer so far: This new kernel version does not yet seem to be known to apt.
Do I need to add ppa:kernel-ppa/ppa or a similar ppa, or will I simply have to 
wait until the newly built package hits the mirrors?

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at 01e4

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


[Bug 747707] [NEW] kswapd0 freaks out if rsync runs on an USB disk

2011-04-01 Thread Gunter Ohrner
Public bug reported:

Binary package hint: linux-image-2.6.38-7-generic

I often copy data from a server using rsync against a local USB disk.

I did this now for the first time since I upgraded to Natty dev a few
days ago and the system becomes almost unusable while rsync is running.
Before I used Karmic and never had any problems with rsync running in
the background.

The system is a notebook with a Core2 Duo CPU and 2 GB physical RAM.

As soon as rsync is running, kswapd0 completely eats one of the CPU
cores and the system is extremely unresponsive. As one can see in the
following free output, *lots* of data is cached, but not even half of
the memory is used by applications. The system even does not actually
swap very much, but kswapd0 still works like mad, whatever it does.

 total   used   free sharedbuffers cached
Mem:   20472882030620  16668  0 396516 975876
-/+ buffers/cache: 6582281389060
Swap:  1992024 3177481674276

I tried lowering the swappiness from 60 to 20 and while the system
stopped swapping even the bit it did before, system responsiveness was
only slightly improved and kswapd0 was stiil using 100% of one of the
CPU cores.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-7-generic 2.6.38-7.39
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xdc24 irq 45'
   Mixer name   : 'Conexant CX20549 (Venice)'
   Components   : 'HDA:14f15045,173410ad,00100100'
   Controls  : 21
   Simple ctrls  : 10
Date: Fri Apr  1 21:34:23 2011
HibernationDevice: RESUME=UUID=377826f7-d8aa-4b83-9605-6ba87d47aeea
MachineType: FUJITSU SIEMENS Amilo Si 1520
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-7-generic 
root=UUID=37d94e9a-f57d-4c87-b661-20c037b7643e ro quiet
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-7-generic N/A
 linux-backports-modules-2.6.38-7-generic  N/A
 linux-firmware1.49
SourcePackage: linux
UpgradeStatus: Upgraded to natty on 2011-03-30 (2 days ago)
dmi.bios.date: 07/21/2006
dmi.bios.vendor: Phoenix
dmi.bios.version: 1.10
dmi.board.name: 10AD
dmi.board.vendor: FUJITSU
dmi.board.version: 3D22
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvr1.10:bd07/21/2006:svnFUJITSUSIEMENS:pnAmiloSi1520:pvrRev1:rvnFUJITSU:rn10AD:rvr3D22:cvnFUJITSUSIEMENS:ct10:cvrN/A:
dmi.product.name: Amilo Si 1520
dmi.product.version: Rev 1
dmi.sys.vendor: FUJITSU SIEMENS

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


** Tags: amd64 apport-bug kernel-fs natty needs-upstream-testing 
regression-proposed

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

Title:
  kswapd0 freaks out if rsync runs on an USB disk

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


[Bug 747707] Re: kswapd0 freaks out if rsync runs on an USB disk

2011-04-01 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747707

Title:
  kswapd0 freaks out if rsync runs on an USB disk

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


[Bug 747707] Re: kswapd0 freaks out if rsync runs on an USB disk

2011-04-01 Thread Gunter Ohrner
I forgot to mention: From time to time, also two kworker kernel
threads use quite a bit CPU in this state, but it's dwarfed by the
processing time uswed by kswapd0.

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

Title:
  kswapd0 freaks out if rsync runs on an USB disk

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


[Bug 747719] [NEW] kded4 eats memory like mad

2011-04-01 Thread Gunter Ohrner
Public bug reported:

I upgraded from Karmic to Natty dev a few days ago, and since then I
have massive memory consuption problems with KDE 4.6.1.

kded4 growse huge after only a few hours of KDE usage and causes lots of
swapping.

My system has 2 GB of physical RAM and 2 GB swap, and yesterday nearly
all of the swap and most of the RAM was used, kded4 taking about 1,6 GB
all by itself, according to top (which is not *that* precise, I know,
but it's an indicator.)

kded's RSS was about 170 MB, so most of its virtual memory must have
been paged out - dead, leaked memory? - or not actually been occupied.

Is this a known problem, or is there any way to determine for what
reason kded allocates that much memory?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: kdelibs-bin 4:4.6.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Fri Apr  1 21:51:54 2011
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
SourcePackage: kde4libs
UpgradeStatus: Upgraded to natty on 2011-03-30 (2 days ago)

** Affects: kde4libs (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 kde4libs in Ubuntu.
https://bugs.launchpad.net/bugs/747719

Title:
  kded4 eats memory like mad

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


[Bug 747719] Re: kded4 eats memory like mad

2011-04-01 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in Ubuntu.
https://bugs.launchpad.net/bugs/747719

Title:
  kded4 eats memory like mad

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


[Bug 746236] [NEW] Kernel BUG in intel driver related to external monitor.

2011-03-31 Thread Gunter Ohrner
 Zweiblum kernel: [38851.050906] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
Mar 31 07:46:28 Zweiblum kernel: [38851.050911] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
Mar 31 07:46:28 Zweiblum kernel: [38851.050915] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
Mar 31 07:46:28 Zweiblum kernel: [38851.050919] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
Mar 31 07:46:28 Zweiblum kernel: [38851.050923] 

The external display in question is an about two month old Ilyama
ProLite B2409HDS TFT panel.

I'm happy any additional information required to hunt down this bug.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-7-generic 2.6.38-7.39
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gunter 3558 F pulseaudio
  gunter22115 F pulseaudio
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xdc24 irq 45'
   Mixer name   : 'Conexant CX20549 (Venice)'
   Components   : 'HDA:14f15045,173410ad,00100100'
   Controls  : 21
   Simple ctrls  : 10
Date: Thu Mar 31 08:24:37 2011
Frequency: I don't know.
HibernationDevice: RESUME=UUID=377826f7-d8aa-4b83-9605-6ba87d47aeea
MachineType: FUJITSU SIEMENS Amilo Si 1520
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-7-generic 
root=UUID=37d94e9a-f57d-4c87-b661-20c037b7643e ro quiet
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-7-generic N/A
 linux-backports-modules-2.6.38-7-generic  N/A
 linux-firmware1.49
SourcePackage: linux
UpgradeStatus: Upgraded to natty on 2011-03-30 (0 days ago)
dmi.bios.date: 07/21/2006
dmi.bios.vendor: Phoenix
dmi.bios.version: 1.10
dmi.board.name: 10AD
dmi.board.vendor: FUJITSU
dmi.board.version: 3D22
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvr1.10:bd07/21/2006:svnFUJITSUSIEMENS:pnAmiloSi1520:pvrRev1:rvnFUJITSU:rn10AD:rvr3D22:cvnFUJITSUSIEMENS:ct10:cvrN/A:
dmi.product.name: Amilo Si 1520
dmi.product.version: Rev 1
dmi.sys.vendor: FUJITSU SIEMENS

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


** Tags: amd64 apport-bug kernel-power natty regression-proposed

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

Title:
  Kernel BUG in intel driver related to external monitor.

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


[Bug 746236] Re: Kernel BUG in intel driver related to external monitor.

2011-03-31 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746236

Title:
  Kernel BUG in intel driver related to external monitor.

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


[Bug 746236] Re: Kernel BUG in intel driver related to external monitor.

2011-03-31 Thread Gunter Ohrner
Mh, the pasted log output looks rather garbled with all the wrapping, I
attach it again as a clean text file.

** Attachment added: Kernel BUG log output (kern.log excerpt)
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/746236/+attachment/1958452/+files/kernel_bug_log_excerpt.txt

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

Title:
  Kernel BUG in intel driver related to external monitor.

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


[Bug 746084] [NEW] Stuttering mouse with Natty Narwhal

2011-03-30 Thread Gunter Ohrner
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I just upgraded from Kubuntu 9.10 via 10.04 and 10.10 to 11.04-dev.
Since 10.10 the mouse sometimes stutters while moving, freezing for a
few hundred milliseconds. Similar behaviour has been reported for
Maverick before (#595764, #599068, #662946, #658747), however in these
cases it seems to have been limited to i8xx GPUs while I use an i945...
Additionally, I could not find reports of this problem re-occuring (or
still occuring) in Natty, so I'm reporting it here.

The mouse stuttering / short freezes are much better than with Maverick,
where even the sound was affected, but it's still pretty noticeable and
annoying / distracting.

Using top, I noticed a kernel thread called kworker being listed
among the top-5 processes in the process list refresh following such a
mouse stuttering.

I'm not sure if any further information is neede, I'm happy to provide
whatever I can to help resolve this problem.

  Gunter

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: kwin
DRM.card0.DVI.D.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1080 1680x1050 1280x1024 1280x1024 1440x900 1440x900 1280x960 
1152x864 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 
640x480 640x480 640x480 640x480 720x400
 edid-base64: 
AP///wAmzQxWuwMAACwUAQOANB14KmBBplZKnCUSUFS/7wCBgIFAcU+VAJUPswABAQEBAjqAGHE4LUBYLEUACSUhAAAe/QA4TB5TEQAKICAgICAg/ABQTDI0MDlIRAogICAg/wAxMTAwNU0wQjAwOTU1AZsCAwgAQxITHowK0Iog4C0QED6WAAklIQAAGAEdAHJR0B4gbihVAAklIQAAHgEdALxS0B4guChVQAklIQAAHowK0JAgQDEgDEBVAAklIQAAGAAA4w==
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x800
 edid-base64: 
AP///wBEky4PAQOAGhB4CtLwllhOkSgjUFQBAQEBAQEBAQEBAQEBAQEB6hoAgFAgEDAVIEQABaMQAAAYDwAIGBJyAQoCMh6gBDIB/gBRVUFOVEFESVNQTEFZ/gBRRDEyVEwwMTEKICAgAGA=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Thu Mar 31 00:04:12 2011
DistUpgraded: Log time: 2011-03-30 20:52:28.836629
DistroCodename: natty
DistroVariant: kubuntu
GraphicsCard:
 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Fujitsu Technology Solutions Device [1734:10ad]
   Subsystem: Fujitsu Technology Solutions Device [1734:10ad]
MachineType: FUJITSU SIEMENS Amilo Si 1520
ProcEnviron:
 LANGUAGE=
 LANG=de_DE@euro
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-7-generic 
root=UUID=37d94e9a-f57d-4c87-b661-20c037b7643e ro quiet
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to natty on 2011-03-30 (0 days ago)
dmi.bios.date: 07/21/2006
dmi.bios.vendor: Phoenix
dmi.bios.version: 1.10
dmi.board.name: 10AD
dmi.board.vendor: FUJITSU
dmi.board.version: 3D22
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvr1.10:bd07/21/2006:svnFUJITSUSIEMENS:pnAmiloSi1520:pvrRev1:rvnFUJITSU:rn10AD:rvr3D22:cvnFUJITSUSIEMENS:ct10:cvrN/A:
dmi.product.name: Amilo Si 1520
dmi.product.version: Rev 1
dmi.sys.vendor: FUJITSU SIEMENS
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu5
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kubuntu natty

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

Title:
  Stuttering mouse with Natty Narwhal

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


[Bug 746084] Re: Stuttering mouse with Natty Narwhal

2011-03-30 Thread Gunter Ohrner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746084

Title:
  Stuttering mouse with Natty Narwhal

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


[Bug 690979] [NEW] package ubuntu-desktop 1.197 failed to install/upgrade: dependency problems - leaving unconfigured

2010-12-16 Thread Michael Gunter
Public bug reported:

fourth in the series of failed package installs (attempted hardy -
lucid upgrade):

1. console-setup
2. xorg1:7.5+5ubuntu1
3. ubuntu-minimal 1.197
4. ubuntu-desktop1.197

(3 and 4 seem to be subsets of ubuntu-meta)

Now I have an ominous dialog saying

 (-) Could not install the upgrades

The upgrade is now aborted. Your system could be in an 
unusable state. A recovery will run now (dpkg --configure -a).

(Close)


HTH, cheers

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: ubuntu-desktop 1.197
ProcVersionSignature: Ubuntu 2.6.24-28.81-generic
Uname: Linux 2.6.24-28-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Dec 16 18:16:16 2010
ErrorMessage: dependency problems - leaving unconfigured
SourcePackage: ubuntu-meta
Title: package ubuntu-desktop 1.197 failed to install/upgrade: dependency 
problems - leaving unconfigured

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


** Tags: apport-package i386 lucid

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

Title:
  package ubuntu-desktop 1.197 failed to install/upgrade: dependency problems - 
leaving unconfigured

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


[Bug 690979] Re: package ubuntu-desktop 1.197 failed to install/upgrade: dependency problems - leaving unconfigured

2010-12-16 Thread Michael Gunter


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

Title:
  package ubuntu-desktop 1.197 failed to install/upgrade: dependency problems - 
leaving unconfigured

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


  1   2   >