~ubuntu-branches/ubuntu/vivid/xfce4-session/vivid-proposed

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-07-01 19:35:39 UTC
  • mfrom: (4.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20130701193539-tqwsq1uwaau0sxpi
Tags: 4.10.1-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_ignore-gdm-lang.patch: do not set $LANG to $GDM_LANG, there's
      already an xsession script to do that, and $GDM_LANG might not contain
      a valid locale code.
    + xubuntu_set-xdg-current-desktop.patch: added. Taken from xfce4-utils,
      export XDG_CURRENT_DESKTOP=XFCE, can be useful with alacarte and
      gnome-menus. lp #927172

* debian/patches:
  - xfsm-startup-random-crash.patch: dropped, included in 4.10.1.
  - xubuntu_ignore-gdm-lang.patch: updated to apply cleanly.

* Check for logind support at runtime (lp: #1178373):
  - debian/patches/xubuntu_runtime-logind-support.patch: added.
  - debian/rules:
    + call xdt-autogen after patching
    + clean up autogenerated files modified by xdt-autogen.
  - debian/control:
    + add build-dep on libpolkit-gobject-1-dev (>= 0.100).
    + add build-dep on xfce4-dev-tools and libtool in order to run xdt-autogen
      after patching.
    + don't recommend consolekit anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installation Instructions
2
2
*************************
3
3
 
4
 
Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
 
4
Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
5
5
Inc.
6
6
 
7
7
   Copying and distribution of this file, with or without modification,
309
309
overridden in the site shell script).
310
310
 
311
311
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
312
 
an Autoconf bug.  Until the bug is fixed you can use this workaround:
 
312
an Autoconf limitation.  Until the limitation is lifted, you can use
 
313
this workaround:
313
314
 
314
 
     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
315
     CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
315
316
 
316
317
`configure' Invocation
317
318
======================
367
368
 
368
369
`configure' also accepts some other, not widely useful, options.  Run
369
370
`configure --help' for more details.
370