diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-03-02 14:50:53 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-03-02 14:50:53 +0000 |
commit | 965f2ccb223244e431acd20d01a5534ba806d9f3 (patch) | |
tree | 841bd7ffa705f42ea4675a083c35c915ad6c5071 /x11-wm/fvwm/files | |
parent | move to stable (diff) | |
download | gentoo-2-965f2ccb223244e431acd20d01a5534ba806d9f3.tar.gz gentoo-2-965f2ccb223244e431acd20d01a5534ba806d9f3.tar.bz2 gentoo-2-965f2ccb223244e431acd20d01a5534ba806d9f3.zip |
new fvwm release
Diffstat (limited to 'x11-wm/fvwm/files')
-rw-r--r-- | x11-wm/fvwm/files/digest-fvwm-2.5.9 | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/files/fvwm-2.5.9-translucent-menus.diff.gz | bin | 0 -> 58529 bytes | |||
-rw-r--r-- | x11-wm/fvwm/files/fvwmtabs-2.8-insecure-tmp-handling.diff | 35 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-wm/fvwm/files/digest-fvwm-2.5.9 b/x11-wm/fvwm/files/digest-fvwm-2.5.9 new file mode 100644 index 000000000000..df44184adf41 --- /dev/null +++ b/x11-wm/fvwm/files/digest-fvwm-2.5.9 @@ -0,0 +1,2 @@ +MD5 b9b330bc4fb8464874c765e98a88d14b fvwm-2.5.9.tar.bz2 1780603 +MD5 959aca155709dfe8ade565efa2bd1c5c FvwmTabs-2.8.tar.gz 24906 diff --git a/x11-wm/fvwm/files/fvwm-2.5.9-translucent-menus.diff.gz b/x11-wm/fvwm/files/fvwm-2.5.9-translucent-menus.diff.gz Binary files differnew file mode 100644 index 000000000000..8dd2f52537f5 --- /dev/null +++ b/x11-wm/fvwm/files/fvwm-2.5.9-translucent-menus.diff.gz diff --git a/x11-wm/fvwm/files/fvwmtabs-2.8-insecure-tmp-handling.diff b/x11-wm/fvwm/files/fvwmtabs-2.8-insecure-tmp-handling.diff new file mode 100644 index 000000000000..391d704b3e74 --- /dev/null +++ b/x11-wm/fvwm/files/fvwmtabs-2.8-insecure-tmp-handling.diff @@ -0,0 +1,35 @@ +--- FvwmTabs.orig 2003-11-11 10:37:10.000000000 +0000 ++++ FvwmTabs 2003-11-11 11:40:30.000000000 +0000 +@@ -64,7 +64,7 @@ + balloonBG => '#C0C080', + balloonMsg => 'Tab %tabNo:\n%iconText\n%title', + autoResize => 'false', +- stateFile => '/tmp/.fvwmtabs.state', ++ stateFile => <~/.fvwmtabs.state>, # / + fixedSizeTabs => 'false', + showTitlebar => 'true', + useTMTitlebar => 'true', +--- FvwmTabs.1.orig 2003-11-11 11:23:59.000000000 +0000 ++++ FvwmTabs.1 2003-11-11 11:24:06.000000000 +0000 +@@ -225,7 +225,7 @@ + \&\fIbool\fR can be either \fItrue\fR or \fIfalse\fR. If true, windows in the tab-manager automatically resize to the dimensions of the largest window in the tab-manager. The default value is \fIfalse\fR. + .Ip "*FvwmTabs: stateFile \fIfile\fR" 4 + .IX Item "FvwmTabs: stateFile file" +-\&\fBFvwmTabs\fR has the ability to preserve its state (ie. remember the windows it has swallowed as tabs) b/w \s-1FVWM\s0 restarts. \fIfile\fR specifies the name of a temporary file to record the state in, so it can be reconstructed when \fBFvwmTabs\fR restarts. The default file is \f(CW\*(C`/tmp/.fvwmtabs.state\*(C'\fR. ++\&\fBFvwmTabs\fR has the ability to preserve its state (ie. remember the windows it has swallowed as tabs) b/w \s-1FVWM\s0 restarts. \fIfile\fR specifies the name of a temporary file to record the state in, so it can be reconstructed when \fBFvwmTabs\fR restarts. + .Ip "*FvwmTabs: fixedSizeTabs \fIbool\fR" 4 + .IX Item "*FvwmTabs: fixedSizeTabs bool" + \&\fIbool\fR can be either \fItrue\fR or \fIfalse\fR. If true, the tab-manager will ensure each tab-button has the same dimensions. If false, the selected tab is expanded so that it is fully visible. The default value is \fIfalse\fR. +--- fvwmtabrc.orig 2003-11-11 11:00:57.000000000 +0000 ++++ fvwmtabrc 2003-11-11 11:39:41.000000000 +0000 +@@ -216,8 +216,8 @@ + # stateFile - specifies the name of a temporary file to use to record the + # state (ie. remember the windows it has swallowed as tabs) b/w FVWM + # restarts. +-# default: /tmp/.fvwmtabs.state +-*FvwmTabs: stateFile /tmp/.fvwmtabs.state ++# default: /home/user/.fvwmtabs.state ++#*FvwmTabs: stateFile /home/user/.fvwmtabs.state + + # fixedSizeTabs - ensure each tab-button has the same dimensions. If false, + # the selected tab is expanded so that it is fully visible. |