** Also affects: simple-scan/3.20
Importance: Undecided
Status: New
** Also affects: simple-scan/3.22
Importance: Undecided
Status: New
** Changed in: simple-scan/3.20
Status: New => Fix Committed
** Changed in: simple-scan/3.22
Status: New => Fix Committed
** Changed in: simple-scan/3.20
Importance: Undecided => Medium
** Changed in: simple-scan/3.22
Importance: Undecided => Medium
** Changed in: simple-scan/3.20
Milestone: None => 3.20.1
** Changed in: simple-scan/3.22
Milestone: None => 3.22.1
--
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 3.20 series:
Fix Committed
Status in Simple Scan 3.22 series:
Fix Committed
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