[Bug 1811815] Re: Lenovo ideapad 330-15ICH Wifi rfkill hard blocked

2019-03-06 Thread Felix Eckhofer
TL;DR: I was wrong, sorry for the noise. After a bit more testing it seems that while the button does indeed seem to toggle the hard-block, it also triggers the flight mode toggle from userland (GNOME). These do not have to be in sync (pressing the button can at the same time disable the

[Bug 1811815] Re: Lenovo ideapad 330-15ICH Wifi rfkill hard blocked

2019-03-06 Thread Felix Eckhofer
I have the ideapad S130 and had the same issue, but I noticed that the kill switch from `ideapad_laptop` is toggled using the "flight mode"-key (Fn-F7) and I'm unsure, if I should create a patch like the one you submitted above. >From pictures, the keyboard on the ideapad 330 looks identical to

[Bug 1799444] Re: mr aborts with "received signal 1"

2018-12-20 Thread Felix Eckhofer
Seems definitely to be related to --jobs. I've had "--jobs" removed from my script for the last weeks and never seen it. Re-enabled it and sure enough, the error returned. It's somewhat annoying, because updating my ~50 vcsh repos takes less than 3s with --jobs, but easily 30s without. -- You

[Bug 1799444] [NEW] mr aborts with "received signal 1"

2018-10-23 Thread Felix Eckhofer
Public bug reported: Since upgrading to cosmic I started to sometimes see the following behavior: $ mr -v -s --jobs 5 up mr: loading config /home/eckhofer/.mrconfig mr: including output of "cat ~/.config/mr/config.d/*" mr library now: [cut] mr update: running update >>vcsh

[Bug 1775672] Re: virtualbox-dkms installation hangs in 18.04 (with secure boot)

2018-08-15 Thread Felix Eckhofer
The same problem with redirection to /dev/null seems also to be present in /usr/lib/dkms/common.postinst, causing hangs on upgrades... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775672 Title:

[Bug 1778088] [NEW] DjVu Files cannot be opened

2018-06-21 Thread Felix Eckhofer
Public bug reported: When trying to open a .djvu document, evince shows an error: File type DjVu image (image/vnd.djvu) is not supported Apparently, upstream has removed the image/vnd.djvu mimetype in an effort to treat single-page .djvu files more like images

[Bug 1764450] Re: pdftk missing in 18.04 (bionic)

2018-05-02 Thread Felix Eckhofer
Quick and easy workaround: wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pdftk/pdftk_2.02-4build1_amd64.deb wget http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-6/libgcj17_6.4.0-8ubuntu1_amd64.deb wget

[Bug 1764450] [NEW] pdftk missing in bionic

2018-04-16 Thread Felix Eckhofer
Public bug reported: It seems that pdftk is no longer included in bionic. The package still is available in Debian sid and I did not find a hint why it was removed. Is this a bug? ** Affects: pdftk (Ubuntu) Importance: Undecided Status: New ** Description changed: It seems that

[Bug 1733700] [NEW] aa-enforce fails due to syntax error in snapd.snap-confine profile

2017-11-21 Thread Felix Eckhofer
Public bug reported: On Ubuntu artful, I'm seeing the following behavior: $ aa-enforce usr.bin.chromium-browser ERROR: Syntax Error: Unknown line found in file /etc/apparmor.d/snap.core.3440.usr.lib.snapd.snap-confine line 15: include

[Bug 1587249] Re: PIL exception fromstring

2016-06-13 Thread Felix Eckhofer
Upstream is fixed in https://github.com/Arachnid/pyqrencode/commit/a58d28a4988676d20e204a9937972528cdffc381 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587249 Title: PIL exception fromstring To

[Bug 1587249] Re: PIL exception fromstring

2016-06-05 Thread Felix Eckhofer
This is also responsible for https://bugs.launchpad.net/qreator/+bug/1573577 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587249 Title: PIL exception fromstring To manage notifications about

[Bug 1511058] Re: No application indicator

2016-04-28 Thread Felix Eckhofer
This appears to be a bug in appmenu-qt5: https://bugs.launchpad.net/appmenu-qt5/+bug/1574699 There is a tracking bug upstream as well: https://github.com/owncloud/client/issues/4693 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1489630] Re: Random Software Updates request password for encrypted partition

2015-09-28 Thread Felix Eckhofer
I've seen the prompt on two different machines now. Both machines have two encrypted disks, one encrypted with a passphrase, the other encrypted with a key file stored on the first disk. I only seem to get the prompt for containers encrypted with a key file ( in /etc/crypttab is not "none"). --

[Bug 1459571] Re: Keyboard shortcuts stop working

2015-07-14 Thread Felix Eckhofer
Running `unity ` in a Terminal seems to fix this problem for me when it happens. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459571 Title: Keyboard shortcuts stop working To manage

[Bug 1091464] Re: Unable to chainload Windows 8 with Secure Boot enabled

2015-06-14 Thread Felix Eckhofer
As a workaround, I created the following entry in /etc/grub.d/40_custom: menuentry 'Exit grub' { exit } This boots into windows on my Toshiba notebook even with Secure Boot enabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1453174] [NEW] Opening of magnet links broken

2015-05-08 Thread Felix Eckhofer
Public bug reported: When clicking on a magnet link, transmission-remote-gtk always displays the error invalid or corrupt torrent file. This seems to be caused by xdg-open slightly modifying the link: $ xdg-open magnet:?xt=urn:btih:9BE2... results in $ transmission-remote-gtk

[Bug 1348930] Re: Proxytunnel 1.9.0+svn250-3 unable to establish SSL tunnel

2015-03-07 Thread Felix Eckhofer
This is probably due to the server refusing SSLv3 connections and has been fixed upstream, see https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=767301 ** Bug watch added: Debian Bug tracker #767301 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767301 -- You received this bug

[Bug 1397752] Re: Can't create new wallet in electrum

2014-12-25 Thread Felix Eckhofer
This appears to be an incompatibility with PyQt 4.11, see the upstream bug for a description and the relevant fix https://github.com/spesmilo/electrum/issues/919 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1398106] Re: screen startup shows up 3 times then crash

2014-12-25 Thread Felix Eckhofer
*** This bug is a duplicate of bug 1397752 *** https://bugs.launchpad.net/bugs/1397752 ** This bug has been marked a duplicate of bug 1397752 Can't create new wallet in electrum -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1405541] Re: initial dialogs repeats wizard step tree times and crashes with error message no seed

2014-12-25 Thread Felix Eckhofer
*** This bug is a duplicate of bug 1397752 *** https://bugs.launchpad.net/bugs/1397752 ** This bug has been marked a duplicate of bug 1397752 Can't create new wallet in electrum -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1388486] Re: owncloud client does not save password (upstream fix available)

2014-11-18 Thread Felix Eckhofer
** Summary changed: - Please update packages + owncloud client does not save password (upstream fix available) ** Description changed: + The version of owncloud-client shipped with utopic will prompt for the + password every time it is started- + See

[Bug 1247614] [NEW] Nautilus crashes on empty .pnm files

2013-11-03 Thread Felix Eckhofer
Public bug reported: Using Ubuntu saucy's nautilus (3.8.2-0ubuntu2) I get a reproducible crash in directories with empty .pnm files in it. This also (at least) affects raring machines. Try this: nautiluskiller.pnm nautilus . ** Affects: nautilus (Ubuntu) Importance: Undecided

[Bug 1240686] Re: Upstart overrides the user's umask

2013-10-30 Thread Felix Eckhofer
Where would the override-file have to be placed as a workaround? I tried ~/.config/upstart as per the upstart session documentation and even /usr/share/upstart/sessions but to no avail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1186621] Re: [GA-MA770T-UD3, Realtek ALC888, Green Line Out, Rear] Underruns, dropouts or crackling sound

2013-09-07 Thread Felix Eckhofer
Stumbled across the same problems (playback too fast, choppy) with the onboard sound from GA-MA770-UD3. options snd_hda_intel position_fix=1 does not help. Any further advice? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 595648] Re: Remote unlocking not possible if plymouth is active (Bug or Feature?)

2013-08-30 Thread Felix Eckhofer
On Raring, something like this works: cat /conf/conf.d/cryptroot /sbin/cryptsetup luksOpen source target kill $(pidof plymouth) Where source and target have to be replaced by the respective parameters from the output of the first command. What is the proposed way to fix this issue? It

[Bug 1090373] Re: Acer 4820TG problem with hybrid graphic cards and wake up

