theRealCarneiro / pulsemeeter

Replicating voicemeeter routing functionalities in linux with pulseaudio
MIT License
382 stars 20 forks source link

This fixes the message "grep: warning: stray \ before #" #106

Open kekePower opened 1 year ago

kekePower commented 1 year ago

Before this fix, the main window did not show any Virtual Outputs.

After the change, it shows the correct Outputs.

It also eliminates the following messages from command line.

ERROR: invalid json grep: warning: stray \ before #
grep: warning: stray \ before #

Fixes #101

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist :

You don't need to do all of this, but at least check what you did

ditost commented 1 year ago

This makes it start for me, everything works well after applying this fix.

SteveHNH commented 5 months ago

This worked for me. Edited the pmctl file manually until/if this gets merged. Thanks!!

negativems commented 1 week ago

This worked for me. Edited the pmctl file manually until/if this gets merged. Thanks!!

For those who does not know how to fix it.

Use nano or vim to edit the file at .local/bin/pmctl or at /bin/pmctl, then edit the line 354 to remove the backslash and thats it.

image