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

« back to all changes in this revision

Viewing changes to debian/patches/01_fix-xrdb-call.patch

  • Committer: Jackson Doak
  • Date: 2013-10-23 21:13:30 UTC
  • mfrom: (4.2.17 sid)
  • Revision ID: noskcaj@ubuntu.com-20131023211330-0tpnt8lzdpskmkid
* 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. 
      + debian/patches/xubuntu_runtime-logind-support.patch: 
        Check for logind support at runtime
    - 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
--- a/scripts/xinitrc.in.in
 
2
+++ b/scripts/xinitrc.in.in
 
3
@@ -76,7 +76,7 @@ test -r "$BASEDIR/Xcursor.xrdb" && XRESO
 
4
 test -r "$HOME/.Xresources" && XRESOURCES="$XRESOURCES $HOME/.Xresources"
 
5
 
 
6
 # load all X resources (adds /dev/null to avoid an empty list that would hang the process)
 
7
-cat /dev/null $XRESOURCES | xrdb -nocpp -merge -
 
8
+cat /dev/null $XRESOURCES | xrdb -merge -
 
9
 
 
10
 # load local modmap
 
11
 test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap