[Bug 1950040] Re: Wayland Screensharing broken in Ubuntu 21.10

2022-05-12 Thread Torsten Bronger
My Chromium 101.0.4951.54 on 22.04 cannot share screen in Big Blue
Button – the shared image ist just black with the mouse pointer.

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

Title:
  Wayland Screensharing broken in Ubuntu 21.10

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


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

[Bug 1971470] Re: owncloud exits immediately with “segmentation fault”

2022-05-09 Thread Torsten Bronger
Possibly, https://pastebin.com/8XjUCY3H helps.

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

Title:
  owncloud exits immediately with “segmentation fault”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/owncloud-client/+bug/1971470/+subscriptions


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

[Bug 1971470] [NEW] owncloud exits immediately with “segmentation fault”

2022-05-03 Thread Torsten Bronger
Public bug reported:

When starting “owncloud”, it exists immediately with a “segmentation
fault”. Tested on a fresh Jammy.

** Affects: owncloud-client (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/1971470

Title:
  owncloud exits immediately with “segmentation fault”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/owncloud-client/+bug/1971470/+subscriptions


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

[Bug 1971471] [NEW] owncloud exits immediately with “segmentation fault”

2022-05-03 Thread Torsten Bronger
Public bug reported:

When starting “owncloud”, it exists immediately with a “segmentation
fault”. Tested on a fresh Jammy.

** Affects: owncloud-client (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/1971471

Title:
  owncloud exits immediately with “segmentation fault”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/owncloud-client/+bug/1971471/+subscriptions


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

[Bug 1862764] Re: add-apt-repository should use signed-by

2021-10-31 Thread Torsten Bronger
According to https://wiki.debian.org/DebianRepository/UseThirdParty I
have to put third-party keys in /usr/share/keyrings, but a command like

add-apt-repository -y "deb [signed-by=/usr/share/keyrings/mykey.gpg]
https://my.repo/ impish main"

fails.  If I understand correctly, this means that add-apt-repository
cannot be used for third-party repos (at least not according to Debian’s
security standards).

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

Title:
  add-apt-repository should use signed-by

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1862764/+subscriptions


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

[Bug 1843937] Re: checkinstall makes the computer unbootable

2021-10-22 Thread Torsten Bronger
Which version of Ubuntu did you use?

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

Title:
  checkinstall makes the computer unbootable

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


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

[Bug 1924624] Re: After upgrade to 5.8.0-49/5.8.0-50 with Intel graphics (gen7, Haswell/Ivy Bridge) a lot of glitches render screen unusable

2021-04-29 Thread Torsten Bronger
Is there a plan, roadmap, or experience values for when to expect -51
for focal without using the above mentioned – not recommended – PPA?
It’s not that I want to complain; it would be simply helpful for my own
planning.

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

Title:
  After upgrade to 5.8.0-49/5.8.0-50 with Intel graphics (gen7,
  Haswell/Ivy Bridge) a lot of glitches render screen unusable

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

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

[Bug 1851250] Re: [snap] chromium-browser snap cannot upload files outside ~

2021-01-28 Thread Torsten Bronger
As lame as such comments may appear:

The level of suffering on my side is large enough to add that I too am
really irritated by this “feature”.  It is a significant obstacle in my
daily workflow, and any workaround must not be necessary in the first
place. We’ve been living with browsers with (user!) access to the whole
filesystem for decades without worrying. Besides, the software still
comes from a trusted source.

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

Title:
  [snap] chromium-browser snap cannot upload files outside ~

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

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

[Bug 846628] Re: gnu sort extremely slow in non C locale

2020-12-31 Thread Torsten Bronger
I noticed a speed improvement by changing LC_ALL from “C.UTF-8” to “C”
from 22s to 1.3s.  This is huge, and should not be ignored.

My setting: I call sort in a Dockerfile, derived from the official
“python” base image.  It sets LANG to “C.UTF-8”.  Thus, my setting is
not exotic.

While I don’t really understand why UTF-8 encoding has that much impact
on sorting performance, it may well be.  However, this should be
mentioned in the documentation in my option.  Something like “Note that
anything but plain C local may have significant impact on sorting
performance” should occur somewhere in the man and info pages.

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

Title:
  gnu sort extremely slow in non C locale

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

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

[Bug 1905665] [NEW] dstat --output is broken

2020-11-25 Thread Torsten Bronger
Public bug reported:

On Ubuntu 20.04,

dstat --output /tmp/foobar

results in a traceback about a missing import:

Traceback (most recent call last):
  File "/usr/bin/dstat", line 2847, in 
main()
  File "/usr/bin/dstat", line 2687, in main
scheduler.run()
  File "/usr/lib/python3.8/sched.py", line 151, in run
action(*argument, **kwargs)
  File "/usr/bin/dstat", line 2806, in perform
oline = oline + o.showcsv() + o.showcsvend(totlist, vislist)
  File "/usr/bin/dstat", line 547, in showcsv
if isinstance(self.val[name], types.ListType) or isinstance(self.val[name], 
types.TupleType):
NameError: name 'types' is not defined

** Affects: dstat (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/1905665

Title:
  dstat --output is broken

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

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

[Bug 1905665] Re: dstat --output is broken

2020-11-25 Thread Torsten Bronger
Let me hijack my own bug report to declare that the dstat source used by
Ubuntu is deceased.  https://github.com/dstat-real/dstat is not
developed further.

Please consider

https://github.com/scottchiefbaker/dool

or

https://github.com/performancecopilot/pcp/tree/master/src/pcp/dstat

for replacing it.


** Description changed:

+ On Ubuntu 20.04,
+ 
  dstat --output /tmp/foobar
  
  results in a traceback about a missing import:
  
- Traceback (most recent call last): 
-   File "/usr/bin/dstat", line 2847, in  
- main()
-   File "/usr/bin/dstat", line 2687, in main
- scheduler.run()   
   
-   File "/usr/lib/python3.8/sched.py", line 151, in run
- action(*argument, **kwargs) 
-   File "/usr/bin/dstat", line 2806, in perform
- oline = oline + o.showcsv() + o.showcsvend(totlist, vislist)
-   File "/usr/bin/dstat", line 547, in showcsv 
   
- if isinstance(self.val[name], types.ListType) or 
isinstance(self.val[name], types.TupleType):
+ Traceback (most recent call last):
+   File "/usr/bin/dstat", line 2847, in 
+ main()
+   File "/usr/bin/dstat", line 2687, in main
+ scheduler.run()
+   File "/usr/lib/python3.8/sched.py", line 151, in run
+ action(*argument, **kwargs)
+   File "/usr/bin/dstat", line 2806, in perform
+ oline = oline + o.showcsv() + o.showcsvend(totlist, vislist)
+   File "/usr/bin/dstat", line 547, in showcsv
+ if isinstance(self.val[name], types.ListType) or 
isinstance(self.val[name], types.TupleType):
  NameError: name 'types' is not defined

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

Title:
  dstat --output is broken

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

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

[Bug 1894046] [NEW] Bluetooth keyboard has lag

2020-09-03 Thread Torsten Bronger
Public bug reported:

For some days, I observe an annoying lag with my Logitech K380 keyboard
and Ubuntu 20.04.  After a couple of seconds not typing, new keystrokes
are registered only after 1–2 seconds lag.  From there on, I can type
without lag, until the next typing pause.

I seems that the Bluetooth component switches Bluetooth in some sort of 
hibernate after a couple of seconds of not typing, and then it needs 1–2 
seconds to wake up again and process the keystrokes. 
No keys are missing – they just arrive with a lag.  Probably the keyboard 
buffers them.

Important: If I listen to music with a Bluetooth headset, I can type
without *any* problems because the Bluetooth module remains awake due to
the music transmission.

The keyboard does not exhibit this issues at my Android tablet.
Furthermore, I am sometimes lucky can work with the keyboard without any
lag (and without music).

In the BIOS settings of the computer, I do not find anything Bluetooth-
related.

** Affects: 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/1894046

Title:
  Bluetooth keyboard has lag

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

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

[Bug 1890285] Re: HDMI sound output cannot be selected anymore

2020-08-20 Thread Torsten Bronger
@almo Please set “This bug affects me” so that it is confirmed.

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

Title:
  HDMI sound output cannot be selected anymore

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

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

[Bug 1890285] [NEW] HDMI sound output cannot be selected anymore

2020-08-04 Thread Torsten Bronger
Public bug reported:

In current Ubuntu 20.04, I cannot send sound to my HDMI interface
anymore.  This sound configuration is not selectable anymore.  Symptoms
seem to be the same as described at
.

The attached screenshot of pavucontrol shows that all HDMI-related sound
configurations are not working, while an audio-enabled HDMI device is
plugged in.

Restarting ALSA or deleting Pulseaudio configuration – as mentioned in
other places – does not work.

This used to work, however.  I *think* it even worked in early 20.04
versions.  I don’t know which updated broke it.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: audio hdmi

** Attachment added: "Screenshot of pavucontrol with all selectable sound 
configurations"
   
https://bugs.launchpad.net/bugs/1890285/+attachment/5398689/+files/pavucontrol.png

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

Title:
  HDMI sound output cannot be selected anymore

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

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

[Bug 1876705] Re: package sendmail-bin 8.15.2-13 failed to install/upgrade: »installiertes sendmail-bin-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 2 zurück

2020-05-04 Thread Torsten Bronger
Sorry, correction: from Ubuntu 18.04.4 to Ubuntu 19.10.

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

Title:
  package sendmail-bin 8.15.2-13 failed to install/upgrade:
  »installiertes sendmail-bin-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 2 zurück

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

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

[Bug 1876705] [NEW] package sendmail-bin 8.15.2-13 failed to install/upgrade: »installiertes sendmail-bin-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 2 zurück

2020-05-04 Thread Torsten Bronger
Public bug reported:

It happened while upgrading from Ubuntu 18.04.4 to Ubuntu 20.04 with do-
upgrade-release.

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: sendmail-bin 8.15.2-13
ProcVersionSignature: Ubuntu 4.15.0-99.100-generic 4.15.18
Uname: Linux 4.15.0-99-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.8
Architecture: amd64
Date: Mon May  4 12:23:17 2020
ErrorMessage: »installiertes sendmail-bin-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 2 zurück
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.17-1
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: sendmail
Title: package sendmail-bin 8.15.2-13 failed to install/upgrade: »installiertes 
sendmail-bin-Skript des Paketes post-installation«-Unterprozess gab den 
Fehlerwert 2 zurück
UpgradeStatus: Upgraded to eoan on 2020-05-04 (0 days ago)

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


** Tags: amd64 apport-package eoan

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

Title:
  package sendmail-bin 8.15.2-13 failed to install/upgrade:
  »installiertes sendmail-bin-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 2 zurück

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

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

[Bug 1861391] Re: Full-screen window flickers once when switching to it

2020-04-16 Thread Torsten Bronger
I cannot reproduce this problem anymore with Ubuntu 20.04 Beta.

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

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 911233] Re: index++ crashed with SIGSEGV, indexing an email encoded in base64

2020-04-12 Thread Torsten Bronger
The attached mail also fails with a seg fault:

$ index++ --pattern=mail:"*" 2385
Speicherzugriffsfehler

Is this the same error? FWIW, I don’t see a non-null whitespace line in
the header.

** Attachment added: "2385"
   
https://bugs.launchpad.net/ubuntu/+source/swish++/+bug/911233/+attachment/5352838/+files/2385

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

Title:
  index++ crashed with SIGSEGV, indexing an email encoded in base64

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

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

[Bug 911233] Re: index++ crashed with SIGSEGV, indexing an email encoded in base64

2020-04-12 Thread Torsten Bronger
Any update on this?

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

Title:
  index++ crashed with SIGSEGV, indexing an email encoded in base64

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

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

[Bug 1872200] Re: apt does not accept globs and regexes in some cases

2020-04-11 Thread Torsten Bronger
Thank you.  FWIW, the man page also needs to be updated then.

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

Title:
  apt does not accept globs and regexes in some cases

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

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

[Bug 1872200] Re: apt does not accept globs and regexes in some cases

2020-04-11 Thread Torsten Bronger
You mean, this feature is removed from apt?

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

Title:
  apt does not accept globs and regexes in some cases

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

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

[Bug 1872200] [NEW] apt does not accept globs and regexes in some cases

2020-04-11 Thread Torsten Bronger
Public bug reported:

Observed with Ubuntu 20.04 Beta.

apt remove 'mypackage*' does not remove all installed packages starting
with “mypackage”.  Instead:

$ sudo apt remove 'mypackage*'
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package mypackage*

However:

$ sudo apt list --installed 'mypackage*'
Listing... Done
mypackage-data-v1/focal,focal,now 0.3.2-5build1 all [installed,automatic]
mypackage1/focal,now 0.3.2-5build1 amd64 [installed]

** Affects: apt (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/1872200

Title:
  apt does not accept globs and regexes in some cases

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

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

[Bug 1864365] Re: [snap] Dialog font missing

2020-04-02 Thread Torsten Bronger
Removing ~/snap/chromium/common/.cache/fontconfig was enough for me.  It
was not necessary to remove the whole .cache directory.

I start Chromium with a script which always removes that directory
first.  But I still observe the broken dialog boxes from time to time.

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

Title:
  [snap] Dialog font missing

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

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

[Bug 1864001] Re: Dialog windows of Chromium with unprintable characters

2020-03-14 Thread Torsten Bronger
** Summary changed:

- "Save as" in chromium with unprintable characters
+ Dialog windows of Chromium with unprintable characters

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

Title:
  Dialog windows of Chromium with unprintable characters

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

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

[Bug 1864001] Re: "Save as" in chromium with unprintable characters

2020-03-14 Thread Torsten Bronger
I found out that a workaround is to remove
~/snap/chromium/common/.cache/fontconfig before starting Chromium.

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

Title:
  "Save as" in chromium with unprintable characters

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

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

[Bug 1864001] Re: "Save as" in chromium with unprintable characters

2020-03-14 Thread Torsten Bronger
I attached a screenshot showing the problem.

** Attachment added: "The “open file“ dialog as opened with Ctrl+o."
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1864001/+attachment/5337011/+files/Bildschirmfoto%20von%202020-03-14%2022-33-50.png

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => New

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

Title:
  "Save as" in chromium with unprintable characters

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

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

[Bug 1864001] Re: "Save as" in chromium with unprintable characters

2020-03-14 Thread Torsten Bronger
I installed Chromium directly using Snap, so apport said “Package
chromium-browser not installed and no hook available, ignoring”.

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

Title:
  "Save as" in chromium with unprintable characters

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

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

[Bug 1864001] [NEW] "Save as" in chromium with unprintable characters

2020-02-19 Thread Torsten Bronger
Public bug reported:

In Chromium with the following version numbers (output of “snap list”):

chromium   80.0.3987.100   1026  stable
canonical✓   -

(Ubuntu 19.10) the “Save as” dialog box consists only of unprintable
characters, i.e., I see only small boxes instead of letters.  I don’t
observe this in comparable dialogs of other programs, e.g. Inkscape.

** 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/1864001

Title:
  "Save as" in chromium with unprintable characters

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

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

[Bug 1864001] Re: "Save as" in chromium with unprintable characters

2020-02-19 Thread Torsten Bronger
I just updated Chromium to

chromium   80.0.3987.116   1036  stable
canonical✓   -

and still observe this bug.

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

Title:
  "Save as" in chromium with unprintable characters

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

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

[Bug 1861391] Re: Full-screen window flickers once when switching to it

2020-01-31 Thread Torsten Bronger
** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861391/+attachment/5324386/+files/dmesg.txt

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

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] Re: Full-screen window flickers once when switching to it

2020-01-31 Thread Torsten Bronger
** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861391/+attachment/5324388/+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/1861391

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] Re: Full-screen window flickers once when switching to it

2020-01-31 Thread Torsten Bronger
** Attachment added: "lspcik.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861391/+attachment/5324389/+files/lspcik.txt

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

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] Re: Full-screen window flickers once when switching to it

2020-01-31 Thread Torsten Bronger
** Attachment added: "dpkgs.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861391/+attachment/5324387/+files/dpkgs.txt

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

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] ProcCpuinfoMinimal.txt

2020-01-30 Thread Torsten Bronger
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1861391/+attachment/5324376/+files/ProcCpuinfoMinimal.txt

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

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] Re: Full-screen window flickers once when switching to it

2020-01-30 Thread Torsten Bronger
apport information

** Tags added: apport-collected eoan

** Description changed:

  When using *some* applications (I observed it with Emacs and gnome-
  terminal) in full-screen mode, they flicker once shortly after switching
  to them with e.g. Alt-Tab.  To reproduce it:
  
  1. Open Emacs in full-screen mode and one other application (e.g. Chromium).
  2. Switch to the other app with Alt-Tab.
  3. Switch back to Emacs.
  
  Then I observe:
  
  1. Emacs becomes visible.
  2. After a fraction of a second, the Emacs windows is transparent for a very 
very short time (flicker).
  3. Then, the windows is stable and usable.
  
  Usually, I do not observe this behaviour right from the start.  I have
  to work with the computer for a couple of minutes to see it.  I have
  been unable to find out whether a certain action triggers the problem.
  However, when it occurs, it does not go away again until the next
  restart of the X server.
  
  This is regression that I observe since Ubuntu 19.10.
  
