Thanks Robert.

It would be useful in Xenial if possible.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/1644813

Title:
  Simple Scan uses a headerbar in Cinnamon

Status in Simple Scan:
  Fix Released
Status in simple-scan package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  Please add Cinnamon to the list of DEs where a headerbar shouldn't be
  used. It doesn't fit that environment.

  In src/ui.vala's load() function:

  if (is_desktop ("Unity") || is_desktop ("XFCE") || is_desktop ("MATE")
  || is_desktop ("LXDE"))

  should be:

  if (is_desktop ("Unity") || is_desktop ("XFCE") || is_desktop ("MATE")
  || is_desktop ("LXDE") || is_desktop ("X-Cinnamon") || is_desktop
  ("Cinnamon"))

  To reproduce, run:

  XDG_CURRENT_DESKTOP="X-Cinnamon" simple-scan

  The expected result is a traditional titlebar+menubar, not a
  headerbar.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1644813/+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

Reply via email to