Matías Fonzo
410b580b17
starttde: Enhance startup script location
...
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 b5f293f943
)
5 years ago
Matías Fonzo
670087710a
starttde: Replace -nt operator (bashishm) with a portable solution
...
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit c7474d81e9
)
5 years ago
Matías Fonzo
ac70ac954a
starttde: Fix trailing ], outside test
...
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 0b11285d0b
)
5 years ago
Matías Fonzo
8ca134589b
starttde: Fix bashisms
...
'source' is a shell builtin coming from GNU Bash.
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit b2c04ad8be
)
5 years ago
Michele Calgaro
f24d023395
Corrected comment description of new keyboard LED sync option in tdm config.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1bc47b3d82
)
5 years ago
Michele Calgaro
88d5400a0b
Corrected comment description of new keyboard LED sync option.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6281d6f87b
)
5 years ago
Michele Calgaro
10f040d377
Removed kerry related code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dc13aa3ccc
)
5 years ago
Michele Calgaro
620a999812
Removed beagle related code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f16b630348
)
5 years ago
Michele Calgaro
d008372a5a
Added option in TCC -> System Administration -> Logic Manager ->
...
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 be1c4f22fa
)
5 years ago
Michele Calgaro
3a7ece7afc
mediamanager always get started at TDE startup. Therefore the module is no 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 e9f503cdb8
)
5 years ago
Roman Savochenko
27b56d1fea
tdeprint: autostart of KJobViewer is now controlled by a .desktop file.
...
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 28771943f7
)
5 years ago
Michele Calgaro
2afc8bbbe4
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8250c8e423
)
5 years ago
Michele Calgaro
25a1c78148
Additional fixes for XDG folder support.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 234e466e0e
)
5 years ago
Michele Calgaro
6df7205744
Improved support for XDG folders without requiring xdg-user-dirs to be installed.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fddff79d21
)
5 years ago
Michele Calgaro
062d81f2fc
Removed kxdglauncher which is now no longer required.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f8a93efe76
)
5 years ago
Matías Fonzo
b48ed89e85
Redirect some headers noticed by the compiler
...
[..]
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 b52ef67d4a
)
5 years ago
Matías Fonzo
f23894cb56
Added missing header in ksysguard/ksysguardd/Linux/netstat.c
...
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 67fe6d2e73
)
5 years ago
Chris
daf1345769
Synchronize German translation of web pages with the rest.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit bd4492dc54
)
5 years ago
Michele Calgaro
a8cfd6c44d
Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This relates to issue TDE/tdelibs#60 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6b70b67b4b
)
5 years ago
Slávek Banko
aa8945861f
CMakeL10n: Extract konsole schemas and keytabs directly from definition
...
files instead of generating temporary name list file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b496ee27b9
)
5 years ago
Slávek Banko
2c8462b60e
Update version number for R14.0.7 final release.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
f2e8bcce09
Synchronize German translation of cursor with the rest.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0128cf22d9
)
5 years ago
Chris
4665472092
Improve German translation for kicker_config.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit d86083e73b
)
5 years ago
Chris
43225bfebe
Fix too long German comment in kcmcrypto.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0f43811380
)
5 years ago
Chris
ca2a9da336
Clean up, improve and fix konq-plugins desktop files.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit cac760f0c2
)
5 years ago
Chris
d4cce6c571
Fix icons of desktop files created by knetattach.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 81167e8fdb
)
5 years ago
Chris
59cdece141
Improve German translation and fix some desktop files.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 7b55ca5987
)
5 years ago
Janek Stolarek
ca71cbeff8
Add Polish comments to initial desktop icons.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c1384365c9
)
5 years ago
Chris
68c10eff90
Fix wrong XDG patch for tdebase, which resulted in missing icons.
...
This partially reverts commit a8203cf740
.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit f1612f91ca
)
5 years ago
Chris
b0e2f20360
Synchronize German translation with the rest and fix some icons.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0daae46f23
)
5 years ago
Chris
4dce63b191
Improve RU and ES translations, contributed by Vita_Cell.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 9b964799b4
)
5 years ago
Chris
9111507dde
Add Russian comments to initial desktop icons.
...
...contributed by Denk from IRC.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit f076b15382
)
5 years ago
Chris
6f03704d32
Add missing Bulgarian translation to initial desktop icons.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 9d18aa3129
)
5 years ago
Matías Fonzo
4e21729c69
Added Spanish translation to complement issue #96
...
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 9b5f085b49
)
5 years ago
Emanoil Kotsev
bcf78fdcfd
Added and updated Bulgarian translation
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 8c43819bb7
)
5 years ago
Michele Calgaro
5883df0973
Add Italian comments to initial desktop icons.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 55b1b912fd
)
5 years ago
gregory guy
c402e589f7
Add French comments to initial desktop icons.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit ebef04cd20
)
5 years ago
Slávek Banko
8aca22ef96
Add Czech comments to initial desktop icons.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0f5478ae2e
)
5 years ago
Chris
49a236205d
Improve initial desktop icons.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit d71f9eeb7a
)
5 years ago
Chris
f240d87875
Fix duplicated, missing and misleading icons.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit af4fd07d14
)
5 years ago
Chris
c702e68ec4
Fix missing menu entries.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit f285d7a814
)
5 years ago
TDE Gitea
3583c3fd8c
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
Slávek Banko
8c03997501
Switch all submodules to https.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
ac1e334d00
Fix wrong KSysGuard description.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit b783ac1db5
)
5 years ago
François Andriot
1065f7a4d5
Prefer TIRPC detection over search for rpc/rpc.h header.
...
Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit db1e25b1fe
)
5 years ago
Chris
bd659fa461
Improve filepreviews settings icon.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 354cfa3a08
)
5 years ago
Chris
95d2c3bed9
Improve NSPlugins settings icon and German translation.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 515f9a0cbb
)
5 years ago
Slávek Banko
12561b544b
ksmserver: Use 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 ed93cf0e08
)
5 years ago
Chris
cbfe194068
Fix KSysGuard name in about dialog.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 49084ebc64
)
5 years ago
Chris
bf24aa8245
Fix Kicker name in about dialog.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 6e60a7451c
)
5 years ago