stefonarch / lxqt-labwc-session

Full configured LXQt Wayland session using labwc with some limitations
GNU General Public License v3.0
26 stars 1 forks source link

Issue in script & config #10

Closed Orum closed 1 month ago

Orum commented 1 month ago

I've found two separate issues in this project. First is right here where you query for where labwc is, but then never store the result in $LABWC_EXECUTABLE. I'm also not sure there is a reason to use whereis piped to awk when you can just use which instead. In other words, I think that line should simply be:

LABWC_EXECUTABLE=`which labwc`

The second issue is here where the line should be commented out, but isn't.

stefonarch commented 1 month ago

I wasn't fully awake this morning when I committed the change to "whereis", thanks. I think I can assume "which" to be installed if people compile this.

Thanks!