letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

File access rights and leftovers #159

Closed letsfindaway closed 8 months ago

letsfindaway commented 8 months ago

There are some JavaScript, images and other files in the resources which have their Executable bit set, however all files in this directory are data files and don't need execute permission. The openSUSE package check tool complains about these files. We should remove the x bit from all those files.

Additionally, there is a leftover git file at resources/library/applications/Calculator.wgt/.gitignore which should be removed. It also leads to complains while packaging.