- Changes of the graphics driver does not change anything, however,
- switching to Wayland solves the problem.
+ Changes of the graphics driver does not change anything, however, switching 
to Wayland solves the problem.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2019-11-16 (75 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ Package: mutter 3.34.1+git20191107-1ubuntu1~19.10.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
+ Tags:  eoan
+ Uname: Linux 5.3.0-29-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1861391/+attachment/5324375/+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/1861391

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] ProcEnviron.txt

2020-01-30 Thread Torsten Bronger
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1861391/+attachment/5324377/+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/1861391

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] Re: Full-screen window flickers once when switching to it

2020-01-30 Thread Torsten Bronger
I am not sure whether it is really the gnome-shell that it responsible.
However, it happens with more than one application (Emacs and the
terminal window), and I can exclude the graphics driver.

** Package changed: ubuntu => gnome-shell (Ubuntu)

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

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1861391] [NEW] Full-screen window flickers once when switching to it

2020-01-30 Thread Torsten Bronger
Public bug reported:

When using *some* applications (I observed it with Emacs and gnome-
terminal) in full-screen mode, they flicker once shortly after switching
to them with e.g. Alt-Tab.  To reproduce it:

1. Open Emacs in full-screen mode and one other application (e.g. Chromium).
2. Switch to the other app with Alt-Tab.
3. Switch back to Emacs.

Then I observe:

1. Emacs becomes visible.
2. After a fraction of a second, the Emacs windows is transparent for a very 
very short time (flicker).
3. Then, the windows is stable and usable.

Usually, I do not observe this behaviour right from the start.  I have
to work with the computer for a couple of minutes to see it.  I have
been unable to find out whether a certain action triggers the problem.
However, when it occurs, it does not go away again until the next
restart of the X server.

This is regression that I observe since Ubuntu 19.10.

Changes of the graphics driver does not change anything, however,
switching to Wayland solves the problem.

** Affects: 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/1861391

Title:
  Full-screen window flickers once when switching to it

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

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

[Bug 1603600] Re: NetworkManager ignores pushed openvpn routes

2019-10-16 Thread Torsten Bronger
I reported it at .

** Bug watch added: gitlab.gnome.org/GNOME/NetworkManager-openvpn/issues #40
   https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/issues/40

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

Title:
  NetworkManager ignores pushed openvpn routes

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

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

[Bug 1603600] Re: NetworkManager ignores pushed openvpn routes

2019-10-15 Thread Torsten Bronger
[Re-posted because I accidentally clicked on “Post Comment”. Sorry for
that.]

Confirmed with Ubuntu 19.04. An

   push "route 134.94.0.0 255.255.0.0 net_gateway"

is ignored. The pushed route is mentioned in the NetworkManager log:

NetworkManager[893]:   […] Data: Static Route: 134.94.0.0/16
Next Hop: 134.94.16.1

(The gateway is even correct.)  However, no route is actually added.
Interestingly enough, a

push "route 134.94.0.0 255.255.0.0 vpn_gateway"

*is* added to the routes.  I suspect the device is wrong, because a
manual

# route add -net 134.94.0.0/16 gw 134.94.16.1 dev tun0
SIOCADDRT: Network is unreachable

fails obviously.  Instead of “tun0”, it must be the normal net device
for which the gateway is valid.  Possibly, NetworkManager tries to add
the route to “tun0” always, which would be wrong.

