Last active
February 15, 2025 16:51
-
-
Save Naereen/b4dd0ec5a67205d5ad1c078c1a693238 to your computer and use it in GitHub Desktop.
Changes to perform on /usr/bin/gmusicbrowser to fix that nasty bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# line 4370/10259 | |
# DEBUG: @Naereen changed from this line, to that line | |
# redo if grep $_, @toobig; | |
redo if $_ && grep $_, @toobig; | |
# https://github.com/squentin/gmusicbrowser/issues/253#issuecomment-2043706563 |
The second couple of changes is here to have the "SHUFFLE" (bshuffle
) button on the most left position on the line of buttons, in order to easily shuffle the current playlist (having it close to the "CLEAR" (bclear
) button was kinda dumb, I clicked wrongly most of the time).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
squentin/gmusicbrowser#253 (comment)