Verified 1.361.4 on Xenial, 1.417.3 on Bionic and 1.431.1 on Disco.

root@x-proposed:~# for i in $(apt-cache show ubuntu-wsl | grep Version: | awk 
'{print $2}'); do echo '$' apt-cache show ubuntu-wsl=$i '|' grep dbus ; 
apt-cache show ubuntu-wsl=$i | grep dbus; done
$ apt-cache show ubuntu-wsl=1.361.4 | grep dbus
Recommends: dbus-x11
$ apt-cache show ubuntu-wsl=1.361.3 | grep dbus
root@x-proposed:~# 

root@bb-proposed:~# for i in $(apt-cache show ubuntu-wsl | grep Version: | awk 
'{print $2}'); do echo '$' apt-cache show ubuntu-wsl=$i '|' grep dbus ; 
apt-cache show ubuntu-wsl=$i | grep dbus; done
$ apt-cache show ubuntu-wsl=1.417.3 | grep dbus
Recommends: dbus-x11
$ apt-cache show ubuntu-wsl=1.417.2 | grep dbus
root@bb-proposed:~# 

root@d-proposed:~# for i in $(apt-cache show ubuntu-wsl | grep Version: | awk 
'{print $2}'); do echo '$' apt-cache show ubuntu-wsl=$i '|' grep dbus ; 
apt-cache show ubuntu-wsl=$i | grep dbus; done
$ apt-cache show ubuntu-wsl=1.431.1 | grep dbus
Recommends: dbus-x11
$ apt-cache show ubuntu-wsl=1.431 | grep dbus
root@d-proposed:~# 


** Tags removed: verification-needed verification-needed-bionic 
verification-needed-disco verification-needed-xenial
** Tags added: verification-done verification-done-bionic 
verification-done-disco verification-done-xenial

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

Title:
  [SRU] Please make ubuntu-wsl recommend dbus-x11

Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta source package in Xenial:
  Fix Committed
Status in ubuntu-meta source package in Bionic:
  Fix Committed
Status in ubuntu-meta source package in Disco:
  Fix Committed

Bug description:
  [Impact]

   * Some graphical apps such as gedit complain about not being able to
  start dbus using dbus-launch when they are started from the WSL Ubuntu
  terminal because dbus-x11 is not installed.

  [Test Case]

   * Test if ubuntu-wsl recommends dbus-x11 (check the version to be verified):
     $ apt-cache show ubuntu-wsl=1.435 | grep dbus
  Recommends: dbus-x11

  [Regression Potential]

   * Recommending the new dbus-x11 package comes with an increased
  installation size, but this is accepted to make the WSL experience
  more pleasant.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1837466/+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