Is there an upstream bug report?

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

Title:
  NetworkManager ignores pushed openvpn routes

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

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

[Bug 1603600] Re: NetworkManager ignores pushed openvpn routes

2019-10-15 Thread Torsten Bronger
Confirmed with Ubuntu 19.04.  An

   push "route 134.94.0.0 255.255.0.0 net_gateway"

is ignored.  The pushed route is mentioned in the NetworkManager log:

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

Title:
  NetworkManager ignores pushed openvpn routes

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

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

[Bug 1843937] [NEW] checkinstall makes the computer unbootable

2019-09-13 Thread Torsten Bronger
Public bug reported:

checkinstall may damage the whole system to a degree that it would not
boot anymore. Instead, a kernel panic occurs at every boot.  Steps to
reproduce:

1. Install Ubuntu 19.04 in a VirtualBox.
2. Execute the attached script with sudo.

The script will fail at checkinstall and return to the command line.  On
the command line, most programs cannot be found anymore (e.g. “ls”).  A
reboot ends in a kernel panic.

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

** Attachment added: "install-emacs.sh"
   
https://bugs.launchpad.net/bugs/1843937/+attachment/5288539/+files/install-emacs.sh

** Description changed:

  checkinstall may damage the whole system to a degree that it would not
  boot anymore. Instead, a kernel panic occurs at every boot.  Steps to
  reproduce:
  
  1. Install Ubuntu 19.04 in a VirtualBox.
- 2. Execute the attached script.
+ 2. Execute the attached script with sudo.
  
  The script will fail at checkinstall and return to the command line.  On
  the command line, most programs cannot be found anymore (e.g. “ls”).  A
  reboot ends in a kernel panic.

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

Title:
  checkinstall makes the computer unbootable

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

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

[Bug 1385009] Re: Hangs up on text edit

2016-12-15 Thread Torsten Bronger
GTK_IM_MODULE is "xim" on my system.  I don't know where this default
comes from, though.

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

Title:
  Hangs up on text edit

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

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


[Bug 1385009] Re: Hangs up on text edit

2016-12-14 Thread Torsten Bronger
This still is a problem on Lubuntu 16.10, and "unset GTK_IM_MODULE" is
still a workaround.

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

Title:
  Hangs up on text edit

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

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


[Bug 1647706] [NEW] Totem crashes with segmentation fault and Clutter error

2016-12-06 Thread Torsten Bronger
Public bug reported:

On Ubuntu 16.10, Totem crashes immediately after startup with the
following error:

** (totem:29792): WARNING **: Error retrieving accessibility bus
address: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.a11y.Bus was not provided by any .service files

(totem:29792): Clutter-CRITICAL **: Unable to initialize Clutter: Unable
to initialize the Clutter backend

(totem:29792): Totem-WARNING **: gtk-clutter failed to initialise,
expect problems from here on.

(totem:29792): Clutter-CRITICAL **: Unable to initialize Clutter: Unable
to initialize the Clutter backend

(totem:29792): Clutter-WARNING **: Missing Cogl context: was Clutter correctly 
initialized?
Segmentation fault (core dumped)


I use the package “nvidia-304” as my video driver.

