Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63635 - patch to support more command line args for transset, so it can be used from scripts + man-page
Summary: patch to support more command line args for transset, so it can be used from ...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-11 02:06 UTC by jochen
Modified: 2007-08-31 22:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add extended command line args (extended-commandline-args.patch,569 bytes, patch)
2004-09-11 02:08 UTC, jochen
Details | Diff
man page for transset (also reflects the new command line args) (transset.man,1012 bytes, text/plain)
2004-09-11 02:09 UTC, jochen
Details
transset corrected patch (extended-commandline-args-adv.patch,2.76 KB, patch)
2007-08-31 22:29 UTC, khraath
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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