Codebase list lightdm-gtk-greeter-settings / 191a138
Add fix-pkexec-shebang.patch to work around bashism in lightdm-gtk-greeter-settings-pkexec Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter-settings/+bug/1613967 James Lu 7 years ago
3 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 lightdm-gtk-greeter-settings (1.2.1-2~) UNRELEASED; urgency=medium
1
2 * Add patch fix-pkexec-shebang.patch to work around bashism in
3 lightdm-gtk-greeter-settings-pkexec causing a crash if -s is given
4 (LP: #1613967)
5
6 -- James Lu <bitflip3@gmail.com> Sat, 26 Nov 2016 12:52:36 -0800
7
08 lightdm-gtk-greeter-settings (1.2.1-1) unstable; urgency=medium
19
210 * New upstream release.
0 Subject: Work around bashism in lightdm-gtk-greeter-settings-pkexec causing a crash if -s is given
1 Author: James Lu <bitflip3@gmail.com>
2 Forwarded: https://code.launchpad.net/~tacocat/lightdm-gtk-greeter-settings/fix-pkexec-shebang/+merge/304321
3 Last-Update: 2016-11-26
4 Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter-settings/+bug/1613967
5
6 Index: lightdm-gtk-greeter-settings/bin/lightdm-gtk-greeter-settings-pkexec
7 ===================================================================
8 --- lightdm-gtk-greeter-settings.orig/bin/lightdm-gtk-greeter-settings-pkexec 2016-11-26 12:51:20.105648723 -0800
9 +++ lightdm-gtk-greeter-settings/bin/lightdm-gtk-greeter-settings-pkexec 2016-11-26 12:51:48.753154350 -0800
10 @@ -1,4 +1,4 @@
11 -#!/bin/sh
12 +#!/bin/bash
13
14 APP_PATH="/usr/bin/lightdm-gtk-greeter-settings"
15
0 fix-pkexec-shebang.patch
01 reproducible-setup