Michele Calgaro
f8a93efe76
Removed kxdglauncher which is now no longer required.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
6b70b67b4b
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>
5 years ago
Janek Stolarek
c1384365c9
Add Polish comments to initial desktop icons.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
0daae46f23
Synchronize German translation with the rest and fix some icons.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
9b964799b4
Improve RU and ES translations, contributed by Vita_Cell.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
f076b15382
Add Russian comments to initial desktop icons.
...
...contributed by Denk from IRC.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
9d18aa3129
Add missing Bulgarian translation to initial desktop icons.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Matías Fonzo
9b5f085b49
Added Spanish translation to complement issue #96
...
Signed-off-by: Matías Fonzo <selk@dragora.org>
5 years ago
Emanoil Kotsev
8c43819bb7
Added and updated Bulgarian translation
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
5 years ago
Michele Calgaro
55b1b912fd
Add Italian comments to initial desktop icons.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
gregory guy
ebef04cd20
Add French comments to initial desktop icons.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
5 years ago
Slávek Banko
0f5478ae2e
Add Czech comments to initial desktop icons.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
d71f9eeb7a
Improve initial desktop icons.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro
752183c265
Added IT translation for 'mycomputer'. This relates to previous commit.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris
1e9234674c
Fix wrong computer icon translations.
...
Credits and thanks to Vitaly (Vita_Cell) from IRC for contributing RU and ES translations.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko
e47bab3fd8
kdesktop: Add missing initialization of sigset_t in kdesktop_lock. This resolves bug 3025.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris
0721f2d3f4
Fix remaining brandings in tdebase.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro
21d09d5b23
Adjusted to new normalized device icon names in tdelibs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris
e408b99187
Fix German translation for My_Computer.
...
First impression of the German user of TDE is that he is greeted with a
desktop icon on the very top of the desktop called "Speichermedien",
which is so long, that it wraps up this ugly way: "Speicherme-dien".
Which looks very unpolished and leads to a bad experience for first
timers. This comes from KDE3 times still. Most likely it was just
copy-pasted from other places.
The term "Speichermedien" is used otherwise in nearly all other places
(German), so changing it just for that icon looks inconsistent at first.
But in fact the original (English) name for it is also called "Computer"
and not "Speichermedien" for this icon. So the gain of beeing
inconsistent is bigger because it looks more polished. If someone is
unhappy about that, he can open a ticket or join IRC to find another
solution.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko
1a6edf83b9
Fix typos in texts.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
08ac86386a
Adjusted to latest TQVariant::TQVariant(bool) function.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
3c109e3d10
Fixed bug 925 ("SAK driven secure dialog is not available for use"
...
message in .xsession-errors even when SAK is disabled).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7aa9258f19
Fixed use of SAK in lock process when autologin is used in TDM.
...
This resolves bug 2945.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
d3834ad4f5
Add $DISPLAY to kdesktop_lock_lockfile file name.
...
This resolves bug 2998.
Thanks to Russell Brown for analyzing the problem and propose a solution.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
91a3d227a5
Prevent hard-coded "tde/" in #include ...
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
b95b665c78
Add CMakeL10n rules.
...
Update TIMEZONES list.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
6db0c5f228
Improved previous commit using local8Bit() in place of utf8() when a
...
password is transmitted over pipes to other processes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
6ae10fc66e
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
887cea6320
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
00b7a9c60a
kdesktop lockprocess: Removed unnecessary include linux/stat.h
...
This resolves FTBFS with glibc 2.28
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
967cf90889
cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )
...
instead of set_source_files_properties( ... COMPILE_FLAGS )
to avoid the problem of double escaping quotation marks.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
a359fef24e
Fixed session locking at login. This resolves bug 2874.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Timothy Pearson
4ec011cd55
Fix kdesktop_lock screensaver stuttering on modern GPUs
6 years ago
Slávek Banko
030fad5fe4
Reset states in kdesktop-lock if startSaver fails
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
7f55022fcf
Fix calculations in mini-cli
...
+ add the leading zero to the calculated results
+ support for calculations that starts with a negative number
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
0a874e41b6
Write more details when kdesktop lock fails to grab input devices
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
2649b1ebf4
Disable card-based login if Kerberos support was disabled at compile time
8 years ago
Timothy Pearson
a7afe91e65
Do not start card authentication unless PKCS logins were enabled
...
Rename UserList class in kgreeter.cpp to avoid conflict with TDE LDAP library class name
8 years ago
Timothy Pearson
09dce5e19f
Fix invalid headers in PNG files and optimize for size
8 years ago
Alexander Golubev
bf26a0b86a
fix encoding for My_Documents folder for three locales was missing before
8 years ago
Michele Calgaro
ab959b43ca
Fixed desktop locking code. This relates to bug 2603 and fixes the locking-after-suspend issue when the screensaver is also enabled.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Timothy Pearson
37b6d0d80f
Fix cryptographic card login process
9 years ago
Timothy Pearson
48cf3058c5
Move VT switch on card insertion to cryptocardwatcher process
9 years ago
Timothy Pearson
6d028f3b52
Use DM library in tdmtsak instead of making command line calls
9 years ago
Timothy Pearson
b5cb2797d6
Add new hardware device tray application
...
Allow removable media action request popups to be suppressed
9 years ago
Timothy Pearson
dd2951393f
Prevent saver from starting while valid card is inserted
9 years ago
Timothy Pearson
a2af4533d3
Fix card unlock
9 years ago
Timothy Pearson
6f5e7b2110
Streamline cryptographic card logon process
9 years ago
Timothy Pearson
9ea6780352
Stabilize cryptographic card login
...
Fix some coding style issues
9 years ago
Timothy Pearson
ce47730301
Add initial cryptographic card login support
...
Tested with themed greeter and SAK disabled
9 years ago