mobile-config-firefox/src/mobile-config-path.sh
Oliver Smith 49698e65c5
src: wrap firefox binary, not .desktop entry
Instead of trying to override the .desktop entry of Firefox by
installing the custom one and adjusting XDG_DATA_DIRS, just wrap the
firefox binary directly and adjust PATH. The former did not work with
Phosh, and on second thought, wrapping the binary is what's really
necessary. The launcher would have been just another useless layer.
2020-08-07 23:16:13 +02:00

3 lines
69 B
Bash

#!/bin/sh
export PATH="/usr/local/bin:/usr/mobile-config/bin:$PATH"