2013-03-28 Thread Felix Eckhofer
This script from #5 does indeed seem to fix this problem for my 4820GT as well (even when plugged in). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1090373 Title: Acer 4820TG problem with hybrid

[Bug 1062077] Re: Linux hangs with: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting

2013-02-28 Thread Felix Eckhofer
My vgaswitcheroo-enabled system is currently unusable with raring's xserver-xorg-video-radeon 1:7.1.0-0ubuntu1 (after typing the password, the screen turns on and off multiple times with lots of atombios stuck messages in the syslog and sometimes will start the unity session in low resolution

[Bug 1062077] Re: Linux hangs with: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting

2012-12-23 Thread Felix Eckhofer
Seeing the same problem in raring (3.7.0-7-generic). Is there anything that can be done to help debug this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1062077 Title: Linux hangs with:

[Bug 938751] Re: jpeg images are washed out or colors are skewed

2012-05-12 Thread Felix Eckhofer
For me, an ICC profile was set and removing it did indeed fix the problem. Why the profile was set in the first place, however, i don't know. (Ubuntu 12.04 on Acer Laptop with i915 video card) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 41134] Re: Does not store WPA-Enterprise password in keyring

2012-04-28 Thread Felix Eckhofer
Is this bug still present in 12.04/Precise? I just discovered that in /etc/NetworkManager/system-connections there is a file which holds the password for a WPA-EAP/TTLS connection in plaintext even though that connection is not marked as available for all users in the wifi settings. This has huge

[Bug 511946] Re: Network manager stores password in plaintext

2012-04-28 Thread Felix Eckhofer
*** This bug is a duplicate of bug 41134 *** https://bugs.launchpad.net/bugs/41134 If this is not a security issue, why do we use gnome-keyring at all? Also, possibly duplicate of bug #41134. ** This bug has been marked a duplicate of bug 41134 Does not store WPA-Enterprise password in

[Bug 673981] Re: wpa_supplicant ignores failed CA certificate validation

2011-03-23 Thread Felix Eckhofer
Additionally, it seems when the PEM-Cert does not have the .pem file name extension it is not verified as well (*.crt for example). -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/673981 Title:

[Bug 380232] Re: Strange symbols displayed after ligatures in konqueror

2009-06-19 Thread Felix Eckhofer
Has none of you an idea what could be the reason for this? It is - as you can image - more than irritating and I have no idea how to debug font rendering. Any tips which packages to reinstall? Config-files to reset? Any help would be greatly appreciated. -- Strange symbols displayed after

[Bug 380232] [NEW] Strange symbols displayed after ligatures in konqueror

2009-05-25 Thread Felix Eckhofer
Public bug reported: Since the jaunty upgrade I have really strange display errors in konquerors (see screenshot). It seems everytime a ligature is rendered, some characters after the ligature get displayed extremly weird. I've verified this by locally saving a website that had the problem after

[Bug 380232] Re: Strange symbols displayed after ligatures in konqueror

2009-05-25 Thread Felix Eckhofer
** Attachment added: strange-symbols-ligatures.png http://launchpadlibrarian.net/27137852/strange-symbols-ligatures.png -- Strange symbols displayed after ligatures in konqueror https://bugs.launchpad.net/bugs/380232 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 83389] Re: weekly cron job fails

2008-06-12 Thread Felix Eckhofer
I can confirm this bug on hardy. htdig uses lockfile-create, lockfile- touch and lockfile-remove in /etc/cron.daily/htdig, yet it does not depend on lockfile-progs. -- weekly cron job fails https://bugs.launchpad.net/bugs/83389 You received this bug notification because you are a member of

[Bug 149321] Re: [Gutsy] Basket notes is no longer embedded in kontact!

2007-11-07 Thread Felix Eckhofer
fhackenberger: tried that but with the patch applied, basket does not show up in the list of components even for a new user. -- [Gutsy] Basket notes is no longer embedded in kontact! https://bugs.launchpad.net/bugs/149321 You received this bug notification because you are a member of Kubuntu

[Bug 154466] kopete_latexconvert.sh does not work with dash

2007-10-19 Thread Felix Eckhofer
Public bug reported: Binary package hint: kopete When using dash as /bin/sh, kopete_latexconvert.sh will not work anymore (error on line 225: let: not found). This results in an infinite loop. Changing the shebang-line to /bin/bash fixes the problem. ** Affects: kopete (Ubuntu)

