Public bug reported:

Hi,

I see the following error in my system's logs:

$ journalctl | grep /usr/bin/sed
Apr 09 21:32:07 vougeot sh[4079]: /bin/sh: 1: /usr/bin/sed: not found

This error comes from this file:

  /usr/lib/systemd/user/appmenu-gtk-module.service

that contains this line:

        GTK_MODULES=$$(echo -n $${GTK_MODULES} | /usr/bin/awk -v RS=: -v
ORS=: "/^appmenu-gtk-module$/ {next} {print}" | /usr/bin/sed -e
"s/:*$//");\

Unfortunately /usr/bin/sed does not exist and should be replaced by
/bin/sed:

$ ls -l /bin/sed /usr/bin/sed
ls: cannot access '/usr/bin/sed': No such file or directory
-rwxr-xr-x 1 root root 121288 Dec 22  2018 /bin/sed

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: appmenu-gtk-module-common 0.7.3-2
Uname: Linux 5.6.3-050603-generic x86_64
ApportVersion: 2.20.11-0ubuntu26
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Fri Apr 10 08:56:38 2020
PackageArchitecture: all
SourcePackage: appmenu-gtk-module
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: appmenu-gtk-module (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872012

Title:
  appmenu-gtk-module.service uses /usr/bin/sed that does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk-module/+bug/1872012/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to