swayfx/sway
Arkadiusz Hiler eed0bc3ebd Add support for installing binaries with DT_RPATH
It's better to use DT_RPATH dynamic section of the elf binary to store
the paths of libraries to load instead of overwriting LD_LIBRARY_PATH
for the whole environment, causing surprises. This solution is much more
transparent and perfectly suitable for running contained installations
of wayland/wlroots/sway.

The code unsetting the LD_LIBRARY_PATH/LD_PRELOAD was also deleted as
it's a placebo security at best - we should trust the execution path
that leads us to running sway, and it's way too late to care about those
variables since we already started executing our compositor, thus we
would be compromised anyway.
2018-09-30 15:37:01 +03:00
..
commands Merge pull request #2726 from RyanDwyer/overhaul-gaps 2018-09-30 13:47:35 +02:00
config Merge pull request #2725 from PumbaPe/add-tap-and-drag 2018-09-30 13:44:11 +02:00
desktop transaction: do not use pointers for state 2018-09-28 09:18:24 +01:00
input Merge pull request #2725 from PumbaPe/add-tap-and-drag 2018-09-30 13:44:11 +02:00
tree Merge pull request #2726 from RyanDwyer/overhaul-gaps 2018-09-30 13:47:35 +02:00
base64.c Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00
commands.c Fix quote handling for commands 2018-09-28 23:12:24 -04:00
config.c Rename workspace_outputs to workspace_configs and fix memory leak 2018-09-28 22:35:38 +10:00
criteria.c Fix inversed condition in criteria 2018-09-05 18:01:43 +10:00
debug-tree.c Turn funcs() into funcs(void) 2018-09-30 14:09:05 +03:00
decoration.c Handle views created after decoration mode is sent for xdg-shell 2018-08-06 15:20:30 +01:00
ipc-json.c Turn funcs() into funcs(void) 2018-09-30 14:09:05 +03:00
ipc-server.c Make sway/ipc-server.c POSIX 2001 compliant 2018-09-26 20:10:53 +02:00
main.c Add support for installing binaries with DT_RPATH 2018-09-30 15:37:01 +03:00
meson.build Add support for installing binaries with DT_RPATH 2018-09-30 15:37:01 +03:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Merge branch 'master' into wlroots-1243 2018-09-14 21:03:59 -04:00
sway-bar.5.scd sway{,bar,input}.5: changes for generic blocks 2018-09-28 13:30:54 -04:00
sway-input.5.scd Merge pull request #2725 from PumbaPe/add-tap-and-drag 2018-09-30 13:44:11 +02:00
sway.1.scd delete references to swaygrab 2018-07-30 16:24:46 +01:00
sway.5.scd Update gaps documentation 2018-09-29 12:59:02 +10:00
swaynag.c Fix compiler errors. 2018-08-05 00:24:44 -07:00