Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 63635

Summary: patch to support more command line args for transset, so it can be used from scripts + man-page
Product: Gentoo Linux Reporter: jochen <jochen.eisinger>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED UPSTREAM    
Severity: enhancement CC: jrmalaq
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to add extended command line args
man page for transset (also reflects the new command line args)
transset corrected patch

Description jochen 2004-09-11 02:06:55 UTC
The library transset uses to access X supports not only selecting a window using the mouse but can also parse the command line args. A small patch enables this feature. Also a man-page is missing

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 jochen 2004-09-11 02:08:15 UTC
Created attachment 39379 [details, diff]
patch to add extended command line args
Comment 2 jochen 2004-09-11 02:09:10 UTC
Created attachment 39380 [details]
man page for transset (also reflects the new command line args)
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-09-14 15:42:55 UTC
Could you please file this upstream at bugs.freedesktop.org, so everyone benefits?
Comment 4 jochen 2004-09-15 00:25:24 UTC
could you do that? I don't have a bugzilla account there and i don't feel like creating yet another one
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2004-09-15 10:21:02 UTC
Sure, but I'll have to act as a go-between for any questions or requests they have.
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2004-09-15 10:35:50 UTC
http://freedesktop.org/bugzilla/show_bug.cgi?id=1392
Comment 7 khraath 2007-08-31 22:28:31 UTC
I corrected the patch. Now it working.
New arg: -translucence (-tr)
https://bugs.freedesktop.org/show_bug.cgi?id=1392 error fixed (bad argument handling)
Some reason (I don't know why) the Window ID (from the WM, at the command line) is not equal  with the event's Window ID (from the mouse press). But the WM's id's 2nd parent the mouse event's ID.
Comment 8 khraath 2007-08-31 22:29:35 UTC
Created attachment 129721 [details, diff]
transset corrected patch