Michele Calgaro
41e0f335b5
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aa98dbfe80
)
5 years ago
Matías Fonzo
ff609e7aca
Added missing headers for tdeinit/start_tdeinit.c
...
Error found when compiling against GCC9+Musl:
Scanning dependencies of target start_tdeinit
[ 51%] Building C object tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c: In function ‘set_protection’:
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:47:16: error: storage size of ‘st’ isn’t known
47 | struct stat st;
| ^~
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:51:9: warning: implicit declaration of function ‘lstat’ [-Wimplicit-function-declaration]
51 | if ( lstat (buf, &st) == 0) {
| ^~~~~
make[2]: *** [tdeinit/CMakeFiles/start_tdeinit.dir/build.make:63: tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:10421: tdeinit/CMakeFiles/start_tdeinit.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 8d74c9c44f
)
5 years ago
Slávek Banko
eaf53f100d
Process the new location of the ICEauthority file
...
+ our internal implementation of IceAuthFileName tests
whether the ICEauthority file exists in the folder
specified by the XDG_RUNTIME_DIR variable
+ DCOP client tests whether the ICEauthority file for
a specific user exists in the user's folder based on
the XDG_RUNTIME_DIR variable
+ tdeinit uses the IceAuthFileName() function
instead of building the file name
This relates to bug 3027.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 38b2b0be78
)
5 years ago
Slávek Banko
bd4b955ff6
Fix FTBFS with stricter C++11
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 958fa42aa9
)
6 years ago
Alexander Golubev
f56dd14a98
tdeinit: make lnusertemp respect HOME for root
...
This resolves bug 2739
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d23ac70c47
)
8 years ago
Slávek Banko
e94aa50c09
Fix security issue CVE-2015-7543
...
[taken from Debian arts patches]
(cherry picked from commit 56eb4ba333
)
9 years ago
Slávek Banko
1af68b9ef8
Fix detection for option TDEINIT_USE_XFT with CMake build
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 14243cc8ea
)
10 years ago
Slávek Banko
54c9be2c4c
Add include directory for internal libltdl
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dfd680030c
)
10 years ago
Slávek Banko
a22b1fc950
Fix tdeinit build definition
10 years ago
Slávek Banko
e7d1b8fe33
Revert commit 1d498994
11 years ago
Timothy Pearson
1d498994f8
Include xrender library directory when linking
...
This relates to Bug 1199
11 years ago
Slávek Banko
62ac96e110
Fix tdecore directories of linked libraries
11 years ago
Darrell Anderson
c9e073ca34
Rename kdekillall -> tdekillall
11 years ago
Darrell Anderson
5dc0b35424
Disable single fprintf message and nominal string cleanup.
...
This resolves bug report 888.
11 years ago
Darrell Anderson
c4284606f6
Rename terminateKDE->terminateTDE
11 years ago
Slávek Banko
c6cb3f2794
Additional k => tde renaming and fixes
11 years ago
Darrell Anderson
70344524ef
Update message strings KDEInit->TDEInit.
11 years ago
Darrell Anderson
47a706a785
Rename remnant files and references from kinit -> tdeinit.
12 years ago