** Affects: totem (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/1647706

Title:
  Totem crashes with segmentation fault and Clutter error

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

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

[Bug 1629333] Re: Geeqie crashs with "double free or corruption" on startup

2016-09-30 Thread Torsten Bronger
Sorry, my bad.  It turned out to be due to a self-compiled libexiv2,
which seems to be binarily incompatible with Geeqie.

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

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

Title:
  Geeqie crashs with "double free or corruption" on startup

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

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


[Bug 1629333] Re: Geeqie crashs with "double free or corruption" on startup

2016-09-30 Thread Torsten Bronger
** Description changed:

  Since recently, Geeqie crashes immediately after startup with the error
  message „Error in `geeqie': double free or corruption (out):
  0x011143c0“.  I use Geeqie 1.2.2 on Lubuntu 16.04.  I call
  Geeqie without parameters.
  
- See http://pastebin.com/gv7cT0N1 for a backtrace.
+ See http://pastebin.com/gv7cT0N1 for the output on the command line.

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

Title:
  Geeqie crashs with "double free or corruption" on startup

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

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

[Bug 1629333] [NEW] Geeqie crashs with "double free or corruption" on startup

2016-09-30 Thread Torsten Bronger
Public bug reported:

Since recently, Geeqie crashes immediately after startup with the error
message „Error in `geeqie': double free or corruption (out):
0x011143c0“.  I use Geeqie 1.2.2 on Lubuntu 16.04.  I call
Geeqie without parameters.

See http://pastebin.com/gv7cT0N1 for a backtrace.

** Affects: geeqie (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/1629333

Title:
  Geeqie crashs with "double free or corruption" on startup

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

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

[Bug 214399] Re: vpnc ignores xauth password in conf file

2016-09-09 Thread Torsten Bronger
I experience the same as axelhc with Lubuntu 16.04's vpnc.

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

Title:
  vpnc ignores xauth password in conf file

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

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


[Bug 1598133] [NEW] Lock screen resets screen calibration

2016-07-01 Thread Torsten Bronger
Public bug reported:

With Lubuntu 16.10, Alt+Ctrl+L (lock screen) resets the screen
calibration (a.k.a. colour management).  It can be re-activated using
Argyll (dispwin).  However, it should not happen in the first place.

The problem is the fade out.  If one deactivate it, i.e. the screen
turns black immediately, this problem does not occur.

** Affects: 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/1598133

Title:
  Lock screen resets screen calibration

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

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


[Bug 1557924] Re: Machine fails to resume from suspend

2016-05-03 Thread Torsten Bronger
How can one install Linux 4.4.5 on Xenial?  It is not on
  Or can I use
?

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

Title:
  Machine fails to resume from suspend

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

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


[Bug 1563219] Re: Cannot leave fullscreen mode

2016-03-29 Thread Torsten Bronger
I tested Chromium on Lubuntu 14.04 and Lubuntu 15.10.

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

Title:
  Cannot leave fullscreen mode

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

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


[Bug 1563219] [NEW] Cannot leave fullscreen mode

2016-03-29 Thread Torsten Bronger
Public bug reported:

When using Chromium in fullscreen mode and pressing F11, the menu canvas
(tabs, URL line, bookmarks etc) are not restored.  Instead, you only see
the HTML page, rendering chromium unusable.  One has to restart it.

This is partly a regression, because until one week ago, there was a
workaround by moving the mouse to the window top and clicking on
"leaving fullscreen mode".  This feature was switched off in a recent
update, so you have to press F11 -- which does not work.

** 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/1563219

Title:
  Cannot leave fullscreen mode

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

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


[Bug 1455216] Re: Lensfun version in package is outdated

2015-11-15 Thread Torsten Bronger
Lensfun just released a new version 0.3.2.  Changes in the build system
should make Debian packaging very easy.

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

Title:
  Lensfun version in package is outdated

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

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


[Bug 1492604] Re: python3-memcached uses invalid string handling

2015-09-08 Thread Torsten Bronger
All I can say is that I see this bug in 15.04.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-memcache in Ubuntu.
https://bugs.launchpad.net/bugs/1492604

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1492604] Re: python3-memcached uses invalid string handling

2015-09-08 Thread Torsten Bronger
All I can say is that I see this bug in 15.04.

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

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

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


[Bug 1492604] Re: python3-memcached uses invalid string handling

2015-09-07 Thread Torsten Bronger
It is Ubuntu 15.04:

bronger@wolowitz:~/src/juliabase/jb-plus$ docker run -ti ubuntu:15.04
root@782b45f2f02a:/# apt-get install python3-memcache
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  dh-python file libexpat1 libffi6 libmagic1 libmpdec2 libpython3-stdlib 
libpython3.4-minimal libpython3.4-stdlib libsqlite3-0
  libssl1.0.0 mime-support python3 python3-minimal python3-six python3.4 
python3.4-minimal
Suggested packages:
  python3-doc python3-tk python3-venv memcached python3.4-venv python3.4-doc 
binutils binfmt-support
The following NEW packages will be installed:
  dh-python file libexpat1 libffi6 libmagic1 libmpdec2 libpython3-stdlib 
libpython3.4-minimal libpython3.4-stdlib libsqlite3-0
  libssl1.0.0 mime-support python3 python3-memcache python3-minimal python3-six 
python3.4 python3.4-minimal
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 5841 kB of archives.
After this operation, 26.7 MB of additional disk space will be used.


** Changed in: python-memcache (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-memcache in Ubuntu.
https://bugs.launchpad.net/bugs/1492604

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1492604] Re: python3-memcached uses invalid string handling

2015-09-07 Thread Torsten Bronger
It is Ubuntu 15.04:

bronger@wolowitz:~/src/juliabase/jb-plus$ docker run -ti ubuntu:15.04
root@782b45f2f02a:/# apt-get install python3-memcache
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  dh-python file libexpat1 libffi6 libmagic1 libmpdec2 libpython3-stdlib 
libpython3.4-minimal libpython3.4-stdlib libsqlite3-0
  libssl1.0.0 mime-support python3 python3-minimal python3-six python3.4 
python3.4-minimal
Suggested packages:
  python3-doc python3-tk python3-venv memcached python3.4-venv python3.4-doc 
binutils binfmt-support
The following NEW packages will be installed:
  dh-python file libexpat1 libffi6 libmagic1 libmpdec2 libpython3-stdlib 
libpython3.4-minimal libpython3.4-stdlib libsqlite3-0
  libssl1.0.0 mime-support python3 python3-memcache python3-minimal python3-six 
python3.4 python3.4-minimal
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 5841 kB of archives.
After this operation, 26.7 MB of additional disk space will be used.


** Changed in: python-memcache (Ubuntu)
   Status: Incomplete => New

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

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

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


[Bug 1492604] [NEW] python3-memcached uses invalid string handling

2015-09-05 Thread Torsten Bronger
Public bug reported:

First of all: This issue seems to have been solved upstream, see
.  However, this
should be backported to the currently supported incarnations of
python3-memcache since this package is severely broken without it.

If you try to add a key to the cache, the following traceback occurs:

Traceback (most recent call last):
  ...
  File 
"/usr/local/lib/python3.4/dist-packages/django/core/cache/backends/memcached.py",
 line 80, in add
return self._cache.add(key, value, self.get_backend_timeout(timeout))
  File "/usr/lib/python3/dist-packages/memcache.py", line 586, in add
return self._set("add", key, val, time, min_compress_len)
  File "/usr/lib/python3/dist-packages/memcache.py", line 929, in _set
return _unsafe_set()
  File "/usr/lib/python3/dist-packages/memcache.py", line 919, in _unsafe_set
server.send_cmd(fullcmd)
  File "/usr/lib/python3/dist-packages/memcache.py", line 1289, in send_cmd
self.socket.sendall(cmd + '\\r\\n')
TypeError: 'str' does not support the buffer interface

** Affects: python-memcache (Ubuntu)
 Importance: Undecided
 Status: New

** Project changed: python-memcached => python-memcache (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-memcache in Ubuntu.
https://bugs.launchpad.net/bugs/1492604

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1492604] [NEW] python3-memcached uses invalid string handling

2015-09-05 Thread Torsten Bronger
Public bug reported:

First of all: This issue seems to have been solved upstream, see
.  However, this
should be backported to the currently supported incarnations of
python3-memcache since this package is severely broken without it.

If you try to add a key to the cache, the following traceback occurs:

Traceback (most recent call last):
  ...
  File 
"/usr/local/lib/python3.4/dist-packages/django/core/cache/backends/memcached.py",
 line 80, in add
return self._cache.add(key, value, self.get_backend_timeout(timeout))
  File "/usr/lib/python3/dist-packages/memcache.py", line 586, in add
return self._set("add", key, val, time, min_compress_len)
  File "/usr/lib/python3/dist-packages/memcache.py", line 929, in _set
return _unsafe_set()
  File "/usr/lib/python3/dist-packages/memcache.py", line 919, in _unsafe_set
server.send_cmd(fullcmd)
  File "/usr/lib/python3/dist-packages/memcache.py", line 1289, in send_cmd
self.socket.sendall(cmd + '\\r\\n')
TypeError: 'str' does not support the buffer interface

** Affects: python-memcache (Ubuntu)
 Importance: Undecided
 Status: New

** Project changed: python-memcached => python-memcache (Ubuntu)

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

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

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


[Bug 1492604] Re: python3-memcached uses invalid string handling

2015-09-05 Thread Torsten Bronger
See also https://github.com/linsomniac/python-memcached/issues/54

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

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

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


[Bug 1492604] Re: python3-memcached uses invalid string handling

2015-09-05 Thread Torsten Bronger
See also https://github.com/linsomniac/python-memcached/issues/54

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-memcache in Ubuntu.
https://bugs.launchpad.net/bugs/1492604

Title:
  python3-memcached uses invalid string handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-memcache/+bug/1492604/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1455216] Re: Lensfun version in package is outdated

2015-08-05 Thread Torsten Bronger
FWIW, there has been an (aborted) Debian packaging attempt at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791388.

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

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

Title:
  Lensfun version in package is outdated

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

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


[Bug 1460849] [NEW] Appearance of typographic quotes depends on locale

2015-06-01 Thread Torsten Bronger
Public bug reported:

I use Lubuntu 14.04.

In any X application, the appearance of the typographic quotes “...”
(Unicode codepoints 201C and 201D) depends on the locale.  For example,
if you start xterm with

LANG=en_US.UTF-8 xterm

you get proper quotes, but with

LANG= xterm

the typographic quotes look like ordinary ASCII ones.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

- I use Ubuntu 14.04.
+ I use Lubuntu 14.04.
  
  In any X application, the appearance of the typographic quotes “...”
  (Unicode codepoints 201C and 201D) depends on the locale.  For example,
  if you start xterm with
  
