File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
/* vim:set et ts=4: */
3
3
/* ibus - The Input Bus
4
4
* Copyright (C) 2008-2010 Peng Huang <[email protected] >
5
- * Copyright (C) 2008-2010 Red Hat, Inc.
5
+ * Copyright (C) 2008-2020 Red Hat, Inc.
6
6
*
7
7
* This library is free software; you can redistribute it and/or
8
8
* modify it under the terms of the GNU Lesser General Public
@@ -41,7 +41,7 @@ static const GtkIMContextInfo *info_list[] = {
41
41
G_MODULE_EXPORT const gchar *
42
42
g_module_check_init (GModule * module )
43
43
{
44
- return null ;
44
+ return NULL ;
45
45
}
46
46
47
47
G_MODULE_EXPORT void
Original file line number Diff line number Diff line change 173
173
# `su ` command does not get focus in events without this variable .
174
174
# Need to restart sshd after set "PermitRootLogin yes" in sshd_config
175
175
if [ "x$XDG_RUNTIME_DIR" = x ] ; then
176
- export XDG_RUNTIME_DIR = /run /user /$UID
176
+ export XDG_RUNTIME_DIR = " /run/user/$UID"
177
177
is_root_login = `grep "^PermitRootLogin" /etc /ssh /sshd_config | grep yes `
178
178
if [ "x$ANSIBLE" != x ] && [ "x$is_root_login" = x ] ; then
179
179
print_log - e "${RED}FAIL${NC}: No permission to get focus-in events in GtkWindow with ansible"
You can’t perform that action at this time.
0 commit comments