BitJam wrote:What window manager are you using? I can't reproduce this in either Fluxbox or IceWM. Is this related to RoxFiler somehow?
It is Fluxbox. I can't say if it's related to RoxFiler -is there a way I could tell?
BitJam wrote:Since the prompt is happening inside the RoxTerm then it is coming from a program or script being run inside of RoxTerm.
I don't understand that question, the screenshot you see is what I see immediately when I open RoxTerm via r-click>Terminal.
BitJam wrote:Does the same thing happen if you launch RoxTerm via Applications --> ROXTerm ?
Yes, it does.
BitJam wrote:Does it happen if you launch Roxterm from inside another terminal window?
Yes, it does.
BitJam wrote:Does it happen when you launch urxvt (or any other terminal program)?
No, it does not happen with any other terminal.
BitJam wrote:Does it happen when you switch to a virtual console and log in from there?
No, it does not.
BitJam wrote:If it only happens from that one menu entry then check the menu file. The menus are controlled by the files ~/.fluxbox/menu and ~/.icewm/menu. The fluxbox entry should look like:
The IceWM entry should look like:
If you are using a different WM then the file will be in a different location but the idea is the same.
As I'm not sure I understand exactly what I'm looking for I thought I'd paste the file here in hopes that you can see an issue:
Code: Select all
[begin] (--antiX--)
[exec] (Terminal) {roxterm}
[exec] (Files) {antiX-FileManager.sh}
[exec] (Editor) {leafpad}
[exec] (Browser) {iceweasel}
[separator]
[submenu] (Applications)
[begin] (Applications)
[include] (~/.fluxbox/applications)
[end]
[submenu] (Desktop)
[exec] (RoxPanel on/off) {paneltoggle.sh}
[exec] (RoxPinboard on/off) {icons-toggle.sh rox}
[separator]
[exec] (SpaceFM-desktop on/off) {icons-toggle.sh space}
[exec] (Conky on/off) {conkytoggle.sh}
[end]
[submenu] (Fluxbox Settings)
[exec] (Auto Update Menu) {auto-fluxbox-menu.sh}
[separator]
[config] (Configuration)
[submenu] (Styles) {Style}
[stylesdir] (~/.fluxbox/styles)
[stylesmenu] (Fluxbox Styles) {/usr/share/fluxbox/styles}
[end]
[exec] (Wallpapers) {wallpaper.py}
[separator]
[workspaces] (Workspaces)
[separator]
[reconfig] (Reconfigure)
[restart] (Restart)
[end]
[submenu] (System)
[submenu] (Tools)
[exec] (System Information) {inxi-gui}
[exec] (MC) {roxterm -e mc}
[exec] (Nano) {roxterm -e nano}
[exec] (Process Viewer) {roxterm -e htop}
[exec] (App Killer) {xkill}
[exec] (Add .desktop Files) {ktsuss adddesktop.sh}
[end]
[submenu] (Shells)
[exec] (Bash) {urxvt -e bash --login}
[exec] (Urxvt) {urxvt -tr -sh 65 -fg white}
[exec] (Urxvt Tabs) {urxvt -pe tabbed}
[exec] (Root Terminal) {ktsuss roxterm}
[end]
[submenu] (Programming)
[exec] (Python) {roxterm -e python2.7}
[exec] (Tclsh8.5) {roxterm -e tclsh8.5}
[end]
[end]
[separator]
[exec] (Run) {gexec}
[exec] (Control Centre) {antixcc.sh}
[exec] (Unplug usb) {unplugdrive.sh}
[separator]
[submenu] (Help)
[submenu] (antiX)
[exec] (FAQ) {dillo /usr/share/antiX/FAQ/index.html}
[exec] (Live How-To) {dillo /usr/share/antiX/Boot_Menu/antiX-gfxboot.html}
[exec] (Rox Manual) {dillo http://roscidus.com/Manual/Manual/Manual.html}
[end]
[separator]
[submenu] (Fluxbox)
[exec] (FAQ) {dillo http://fluxbox-wiki.org/index.php/Faqs}
[exec] (Wiki) {dillo http://fluxbox-wiki.org/index.php/Fluxbox-wiki}
[exec] (Docs) {dillo http://fluxbox.sourceforge.net/docbook/en/html}
[separator]
[exec] (Arch Wiki) {dillo http://wiki.archlinux.org/index.php/Fluxbox}
[end]
[submenu] (Man Pages)
[exec] (Terminal) {roxterm -e man urxvt}
[exec] (Nano) {roxterm -e man nano}
[exec] (MC) {roxterm -e man mc}
[end]
[end]
[separator]
[exec] (Exit) {exitantix.sh}
[end]
BitJam wrote:If it happens in most circumstances above then look at your ~/.bashrc file and your ~/.profile file. It is likely that one of them is calling a program that requests your password.
I should point out that I'm using zsh instead of bash. Looking at the two files you mentioned I saw nothing that indicated calling for a passwword (but then again, I'm not very good at reading config files)
BitJam wrote:If it only happens when you launch roxterm but not otherwise then the problem is with the roxterm configuration. In roxterm go to Preferences --> Edit Current Profile --> Command and make sure it is set to"Default Shell".
AHA! -It was set to 'SSH', which would explain why the prompt was listing 'fiver22@localhost's password:'
You have fixed my issue and I thank you!