awesomeWM / awesome

awesome window manager
https://awesomewm.org/
GNU General Public License v2.0
6.37k stars 598 forks source link

Burpsuite not getting executed from shell and menubar #3713

Closed sajeethsaabir closed 2 years ago

sajeethsaabir commented 2 years ago

I am a penetration testing student and using linux more than a year and switched to WM last week. When tries to run burpsuite ("Super + r") there is no terms matching it. I have to go to my gui file manager and open the directory and execute the app. Also, it's not running directly from the shell too. Aliases do not work at all. So that, reporting the issue here

Elv13 commented 2 years ago

ln -s the file somewhere in your $PATH. Adding an alias may or may not work depending on how awesome is started. Also don't bother trying to add something to $PATH in your ~/.bashrc if you start Awesome using a session manager, it likely wont read ~/.bashrc, so it wont be there.

sajeethsaabir commented 2 years ago

@Elv13 That means start from "startx" command? I start awesome with awesomewm directly from login manager. In case awesome is the only one I have had to my distro

sajeethsaabir commented 2 years ago

I found the solution that the ubuntu desktop missed some of the sources and after adding them works fine. Also tested that downloading, installing and running burp in fedora arch and manjaro. Ubuntu is the one misses few dependencies in order to run some applications. Thank you for your time