| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de79e754fa8118d34ea804d6b4fb7056b65487fd)
|
|
|
|
|
|
|
| |
installed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 394c9f5c0e1b464aa8bc22bd65c5268acd43994d)
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Added reading of estimated time to fully charged battery
(time_to_full_now)
The remaining time is calculated if the value is not provided
in the battery information.
If the battery does not provide charging current information,
the estimated time to charge the battery cannot be calculated.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ecd1e4bd401a00be11f4d8bbaff01718f29f9118)
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
Note: <sys/signal.h> has been removed from the tdeio/tdeio/connection.cpp source - it was already declared.
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit c2adce2e133c167567df8607a32a420a9825f695)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 8d74c9c44f75bb427808da876650a074b1319467)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes related to this commit:
- Clean up #if mess.
- Use unconditionally the correct macros isnan, isinf.
- Remove redudant macros from the build system.
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 8ae17a5d9d77d489a2d16529f16680d31374537e)
|
|
|
|
|
| |
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit aa9b9581a97daa50855d815b6724b9112448c96f)
|
|
|
|
|
|
|
|
|
| |
+ Avahi detection was not performed at all
+ Added missing avahi-client detection
+ Fixed FTBFS in avahi related code
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 281e2da7f14eca57104dbd3f7da39506011729a8)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aca6b3d42409234a19e2910443d511328c0b025a)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a4f7f51cfb88ab6b34918e8f79dea027d02b411)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit d4845ced49193b59890e010ed4821b0682c2ba44)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ The current frequency is parsed from the scaling_cur_freq file
If the current frequency is not found in /proc/cpuinfo, the attempt
to read value from cpuinfo_cur_freq failed because only root can
read this file.
+ The have_frequency flag is not set when parsing current frequency from sysfs
Setting the have_frequency flag after parsing current frequency for the
first core caused the current frequency not to be parsed for other cores.
+ Frequency characteristics are parsed for all cores
The assumption that the frequency characteristics for all cores will be
the same as the first core is no longer reliable. There are heterogeneous
architectures - for example ARM big.LITTLE.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ba82cdf5be78b46889dc0d1e3906e353489925ad)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8856d5dde1a086f94b6875fd96fa6d3e479de170)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Added initialization of all values
Some batteries do not provide all values and, without
initialization, values may contain dubious data.
+ Added reading of current battery capacity value in percent
(capacity)
Some batteries may provide the current capacity value in
percent instead of the current energy value.
+ Added check whether the battery provides current energy value
(charge_now or energy_now)
The current energy is calculated if the value is not provided
in the battery information.
+ Added reading of estimated time to empty battery
(time_to_empty_now)
The remaining time is calculated if the value is not provided
in the battery information.
If the battery does not provide charging current information,
the estimated time to charge the battery cannot be calculated.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 86c1d896c748bf5117ccfe28b20e48a7e2a70c8d)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3b0f07f2cdf3c5228b6d38b33fb5f2bc8fa0542d)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit b09eb3a1c0d68a9b4c1f0cf75b4257d67b3336ea)
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 03b08e594c9b5e62435871aca1c2487234666f24)
|
|
|
|
|
|
|
| |
This partially reverts commit 4e765ab579.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit bc5150d64efee75e1b79b80011b33a51225270f5)
|
| |
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
|
|
| |
Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a6bbb9e7bc21382b504c8c6fe408a766a3890bb6)
|
|
|
|
|
|
| |
Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 82e214c84f333e6b22093ab8ff5afe53aa732cc8)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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 38b2b0be7840d868c21093a406ab98a646212de1)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0810a81ba195c1a45c4377aa30f483184e098348)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83d02c95a1edfc69f303d838f904dc142bdb2f41)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 34aa72861f8bdcb153a534e10f19c729c1754cfa)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 82f2aa6b13cbedb1fdb9f0747f19799f2ac1f735)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit e098e4600fc89b4ae63888f1295289f5f89af96d)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b66a5759a6735bfcc7a94e6ba539f0bea55d587)
|
|
|
|
|
|
|
|
|
|
|
| |
The first argument of the OPENSSL_init_ssl and OPENSSL_init_crypto
functions must be a 64-bit int, not a 32-bit int, as this caused
unpredictable OpenSSL behavior.
This resolves bug 3024.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a2ad929640f62ee1f854564366ce1cd8547de455)
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 7187b9971214fefa7f8c7c4affc105d20e56ca2f)
|
|
|
|
|
|
|
| |
resolves issue #35.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d3119bb794953d2c8c85a2c805fbe0a0bc8fcbaa)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 038c996bec50007829807a09bd1eeaea19516897)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 952fb5624176cdd1f80d252dcd03cc38716fb409)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 2e055ab5ed1b0403a59c17cbc8227308c22c64c4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is very unclear at this point what a valid use case for this feature
would possibly be. The old documentation only mentions $(hostname) as
an example, which can be done with $HOSTNAME instead.
Note that $(...) is still supported in Exec lines of desktop files,
this does not require [$e] anyway (and actually works better without it,
otherwise the $ signs need to be doubled to obey tdeconfig $e escaping rules...).
Based on KDE Frameworks 5 kconfig patch for CVE-2019-14744.
This resolves issue #45.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1074eb033654bd5462677ffe694eda7805390284)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 38198900a49c5fe8cb9c7e9a9af9bba858e30f39)
|
|
|
|
|
|
|
| |
instead of generating addressee source files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 298bd920d17320718c733030c02ad6bc8ed43c93)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 9768cf120a0d1ea492934140e26909900baa0bb5)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 90562f7b8a02f050dbe5fffec3d8c709b10713c4)
|
|
|
|
|
| |
Signed-off-by: Anton Repko <anton@a-repko.sk>
(cherry picked from commit dd36ea0a096fded7473ad4e64bd88252737012fe)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0e071064b91e64638e14f3756d477f9e2fd3317e)
|
|
|
|
|
| |
Signed-off-by: Anton Repko <anton@a-repko.sk>
(cherry picked from commit eeb8782f05517d4cbcfb059ff855384dfd4c0383)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e1ef15d04d1a3f5fcfb07bcf99c6647580b32b6f)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit e53c04d5d3f91cc4857d647d0a39c350a1c9eed7)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 894e9e5e87f9f315040ac8cf1d30f9ea34931df8)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 960a08e853eab3797959154fe416932d319c410e)
|