Merge lp:~bregma/compiz/lp-1460324 into lp:compiz/0.9.12

Proposed by Stephen M. Webb
Status: Merged
Approved by: Christopher Townsend
Approved revision: 3955
Merged at revision: 3954
Proposed branch: lp:~bregma/compiz/lp-1460324
Merge into: lp:compiz/0.9.12
Diff against target: 12 lines (+1/-1)
1 file modified
debian/65compiz_profile-on-session (+1/-1)
To merge this branch: bzr merge lp:~bregma/compiz/lp-1460324
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+260649@code.launchpad.net

Commit message

remove a bashism from the xsession set-profile script

Description of the change

Removes a bashism from the xsession set-profile script.

To post a comment you must log in.
lp:~bregma/compiz/lp-1460324 updated
3955. By Stephen M. Webb

moved logic out of process pipeline and into test expression for simplification

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Christopher Townsend (townsend) wrote :

Ok

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/65compiz_profile-on-session'
2--- debian/65compiz_profile-on-session 2015-02-04 22:20:18 +0000
3+++ debian/65compiz_profile-on-session 2015-05-30 18:48:09 +0000
4@@ -5,7 +5,7 @@
5 if [ "x$DESKTOP_SESSION" = "xubuntu" ]; then
6 COMPIZ_CONFIG_PROFILE="ubuntu"
7 export COMPIZ_CONFIG_PROFILE
8-elif [ "x$DESKTOP_SESSION" = "xmate" ] || [ "x$XDG_SESSION_DESKTOP" == "xmate" ]; then
9+elif [ "x$DESKTOP_SESSION" = "xmate" -o "x$XDG_SESSION_DESKTOP" = "xmate" ]; then
10 COMPIZ_CONFIG_PROFILE="mate"
11 export COMPIZ_CONFIG_PROFILE
12 fi

Subscribers

People subscribed via source and target branches