WayfireWM / wf-install

A repository with installation scripts for wayfire
MIT License
36 stars 9 forks source link

Error on running install.sh #11

Closed MohakChugh closed 8 months ago

MohakChugh commented 4 years ago

While running the install script in the wf-install folder, I get the error at line 70: function: not found. I am new to linux and I am not sure what I'm doing wrong. Screenshot from 2020-04-05 04-01-26

ammen99 commented 4 years ago

Hi, can you try running the script with bash install.sh ...?

MohakChugh commented 4 years ago

I tried it, it didnt work

ammen99 commented 4 years ago

@MohakChugh The same error, or something else this time?

ammen99 commented 4 years ago

Also try to git apply the following patch after downloading it: http://ix.io/2hje

Tommy21st commented 4 years ago

I am having the same issue, i don't have a clue where or how to apply this patch? I am not very familiar with Linux, i am using ubuntu focal.

soreau commented 4 years ago

@Tommy21st From the wf-install directory, run curl http://ix.io/2hje | git apply. If you don't see an error and git diff shows the patch, this means it applied correctly. After doing this, run wf-install.

Tommy21st commented 4 years ago

Applied patch, now i got another error, HEAD is now at e20701f view: add set_minimize_hint() (#504) HEAD is now at 0ae02ab Add custom labels on launchers from cmd+icon combo (#51) ./install.sh: 114: meson: not found.

ammen99 commented 4 years ago

You need meson for building Wayfire.