| highneko | Using kate is it possible to manually save a backup in the gui quickly and keep editing the main file? |
| StarScream | highneko: hmm manually hey....probably not there is an automagic backup save option |
| highneko | If I want save as then entered file.bak then it would start editing the fiel.bak right? I'm smart enough to make backups only when they're needed. :3 |
| Chani | so, if I put export FOO=bar in my .xinitrc, it does nothing... I need to set some vars for any program kde starts (input method stuff), and I'm not sure how. any suggestions? I don't think bashrc will work either... but I'm sure there's some file I can dump these vars into |
| troy | Chani: I usually put that sort of stuff into .bashrc, and then reload the shell... |
| Chani | I'm using kubuntu, but I'm more used to gentoo's config |
| madd_matt | Chani, try /etc/profile |
| troy | Chani: on kubuntu :) |
| Chani | troy: I think bashrc will only help me if I run kde from bash |
| troy | Chani: yeah... there's always .profile |
| chavo | Chani, you can use ~/.kde/env also |
| Chani | ahh, .profile may be what I want |
| troy | chavo: I don't think .kde/env is executed until some parts of KDE are already loaded though... not certain of that though... |
| Renze | ~autostart |
| apt | To start a program or set an environment variable at KDE login, see: http://docs.kde.org/development/en/kdebase/faq/configure.html#id2560273 |
| solid_liquid | anyone know if I can setup konsole to automatically switch my schema to VIMColors when I run vim? |
| Renze | solid_liquid: I doubt it |
| Chani | .profile didnt work |
| Dr_willis | hmm.. if ya could figure out a command to change schemas,, ya could make an alias. |
| Renze | Chani: see the url that apt just supplied |
| solid_liquid | Renze: konsole is smart enough to change the title bar based on context |
| Renze | solid_liquid: that's a feature that xterm also does |
| solid_liquid | Dr_willis: I was thinking about how it already responds to context |
| Renze | solid_liquid: actually, it is the shell doing all the work in changing the title not konsole |
| solid_liquid | Renze: how does it do that? Renze: I read about it once, but can't remember |
| Dr_willis | title bar is just some escape sequences i thought. :) |
| Renze | by using xterm features that also exist in konqueror |
| tvtoon | solid_liquid, -ls |
| Renze | konsole* |
| Dr_willis | seen xterm do similer things. with prompt settings |
| Renze | yes, it is just escape sequences |
| solid_liquid | hrm |
| vbgunz | how do I make an "alias" permanent? |
| Chani | Renze: yeah, trying that now |
| solid_liquid | but how about new escape sequences for konsole to trap? ;) |