** Changed in: chromium-browser (Ubuntu) Status: Fix Committed => Fix Released
-- 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 Released 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