1. 15 Oct, 2019 6 commits
  2. 09 Oct, 2019 2 commits
  3. 30 Sep, 2019 6 commits
  4. 10 Sep, 2019 1 commit
  5. 03 Sep, 2019 13 commits
  6. 02 Sep, 2019 1 commit
  7. 07 Aug, 2019 2 commits
    • Bernd Zeimetz's avatar
      Updating changelog · 4710e265
      Bernd Zeimetz authored
      4710e265
    • Bernd Zeimetz's avatar
      Fix guest OS reporting for Debian/Buster · 4d3f25f2
      Bernd Zeimetz authored
      Without this fix, open-vm-tools report other4xLinux64Guest instead of
      Debian/Buster.
      
      Reason is the output of lsb_release, which outputs:
      
      $ lsb_release -sd
      Debian GNU/Linux 10 (buster)
      
      But the code in open-vm-tools expects '10.'.
      
      Closes: #934005
      Thanks: Oliver Kurth
      4d3f25f2
  8. 05 Apr, 2019 1 commit
    • Christian Ehrhardt's avatar
      d/control: fix postinst missing lsmod/modprobe · d79cc9dc
      Christian Ehrhardt authored and Bernd Zeimetz's avatar Bernd Zeimetz committed
      
      
      Upgrades on open-vm-desktop can trigger errors like the following:
      /var/lib/dpkg/info/open-vm-tools-desktop.postinst: 5:
      /var/lib/dpkg/info/open-vm-tools-desktop.postinst: lsmod: not found
      /var/lib/dpkg/info/open-vm-tools-desktop.postinst: 6:
      /var/lib/dpkg/info/open-vm-tools-desktop.postinst: modprobe: not found
      
      The reason is that kmod isn't a dependency of open-vm-tools-desktop and
      could be missing e.g. if you installed it in a system container.
      Once might discuss how useful open-vm-tools-desktop is in that
      environment but a n issue to fix none the less.
      
      Signed-off-by: Christian Ehrhardt's avatarChristian Ehrhardt <christian.ehrhardt@canonical.com>
      d79cc9dc
  9. 29 Mar, 2019 5 commits
  10. 13 Mar, 2019 2 commits
    • Bernd Zeimetz's avatar
      Updating changelog · bf71fe51
      Bernd Zeimetz authored
      bf71fe51
    • Bernd Zeimetz's avatar
      Load vmwgfx module before vmtoolsd starts. · dc4e1cef
      Bernd Zeimetz authored
      As discussed on github in vmware/open-vm-tools#214
      we need to load the vmwgfx module before starting vmtoolsd
      for desktop users. Otherwise it is not able to retrieve the KMS
      resolutions and resizing the VM desktop fails.
      
      Closes: #924518
      Thanks: @thomashvmw @rhertzog
      dc4e1cef
  11. 12 Mar, 2019 1 commit
    • Jean-Baptiste Lallement's avatar
      Add modaliases to open-vm-tools-desktop · 0f35aee4
      Jean-Baptiste Lallement authored and Bernd Zeimetz's avatar Bernd Zeimetz committed
      Added Modaliases to open-vm-tools-desktop to auto-discover and
      auto-install the driver on Ubuntu via ubuntu-drivers. The driver is then
      installed at installation time and available on first boot for an
      improved user experience (LP: #1819207)
      0f35aee4