Bug 11455 - use XDG_DATA_DIRS for tapset path searching
Summary: use XDG_DATA_DIRS for tapset path searching
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Lukas Berk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 15:17 UTC by Frank Ch. Eigler
Modified: 2010-06-08 19:24 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2010-03-30 15:17:37 UTC
Instead of or in addition to $SYSTEMTAP_TAPSET, this other environment
variable standard exists for searching for data files.  We could use
it for tapsets, so that gnome jhbuild would 'just work' with systemtap
tapsets included in their packages.

http://standards.freedesktop.org/basedir-spec/basedir-spec-0.5.html

<walters> the developer convenience here is that i can just do jhbuild run stap
~/tmp/alive.stp -c gcalctool
<walters> instead of jhbuild run stap -I
/src/build/jhbuild/share/systemtap/tapset/ ~/tmp/alive.stp -c gcalctool
Comment 1 Lukas Berk 2010-06-08 19:24:47 UTC
added feature in session.cxx and corresponding man input change

478fda5..6ac63ad  master -> master