- LANG=en_US.UTF-8 xterm
+ LANG=en_US.UTF-8 xterm
  
  you get proper quotes, but with
  
- LANG= xterm
+ LANG= xterm
  
  the typographic quotes look like ordinary ASCII ones.

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

Title:
  Appearance of typographic quotes depends on locale

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

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

[Bug 1455216] [NEW] Lensfun version in package is outdated

2015-05-14 Thread Torsten Bronger
Public bug reported:

Lensfun 0.3.0 and 0.3.1 brought major improvements with them, in
particular the possibility to update the lens database without re-
installing Lensfun or updating the package.  This is very often
requested by users.  Besides, the lens database has grown heavily over
the last two releases, with more than 200 new lenses.  Therefore, I
think it is senseful to put some effort in updating the package to
v0.3.1.

The old Python-based build system was removed from Lensfun.  If the
package used it, this would make non-trivial changes necessary.

Moreover, there are some scripts included now that are supposed to go
into /usr/bin, so probably, a new package lensfun-utils or lensfun-tools
becomes necessary, depending on your packaging guidelines.

I'm a dev of Lensfun and willing to help with that.  I have only little
-- albeit not none -- experience with Ubuntu packaging.

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

** Description changed:

  Lensfun 0.3.0 and 0.3.1 brought major improvements with them, in
  particular the possibility to update the lens database without re-
- installing Lensfun or updating the package.  Therefore, I think it is
- sensful to put some effort in updating the package to v0.3.1.
+ installing Lensfun or updating the package.  This is very often
+ requested by users.  Besides, the lens database has grown heavily over
+ the last to releases, with more than 200 new lenses.  Therefore, I think
+ it is senseful to put some effort in updating the package to v0.3.1.
  
  The old Python-based build system was removed from Lensfun.  If the
  package used it, this would make non-trivial changes necessary.
  
  Moreover, there are some scripts included now that are supposed to go
  into /usr/bin, so probably, a new package lensfun-utils or lensfun-tools
  becomes necessary, depending on your packaging guidelines.
  
  I'm a dev of Lensfun and willing to help with that.  I have only little
  -- albeit not none -- experience with Ubuntu packaging.

** Description changed:

  Lensfun 0.3.0 and 0.3.1 brought major improvements with them, in
  particular the possibility to update the lens database without re-
  installing Lensfun or updating the package.  This is very often
  requested by users.  Besides, the lens database has grown heavily over
- the last to releases, with more than 200 new lenses.  Therefore, I think
- it is senseful to put some effort in updating the package to v0.3.1.
+ the last two releases, with more than 200 new lenses.  Therefore, I
+ think it is senseful to put some effort in updating the package to
+ v0.3.1.
  
  The old Python-based build system was removed from Lensfun.  If the
  package used it, this would make non-trivial changes necessary.
  
  Moreover, there are some scripts included now that are supposed to go
  into /usr/bin, so probably, a new package lensfun-utils or lensfun-tools
  becomes necessary, depending on your packaging guidelines.
  
  I'm a dev of Lensfun and willing to help with that.  I have only little
  -- albeit not none -- experience with Ubuntu packaging.

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

Title:
  Lensfun version in package is outdated

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

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


[Bug 1440394] Re: package postgresql-client-9.3 9.3.6-0ubuntu0.14.04 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

2015-04-17 Thread Torsten Bronger
FWIW, it works for me if I switch off the German locale:

LANG=C sudo apt-get dist-upgrade

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

Title:
  package postgresql-client-9.3 9.3.6-0ubuntu0.14.04 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.3/+bug/1440394/+subscriptions

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

[Bug 1433694] [NEW] Implicit KEY_LEFTSHIFT key event undoes KEY_LEFTALT

2015-03-18 Thread Torsten Bronger
Public bug reported:

I need the key combinations Alt+ and Alt+ for the shell and for Emacs.
With my new keyboard, which accesses  and  thourgh a Fn (function)
key, the combination Alt+ works, whereas Alt+ does not work.  The
output of evtest is:

Event: time 1426697967.687802, type 4 (EV_MSC), code 4 (MSC_SCAN), value 700e2
Event: time 1426697967.687802, type 1 (EV_KEY), code 56 (KEY_LEFTALT), value 1
Event: time 1426697967.687802, -- SYN_REPORT 
Event: time 1426697967.735803, type 4 (EV_MSC), code 4 (MSC_SCAN), value 700e1
Event: time 1426697967.735803, type 1 (EV_KEY), code 42 (KEY_LEFTSHIFT), value 1
Event: time 1426697967.735803, type 4 (EV_MSC), code 4 (MSC_SCAN), value 700e2
Event: time 1426697967.735803, type 1 (EV_KEY), code 56 (KEY_LEFTALT), value 0
Event: time 1426697967.735803, type 4 (EV_MSC), code 4 (MSC_SCAN), value 70064
Event: time 1426697967.735803, type 1 (EV_KEY), code 86 (KEY_102ND), value 1
Event: time 1426697967.735803, -- SYN_REPORT 
Event: time 1426697967.799797, type 4 (EV_MSC), code 4 (MSC_SCAN), value 700e1
Event: time 1426697967.799797, type 1 (EV_KEY), code 42 (KEY_LEFTSHIFT), value 0
Event: time 1426697967.799797, type 4 (EV_MSC), code 4 (MSC_SCAN), value 70064
Event: time 1426697967.799797, type 1 (EV_KEY), code 86 (KEY_102ND), value 0
Event: time 1426697967.799797, -- SYN_REPORT 

Thus, KEY_LEFTALT is disabled immediately after the KEY_LEFTSHIFT event,
which is implicitly generated because  doesn't need the shift key on
this keyboard, just the Fn key.  In other words, the ... KEY_LEFTALT),
value 0 is generated too early.

** Affects: 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/1433694

Title:
  Implicit KEY_LEFTSHIFT key event undoes KEY_LEFTALT

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

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


[Bug 1284635] Re: IBus does not support certain keyboard layouts

2014-11-16 Thread Torsten Bronger
For the time being, does anybody have a workaround for deactivating dead
keys in spite of this bug?  It would be very helpful for programmers
like me.

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

Title:
  IBus does not support certain keyboard layouts

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

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


[Bug 1260428] Re: iso8601 is not properly ported to Python3

2014-08-14 Thread Torsten Bronger
I cannot reproduce it on 14.04 server.  I had also no trouble installing
the package.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-iso8601 in Ubuntu.
https://bugs.launchpad.net/bugs/1260428

Title:
  iso8601 is not properly ported to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1260428] Re: iso8601 is not properly ported to Python3

2014-08-14 Thread Torsten Bronger
I cannot reproduce it on 14.04 server.  I had also no trouble installing
the package.

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

Title:
  iso8601 is not properly ported to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+subscriptions

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


[Bug 1265558] Re: Crippled glyphs in X

