Comment 32 for bug 290666

Revision history for this message
Maykel Moya (mmoyar) wrote :

@perfectska04

Just rename liferea to something else and call it through a script

# mv /usr/bin/liferea /usr/bin/liferea.real
# cat <<EOF >/usr/bin/liferea
#!/bin/sh
export LD_PRELOAD=/usr/local/lib/libfsync.so
/usr/bin/liferea.real $@
EOF
# chmod +x /usr/bin/liferea