After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148367 - add drop shadow support to gnome-panel-screenshot
add drop shadow support to gnome-panel-screenshot
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
git master
Other All
: Normal enhancement
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-24 21:05 UTC by Jonathan Blandford
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Drop shadow support. (10.16 KB, patch)
2004-07-24 21:06 UTC, Jonathan Blandford
none Details | Review

Description Jonathan Blandford 2004-07-24 21:05:36 UTC
gnome-panel-screenshot doesn't currently add drop-shadows.  This adds support
for adding them.
Comment 1 Jonathan Blandford 2004-07-24 21:06:23 UTC
Created attachment 29861 [details] [review]
Drop shadow support.
Comment 2 Duncan 2004-07-25 12:00:19 UTC
+ {"shadow", '\0', POPT_ARG_STRING, NULL, 0, N_("Take screenshot after specified
delay [in seconds]"), NULL},

You forgot to change/add the description for the new command line option.
Comment 3 Christian Neumair 2004-10-21 15:55:36 UTC
Maybe you could compile a new patch.
Comment 4 Jonathan Blandford 2004-10-21 17:06:00 UTC
Was actually going to commit this last night but was distracted by the Red Sox.
Comment 5 Jonathan Blandford 2004-10-22 19:41:54 UTC
Committed a first round of this.  It could use more love though, as it's really
slow.