Summary: | wish: restore lost KDE3 konsole ability to function as controlled terminal emulator | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | John R MacMillan <nba.xqr> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | CC: | a.samirh78, christian.herhaus, cpigat242, robertknight |
Priority: | NOR | ||
Version: | 2.2.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John R MacMillan
2009-09-09 19:20:10 UTC
> Essentially what we need is a way to create a one-off
> "profile" with command-line options.
You can do this to some extent using the -p command which allows properties to be overridden for a new Konsole instance. The keys/values accepted by -p are the same as those stored in the Konsole settings (.profile) files in ~/.kde/share/apps/konsole/
You can use the --title and --icon arguments to control the title and icon.
For example:
konsole -p colorscheme=BlackOnWhite -p TabBarMode=0 --title "My Application" --icon <path to icon or name of icon>
The major omissions from the list you mentioned are direct equivalents for --vt_sz, --fg and --bg (although for the latter two you can specify the name of one of the color schemes that ships with Konsole if they are close enough using -p colorscheme=<name>)
Thanks, I missed the significance of -p in the help. That gets us pretty close to what we want (close enough I'll switch from xterm), but I think it would still be nice if we could specify the colors and size directly. *** Bug 128755 has been marked as a duplicate of this bug. *** The size you can achieve with e.g. '-p TerminalColumns=80 -p TerminalRows=80', for the color, just pick a color scheme that's close to the colors you want. KDE4/Konsole is no longer maintained. |