[Bug 149321] Re: [Gutsy] Basket notes is no longer embedded in kontact!

2007-10-18 Thread Felix Eckhofer
The patch does not fix the problem for me, though I might have a slightly different problem here: Just upgraded to 7.10 from 7.04 and while basket *does* show up in the list of components it does not show up as a button on the left hand side of the screen meaning it cannot be selected. After

[Bug 136835] smartd says not capable of SMART self-check while smartctl works

2007-09-02 Thread Felix Eckhofer
Public bug reported: Binary package hint: smartmontools I have a SAMSUNG SP2004C harddrive which works fine with smartctl including self-tests. However, smartd fails with the following error: Error SMART Status command failed Please get assistance from http://smartmontools.sourceforge.net/

[Bug 123816] Re: KopeTeX does not seem to do anything

2007-08-12 Thread Felix Eckhofer
this was caused by the option Do not show user specified rich text. i opened more specific bug-report at http://bugs.kde.org/show_bug.cgi?id=148323 ** Changed in: kopete (Ubuntu) Status: New = Invalid -- KopeTeX does not seem to do anything https://bugs.launchpad.net/bugs/123816 You

[Bug 123816] KopeTeX does not seem to do anything

2007-07-03 Thread Felix Eckhofer
Public bug reported: Binary package hint: kopete When using the KopeTeX plugin to display inline LaTeX, the formula is just displayed as-is. No translation takes place. The same happens when trying to preview (CTRL-L): Preview of the latex message : test $$x^2$$ foo This used to work

[Bug 82903] Re: 20xorg-common_process-args doesn't work with zsh

2007-05-10 Thread Felix Eckhofer
[EMAIL PROTECTED]:~$ ls -l /bin/sh lrwxrwxrwx 1 root root 4 2007-01-02 17:22 /bin/sh - dash -- 20xorg-common_process-args doesn't work with zsh https://bugs.launchpad.net/bugs/82903 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 82903] 20xorg-common_process-args doesn't work with zsh

2007-02-02 Thread Felix Eckhofer
Public bug reported: Binary package hint: xinit In line 36 /etc/X11/Xsession.d/20xorg-common_process-args calls which. This will fail for some reason if zsh is used and $1 contains an absolute path: STARTUP_FULL_PATH=$(which $1 || true) Simply changing it to

[Bug 82902] Re: 20xorg-common_process-args doesn't work with zsh

2007-02-02 Thread Felix Eckhofer
*** This bug is a duplicate of bug 82903 *** ** This bug has been marked a duplicate of bug 82903 20xorg-common_process-args doesn't work with zsh -- 20xorg-common_process-args doesn't work with zsh https://launchpad.net/bugs/82902 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 82902] 20xorg-common_process-args doesn't work with zsh

2007-02-02 Thread Felix Eckhofer
Public bug reported: Binary package hint: xinit In line 36 /etc/X11/Xsession.d/20xorg-common_process-args calls which. This will fail for some reason if z STARTUP_FULL_PATH=$(/usr/bin/which $1 || true) ** Affects: xinit (Ubuntu) Importance: Undecided Status: Unconfirmed

[Bug 77203] Re: Crash after a broken link

2007-01-06 Thread Felix Eckhofer
can confirm that problem on edgy amd64 using axel 1.0b-1.1. any 404 will immediately cause a segfault: [EMAIL PROTECTED]:~$ axel http://www.google.com/foo Initializing download: http://www.google.com/foo HTTP/1.1 404 Not Found Segmentation fault -- Crash after a broken link

[Bug 58481] Re: scilab+ubuntu dapper

2006-10-12 Thread Felix Eckhofer
same problem here (kubuntu, dapper). this basically renders the whole application useless. ** Attachment added: screenshot of scilab showing strange characters http://librarian.launchpad.net/4809647/scilab.png -- scilab+ubuntu dapper https://launchpad.net/bugs/58481 -- ubuntu-bugs mailing

[Bug 52469] xine missing support for output via artsd

2006-07-09 Thread Felix Eckhofer
Public bug reported: Binary package hint: libxine-main1 There is no way to make libxine use artsd for its output on dapper. It worked fine in breezy. This affects many KDE multimedia apps. Kaffeine e.g. is practically unusable without this, as the mplayer-output module is not really ready for