You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to patsh scripts for my statusbar, and one of them has pactl from Pulseaudio. The difference is that in pulseaudio this executable is a symlink:
I'm trying to
patsh
scripts for my statusbar, and one of them haspactl
from Pulseaudio. The difference is that inpulseaudio
this executable is a symlink:while in
pulseaudioFull
these links are additionally wrapped withwrapGApps
and are standalone files themselves:Expected behaviour:
patsh
should replacepactl
with its full path in both cases.Actual behaviour: it only replaces if
pulseaudioFull
is used.The text was updated successfully, but these errors were encountered: