aneeshsharma / DiscordAudioShare-Linux

A utility to share audio on discord on linux by routing your desktop audio through your mic.
GNU General Public License v3.0
23 stars 0 forks source link

Cannot install it because it thinks that I didn't install rofi #5

Open matvidal opened 1 year ago

matvidal commented 1 year ago

Hi!

When i run $ ./install I get:

DiscordAudioShare depends on rofi
Please install rofi (https://github.com/davatorium/rofi)
/usr/bin/rofi

I already installed rofi. Proof: $ ls /usr/bin/ | grep rofi

cd-create-profile
cd-fix-profile
powerprofilesctl
printer-profile
pw-profiler
qmlprofiler
rofi
rofi-sensible-terminal
rofi-theme-selector

And I can open rofi with no problems using: rofi -show

Am I missing something?

ghost commented 1 year ago

Try to install it using bash ./install.sh. I also had this problem when I tried to install it in Ubuntu.

matvidal commented 1 year ago

Thanks, it worked! Now I am having another unrelated issue, but I was able to install it. (When I share audio, I can no longer hear it)