2014-08-14 Thread Torsten Bronger
I cannot reproduce it anymore in Lubuntu 14.04.

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

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

Title:
  Crippled glyphs in X

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

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


[Bug 1355028] [NEW] No no dead keys option anymore

2014-08-11 Thread Torsten Bronger
Public bug reported:

I use Lubuntu 14.04.  Since this version, I cannot switch off dead keys,
i.e. I have to press the acute accent key twice to see the character.  I
cannot select a no dead key version of German keyboard layout in the
ibus tray icon menue.

This is although I could select German -- no dead keys during the
installation of Lubuntu.

** Affects: ibus (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/1355028

Title:
  No no dead keys option anymore

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

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


[Bug 1307648] Re: chromium 34 from proposed does not take input from keyboard in first entry point on several webpages

2014-08-10 Thread Torsten Bronger
The problem has gone on my system with one of the official updates of
this week.

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

Title:
  chromium 34 from proposed does not take input from keyboard in first
  entry point on several webpages

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

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


[Bug 1284635] Re: IBus does not support certain keyboard layouts

2014-07-28 Thread Torsten Bronger
I'd like to add that, apart from the fact that keyboard inputs in
Chromium don't work, I cannot have a no dead keys configuration due to
this bug, i.e. I have to hit the accent keys twice to see the character.

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

Title:
  IBus does not support certain keyboard layouts

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

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


[Bug 1284635] Re: IBus does not support certain keyboard layouts

2014-05-11 Thread Torsten Bronger
I currently apply the workaround to right-click on this keyboard icon in
the panel and click on quit.  I think this is the purging ibus
thing, right?

Anyway, my --for me-- important question is: Is this purging of ibus
responsible for xfce freezing every other day?  It doesn't happen
frequently but it means that I lose all running applications and have to
restart lxsession.

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

Title:
  IBus does not support certain keyboard layouts

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

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


[Bug 1313047] [NEW] Mouse-selecting URL doesn't include protocol prefix

2014-04-26 Thread Torsten Bronger
Public bug reported:

In Lubuntu 14.04, when selecting the URL in Chromium with the mouse and
pasting it by middle-clicking, the pretocol prefix http://; is not
included into the result.  (If you copy it to the clipboard with Ctrl+C,
it is, however.)

This is a regression from Lubuntu 13.10, up to which this has worked
nicely.

** 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/1313047

Title:
  Mouse-selecting URL doesn't include protocol prefix

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

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


[Bug 1265558] ProcEnviron.txt

2014-02-23 Thread Torsten Bronger
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1265558/+attachment/3993698/+files/ProcEnviron.txt

** Changed in: xorg (Ubuntu)
   Status: Incomplete = New

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

Title:
  Crippled glyphs in X

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

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


[Bug 1265558] Re: Crippled glyphs in X

2014-02-23 Thread Torsten Bronger
apport information

** Tags added: apport-collected saucy

** Description changed:

  Every now and then, I see single crippled glyphs in my windows.  So far,
  it occured on the bash console window, Emacs, and Chromium, so I can
  safely say that it must have something to do with the X system itself or
  the window manager.  I attached a screenshot exhibiting this problem.
  
  It happens after opening a window or scrolling.  Marking the characters
  with the mouse or otherwise forcing a redraw restores the glyph.
  
- It occurs since Ubuntu 13.10.  Before that, I've never seen something
- like this.
+ It occurs since Ubuntu 13.10.  Before that, I've never seen something like 
this.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2011-11-15 (831 days ago)
+ InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
+ MarkForUpload: True
+ Package: xorg 1:7.7+1ubuntu6
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
+ Tags:  saucy
+ Uname: Linux 3.11.0-15-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2014-01-02 (52 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1265558/+attachment/3993697/+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/1265558

Title:
  Crippled glyphs in X

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

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


[Bug 1095917] Re: nfs mounts failing during reboot 12.04

2014-02-09 Thread Torsten Bronger
It seems to happen at exactly every other reboot.

The workaround script from above does not work for me because rc.local
is run too late in the boot process.  The computer hangs and waits for
the nfs mounts because it is execued.

If anyone is willing to investigate this, I'm ready to make tests and
give feedback.

** Summary changed:

- nfs mounts failing during reboot 12.04
+ nfs mounts failing during reboot

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

Title:
  nfs mounts failing during reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1095917/+subscriptions

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


[Bug 1095917] Re: nfs mounts failing during reboot 12.04

2014-02-08 Thread Torsten Bronger
I run into this problem with Lubuntu 13.10.  The problem occurs non-
deterministically, so I cannot really tell whether the workaround works
for me.  Also for me, nfsvers=3 did not help.

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

Title:
  nfs mounts failing during reboot 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1095917/+subscriptions

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


[Bug 1265039] Re: xsane does not receive data from scanner

2014-01-15 Thread Torsten Bronger
** Attachment added: Log for the case when scanner works fine
   
https://bugs.launchpad.net/ubuntu/+source/xsane/+bug/1265039/+attachment/3949564/+files/working.log

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

Title:
  xsane does not receive data from scanner

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

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


[Bug 1265039] Re: xsane does not receive data from scanner

2014-01-15 Thread Torsten Bronger
** Attachment added: Log after xsane was quited and re-started: Scanner is not 
found
   
https://bugs.launchpad.net/ubuntu/+source/xsane/+bug/1265039/+attachment/3949565/+files/not_working.log

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

Title:
  xsane does not receive data from scanner

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

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


[Bug 1222021] Re: xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-04 Thread Torsten Bronger
Thanks Jarno for your explanations, but I don't know how to tell the
power management to call xscreensaver or gnome-screensaver.  Besides,
this is a regression.  I used to work out-of-the-box up to Ubuntu 13.04.

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

Title:
  xfce4-power-manager does not inhibit systemd from handling buttons and
  lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

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


[Bug 1265558] [NEW] Crippled glyphs in X

2014-01-02 Thread Torsten Bronger
Public bug reported:

Every now and then, I see single crippled glyphs in my windows.  So far,
it occured on the bash console window, Emacs, and Chromium, so I can
safely say that it must have something to do with the X system itself or
the window manager.  I attached a screenshot exhibiting this problem.

It happens after opening a window or scrolling.  Marking the characters
with the mouse or otherwise forcing a redraw restores the glyph.

It occurs since Ubuntu 13.10.  Before that, I've never seen something
like this.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bot-comment

** Attachment added: Screenshot exhibiting the crippled-glyph problem
   
https://bugs.launchpad.net/bugs/1265558/+attachment/3939250/+files/crippled_glyph.png

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

Title:
  Crippled glyphs in X

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

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


[Bug 1265039] [NEW] xsane does not receive data from scanner

2013-12-30 Thread Torsten Bronger
Public bug reported:

This is a regression.  It used to work in Lubuntu 13.04 but does not
work in Lubuntu 13.10.

At every other startup, xsane refuses to receive data from the scanner
(Canon LiDE 110).  It hangs and eventually opens a window saying Error
during read: Error during device I/O.

Loaded backend: genesys:libusb:003
Sane version: 1.0.23

Re-plugging the scanner helps.  For one time.

** Affects: xsane (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/1265039

Title:
  xsane does not receive data from scanner

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

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


[Bug 1250182] Re: Lock screen when closing display does not work

2013-12-25 Thread Torsten Bronger
*** This bug is a duplicate of bug 1222021 ***
https://bugs.launchpad.net/bugs/1222021

** This bug has been marked a duplicate of bug 1222021
   xfce4-power-manager does not inhibit systemd from handling buttons and lid 
events

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

Title:
  Lock screen when closing display does not work

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

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


[Bug 428509] Re: Provide a configurable DND mode rather than suppressing all async notifications in fullscreen apps

2013-12-25 Thread Torsten Bronger
Has a consensus been reached about the *expected* behaviour?  It seems
to me that fixing this is not that difficult, but nobody really knows
how it is supposed to work.

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

Title:
  Provide a configurable DND mode rather than suppressing all async
  notifications in fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/notify-osd/+bug/428509/+subscriptions

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


[Bug 1222021] Re: xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2013-12-25 Thread Torsten Bronger
Well, the workaround in /etc/systemd/logind.conf did indeed prevent the
system from going into hibernate when I close the lid.  This is some
improvement, but it still does not lock the screen.  When I open the
lid, the system is unlocked, although I said otherwise in Lubuntu's
power management settings.

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

Title:
  xfce4-power-manager does not inhibit systemd from handling buttons and
  lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

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


[Bug 1260428] Re: iso8601 is not properly ported to Python3

2013-12-17 Thread Torsten Bronger
It is the current version of the package on Ubuntu 13.10.

** Changed in: python-iso8601 (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-iso8601 in Ubuntu.
https://bugs.launchpad.net/bugs/1260428

Title:
  iso8601 is not properly ported to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1260428] Re: iso8601 is not properly ported to Python3

2013-12-17 Thread Torsten Bronger
It is the current version of the package on Ubuntu 13.10.

** Changed in: python-iso8601 (Ubuntu)
   Status: Incomplete = New

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

Title:
  iso8601 is not properly ported to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+subscriptions

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


[Bug 1260428] [NEW] iso8601 is not properly ported to Python3

2013-12-12 Thread Torsten Bronger
Public bug reported:

Python 3.3.2+ (default, Oct  9 2013, 14:50:09) 
[GCC 4.8.1] on linux
Type help, copyright, credits or license for more information.
 from iso8601 import iso8601
 iso8601.parse_date(2007-01-25T12:00:00Z)
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python3/dist-packages/iso8601/iso8601.py, line 89, in 
parse_date
if not isinstance(datestring, basestring):
NameError: global name 'basestring' is not defined

** Affects: python-iso8601 (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/1260428

Title:
  iso8601 is not properly ported to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+subscriptions

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


[Bug 1260426] [NEW] iso8601 is not installed properly

2013-12-12 Thread Torsten Bronger
Public bug reported:

Python 3.3.2+ (default, Oct  9 2013, 14:50:09) 
[GCC 4.8.1] on linux
Type help, copyright, credits or license for more information.
 import iso8601
 iso8601.parse_date(2007-01-25T12:00:00Z)
Traceback (most recent call last):
  File stdin, line 1, in module
AttributeError: 'module' object has no attribute 'parse_date'
 iso8601.iso8601.parse_date(2007-01-25T12:00:00Z)
Traceback (most recent call last):
  File stdin, line 1, in module
AttributeError: 'module' object has no attribute 'iso8601'

** Affects: python-iso8601 (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/1260426

Title:
  iso8601 is not installed properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260426/+subscriptions

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


[Bug 1259466] [NEW] Tab tooltips are sticky in Adobe Reader

2013-12-10 Thread Torsten Bronger
Public bug reported:

When hovering over a document tab in Adobe Reader, a tooltip with the
full file name appears.  In some cases, it stays open and on top of all
other windows -- even if the Adobe Reader was minimised.  The only way
to get rid of it is to close Adobe Reader altogether.

** Affects: acroread (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/1259466

Title:
  Tab tooltips are sticky in Adobe Reader

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

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


[Bug 1250182] [NEW] Lock screen when closing display does not work

2013-11-11 Thread Torsten Bronger
Public bug reported:

I configured my Lubuntu 13.10 so that the screen in locked when I close
the display lid.  With Ubuntu 13.04, this worked perfectly.  However
now, only the display is darkened, nothing locked.  When keeping the
display shut for a couple of seconds, the laptop performs a suspend-to-
disk.

** Affects: 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/1250182

Title:
  Lock screen when closing display does not work

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

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


[Bug 1094066] Re: [Samsung NP350V5C-S07DE] Keyboard blocked after having used volume keys

2013-11-08 Thread Torsten Bronger
FWIW, a workaround is to switch to a console with Alt+Ctrl+F1 and switch
back with Alt-Ctrl-F7.  At least the infinite loop is then interrupted.

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

Title:
  [Samsung NP350V5C-S07DE] Keyboard blocked after having used volume
  keys

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

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


[Bug 1182851] Re: please remove bzr-svn from saucy

2013-11-07 Thread Torsten Bronger
Does this mean that from Saucy on, one cannot use SVN repos with bzr
anymore?  No way?

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

Title:
  please remove bzr-svn from saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bzr-svn/+bug/1182851/+subscriptions

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


[Bug 1182851] Re: please remove bzr-svn from saucy

2013-11-07 Thread Torsten Bronger
I found http://askubuntu.com/questions/361226/some-bazaar-packages-are-
missing-in-ubuntu-13-10-especially-bzr-svn

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

Title:
  please remove bzr-svn from saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bzr-svn/+bug/1182851/+subscriptions

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


[Bug 1036830] Re: Can't log in unless remove .Xauthority or use gdm

2013-09-23 Thread Torsten Bronger
I suffer from this bug for a week now.  I have no idea what causes this.
I use Lubuntu 13.04.  My hobe directory is mounted with NFS, but for
years, so this cannot be the sole cause.

My workaround is to remove /home/bronger/.Xauthority through
/etc/rc.local.

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

Title:
  Can't log in unless remove .Xauthority or use gdm

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

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


[Bug 1094066] Re: [Samsung NP350V5C-S07DE] Keyboard blocked after having used volume keys

2013-09-08 Thread Torsten Bronger
I'm sorry but I can't do that I'm afraid.  The level of suffering is not
high enough for me to perform this procedure.  Besides, it seems to work
only with Windows installed, which is not the case in my case.  Or does
it also work from inside a VirtualBox?

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

Title:
  [Samsung NP350V5C-S07DE] Keyboard blocked after having used volume
  keys

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

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


[Bug 1094066] Re: Keyboard blocked after having used volume keys

2013-08-10 Thread Torsten Bronger
The model name on the sticker is NP350V5C-907DE.


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

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

Title:
  Keyboard blocked after having used volume keys

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

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


  1   2   3   4   >