This bug was fixed in the package simple-scan - 3.23.2-0ubuntu1
---------------
simple-scan (3.23.2-0ubuntu1) zesty; urgency=medium
* New upstream release:
- Add optional tags in PDF output to be more PDF/A compliant
- Don't use GtkHeaderBar in Cinnamon (LP: #1644813)
* debian/control:
- Bump Standards-Version to 3.9.8 (no changes required).
-- Robert Ancell <[email protected]> Mon, 28 Nov 2016
23:15:53 +1300
** Changed in: simple-scan (Ubuntu)
Status: Fix Committed => Fix Released
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp