[Bug 1809945] [NEW] Flatpak: extensions and locales are not installed

2018-12-27 Thread unrud
Public bug reported: Installing a Flatpak app via Gnome Software, doesn't install required extensions (like locales, codecs, drivers...). Only the runtime and the app itself get installed. The impact reaches from apps just not being translated, to apps not starting at all (e.g. when the

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2016-11-01 Thread unrud
@rykien: Seems like a bug in the driver for the SMBus controller. i2cdetect should show the headphone amplifier at address 0x73. I've tested init-headphone with Ubuntu 16.04.1 (you have to add the acpi_enforce_resources=lax boot parameter!) and 16.10 live images without problems. Maybe the bug

[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-05-12 Thread unrud
@saurav1: Only tested the script on freshly installed Xubuntu 16.04. The screen doesn't get relocked on my computer. Maybe it's a race condition and setting "Delay after locking screen saver for" in "XFCE Power Manager" under the "Security" tab to a higher value helps. -- You received this bug

[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-05-11 Thread unrud
@: logind publishes session changes (including lock and unlock) over DBus. The following sh-script automatically runs "xset s activate && xset s reset" every time the session is changed and makes the mouse cursor visible again: dbus-monitor --system

[Bug 1033305] Re: Policykit local authority being ignored with Network Manager

2016-03-30 Thread unrud
pkaction does only show the implicit defaults. Overrides from pkla files are not shown. You can use pkcheck for this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1033305 Title: Policykit local

[Bug 1517991] [NEW] Arithmetical errors

2015-11-19 Thread unrud
Public bug reported: Ubuntu release: 15.10 Package version: 1:3.16.2-1ubuntu1 Enter: 1^(−0,5) Result: 1,071508607×10³⁰¹ Expected result: 1 ** Affects: gnome-calculator (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 1517991] Re: Arithmetical errors

2015-11-19 Thread unrud
** Description changed: Ubuntu release: 15.10 Package version: 1:3.16.2-1ubuntu1 Enter: - 1^(−0,5) + 1^(−0.5) Result: - 1,071508607×10³⁰¹ + 1.071508607×10³⁰¹ Expected result: 1 ** Description changed: Ubuntu release: 15.10 Package version: 1:3.16.2-1ubuntu1 Enter:

[Bug 1452006] Re: Gajim freezes whole system on start

2015-09-06 Thread unrud
Gajim tries to read all files in /proc, /proc/net and /proc/self to collect entropy for OpenSSL. (See function add_entropy_sources_OpenSSL() in file src/common/crypto.py) This can cause problems with buggy drivers. (e.g. https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1450825 ) -- You

[Bug 1450825] [NEW] Reading from /proc/brcm_monitor0 causes lockup of CPU

2015-05-01 Thread unrud
Public bug reported: Steps to reproduce: Install and use bcmwl-kernel-source $ cat /proc/brcm_monitor0 What happens: $ dmesg ... Watchdog detected hard LOCKUP on cpu 1 ... Tested on Trusty and Vivid. The file is readable by everyone. At least change this to only root. ** Affects:

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-04-26 Thread unrud
New version of init-headphone that also supports Vivid: https://github.com/Unrud/init-headphone-ubuntu/releases -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313904 Title: [W230SS, VIA VT1802

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-30 Thread unrud
@Kiril: That's strange, I tested it on 14.04 and it works for me. The packaged adds the file /etc/default/grub.d/init-headphone.cfg. That should add the boot parameter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-30 Thread unrud
@Kiril: Make sure that your kernel is loaded with acpi_enforce_resources=lax. Check cat /proc/cmdline. Check the output of lsmod and make sure that the modules i2c-i801 and i2c-dev are loaded. If they are unload i2c-i801 with sudo rmmod i2c-i801 and load it again sudo modprobe i2c-i801. Then

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-30 Thread unrud
New version: * Add Upstart script to run program on boot * Make program more verbose The program output is now very verbose. If the script doesn't work, just run sudo init-headphone and it should say what's wrong. ** Attachment added: init-headphone_0.2.0_all.deb

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-29 Thread unrud
I wrote a driver. Only tested on Ubuntu 14.10. After installation a restart is required. ** Attachment added: init-headphone_0.1.0_all.deb https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1313904/+attachment/4360354/+files/init-headphone_0.1.0_all.deb -- You received this bug

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-08 Thread unrud
blkid doesn't recognize exfat. The error seems to be in the file libblkid/src/superblocks/exfat.c in function probe_exfat: In line 124 if (errno) is always true because errno is already !=0 before probe_exfat is called. The problem can be fixed by either adding errno = 0; to the beginning of

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-08 Thread unrud
The problem only appears if no label is set for the exfat partition. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416794 Title: Can't mount exFAT on Ubuntu 14.10 To manage notifications about

[Bug 1393206] Re: SD/mmc card with exFAT fs not automatically mounted since upgrade to utopic

2015-02-08 Thread unrud
Workaround: Set a label for the exfat partition with $ sudo exfatlabel /dev/sdz1 some_label Replace /dev/sdz1 with the real path of your device and optionally some_label with a more meaningful name. For more information see https://bugs.launchpad.net/ubuntu/+source/util- linux/+bug/1416794 --

[Bug 1393206] Re: SD/mmc card with exFAT fs not automatically mounted since upgrade to utopic

2015-02-08 Thread unrud
*** This bug is a duplicate of bug 1389021 *** https://bugs.launchpad.net/bugs/1389021 ** This bug has been marked a duplicate of bug 1389021 Does not detect hotplugged storage device (exfat) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-08 Thread unrud
*** This bug is a duplicate of bug 1389021 *** https://bugs.launchpad.net/bugs/1389021 ** This bug has been marked a duplicate of bug 1389021 Does not detect hotplugged storage device (exfat) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-06 Thread unrud
I've traced the problem to udev. The ID_FS_* properties are missing from the udev device. udisks2 uses the ID_FS_TYPE property to determine the filesystem type. ** Package changed: udisks2 (Ubuntu) = udev (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-01 Thread unrud
** Description changed: I've installed the packages exfat-fuse and exfat-utils but I can't mount exFAT filesystems through udisks2. $ udisksctl mount --block-device /dev/sdb1 Object /org/freedesktop/UDisks2/block_devices/sdb1 is not a mountable filesystem. Mounting with $ sudo

[Bug 1393206] Re: SD/mmc card with exFAT fs not automatically mounted since upgrade to utopic

2015-02-01 Thread unrud
I've created a bug report against udisks2 (before I found this bug report): https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1416794 You wrote that the problem is that gvfs ignores the drive. But maybe you can try to mount in manually with udisks2 and check if we are encountering the same

[Bug 1416794] [NEW] Can't mount exFAT on Ubuntu 14.10

2015-01-31 Thread unrud
Public bug reported: I've installed the packages exfat-fuse and exfat-utils but I can't mount exFAT filesystems through udisks2. $ udisksctl mount --block-device /dev/sdb1 Object /org/freedesktop/UDisks2/block_devices/sdb1 is not a mountable filesystem. Mounting with $ sudo mount /dev/sdb1 ...

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-28 Thread unrud
The SMBus module is working now, I had to add acpi_enforce_resources=lax to the kernel boot parameters. Got some information about the pre-amplifier here: https://biosmods.wordpress.com/w230ss-np7338/comment-page-4/#comments I think we're stuck until we get more information about that chip. --

[Bug 1329468] Re: [W230SS, VIA1802] no sound from headphones

2014-07-27 Thread unrud
*** This bug is a duplicate of bug 1313904 *** https://bugs.launchpad.net/bugs/1313904 ** This bug has been marked a duplicate of bug 1313904 [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot -- You received this bug notification because you are a member of

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-07-27 Thread unrud
I've compared the schematics of w230st and w230ss from the service manuals and the codec is exactly the same, but the w230ss has an additional chip between the codec and the headphone jack. The manual says that it's an pre-amp but doesn't mention the exact model. The pre- amp is connected to the

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-07-27 Thread unrud
Hi Kiril, maybe you can update the title / description of the bug report, that way anybody knows what's what without reading all the comments. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313904

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-27 Thread unrud
I tried to investigate the preamplifier chip further but run into another bug. I'm not able to access the SMBus. When I execute modprobe i2c-i801, the following appears in the kernel log: [...] ACPI Warning: SystemIO range 0xf040-0xf05f conflicts with OpRegion

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-07-26 Thread unrud
Hi Marco, I downloaded the Hotkey app from Clevo and InitHeadphone.exe is still present. All it does is calling the function InitHeadphone from hp.dll. If you don't like the Hotkey app, I guess you can also fix the problem (on windows!) by saving hp.dll, uninstalling the Hotkey app and then

[Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-07-24 Thread unrud
For me the sound always works after a cold start (maybe newer BIOS?) But after standby the headphone jack stops working until next cold start (reboot doesn't help). On W230ST everything works fine and the hardware is nearly identical. -- You received this bug notification because you are a

[Bug 1339244] Re: Comparison of exit_status in run_custom_command is wrong

2014-07-09 Thread unrud
Any chance that this gets fixed in Trusty? Due to this bug it's impossible to let Gnome Settings Daemon ignore specific devices. For example GSD regularly overrides custom touchpad settings and instead of letting GSD ignore the device, you have to disable the mouse plugin. -- You received

[Bug 1339244] [NEW] Comparison of exit_status in run_custom_command is wrong

2014-07-08 Thread unrud
Public bug reported: In file /plugins/common/gsd-input-helper.c in function run_custom_command the variable exit_status doesn't contain the exit status of the process, so the statement return (exit_status == 1); is wrong. The documentation

[Bug 1325200] [NEW] Missing iwlwifi-7260-8.ucode causes connection problems

2014-05-31 Thread unrud
Public bug reported: My WIFI card (Intel AC7260) looses connectivity every 15-45 minutes. The network applet shows that I'm still connected to the WLAN but no packets can be send. When I disconnect and reconnect in the applet it works again. The problem gets fixed by either installing

[Bug 1313123] Re: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1

2014-05-14 Thread unrud
I've added libopencl-1.1-1 and libopencl-1.2-1 to the nvidia- libopencl1-... packet and it was not possible to install wine1.6 afterwards. $ apt-cache show wine1.6-i386 | grep ^Recommends Recommends: ..., ocl-icd-libopencl1, ... apt-get treats recommends the same as dependencies. I also tried to

[Bug 1313123] Re: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1

2014-05-10 Thread unrud
The wine1.6-i386 (and wine1.6-amd64) packages have dependencies to libopencl1 and libopencl-1.1-1. From http://packages.ubuntu.com/trusty/wine1.6-i386: * libopencl-1.1-1 virtual package provided by ocl-icd-libopencl1 * ocl-icd-libopencl1 (= 1.0) Generic OpenCL ICD Loader

[Bug 1313123] Re: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1

2014-05-10 Thread unrud
$ apt-cache show wine1.6-i386 | grep ^Depends Depends: ..., libopencl-1.1-1, ..., ocl-icd-libopencl1 (= 1.0) | libopencl1, ... The website is right and if you take a look at the file wine1.6-1.6.2/debian/control you will see that ocl-icd-libopencl1 is only in the Build-Depends section. The

[Bug 1317528] [NEW] Packages nvidia-libopencl1-... don't provide libopencl-1.1-1 and libopencl-1.2-1

2014-05-08 Thread unrud
Public bug reported: The packages don't provide the virtual packages libopencl-1.1-1 and libopencl-1.2-1. This causes problems with the installation of the following packages: python-pyopencl python3-pyopencl wine1.6-i386 (see

[Bug 1313123] Re: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1

2014-05-08 Thread unrud
I've filled a bug against nvidia-graphics-drivers because I think the root of the problem is there: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics- drivers-304/+bug/1317528 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1317528] Re: Packages nvidia-libopencl1-... don't provide libopencl-1.1-1 and libopencl-1.2-1

2014-05-08 Thread unrud
** Description changed: - The packages don't provide the virtual packages libopencl-1.1-1 and - libopencl-1.2-1. + The packages nvidia-libopencl1-... don't provide the virtual packages + libopencl-1.1-1 and libopencl-1.2-1. This causes problems with the installation of the following

[Bug 1313123] Re: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1

2014-05-07 Thread unrud
The following dependency of the packages wine1.6-i386 and wine1.6-amd64 is causing the problem: libopencl-1.1-1 virtual package provided by ocl-icd-libopencl1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1313123] Re: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1

2014-05-07 Thread unrud
** Tags added: packaging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313123 Title: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1 To manage notifications