OBATA Akio
dc4a0dd776
Ensure include of sys/stat.h
...
It is required for mkdir(2), chmod(2) and mkfifo(2).
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
Alexander Golubev
22189b6d30
Fix FTBFS when build -DWITH_XRANDR=OFF
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
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
gregory guy
28c1ae5ff7
rename kdelogo into tdelogo
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
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
Michele Calgaro
a89e0f3482
New patch for bug 2852. Should fix previous commit.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
2f1da0584b
Fixed order building in tdm. This resolves bug 2852.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
ba2fe63167
Fix memory leak after use XGetAtomName
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
3a5dcbbc69
Do not crash when card is inserted and the user list view is hidden
8 years ago
Timothy Pearson
1757afecf6
Force card logins to authenticate against the username specified in the card certificate
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
François Andriot
bd35f1efd6
Use system-defined language as default in TDM
...
This resolves Bug 1596
9 years ago
Slávek Banko
fce47f535c
Terminate compositor in TDM unless a TDE or failsafe session was selected
...
This relates to Bug 2521
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
adbe9f7f5f
Fix incorrect usage of login_session_wm. Type of session does not contain executable
...
for run session but base name of session desktop file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
226e5fc716
Fix setting curWMSession when used previous type of session in TDM
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
aa0711c143
Add support for XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP in TDM
...
This relates to Bug 2521
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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
3fe2b2023e
EXPERIMENTAL: Attempt to increase the VT limit to 48
9 years ago
Timothy Pearson
6d028f3b52
Use DM library in tdmtsak instead of making command line calls
9 years ago
Timothy Pearson
cd13be0789
Reuse existing reserved session if present on card insertion
9 years ago
Timothy Pearson
fcb6161cee
Restore VT limit and add note explaining origin
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
46d9df235b
Increase the maximum reserved VT number to 32
...
The display switch features depend on each session having a VT number, thus it is important to have a suffucient number of VTs available for use
Most Linux distributions allow 64 VTs by default, and the kernel allows up to 256 VTs
9 years ago
Timothy Pearson
4cadf198ca
Do not chew up all available VT numbers when multiple sessions are reserved and time out in series
9 years ago
Timothy Pearson
5b260a9627
Fix cryptographic card login when SAK is enabled
9 years ago
Timothy Pearson
ce47730301
Add initial cryptographic card login support
...
Tested with themed greeter and SAK disabled
9 years ago
Timothy Pearson
5d20ad97bf
Fix warnings regarding return value being ignored
9 years ago
Slávek Banko
08122b137e
Fix FTBFS on freebsd
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Slávek Banko
72a6327581
Fix verification of the TDM control socket
...
This resolves Bug 2269
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson
36b592e2d9
Increase X start timeout as tdm was failing to start on many machines due to upstart/systemd parallel start slowing down Xorg's initialization
10 years ago
Slávek Banko
107220694f
Allow contitional build with tdehwlib
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Slávek Banko
d246c7d938
Fix tdm_greet crash
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
François Andriot
1651fcb54a
Fix conditionnal utmpx support in tdm
...
Signed-off-by: François Andriot <francois.andriot@free.fr>"
10 years ago
Slávek Banko
71fb8e0e11
Fix crypt library detection in CMake
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
François Andriot
a679541fd7
Fix tdm backend fd support on openbsd
...
Signed-off-by: François Andriot <francois.andriot@free.fr>"
10 years ago
François Andriot
18b81de37b
Fix tdm auth backend for openbsd
...
Signed-off-by: François Andriot <francois.andriot@free.fr>"
10 years ago
Timothy Pearson
e2c5ea4cda
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
10 years ago
Timothy Pearson
1346f68987
Bring stop, lock, exit, and run icons into XDG compliance
10 years ago
Slávek Banko
68cfc4fec0
Fix FTBFS caused by typo in commit d3ce4fa7
10 years ago
François Andriot
d3ce4fa793
Fix FTBFS due to linux specific headers
10 years ago
Timothy Pearson
4724b1a838
Push the following patches from Bug 1499:
...
tdebase: updates default Xorg arguments in TDM
tdebase: add ability to restrict the konqueror side bar
10 years ago
Michele Calgaro
60d2edfb85
Added new TDE default background (thanks to Alex Couture for providing the file).
...
This resolves bug 2094.
10 years ago
Alex Couture
232cce76e1
Added 'minimalist' TDM style.
10 years ago
François Andriot
db19d360b6
Added smooth crossfade effect option when changing the desktop wallpaper.
11 years ago
Michele Calgaro
3e5e875832
Rebranding: TDE Control Center --> Trinity Control Center
11 years ago