| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Make signal handlers just set a flag and move all actual logic into the
main loop. A general reminder: it's a UB to have stuff like malloc() in
signal handlers.
This partially reverts some changes made by fbd3a27d6e. Now to reset
compton config the whole session will be recreated from scratch.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
Before that to reload settings compton-tde was using SIGUSR2; and
SIGUSR1 wasn't actully used, but was designated for something wierd.
This commit removes old SIGUSR1 handler and uses SIGUSR1 to reload the
settings instead of SIGUSR2.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This fixes compton launch on systems with several X11 Screens. And also
in case of multiple sessions for the same user.
Also:
- move the file to tde's proper tmp dir.
- deduplicate some code
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
`WORK_AROUND_FGLRX` is not defined anywhere in the build system. And the
code under the #ifdefs was broken for decades as `restartOnSigterm` is
not declared, defined or used anywhere.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Signed-off-by: Denis Kozadaev <denis@dilos.org>
|
| |
|
|
|
|
| |
Just the ID is required.
Signed-off-by: OBATA Akio <obache@wizdas.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In an environment where not everything is in /usr...
- drkonqi/CMakeLists.txt requires the libr library path to be specified.
- nsplugins/viewer/CMakeLists.txt requires the glib library path to be specified.
- tdm/backend/CMakeLists.txt was missing the include and link directories for libXau and libXDMCP.
- twin/compton-tde/CMakeLists.txt was missing include and link directories for the optionally selected libraries (libconfig, Xinerama, XRandR, OpenGL and PCRE).
Signed-off-by: aneejit1 <aneejit1@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[..]
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>
|
| |
|
|
| |
Fix weird color issue with Mesa 18.0
|
| | |
|
| | |
|
| |
|
|
|
|
| |
win_determine_greyscale_background
Thanks to Richard Grenville for catching that mistake!
|
| | |
|
| |
|
|
| |
Add ability to set desaturated backgrounds from the control center
|
| |
|
|
|
| |
Add ability to blend color and greyscale based on window alpha (actual window alpha currently set at 0.5 when blending is enabled)
Reenable greyscale logout effect when compositor is in use
|
| | |
|
| |
|
|
| |
Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
|
| | |
|
| |
|
|
| |
could be found)
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
This resolves Bug 887
|
| | |
|
| |
|
|
| |
This resolves Bug 645
|
| |
|
|
|
|
| |
Add additional fade debugging
Add separate configuration option for menu shadows
Fix up default shadow settings in configuration dialogs
|
| |
|
|
| |
This adds printf_dbgf statements to debug issues with fading.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Conflicts:
twin/compton-tde/common.h
twin/compton-tde/compton.c
twin/compton-tde/opengl.c
|
| |
|
|
| |
Signed-off-by: François Andriot <francois.andriot@free.fr>"
|
| |
|
|
| |
libXext versions which doesn't provide XSyncFence
|
| | |
|
| | |
|
| |
|
|
| |
compot-tde
|
| | |
|
| | |
|
| | |
|
| |
|