KDE Konsole crashes (solved)


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers KDE Konsole crashes (solved)
# 1  
Old 12-10-2010
KDE Konsole crashes (solved)

Hello

The KDE konsole crashed after I changed the font size to 64. And It crashes every time when started. How can I get it back?

Thanks.

---------- Post updated at 08:23 AM ---------- Previous update was at 07:48 AM ----------

solved, I finally find the config file called consolerc.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

C++ program through Konsole

Hey all I am new to Linux/Unix and even newer to this forum. I am currently in college and am finishing intro to computer programming (C++) and Intro to operating systems. We only touched on Unix for a couple weeks but had an old laptop lying around so I downloaded linux mint onto it and figured id... (1 Reply)
Discussion started by: Texhilarate
1 Replies

2. Shell Programming and Scripting

Script to launch a KDE Konsole window with multiple tabs

Gents, I found this script to to launch a KDE Konsole window with multiple tabs.. #!/bin/bash # # Create my standard konsole windows. if ]; then profile=Shell fi sessions=( sh1 $profile 'clear; bash' sh1 $profile 'clear; bash' su1 $profile 'clear; su'... (1 Reply)
Discussion started by: jiam912
1 Replies

3. UNIX and Linux Applications

Groups are disappearing on opening of new konsole/terminal

Hi when I open a new KDE/terminal all my project groups are disappearing. help is much appreciated. Thanks Sujay (2 Replies)
Discussion started by: sujaybatni
2 Replies

4. Shell Programming and Scripting

Launch a text program inside a konsole at startup

Hi ULFers, I am trying to setup a (very) simple startup script on a centos 6.4 computer and it kind of failed.... Here are the details : As said just above the computer setup is running a CentOS 6.4 x64, on this computer a vncserver is automatically started (by a chkconfig vncserver on), i... (1 Reply)
Discussion started by: pierpier
1 Replies

5. Shell Programming and Scripting

Help with changing font size in konsole

I created a very very basic script that opens multiple konsole terminals when I run the script which essentially sshs into a jump box into the end device and tails some logs etc etc. A few of the konsoles run scripts where the default font size is too big and the lines are cut off. Which I would... (3 Replies)
Discussion started by: NiCe
3 Replies

6. Shell Programming and Scripting

Using pipe with Konsole -e

Hello, I am attempting to create a script using kDE and bash. I need to be able ssh into a jump box and then the server then tail the log files then grep for. I have everything working cept the Grep for when using a pipe it does not run it on the server, I have removed the pipe enclosed... (0 Replies)
Discussion started by: NiCe
0 Replies

7. Programming

C++ program crashes

Hi, Can anyone tell me why the below program is crashing? and where exactly it is crashing. What is the corrective measure to be taken to make it work fine? #include <iostream> #include <cstring> using namespace std; class CString { char* m_data; public: CString() :... (6 Replies)
Discussion started by: royalibrahim
6 Replies

8. Shell Programming and Scripting

How to run a command in a new Konsole

I'd like to know how to open a new konsole window and execute a command though it automaticaly. like is there a way to pipe a command into a newly opened window?? something like open new window command-> newly opened window execute command (2 Replies)
Discussion started by: beatzz
2 Replies

9. Linux

web browser from konsole

hi experts, i'm running red hat linux, consider there's no visual interface, no X server... actually there is one but it's written in Python! what i need is to intall a decent web browser on it! is it possible? and i only have abt 100 MBs of free disk space... (1 Reply)
Discussion started by: elzalem
1 Replies

10. UNIX for Dummies Questions & Answers

Color konsole in FBSD 4.6

FBSD 4.6 How do I colorize my konsole to see directories etc. Am able to get color in the shell with ls -GF in my .bashrc. But color does not show in KDE3 Konsole (Xwindows) for some reason.FBSD 4.6 (1 Reply)
Discussion started by: lancest
1 Replies
Login or Register to Ask a Question
PLASMAENGINEEXPLOR(1)						 KDE User's Manual					     PLASMAENGINEEXPLOR(1)

NAME
plasmaengineexplorer - Provides direct access to plasma data engines SYNOPSIS
plasmaengineexplorer [--height pixels] [--width pixels] [-x pixels] [-y pixels] [--engine name] [--source name] [--interval ms] plasmaengineexplorer [KDE Generic Options] [Qt Generic Options] DESCRIPTION
plasmaengineexplorer is a graphical tool allowing developers to test Plasma data engines without writing a Plasma applet. If no options are given, it will start without any data engine selected. The required data engine can be selected from a drop-down list. Only installed data engines will be found. kbuildsycoca4 may need to be run for newly-installed data engines to be found. OPTIONS
--height pixels Sets the height of the window, in pixels. --width pixels Sets the width of the window, in pixels. -x pixels Sets the x (horizontal) co-ordinate of the top left corner of the window, in pixels. -y pixels Sets the y (vertical) co-ordinate of the top left corner of the window, in pixels. --engine name Start plasmaengineexplorer with the given data engine selected. name is the internal name of the data engine given by the X-KDE-PluginInfo-Name key of the desktop file. --source name Only valid in conjunction with --engine. Requests a specific source from the data engine when plasmaengineexplorer is started. --interval time Sets the default update interval for requested sources to time milliseconds. If not set, the source will update on demand (for some sources, this will be when new data is available). If --source is specified, this is the update interval that will be used when requesting that source. SEE ALSO
More detailed user documentation is available from help:/plasma (either enter this URL into Konqueror, or run khelpcenter help:/plasma). EXAMPLES
Load the time data engine, showing the local time and updating every second: plasmaengineexplorer --engine time --source Local --interval 1000 AUTHORS
plasmaengineexplorer was written by Aaron Seigo <aseigo@kde.org>. K Desktop Environment Jan 2, 2008 PLASMAENGINEEXPLOR(1)