[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-05 Thread Jalon Funk
I was referring to Julian comment which stated df can't ignore this. If you don't want to this fuse fs to be created then either remove xdg- desktop-portal package or mask xdg-document-portal.service with: systemctl --user mask xdg-document-portal.service -- You received this bug notification

[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-04 Thread Jalon Funk
You can silence this with "df -x fuse.portal" xdg-desktop-portal isn't tied to flatpak. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905623 Title: df: /run/user/1000/doc: Operation not permitted

[Bug 1865282] Re: Snap chromium - apparmor pulseAudio (and other) error messages (20.04)

2020-03-01 Thread Jalon Funk
As I said file dialog denials are unsolvable unless snap adopts xdg- desktop-portal but afaik chromium doesn't support it anyway. When you open file dialog it will iterate over files in current dir and most of them shouldn't be allowed but they also can't be explicitly denied. -- You received

[Bug 1865282] Re: Snap chromium - apparmor pulseAudio error message (20.04)

2020-02-29 Thread Jalon Funk
IIRC for /etc/pulse/client.conf.d/ you need to connect pulseaudio interface The spam of denials after you open file dialog is inevitable in snap, you may ignore it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1864127] Re: apparmor denies ~/snap/chromium/ writes

2020-02-23 Thread Jalon Funk
Does it happen on every start or maybe it happened once during snap refresh? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864127 Title: apparmor denies ~/snap/chromium/ writes To manage

[Bug 1862262] Re: [snap] apparmor denials on /sys/devices/virtual/dmi/id/sys_vendor and product_name

2020-02-21 Thread Jalon Funk
The "denials on /sys/devices/virtual/dmi/id/sys_vendor and product_name" will be fixed in next snapd release (2.43.4?): https://github.com/snapcore/snapd/commit/3ad3e7fbba13721eeaab8dd85a5640316b1c1606 The "ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process

[Bug 1862062] Re: [snap] Missing canberra-gtk-module?

2020-02-06 Thread Jalon Funk
This module is purely optional and lack of it doesn't cause any harm. You may ignore this message. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862062 Title: [snap] Missing canberra-gtk-module?

[Bug 1850893] Re: chromium-browser does not resolve any names

2019-11-12 Thread Jalon Funk
"chromium-browser/xenial-updates 78.0.3904.70-0ubuntu0.16.04.2 amd64 [upgradable from: 77.0.3865.120-0ubuntu1~snap1]" xenial is ubuntu 16.04. It seems that you have mixed repos from different ubuntu versions and chromium deb from older version overwrote version from 19.10. Kixing repos from

[Bug 1847069] Re: [snap] Chromium snap starts slowly

2019-11-11 Thread Jalon Funk
"note that all snaps today actually use XZ compression, not LZMA." xz = LZMA2 ( https://tukaani.org/xz/ ) which I guess is what was referenced above. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1850088] Re: permission denied when opening a mounted folder in save file dialog

2019-11-06 Thread Jalon Funk
It's not possible to install non-classic snap (like chromium) with --classic switch. You can get access to /media/$USER/ through removable-media interface which you have to manually connect to chromium snap. https://snapcraft.io/docs/removable-media-interface -- You received this bug

[Bug 1837746] Re: [snap] wrapper script doesn't source ~/.chromium-browser.init

2019-10-30 Thread Jalon Funk
I can confirm that if "personal-files" slot isn't connected and "~/.chromium-browser.init" exist then chromium snap fails to start. The solution is to either connect "personal-files" slot or delete "~/.chromium-browser.init" (arguably it's pointless to have this file if access is blocked).

[Bug 1850088] Re: permission denied when opening a mounted folder in save file dialog

2019-10-30 Thread Jalon Funk
The "proper fix" may never arrive because sandboxing is core feature of snaps and blocking access to dotfiles is inherent part of sandbox. So from snap perspective your workflow is invalid. There are two solutions: adjust your workflow or abandon chromium snap. It's up to you what you choose. --

[Bug 1850088] Re: permission denied when opening a mounted folder in save file dialog

2019-10-28 Thread Jalon Funk
Snaps don't have access to dotfiles in your home dir (anything in ~/.xxx). The solution for you is to use ~/server instead of ~/.server as mount point. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1832333] Re: There is no firejail-default profile in Ubuntu

2019-06-13 Thread Jalon Funk
The file clearly is inside deb pakckage, you can open it and see yourself. It it doesn't work the your system may be broken somewhat. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832333 Title:

[Bug 1832333] Re: There is no firejail-default profile in Ubuntu

2019-06-12 Thread Jalon Funk
/etc/apparmor.d/local/firejail-default should be created by post-install firejail package hook. I recommend re-installing firejail package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832333

[Bug 1832333] Re: There is no firejail-default profile in Ubuntu

2019-06-12 Thread Jalon Funk
/etc/apparmor.d/firejail-default is part of firejail package, see https://packages.ubuntu.com/disco/amd64/firejail/filelist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832333 Title: There is no

[Bug 1804841] Re: iwlwifi Microcode SW error detected. Restarting 0x2000000.

2019-02-08 Thread Jalon Funk
It may be the same as this issue reported upstream: https://bugzilla.kernel.org/show_bug.cgi?id=202513 ** Bug watch added: Linux Kernel Bug Tracker #202513 https://bugzilla.kernel.org/show_bug.cgi?id=202513 -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1691908] Re: fstab binds appear as mounts (x-gvfs-hide is being ignored)

2019-01-14 Thread Jalon Funk
This bug is fixed upstream. Can we get backport to bionic? https://gitlab.gnome.org/GNOME/glib/issues/1271#note_352412 https://gitlab.gnome.org/GNOME/glib/merge_requests/365 https://gitlab.gnome.org/GNOME/glib/merge_requests/366 -- You received this bug notification because you are a member of

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2019-01-11 Thread Jalon Funk
@nemkin this "bug" touches core snap architecture. Fixing it will need a lot of work and at the end it's pure aesthetics. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575053 Title: Please move

[Bug 1799983] [NEW] Remove SUID bit from /usr/lib/chromium-browser/chrome-sandbox

2018-10-25 Thread Jalon Funk
Public bug reported: Chromium can use two different techniques to sandbox itself: - SUID sandbox - User namespaces sandbox User namespaces sandbox is preferred way and SUID sandbox is considered as legacy. Debian have to use SUID sandbox because they disable unprivileged user namespaces but

[Bug 1798967] [NEW] bubblewrap has wrong description after setuid bit was removed

2018-10-20 Thread Jalon Funk
Public bug reported: After setuid bit was removed from default installation in cosmic (and soon in bionic) the description doesn't match actual behavior anymore: "setuid wrapper for unprivileged chroot and namespace manipulation" ** Affects: bubblewrap (Ubuntu) Importance: Undecided

[Bug 1709164] Re: [MIR] bubblewrap

2018-10-20 Thread Jalon Funk
I just wanted to point out that after dropping setuid bit the package description is now wrong. "setuid wrapper for unprivileged chroot and namespace manipulation" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1796126] Re: Thunderbird is out of date for two months when Thunderbird 60 was released

