Port details |
- xfce4-session Xfce's session manager
- 4.20.0 x11-wm =40 4.18.4Version of this port present on the latest quarterly branch.
- Maintainer: xfce@FreeBSD.org
- Port Added: 2003-12-12 23:16:21
- Last Update: 2024-12-21 20:39:17
- Commit Hash: 939e8ca
- People watching this port, also watch:: xfce4-wm, xfce4-desktop, xfce4-panel, xfce, libxfce4util
- Also Listed In: xfce
- License: GPLv2
- WWW:
- https://gitlab.xfce.org/xfce/xfce4-session
- Description:
- The Xfce session manager controls the loading of applications when
Xfce is started. It also handles logging out, shutting down, and
rebooting.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xfce4-session>0:x11-wm/xfce4-session
- To install the port:
- cd /usr/ports/x11-wm/xfce4-session/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/xfce4-session
- pkg install xfce4-session
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xfce4-session
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734294095
SHA256 (xfce4/xfce4-session-4.20.0.tar.bz2) = 5229233fe6ee692361cc28724886c5b08e0216d89f09c42d273191d38fd64f85
SIZE (xfce4/xfce4-session-4.20.0.tar.bz2) = 1185603
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- iceauth : x11/iceauth
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- Runtime dependencies:
-
- iceauth : x11/iceauth
- console-kit-daemon : sysutils/consolekit2
- xrdb : x11/xrdb
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- Library dependencies:
-
- libpolkit-gobject-1.so : sysutils/polkit
- libgtk-layer-shell.so : x11-toolkits/gtk-layer-shell
- libwayland-client.so : graphics/wayland
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libwnck-3.so : x11-toolkits/libwnck3
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libxfce4ui-2.so : x11/libxfce4menu
- libxfce4util.so : x11/libxfce4util
- libxfce4windowing-0.so : x11/libxfce4windowing
- libxfconf-0.so : x11/xfce4-conf
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- x11-wm/xfce4
Configuration Options:
- ===> The following configuration options are available for xfce4-session-4.20.0:
NLS=on: Native Language Support
WAYLAND=on: Wayland (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_xfce4-session
- USES:
- compiler:c11 gettext-tools gmake gnome libtool pathfix pkgconfig tar:bzip2 xfce xorg gettext-runtime
- pkg-message:
- For install:
- To be able to shutdown or reboot your system, you'll have to add .rules
files in /usr/local/etc/polkit-1/rules.d directory. Which looks
like this (replace PUTYOURGROUPHERE by your group):
polkit.addRule(function (action, subject) {
if ((action.id == "org.freedesktop.consolekit.system.restart" ||
action.id == "org.freedesktop.consolekit.system.stop")
&& subject.isInGroup("PUTYOURGROUPHERE")) {
return polkit.Result.YES;
}
});
For those who have working suspend/resume:
polkit.addRule(function (action, subject) {
if (action.id == "org.freedesktop.consolekit.system.suspend"
&& subject.isInGroup("PUTYOURGROUPHERE")) {
return polkit.Result.YES;
}
});
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
4.2.2 07 Oct 2005 15:00:16 |
oliver |
fix MASTER_SITES
Noted by: portsurvey |
4.2.2 01 Jun 2005 16:55:48 |
demon |
Use USE_GNOME=gnomehack instead of a patch.
Suggested by: oliver |
4.2.2 01 Jun 2005 15:17:13 |
demon |
Install xfce4-session-1.0.pc in proper place. |
4.2.2 19 May 2005 18:34:49 |
oliver |
update to 4.2.2 |
4.2.1_1 17 May 2005 21:29:50 |
oliver |
fix/enable installation of gettext catalogue files
bump PORTREVISION
Reported by: Fridtjof Busse <fbusse@gmx.de>
PR: ports/81010 |
4.2.1 02 Apr 2005 11:57:45 |
oliver |
adjust MASTER_SITES |
4.2.1 18 Mar 2005 18:30:39 |
oliver |
update to 4.2.1 |
4.2.0_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
4.2.0 29 Jan 2005 21:01:37 |
oliver |
fix plist
Pointed out by: pointyhat |
4.2.0 27 Jan 2005 17:49:43 |
oliver |
add some dependencies
Noted by: pointyhat |
4.2.0 26 Jan 2005 16:57:40 |
oliver |
- bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that
update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the
new xfce4 libs
Approved by: maintainer [1] |
0.1.4_5 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.1.4_4 29 Jul 2004 19:53:48 |
pav |
- Install internationalization support
PR: ports/69711
Submitted by: Matt Lancereau <matt@bsdfly.org> (maintainer) |
0.1.4_3 29 Jul 2004 19:21:24 |
pav |
- Fix distinfo
PR: ports/69711
Submitted by: Matt Lancereau <matt@bsdfly.org> (maintainer) |
0.1.4_3 21 Jul 2004 12:39:13 |
krion |
Change maintainer's mail.
Fix MASTER_SITES
PR: ports/69338
Submitted by: maintainer |
0.1.4_3 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.1.4_3 08 May 2004 23:59:29 |
ale |
Add more MASTER_SITE.
PR: ports/66376
Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer) |
0.1.4_3 18 Apr 2004 10:05:00 |
ale |
- Fix the quit dialog box by using dynamic detection of gtk version
- Add another MASTER_SITE
PR: ports/65698
Submitted by: Matt Lancereau <matt@bsd-blax.org> (maintainer) |
0.1.4_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.1.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.1.4_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.1.4_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.1.4 20 Jan 2004 09:21:38 |
ale |
- Update to 0.1.4 release [1]
- Install/deinstall man pages
- Remove unneeded backslash
PR: ports/61613 [1]
Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer) [1]
Approved by: nork (mentor/implicitly) |
0.1.1 12 Dec 2003 23:15:32 |
sergei |
Add xfce4-session 0.1.1, a session manager
for the XFce desktop environment.
Author: Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
WWW: http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/
PR: 58712
Submitted by: Matt Lancereau <matt@rimasec.net> |