Public bug reported:

indicator-network is meant to not start on u7, it should only be wanted
by u8 session.

$ cat /usr/lib/systemd/user/indicator-network.service 
[Unit]
Description=Indicator Network Backend
PartOf=graphical-session.target
After=indicators-pre.target
Wants=indicator-network-secret-agent.service

[Service]
ExecStart=/usr/lib/x86_64-linux-gnu/indicator-network/indicator-network-service
Restart=on-failure

vs in upstart user session:
pre-start script
        # NOTE: Only used on Unity8 today, not 7
        #       Still allows manual starting
        if [ "x$DESKTOP_SESSION" != "xubuntu-touch" ] && 
           [ "x$DESKTOP_SESSION" != "xunity8" ]; then
                if [ "x$UPSTART_EVENTS" != "x" ] ; then
                        stop; exit 0
                fi
        fi
end script

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: indicator-network 0.8.0+17.04.20161111-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec  8 09:54:18 2016
InstallationDate: Installed on 2016-01-26 (317 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160125)
SourcePackage: indicator-network
UpgradeStatus: Upgraded to zesty on 2016-12-05 (2 days ago)

** Affects: indicator-network (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1648360

Title:
  indicator-network, under systemd, starts on u7 when it shouldn't

Status in indicator-network package in Ubuntu:
  New

Bug description:
  indicator-network is meant to not start on u7, it should only be
  wanted by u8 session.

  $ cat /usr/lib/systemd/user/indicator-network.service 
  [Unit]
  Description=Indicator Network Backend
  PartOf=graphical-session.target
  After=indicators-pre.target
  Wants=indicator-network-secret-agent.service

  [Service]
  
ExecStart=/usr/lib/x86_64-linux-gnu/indicator-network/indicator-network-service
  Restart=on-failure

  vs in upstart user session:
  pre-start script
        # NOTE: Only used on Unity8 today, not 7
        #       Still allows manual starting
        if [ "x$DESKTOP_SESSION" != "xubuntu-touch" ] && 
           [ "x$DESKTOP_SESSION" != "xunity8" ]; then
                if [ "x$UPSTART_EVENTS" != "x" ] ; then
                        stop; exit 0
                fi
        fi
  end script

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: indicator-network 0.8.0+17.04.20161111-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  8 09:54:18 2016
  InstallationDate: Installed on 2016-01-26 (317 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160125)
  SourcePackage: indicator-network
  UpgradeStatus: Upgraded to zesty on 2016-12-05 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1648360/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to