mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 12:00:31 +01:00
As reported in Debian bug #922284 [1]: As evident from the prefix, GNUSTEP_USER_ROOT is a GNUstep variable and Window Maker should not set it. Furthemore, it has been deprecated for 12 years already. As of gnustep-make/2.7.0-4 the GNUstep build system is configured in strict v2 mode which makes it impossible to compile GNUstep software. In a terminal started from a Window Maker session: yavor@aneto:/tmp/gorm.app-1.2.24$ make This is gnustep-make 2.7.0. Type 'make print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. rm -f InterfaceBuilder; \ ln -s GormLib InterfaceBuilder /usr/share/GNUstep/Makefiles/config-noarch.make:121: *** GNUSTEP_USER_ROOT is obsolete. Stop. It is also impossible to build gnustep-make from pristine upstream source: yavor@aneto:/tmp$ wget -q ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.7.0.tar.gz yavor@aneto:/tmp$ tar xzf gnustep-make-2.7.0.tar.gz yavor@aneto:/tmp$ cd gnustep-make-2.7.0/ yavor@aneto:/tmp/gnustep-make-2.7.0$ ./configure ... yavor@aneto:/tmp/gnustep-make-2.7.0$ make config-noarch.make:121: *** GNUSTEP_USER_ROOT is obsolete. Stop. Note that the majority of GNUstep users use Window Maker as their window manager and many of them build GNUstep software from source, mostly because of the GNUstep Objective-C runtime which depends on Clang (Debian packages use GCC and the GCC/GNU runtime). Our solution is to replace the GNUSTEP_USER_ROOT environment variable with our own environment variable, WMAKER_USER_ROOT. This is documented in NEWS. [1] https://bugs.debian.org/922284
37 lines
1.0 KiB
Groff
37 lines
1.0 KiB
Groff
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
|
.TH geticonset 1 "January 1999"
|
|
.SH NAME
|
|
geticonset \- gets the current Window Maker icon set
|
|
.SH SYNOPSIS
|
|
.B geticonset
|
|
.RI [ options ]
|
|
.RI [ iconsetfile ]
|
|
.SH DESCRIPTION
|
|
.B geticonset
|
|
reads the
|
|
.I WMWindowAttributes
|
|
domain, and writes the icon set found there either to stdout or to the file
|
|
.IR iconsetfile .
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-\-help
|
|
print a help message with the list of options
|
|
.TP
|
|
.B \-\-version
|
|
print the version of Window Maker from which the program comes
|
|
.SH ENVIRONMENT
|
|
.IP WMAKER_USER_ROOT
|
|
specifies the initial path for the Defaults directory. "Defaults/" is
|
|
appended to this variable to determine the actual location of the
|
|
databases. If the variable is not set, it defaults to "~/GNUstep"
|
|
.SH FILES
|
|
.IP WMAKER_USER_ROOT/Defaults/WMWindowAttributes
|
|
is the actual file that's read.
|
|
.SH SEE ALSO
|
|
.BR seticons (1),
|
|
.BR wmaker (1)
|
|
.SH AUTHOR
|
|
This man page was written by Marcelo Magallon <mmagallo@debian.org>.
|
|
.PP
|
|
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.
|