linuxmint / xapp

Cross-desktop libraries and common resources
GNU Lesser General Public License v3.0
126 stars 44 forks source link

wrong location /usr/bin/bash in 80xapp-gtk3-module.sh #123

Closed AngryPenguinPL closed 3 years ago

AngryPenguinPL commented 3 years ago

After update xapp to 2.0.3 in my OpenMandriva I discovered that there is something wrong. Looks like this commit https://github.com/linuxmint/xapp/commit/fce5da82181c48fe6ed758dfd698db33091b6df9 broke rpmlint test and not allow to install package.

In OMV we use "/bin/bash" and not "/usr/bin/bash" I applied patch as a temporary workaround: https://github.com/OpenMandrivaAssociation/xapps/commit/d7902a82505da293210fb92cab845988b0fc377b

Any possible fixes in upstream?