2018-10-07 Thread Jalon Funk
To add to above: https://www.thunderbird.net/en- US/thunderbird/60.0/releasenotes/ > Thunderbird version 60.0 is only offered as direct download from thunderbird.net and not as upgrade from Thunderbird version 52 or earlier. A future version 60.1 will provide updates from earlier versions. This

[Bug 1069357] Re: [Dell Vostro V131] Hardware keys change backlight brightness in much larger increments/steps than expected

2013-12-07 Thread jalon
I reinstall my OS, I can adjust brightness befor I user acpi_backlight=vendor. ** Attachment added: brightness_problem https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1069357/+attachment/3924735/+files/brightness_problem -- You received this bug notification because you are a member of

[Bug 1069357] Re: [Dell Vostro V131] Hardware keys change backlight brightness in much larger increments/steps than expected

2013-12-07 Thread jalon
After I user acpi_backlight=vendor, Brightness is 3 steps. ** Attachment added: brightness_3step https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1069357/+attachment/3924736/+files/brightness_3step -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 954661] Re: backlight brightness not adjustable by default on Dell XPS 13

2013-12-05 Thread jalon
I have same problem on my Dell Latitude 3540 with Ubuntu 13.10. ** Attachment added: report https://bugs.launchpad.net/dell-sputnik/+bug/954661/+attachment/3923676/+files/report -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1069357] Re: [Dell Vostro V131] Hardware keys change backlight brightness in much larger increments/steps than expected

2013-11-28 Thread jalon
I have the same issue in Ubuntu 12.04.3. My laptop is Dell Latitude 3540. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069357 Title: [Dell Vostro V131] Hardware keys change backlight brightness