summaryrefslogtreecommitdiffstats
path: root/tdeinit
Commit message (Collapse)AuthorAgeFilesLines
* Removed code formatting modelines.Michele Calgaro2020-09-271-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use private linking for exported CMake targets.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added missing headers for tdeinit/start_tdeinit.cMatías Fonzo2020-01-221-0/+3
| | | | | | | | | | | | | | | | | | | 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>
* Process the new location of the ICEauthority fileSlávek Banko2019-12-022-7/+3
| | | | | | | | | | | | | | | + 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>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-2/+2
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-161-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeinit: make lnusertemp respect HOME for rootAlexander Golubev2017-01-031-6/+7
| | | | | | This resolves bug 2739 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix security issue CVE-2015-7543Slávek Banko2015-12-101-3/+6
| | | | [taken from Debian arts patches]
* Fix detection for option TDEINIT_USE_XFT with CMake buildSlávek Banko2015-06-141-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add include directory for internal libltdlSlávek Banko2015-06-111-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix tdeinit build definitionSlávek Banko2014-10-121-1/+5
|
* Revert commit 1d498994Slávek Banko2014-04-051-1/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-021-0/+1
| | | | This relates to Bug 1199
* Fix tdecore directories of linked librariesSlávek Banko2014-01-211-1/+1
|
* Rename kdekillall -> tdekillallDarrell Anderson2014-01-061-1/+1
|
* Disable single fprintf message and nominal string cleanup.Darrell Anderson2013-11-241-10/+11
| | | | This resolves bug report 888.
* Rename terminateKDE->terminateTDEDarrell Anderson2013-09-071-5/+5
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-036-10/+10
|
* Update message strings KDEInit->TDEInit.Darrell Anderson2013-08-151-2/+2
|
* Rename remnant files and references from kinit -> tdeinit.Darrell Anderson2013-05-1729-0/+7003