I've committed that change to trunk, was there an older series this
would be useful on?

** Changed in: simple-scan
    Milestone: None => 3.23.1

** Changed in: simple-scan
    Milestone: 3.23.1 => 3.23.2

** Also affects: simple-scan (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: simple-scan
       Status: Fix Committed => Fix Released

** Changed in: simple-scan (Ubuntu)
       Status: New => Fix Committed

** Changed in: simple-scan (Ubuntu)
   Importance: Undecided => Medium

-- 
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 Committed

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     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to