Thanks for the report Roman. This should be fixed with https://git.launchpad.net/~chromium-team/chromium-browser/+git/snap- from-source/commit/?id=8a40b91c9e3817b8e01500b2152d11d373873193.
** Changed in: chromium-browser (Ubuntu) Status: New => Confirmed ** Changed in: chromium-browser (Ubuntu) Importance: Undecided => Low ** Changed in: chromium-browser (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: chromium-browser (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1877593 Title: [snap] Needlessly cats ~/.chromium-browser.init Status in chromium-browser package in Ubuntu: Fix Committed Bug description: $ fgrep -w cat -C4 /snap/chromium/current/bin/chromium.launcher # Source ~/.chromium-browser.init for compatibility with the chromium-browser # deb package (https://launchpad.net/bugs/1837746) if [ -f $REALHOME/.chromium-browser.init ]; then cat $REALHOME/.chromium-browser.init 2>/dev/null if [ "$?" -eq "0" ]; then . $REALHOME/.chromium-browser.init fi fi This `cat` needlessly clutters the output when using things like `xdg- open`. If the intent is to check whether policies permit reading the file (so `test -f` wouldn’t work), then the stdout should be redirected to /dev/null as well. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1877593/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp