| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Minor fixup for other GUI options in "Configure Panel... -> Menus".
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6949aae9ce625d009008872fe4297638f12fe1ce)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It was originally resolved by following the symbolic links to determine
the location of the startup script. Mostly adjusted for Debian
distributions and derivatives that have support for "alternatives".
This doesn't work for distributions that install TDE under a
self-contained directory (distros like Dragora, Guix or simply users
that use Graft or GNU Stow tools). Also projects like GSRC...
This code has been improved to cover these cases, also minimizing the
compatibility impact for the readlink command (non-standard) by
eliminating the use of options for greater compatibility, as some systems
do not have the -e or -f options, as they may also have different behavior
(between systems).
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit b5f293f9437b4af567248d6cfc269fe8a0216391)
|
|
|
|
|
| |
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit c7474d81e9149da23b9fd95bea74dc33171feb3f)
|
|
|
|
|
| |
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 0b11285d0b9eb902b2a4de8c76c4f6f160e8d7f1)
|
|
|
|
|
|
|
| |
'source' is a shell builtin coming from GNU Bash.
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit b2c04ad8be5fa8e18fef7b211aaad653a745a0ee)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1bc47b3d82b4538793987ebb90cab1d7cec9f5f9)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6281d6f87b782eb5a9bf410bb29eb981c00829e0)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dc13aa3ccc524f5f47b304216227b7825c1bb5e5)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f16b630348b5b14c0a3c481be606185f31b6ef12)
|
|
|
|
|
|
|
|
| |
Appearance tab to enable/disable the launch of tdekbdledsync in tde
greeter. This resolves bug 1834.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit be1c4f22face24de36c540df38a903860f0549d0)
|
|
|
|
|
|
|
| |
longer available in TCC->TDE Components->Service Manager->Startup Services for enable/disable at startup.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e9f503cdb8eae03d99e1042b10f4e9e146f2cd5e)
|
|
|
|
|
|
|
|
| |
Taken from patch proposed in https://bugs.trinitydesktop.org/show_bug.cgi?id=1362.
Signed-off-by: Roman Savochenko <roman@roman.home>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 28771943f7c5cbdb17754a962c668f6b61013d04)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8250c8e42310cb39ceb6ae425bc8546208733e99)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 234e466e0e524cfd92a268c37d504a7ff910ca45)
|
|
|
|
|
|
|
| |
installed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fddff79d21edd8c97d25ea9439fa2218ed35f3d4)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f8a93efe769e5002d3e3f80fb301b2464f379343)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[..]
In file included from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/common.h:102,
from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.h:10,
from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.c:12:
/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>
[..]
For reference: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/64
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit b52ef67d4a2208dfd9ea6c7618cbbc05c85c02f3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without the header, the build log:
[ 96%] Building C object ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c: In function ‘updateNetStatTcpUdpRaw’:
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:269:2: error: unknown type name ‘uint’; did you mean ‘int’?
269 | uint local_addr, local_port;
| ^~~~
| int
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:270:2: error: unknown type name ‘uint’; did you mean ‘int’?
270 | uint remote_addr, remote_port;
| ^~~~
| int
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:272:2: error: unknown type name ‘uint’; did you mean ‘int’?
272 | uint state;
| ^~~~
| int
make[2]: *** [ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/build.make:180: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o] Error 1
make[2]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD'
make[1]: *** [CMakeFiles/Makefile2:24044: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/all] Error 2
make[1]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD'
make: *** [Makefile:130: all] Error 2
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 67fe6d2e739013d92158f2339aaa928d50c02ef7)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit bd4492dc54e30fa5a2a97991e9b166aa17f28972)
|
|
|
|
|
|
|
| |
relates to issue TDE/tdelibs#60.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6b70b67b4b2a867f228889cbb06dfff173d24e5d)
|
|
|
|
|
|
|
| |
files instead of generating temporary name list file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b496ee27b9119a3cbf90b7b493fff499b8d66e7b)
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0128cf22d9788e60db8923b82a19e1a15837c805)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit d86083e73bb7130e394b68db56567a1cd936976e)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0f438113808e2ada2cec586c0b46a9b658446e90)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit cac760f0c2754398f2311492c90069f8a89765ce)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 81167e8fdb9c4ab5eaf1d7c9af57e55e129d148f)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 7b55ca5987f067c9c77e547db32d047b92027822)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c1384365c9c13c16fae873ba207e39c07d411f0f)
|
|
|
|
|
|
|
| |
This partially reverts commit a8203cf740.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit f1612f91ca8797027873f7632904ea660ac17584)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0daae46f23f33c0b02bf3d58ab8c1428e7bd71b7)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 9b964799b412d261875f1f2a0e30798e2234156f)
|
|
|
|
|
|
|
| |
...contributed by Denk from IRC.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit f076b15382c0bfdc5b171cfeee9665b48dab0c35)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 9d18aa3129547f53729786158e68ae54c064ac3f)
|
|
|
|
|
| |
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 9b5f085b49154d2e6cbfca832f4dd4daaa6c60d6)
|
|
|
|
|
| |
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 8c43819bb7bbafb2abf58c30e7131e006d39b51a)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 55b1b912fddc6de968b124b172395af0deb67f7c)
|
|
|
|
|
| |
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit ebef04cd2098f1d145e343fdf14cd2089cabcc68)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0f5478ae2ee506e98ade84cf273f5563574fc9db)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit d71f9eeb7a64baad74f0e1b5f5053bf3247864fe)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit af4fd07d142b78fd266c9e2d3cc76cf2e66b3ebb)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit f285d7a814e4c02916c3e1a860cc944c28a0c92c)
|
| |
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit b783ac1db50fbfa5c215f8b43b6c7d0659cf49de)
|
|
|
|
|
|
| |
Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit db1e25b1feef6df33c9c1b2d3811d02890c10d77)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 354cfa3a0855b2fdeaa81e9d540e88e1d492efcb)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 515f9a0cbb0ff2078439fffbf21ca04bb7a5c7cc)
|
|
|
|
|
|
|
|
|
| |
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 ed93cf0e084d52ca58c8a966fa9506af4484a8a9)
|
|
|
|
|
| |
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 49084ebc641f426287567a722697735e3de028dc)
|