l10n daemon script
80c1c7eada
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
ef8e9abb33
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
a27a6ebdab
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
a75748f789
Fix ksmserver launching shell scripts
...
QProcess::startDetached doesn't work on shell scripts, presumably
because it tries to daemonize them.
Porting to QProcess seems to fix this. As KSMServer stays around forever
this shouldn't result in any behavioural change.
REVIEW: 124838
11 years ago
l10n daemon script
83dc37d67a
SVN_SILENT made messages (.desktop file)
11 years ago
David Faure
e33b582fda
ksmserver: restore support for autostart scripts; migrate them from the KDE4 dir
...
Commit f913e251fe removed this, due to a porting bug: both klauncher
(XDG autostart using .desktop files) and ksmserver (kde-specific scripts)
were ported to look at the same directory (~/.config/autostart),
leading to double autostart. The right fix, however, is to use
a different directory for scripts, I called it ~/.config/autostart-scripts.
BUG: 338242
REVIEW: 124534
11 years ago
Felix Geyer
5e88bb70f1
Test if signals are defined before using them.
...
Not all of the signals killtest.cpp uses are defined on all architectures.
REVIEW: 124395
11 years ago
Martin Gräßlin
5581b0d872
[ksmserver] Force QPA platform xcb
...
Ksmserver is very X11 specific, so let's enforce the xcb plugin. This
allows to start ksmserver also on a Wayland session for compatibility.
REVIEW: 124292
BUG: 346427
11 years ago
Martin Gräßlin
2c52923178
[screenlocker/greet] Make greeter work on wayland platform
...
* Don't set BypassWindowManagerHint on platforms != xcb as that
causes on QtWayland to not create the window
* But set the frameless hint on the window (to not get decos)
* showFullscreen vs. normal show depending on testing state
11 years ago
Martin Gräßlin
fe63e2dc39
[screenlocker/greet] Don't crash on platform != xcb
...
Need to check whether we are on X11 before calling into X11 specific
code.
11 years ago
Burkhard Lück
d9adb0b3fc
Add screenlocker docbook
...
REVIEW:124250
11 years ago
l10n daemon script
a3b848f7b0
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
David Edmundson
5dcd9bb7ee
Fix and simplify i18n
...
BUG: 337682
11 years ago
Martin Klapetek
2e60c27a85
[ksmserver] Check the 'Action' for 'Sound' before playing
11 years ago
l10n daemon script
59292eea40
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
1f37ac1fa2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
c83d196e77
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Martin Klapetek
c445f99304
Switch the login sound to Phonon directly...for now
...
With its current architecture, KNotification can cause crashes on logout
due to use of Q_GLOBAL_STATIC and threads and Phonon and cleanup by main
thread. So this replaces the KNotification-in-a-thread with Phonon
directly.
This is exactly what KNotification would do. This is for the time being
until the crash on logout is sorted out.
Additionally, this also fixes logout sound which was missing before.
This uses normal KNotification as at that point we don't need to be
threading or anything, so KNotification is just safe.
REVIEW: 123834
11 years ago
l10n daemon script
cd627899a7
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
3ae9e0b457
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
23d3c8d242
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Lukáš Tinkl
1e22c761ba
remove references to a no longer existing DPMSconfigUpdated signal
...
DPMS action in powerdevil doesn't mess with screensaver anymore anyway
11 years ago
Martin Klapetek
b0fe26bfb3
[ksmserver] Bring back the login sound
...
Now it's played in its own thread, so should not block anything.
REVIEW: 123770
BUG: 335948
11 years ago
l10n daemon script
02c2c91261
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
6bd73d0e7b
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
8847a8c575
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
b09a3b2a86
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
83536ffb3a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
da60c376a1
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
1fbbe7469e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Martin Gräßlin
3a7e17c997
[ksmserver] Do not try to start X11 window manager if Wayland env variables are set
...
If ksmserver is started in a session with WAYLAND_DISPLAY
and/or WAYLAND_SOCKET being exported we can assume that the Xserver is an
Xwayland server. In that case the wayland compositor is also the window
maager. Thus starting a window manager would either fail or create severe
havoc in case it succeeds in replacing the running window manager.
REVIEW: 123444
11 years ago
Lukáš Tinkl
9f8a6c2989
simplify the map construction
...
also a QStringList is more efficient than a QList<QString>
11 years ago
l10n daemon script
4a9d993715
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
7adab36181
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
f6a426697f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
3ab179ee55
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Elias Probst
da37832e85
Fix taborder in lockscreen KCM.
11 years ago
l10n daemon script
ae9b3c0dde
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
David Edmundson
4ed07fe346
Add keywords to screenlock KCM
...
BUG: 331947
11 years ago
David Edmundson
ea56983315
Remove confusing ksmserver easter egg
...
KSMSERVER_STARTUP_DEBUGl is not defined, meaning this code currently
exists in our ksmserver.
if you have 2 instances of gedit, konqueror and kspaceduel open you get
an error message saying drat. I'm not sure why.
This feature is now obsoleted as kspaceduel doesn't exist any more.
REVIEW: 123283
11 years ago
l10n daemon script
738b59196a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Christophe Giboudeaux
67f4212eeb
-Wmissing-include-dirs
11 years ago
Martin Gräßlin
96adf1bd9f
[ksmserver/screenlocker] Add safety checks before forwarding OSD messages
...
Prevents a possible crash.
Reviewed-By: Lukáš Tinkl
11 years ago
Marco Martin
91daf35eb8
this file was moved to frameworksintegration
11 years ago
l10n daemon script
f8e40f16c2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Montel Laurent
5f9ae5e13c
We depend against kf5-5.8 => ecm > 1.6 => we can use new KDE_ variable
11 years ago
David Edmundson
b6aa8ba7ab
Fixed porting of ksmserver loading windowmanager.desktop file
...
BUG: 344995
FIXED-IN: 5.3
11 years ago
David Edmundson
8de8af873e
Add kconfig update script for autolock
...
commit 65045cb50a split the timeout config
option into two values, this is a kconf_update script for updating it
11 years ago
Jonathan Riddell
052d364f75
replace variables set by project()
11 years ago
Jonathan Riddell
f1ac30fa83
remove second calls to project() only 1 allowed per cmake project
11 years ago