deviantfero / wpgtk

:flower_playing_cards: a colorscheme, wallpaper and template manager for *nix
http://deviantfero.github.io/wpgtk/
GNU General Public License v2.0
2.06k stars 48 forks source link

About Wpgtk on FreeBSD #232

Closed Fuzzbox999 closed 2 weeks ago

Fuzzbox999 commented 3 years ago

Hi,

It's not a bug, sorry for the noise. Just wanna let you know (if you don't, already) that the only thing I had to do to make Wpgtk work perfectly on FreeBSD was to install it using pip, then install gsed (GNU sed) an replace "sed" occurences with "gsed" in wpg-install.sh and in replace_folder_file.sh.base scripts. I'm quite new to the BSD world, and I've understood that BSD sed does not support inline substitution. There may be a way to modify these scripts to make them work on both OSes, but I'm not good enough with these tools to find out how.

Thank you for Wpgtk !

deviantfero commented 3 years ago

That's a really appreciated comment, and thanks for taking the effort to actually make it work on BSD, I will see if I can find the time to actually make this work on BSD OOTB

vaskark commented 3 years ago

OpenBSD, too. The package py-pip (or py3-pip) was all that was needed to build successfully. Wish it were in the repos :)