Neorion Posted March 23, 2004 Share Posted March 23, 2004 Hey, I run 10.0 community. I was running konsol when i realized i had to scroll up. There was a scroller but no bar or ^ or donw arrows. I thought it was just my windows then ls a long directory. I also went to settings>scrollbar. No use. Does anyone know how I can get thsi back. reset it? Something. Help is appreciated. -Neorion Link to comment Share on other sites More sharing options...
aru Posted March 23, 2004 Share Posted March 23, 2004 (edited) No idea about konsole, I don't use it. But here are some tricks when having long outputs working in terminals. You can scroll up and down pressing [sHIFT]-[PGUP] or [sHIFT]-[PGDOWN] You can 'catch' the output whith commands that allow you to scroll up and down with arrow keys, such as less, more, ...; ie ls | more You can capture the output in a file for later study. The output captured can be stdout, stderror, or both. ie - stdout: ~$ ls >&1 file - stderr: ~$ ls >&2 file - both: ~$ ls &> file HTH Edited March 23, 2004 by aru Link to comment Share on other sites More sharing options...
chris z Posted March 23, 2004 Share Posted March 23, 2004 when you went to "settings->scrollbar" do you not have options to for the scrollbar to be on the left, right, or hide? they should be there. if not, then that one is a mystery to me. Chris Link to comment Share on other sites More sharing options...
phunni Posted March 23, 2004 Share Posted March 23, 2004 Is there a ~/.konsole directory? If there is you could try renaming it and see what that does... Link to comment Share on other sites More sharing options...
chris z Posted March 23, 2004 Share Posted March 23, 2004 hmmm..........never thought of that. there is a Konsole directory. it's in /home/(username)/.kde(hidden directory)/share/apps. just to be safe, instead of deleting it, you could just rename it konsoleold then fire up konsole & see what happens. Chris Link to comment Share on other sites More sharing options...
Neorion Posted March 23, 2004 Author Share Posted March 23, 2004 Thanks. yeah i do have a scrllbar but just doesnt go up and down. ill try the key short cuts until i reinstall. Thanks alot Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now