Quicklist menu action doesn't respect global delay (Zesty)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
One Hundred Papercuts |
New
|
Undecided
|
Unassigned | ||
gnome-screenshot (Ubuntu) |
Incomplete
|
Low
|
Unassigned |
Bug Description
It doesn't respect global delay. The reason is that it using following commands for quicklist actions in /usr/share/
[Desktop Action screen-shot]
Name=Take a Screenshot of the Whole Screen
Exec=gnome-
[Desktop Action window-shot]
Name=Take a Screenshot of the Current Window
Exec=gnome-
These exec commands can be modified to respect global delay parameter.
Patch:
--- a/src/org.
+++ b/src/org.
@@ -18,11 +18,11 @@
[Desktop Action screen-shot]
Name=Take a Screenshot of the Whole Screen
-Exec=gnome-
+Exec=sh -c "gnome-screenshot -d $(gsettings get org.gnome.
[Desktop Action window-shot]
Name=Take a Screenshot of the Current Window
-Exec=gnome-
+Exec=sh -c "gnome-screenshot -w -d $(gsettings get org.gnome.
[Desktop Action area-shot]
Name=Take a Screenshot of a Selected Area
summary: |
- Quicklist menu action doesn't respect global delay + Quicklist menu action doesn't respect global delay (Yakkety) |
tags: | added: yakkety |
summary: |
- Quicklist menu action doesn't respect global delay (Yakkety) + Quicklist menu action doesn't respect global delay (Zesty) |
tags: |
added: zesty removed: yakkety |
Attaching a patch made by using quilt.