General :: Set The Title In The Top Of Konsole Terminal?

Apr 8, 2011

I use kde3.3. How could I set the title in the top of konsole terminal. for example, i would like to have the file name printed if I open the file using vi or vim.

View 4 Replies


ADVERTISEMENT

Slackware :: Terminal Xterm Title Is Too Dynamic (title Doesn't Change Manually)

Aug 21, 2010

So when I upgraded to Slack64 13.1 on my asus MB homebrewed desktop and Slack 13.1 on my compaq presario a900 laptop, I started having issues with the xterm title (in Terminal--not Konsole) being too dynamic. By "too dynamic" I mean that I can't actually change the title. The dynamic title (from my .bashrc) is basically just pwd. Whenever I try to set the title (via terminal->set title (menu)), I changes it for a split second, and then reverts back to the dynamic title.

This is merely a petty annoyance, so to get around it, I added an xtitle function that I grabed somewhere online (just echos "�33]0;$*�07"). So for nano-ing some file, I'd type:xtitle some_file.txt; nano some_file.txt

That works just fine (kind of annoying to type though). running xtitle alone won't actually change the name either though (I'm pretty sure it's the same command as what terminal does anyway). That is, running: xtitle some_file.txt

changes the title for a split second, and the reverts back to my old pwd.What I really want is to have it dynamically name it "some_file.txt" whenever I use nano, but that appears to be a functionality of zsh (with the preexec() fxn).I'm wondering if anyone else has had this problem, and if you have a fix for it.

View 3 Replies View Related

Slackware :: Display The Full $PROMPT_COMMAND Environment Variable In The Konsole Title Bar?

Mar 18, 2011

IN 3.5.10 I am able to display the full $PROMPT_COMMAND environment variable in the Konsole title bar. Kind of handy and I did not need to display that information in the $PROMPT variable.

In 4.5.5 I am having trouble figuring out how to make that work correctly. The title bar displays only the directory name rather than the full path and user name.

This is my $PROMPT_COMMAND:

history -a;echo -ne "33]0;${USER}@`uname -n`: ${PWD}07"

All I see in the title bar is:

dirname: bash

I should see:

username@hostname: full path to present working directory

View 5 Replies View Related

General :: Modify The Konsole Terminal Setting?

Apr 4, 2011

Where could I modify the konsole terminal setting?

I would like change my default setting in the terminal.

My current terminal konsole is as below
usrname:machinename[line]: current_path :

I would like to shorten it because the current_path is too long and i find it quite messy...

View 6 Replies View Related

General :: Gnome-terminal Is Starting Up In - Konsole And Xterm Start Up In ~ As Desired

Aug 2, 2010

For some reason my gnome-terminal is starting in / when it should be ~ I have checked /etc/profile, ~/.bashrc and /etc/passwd and everything seems fine as far as i can tell Konsole and xterm are starting up with the working dir to my home dir (as set by /etc/passwd) But im at a loss to see where gnome-terminal is starting in / if i enter cd with no argumants in gnome-terminal it is switching to ~ fine, so i dont think its mistaking my home dir for /

View 2 Replies View Related

General :: Shell Script To Source An Env File And Open A Kde Konsole Terminal

Jan 27, 2011

I am trying to write a .sh script that will source a file containing evnironment variables and then open a konsole terminal session that will have those settings.

View 2 Replies View Related

General :: Bash Script - Obtain Current Workdirs Of All Konsole Terminal/sessions?

Jan 15, 2011

I am trying to write a bash script that would save the current state of my konsole terminals and sessions. I'm using KDE3.X and for some reason the "profile" save does not save the current working directories... Anyway, I would like to know if there is an elegant way to obtain the current workdir of each terminal and session ? I've managed to do something with a clever use of DCOP extended functions, but it requires me to start every konsole with the --script option enabled, and I don't want to do that.

View 9 Replies View Related

Slackware :: Konsole - Terminal - In Kde After Update

Jan 31, 2010

At yesterday night i run a slackpkg update and then slackpkg upgrade-all. i deselect all kernel related entries,and all others ( dont remeber precisely, but approx 15 - 20 packages, i e kde related) i get to update.

After that i shut system down and going to sleep. today i start my eeepc 900 with slackware 13.0 after that update and see i cannot run "Terminal" link on desktop. ok, go to "start", "system", "konsole terminal". from first look in konsole window i see whatever not ok - window background is grey, not black as usual.
when i run mc in this window, look like a monitor contrast is set to minimum, and brightness to maximum - very hard to see files, etc. all is very much light and small contrast.

I check kde windows - all its ok, brightness and contrast in konkueror windows and overall is ok -as same as previously times. i switch to ctrl-alt-f6 to native console - again, all is ok - background is black, all is ok.

i e problem is only with Konsole-Terminal under KDE. looks for configfiles / etc - nothing faund. no man entry for terminal nur console.

View 3 Replies View Related

Fedora :: Is Konsole Most Feature Rich Terminal?

Jun 16, 2011

I've been looking for a alternative terminal to work in while using F15. I've done some Googleing and came across Konsole as being the most feature rich terminal. I'd like a terminal that provides a lot of features so I could possibly increase my efficiency. If something is KDE like Konsole does that mean I have to install the whole KDE environment? If so is there any Fedora terminal alternatives?

View 7 Replies View Related

Slackware :: KDE Terminal Emulator / Konsole Bitch

Mar 1, 2011

I know this is strictly a KDE problem, but I don't want to create another account anywhere and get the KDE spam, etc.

But if anybody who reads this list has the ear of (or is) a KDE person, a minor bitch with KDE in 13.0 and 13.1 is that if you were using Konsole terminals at the time of shutting down KDE, when next you start KDE, it replaces them with Terminal Emulators.

View 11 Replies View Related

Software :: Terminal And Konsole Windows Show Strange Characters

Oct 1, 2009

When I open a terminal or konsole window, output (either STDOUT or STDERR) sometimes contains funny characters instead of something meaningful. Can someone explain how I might correct this situation?

ANALYSIS:
One very repeatable example involves using the manual page command

Code:
man set... man page output ...upstart - event-based init daemon

In my copy of the output, there are several problems in the very first screen. In the synopsis section, there is "{ value | ?value? ..." Replace the '?' with a lower-case-a-under-a-carat character (a-hat).
I suspect the garble character might be apostrophe in real life.

In other places, I see var?/able or how?/ever or trans?/action where the '?' is again a-hat and the '/' represents end of line or newline. I suspect the garble character might be a hyphen in real life.

All of this suggests that there is a conflict between the character stream written to STDOUT by the man command and the character-display settings (is that "code page" or similar?) of the specific terminal or konsole in use.

In specific, I use konsole v1.6.6 from KDE v3.5.10. In general, I'm running Ubuntu Hardy (v8.04.3 LTS).

View 5 Replies View Related

Server :: Set Terminal-title Dynamically?

Apr 22, 2010

my problem:

- i log into many linux servers (redhat, debian, suse, ubuntu)

- i want to set the terminal window/tab title to something like: time|ip|fqdn|pwd

the partial solution i found:

- declaring a function _setTitle() in /etc/bashrc

- setting PROMPT_COMMAND at all servers in /etc/bashrc, calling _setTitle is /etc/bashrc the proper place?

but i am i need of a command to set the title of the windows/tabs

solution should

- work for tabs and windows

- should use only builtins and avoid nasty cpu-wasting external forks

- work with common clients (windows/putty, linxu/gnome-terminal, linux/konsole)

- solution should base on cli, not on some gui like sshmenu!!!

View 2 Replies View Related

Fedora X86/64bit :: Remove The Title Bar Of Gnome Terminal?

Sep 2, 2009

I am using the X server of Fedora 7 for displaying my application.I am getting the display as I need but I dont want the title bar of gnome terminal titlebar to be displayed.I also dont want the maximize,minimize buttons to be displayed.

View 3 Replies View Related

Ubuntu :: Terminal Title Reset After Command Execution?

Apr 12, 2010

I'm not quite sure what's up with this, but when I change the title of a terminal away from the default (e.g. to represent which project that terminal is to be used for), it changes back to the default (user@host:path), but only on the task bar at the bottom of the screen, listing the open windows.

If I change tabs in the terminal and then change back, it displays again at the bottom of the screen, but as soon as I execute another command (e.g. ls), then it resets again. That's quite annoying, as I like to have a few terminals open, each with a set of tabs pertaining to a particular project. The fact that I can't see from the title on the taskbar which is which means I have to guess/remember/check them all...

View 2 Replies View Related

Ubuntu :: Display Title Of Running Program When Using Gnome-terminal?

Feb 12, 2011

Usually I open 5 terminals. And since each of those 5 terminals prints it's tile as: "username@username-laptop: ~" It becomes very hard to see what is what. So, I would like my terminal to always change it's title automatically to the program that I am currently using.
So, if I type "irssi", the title of my gnome-terminal-window, should change to: "irssi" for example.

View 2 Replies View Related

Programming :: Exit In Script Files Cause Konsole Terminal Itself To Exit?

Apr 11, 2010

I noticed that if I have "exit" in a bash script file., e.g. script.sh,that when the word "exit" is reached, and the script file being executed is not in the PATH nvironment, i.e. ". script.sh", the whole konsole shell profile is exited! What gives here? Is there another command compatible to "exit" to prevent this, or will I just have the leave the "." part in the PATH enviroment, which is, to my understanding, is not recommended? I desire for a "goto" function in bash script files

View 11 Replies View Related

Ubuntu :: Make Title To The Center Of The Title Bar On Lynx 10.04?

May 2, 2010

after upgrading from Karmic Koala 9.10 to Lucid Lynx 10.04, i notice something different with title bar on every window opened.

for example:

"Google - Mozilla Firefox" is not at the middle of the window title. and on Lynx it's on the left.

View 6 Replies View Related

Ubuntu :: Cannot Move Windows By Dragging Their Title Bars - Cannot See Close "X" Button In The Title Bar

Feb 8, 2010

Everything worked 100% great untill I change color depth to 16 bits.I do not want 24 Bits, I want 16 Bits. I have good reasons. Never had this problem in Gutsy 7.10 ...I deeply regret in upgrading to 9.10 ...

My video card:

Gforce 7950 GX2

Changes to xorg.conf file: Firstly, I saved it at 16 color depth with the sudo nvidia-settings and by clicking on the save to xorg.conf file Button. Rebooted computer....... It worked, saved file, and I got the following bugs:

*Cannot move windows by dragging their title bars.
*Cannot see close "X" Button in the title bar.
*Cannot see Minimize Button in the title bar.
*Cannot see Maximize Button in the title bar.

Went back to 24 bits and problem got resolved. Then i tryed: I did sudo gedit xorg.conf I changed all the 24's with 16's ... Rebooted computer....... It works GOOD... BUT: I got the same bugs from before. I will retype them below

*Cannot move windows by dragging their title bars.
*Cannot see close "X" Button in the title bar.
*Cannot see Minimize Button in the title bar.
*Cannot see Maximize Button in the title bar.

My xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
Section "ServerLayout"

[code]....

View 1 Replies View Related

General :: KDE Konsole Can't Run Some Commands

Dec 14, 2010

I just started having some problem after switching my desktop manager from GNome to KDE. One of such situation is the konsole on KDE not running popular commands like ifconfig that I run when I was using GNome.
Although, I have fallen in love with KDE, I am feeling a little bereaved of some feature. where I could use KDE to mastery? (Because I want to believe that I am not doing somethings I should and not that KDE is so limited)

View 7 Replies View Related

General :: Is There A Konsole Equivalent For Gnome?

Aug 20, 2011

I'm looking for a Konsole equivalent for Gnome.I don't want a Quake-style dropdown console. I like tabs and the ability to send a command to all tabs.

View 3 Replies View Related

General :: Add Custom Encoding To KDE Konsole?

Sep 18, 2009

How can I add, a custom encoding to kde konsole? Is there any other way to do it, execpt recompilling the qt-3 ?

View 1 Replies View Related

General :: PClinux OS Konsole Colours

Feb 27, 2010

i wanted to know how i can change the colours to the prompt...how my prompt looks like i want to change it to red colour...like in bt and knoppix..

View 3 Replies View Related

General :: Change The Background Of Fedora Kde Konsole?

Oct 15, 2010

I am using Fedora 13 Operating System. I want to know that how to change the background of kde konsole. I want to display any type of wallpaper in the background of its (kde) konsole.

View 3 Replies View Related

General :: OpenSuSe 10.3 - Installing Flash 10 Via Konsole

Oct 15, 2010

Just patching my PC until I get a new one next year. My Yast is a trainwreck. Not very good at working with the terminal. Here is a screen shot of some commands I copy and pasted from another forum. I have flash unzipped on my desktop. /home/sam/desktop the extracted file is called libflashplayer.so

sam@linux-kzhj:~> rpm -qa | grep flash
flash-plugin-10.0.45.2-release
flash-player-9.0.115.0-0.1
sam@linux-kzhj:~> install install_flash_player_10_linux.tar.gz2
install: missing destination file operand after 'install_flash_player_10_linux.tar.gz2'
Try `install --help' for more information.
sam@linux-kzhj:~>

I was told to install as a regular user and not as root. I am running firefox(old) and opera browsers.

View 14 Replies View Related

General :: Configure KDE Konsole To Open New Shells On A Different Machine?

Mar 11, 2010

How to configure the KDE Konsole that when I press on a "new tab" button, the new shell would open on another machine (thorugh ssh), and not on the current one?

View 1 Replies View Related

General :: Can't Resize Konsole Windows Size In Fedora / Make It Possible?

Aug 1, 2011

This may seem to be a silly question, but I googled along
and found that most of relevant complaints was about
a bug in video card driver.

My problem is -
For some unknown reason, I can't resize the Konsole window horizontally while I can still resize vertically. This is bad as the corrent width of Konsole window fills the entire screen!

View 1 Replies View Related

General :: Set A Custom Windows Title?

Jan 1, 2011

Is there a way to set a custom windows title in Linux?

View 2 Replies View Related

General :: Many Processes Listed Under Same Title In Htop / Why Is So?

Mar 9, 2010

Can anyone explain to me why there are sometimes 10 or 15 processes with the same title and "stats" listed in htop? I'm guessing there are multiple threads running - but that many of them obviously couldn't be running concurrently.

Is there any sort of performance hit taken if a process uses say, 15 non-concurrent threads vs. 10 non-concurrent threads?

View 1 Replies View Related

General :: Error - Can't Open Display - For Xclock Or Gvim On Kubuntu Root Shell Konsole 1.6.6

Oct 8, 2009

I use kubuntu (8.04) which does not have a root account.

[sudo] password for ts:

However, starting xclock or gvim on root shell on konsole has the "Can't open display" error appears.

Error: Can't open display: localhost:0.0

Press ENTER or type command to continue

View 2 Replies View Related

General :: Possible To Change Color Of (decorated) Title Bar In LXDE?

May 2, 2010

Can anyone tell me if it is possible to change the color of the (decorated) title bar in LXDE (Mint Linux)? I can't find anything in the system to do this, or advice in google search.

Also when I right click and select "undecorate" I cannot retrieve the title bar unless I close the programme and open it again - is there any way around this?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved