From 6aa392e1314567b23ab733fc5e8cf8332a344452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 17 Nov 2020 19:52:37 +0100 Subject: Move the khelpcenter guides to the directory level in which they are installed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1b6c123de102f0152d296fba8771d348329ba95c) --- doc/khelpcenter/faq/CMakeLists.txt | 12 + doc/khelpcenter/faq/Makefile.am | 4 + doc/khelpcenter/faq/TODO | 35 ++ doc/khelpcenter/faq/about.docbook | 47 +++ doc/khelpcenter/faq/configtde.docbook | 243 +++++++++++++ doc/khelpcenter/faq/contrib.docbook | 163 +++++++++ doc/khelpcenter/faq/desktop.docbook | 96 +++++ doc/khelpcenter/faq/filemng.docbook | 186 ++++++++++ doc/khelpcenter/faq/gettde.docbook | 86 +++++ doc/khelpcenter/faq/index.docbook | 115 ++++++ doc/khelpcenter/faq/install.docbook | 648 +++++++++++++++++++++++++++++++++ doc/khelpcenter/faq/intro.docbook | 218 +++++++++++ doc/khelpcenter/faq/misc.docbook | 243 +++++++++++++ doc/khelpcenter/faq/moreinfo.docbook | 137 +++++++ doc/khelpcenter/faq/nontdeapps.docbook | 84 +++++ doc/khelpcenter/faq/notrelated.docbook | 232 ++++++++++++ doc/khelpcenter/faq/panel.docbook | 155 ++++++++ doc/khelpcenter/faq/qt.docbook | 105 ++++++ doc/khelpcenter/faq/questions.docbook | 137 +++++++ doc/khelpcenter/faq/sound.docbook | 53 +++ doc/khelpcenter/faq/tdeapps.docbook | 158 ++++++++ doc/khelpcenter/faq/tips.docbook | 131 +++++++ doc/khelpcenter/faq/webbrowse.docbook | 217 +++++++++++ doc/khelpcenter/faq/winmng.docbook | 133 +++++++ 24 files changed, 3638 insertions(+) create mode 100644 doc/khelpcenter/faq/CMakeLists.txt create mode 100644 doc/khelpcenter/faq/Makefile.am create mode 100644 doc/khelpcenter/faq/TODO create mode 100644 doc/khelpcenter/faq/about.docbook create mode 100644 doc/khelpcenter/faq/configtde.docbook create mode 100644 doc/khelpcenter/faq/contrib.docbook create mode 100644 doc/khelpcenter/faq/desktop.docbook create mode 100644 doc/khelpcenter/faq/filemng.docbook create mode 100644 doc/khelpcenter/faq/gettde.docbook create mode 100644 doc/khelpcenter/faq/index.docbook create mode 100644 doc/khelpcenter/faq/install.docbook create mode 100644 doc/khelpcenter/faq/intro.docbook create mode 100644 doc/khelpcenter/faq/misc.docbook create mode 100644 doc/khelpcenter/faq/moreinfo.docbook create mode 100644 doc/khelpcenter/faq/nontdeapps.docbook create mode 100644 doc/khelpcenter/faq/notrelated.docbook create mode 100644 doc/khelpcenter/faq/panel.docbook create mode 100644 doc/khelpcenter/faq/qt.docbook create mode 100644 doc/khelpcenter/faq/questions.docbook create mode 100644 doc/khelpcenter/faq/sound.docbook create mode 100644 doc/khelpcenter/faq/tdeapps.docbook create mode 100644 doc/khelpcenter/faq/tips.docbook create mode 100644 doc/khelpcenter/faq/webbrowse.docbook create mode 100644 doc/khelpcenter/faq/winmng.docbook (limited to 'doc/khelpcenter/faq') diff --git a/doc/khelpcenter/faq/CMakeLists.txt b/doc/khelpcenter/faq/CMakeLists.txt new file mode 100644 index 000000000..606220074 --- /dev/null +++ b/doc/khelpcenter/faq/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION khelpcenter/faq ) diff --git a/doc/khelpcenter/faq/Makefile.am b/doc/khelpcenter/faq/Makefile.am new file mode 100644 index 000000000..9c7a6607a --- /dev/null +++ b/doc/khelpcenter/faq/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = khelpcenter/faq + diff --git a/doc/khelpcenter/faq/TODO b/doc/khelpcenter/faq/TODO new file mode 100644 index 000000000..a91707552 --- /dev/null +++ b/doc/khelpcenter/faq/TODO @@ -0,0 +1,35 @@ +TODO: + +- Cull any questions that are specific to KDE =< 3.4 +- Look into reorganising sections to make finding things much easier. + + + +I'm keeping this in here for the amusement factor. Every time I look at it I rememeber that while I'm not a very good FAQ maintainer, physos wasn't much better ;) + +Last modified by physos 2002-12-27 + +Before 3.2 release +_________________________________________________ + +- Split up the monolith docbook (done) +- Get rid of 1.1.2 stuff (confusion) +- check if things are still working + * compile tutorials for the various OS's + * workarounds still needed? + * workarounds still working? + * answers are still valid? + * easier solutions? +- complete revision ? +- New structure ? +- Find maintiners for single parts +- what needs to be added ? + +[22:15:47] 1: move the faq (and other tdebase docs) up to tdebase/doc/ +so that docs.kde.org will pick them up and generate them +[22:16:05] then remove the copies on www.kde.org, put in redirects to the new +location, and have one, autogenerated and searchable copy all the time +[22:16:17] sounds nice +[22:16:24] will look into it + + diff --git a/doc/khelpcenter/faq/about.docbook b/doc/khelpcenter/faq/about.docbook new file mode 100644 index 000000000..76967f78a --- /dev/null +++ b/doc/khelpcenter/faq/about.docbook @@ -0,0 +1,47 @@ + + + +About this <acronym>FAQ</acronym> + + + + +What can I do to help with this FAQ? + + + + +Notify us about any errors you find. Suggestions you have are +appreciated. Send us everything that you think is unclear. When possible send us what +you think would be a clearer solution. + +Send us your solutions of those frequently-asked +questions which are still not in this FAQ. We will +add them as soon as practical. + +Please make full use of this FAQ. +Read this FAQ (and other +relevant documentation) well before asking questions on the various +&tde; mailing lists or newsgroups. + + + + + + +How do I become an FAQ maintainer? + + + +Becoming an FAQ maintainer is easy +and we are always grateful for help. :-) Send +us an email at trinity-devel@lists.pearsoncomputing.net. + + + + + diff --git a/doc/khelpcenter/faq/configtde.docbook b/doc/khelpcenter/faq/configtde.docbook new file mode 100644 index 000000000..dd5c45686 --- /dev/null +++ b/doc/khelpcenter/faq/configtde.docbook @@ -0,0 +1,243 @@ + + +Configuring &tde; + + + + +How do I set the language used by &tde;? + + +First ensure the appropriate tde-i18n language package is installed. +Thereafter there are two ways to set the language &tde; uses in the +messages it will display: + +Using the &tde; Control Center +Open the &tde; Control Center and select +Regional & Accessibility then +Country/Region & Language. You can select your language and location +here. If &tde; cannot find a translation in the first language +chosen, it will fall back on the default language. This is usually +(American) English by default. +Using the &tde; Control Center is the preferred way of choosing +languages in &tde;. + +Using the LANG environment variable +The second method uses the standard locale setting on +your system. To change the language, simply set the environment +variable LANG accordingly. For example, if your shell +is bash, execute +export LANG=de +to set German as the language used. + + + + + + + +Is there any keyboard switcher for international keyboards for +&tde;? + + + +Yes, configure the switcher using the &tde; Control Center +Regional & Accessibility +Keyboard Layout configuration page. + + + + + + +How do I replace the standard text login screen with the +&tde; login screen? + + +Your &UNIX; distribution might have its own setup tools to +change this (⪚ YaST on &SuSE; &Linux;). This will +be the safest way to enable the &tde; login screen. However, if for some reason +you do not wish to use these tools, the following instructions might be useful. +First, ychange to the xdm runlevel (runlevel 5 on +&RedHat; and &SuSE; systems) by editing your +/etc/inittab file. In the file, there should be +a line saying id:3:initdefault:. Change it to +id:5:initdefault:. At the end of the file, +comment out the following line: +x:5:respawn:/usr/bin/X11/xdm -nodaemon and +replace it with +x:5:respawn:/opt/trinity/bin/tdm +-nodaemon. +The location of &tdm; might differ on your +system. +For changes to take effect immediately, type init +5 (for &RedHat; systems) at the shell prompt. +It is risky to initiate a graphical login without +checking beforehand whether it works. If it fails to work, you would +be in for a hard time getting back. + + + +For FreeBSD, you should edit the file /etc/ttys +and change one of the lines that look like +ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +to instead say ttyv8 "/usr/local/bin/tdm -nodaemon" xterm +off secure. + + + + + +I would like to click the &LMB; anywhere on the +desktop and have the TDE menu displayed. + + +Use the &RMB; to select the desktop. From the popup menu, select +Configure Desktop. From the icon list +select the Behavior icon. Choose the behavior of mouse clicks on the desktop. To have +the TDE menu open from a single &LMB; click, change +the entry labeled Left button to say +Application Menu. + + + + + +Where do I find additional &tde; themes? + + +Go to http://www.kde-look.org. + + + + + +How do I change &MIME; Types? + + +When using &konqueror;, open a &konqueror; window and choose +SettingsConfigure +Konqueror. From the icon list select +File Associations. Find the mime type you want to change +(⪚ text/english or +image/gif), and set the application preference order +to whatever you want. +The same thing can be accomplished by using the &tde; Control Center +. Select TDE ComponentsFile Associations. + + + + + +&tde; (&tdm;) does not read my .bash_profile. + + +The login managersxdm and &tdm; do +not run a login shell, so .profile, +.bash_profile, &etc; are not +sourced. When the user logs in, xdm runs +Xstartup as root and then +Xsession as user. The normal practice is to add +statements in Xsession to source the user +profile. Please edit your Xsession and +.xsession files. + + + + + +How do I use &TrueType; fonts in &tde;? + + +Install &TrueType; font support into your &X-Window; configuration. + + +If you have a bunch of &TrueType; fonts from &Microsoft; +&Windows;, edit the xorg.conf file to get the +fonts from the font folder. Then configure &tde; to use these new +fonts with the Font Administrator utility. + + + + + +Is it possible to enter, show, and work with the Euro Symbol in +&tde;? + + +Yes. Open the &tde; Control Center and select +Regional & Accessibility, then +Keyboard Layout. Select the Xkb Options +tab and enable the Enable xkb options check box. Choose a compose key. +Enable Adding Eurosign to certain keys and select the desired key. + + + + +How do I run a program at &tde; startup? +There are several ways to do that. If you want to +run some scripts that set environment variables (for +example, to start gpg-agent, ssh-agent and others), place the +scripts into $TDEHOME/env/. Make sure their names end in +.sh. $TDEHOME is +usually a folder named .trinity +(notice the period at the beginning) in your home +folder. If you want scripts to be executed for all &tde; users, you can +put them under $TDEDIR/env/, where $TDEDIR is the prefix &tde; is installed (you can find this out using the command +tde-config --prefix). +If you wish to start a program after &tde; has started, you may want to use the +Autostart folder. To add +entries to the Autostart folder: + +Open &konqueror;. + +Select GoAutostart + from the menubar. + +Right-click in the window view area and select Create NewFileLink to +Application + + +Click on the Application tab in +the window that appears and enter the name of the command to run in +the Command text box. + + + + + + + + +How can I allow more than one user to be logged in a at a time? Can &tde; do fast user switching? + + +Yes, when starting &tde; through the graphical login mode. When starting &tde; +from the command line using startx, then toggle to a different console +to login in. +To enable more than one user to log in at one time on the same +computer (sometimes referred to as fast user switching) +configure the program that logs you in to allow more than one +session (or, in &X-Window; terms, display) at a time. +In &tde;, this program is called &tdm; which stands for &tde; +Display Manager. If you are not using &tdm; as your login screen +then you will need to consult the documentation for the software you are using on how to +accomplish multiple sessions. +By default, this will be configured at installation time automatically +if &tdm; supports virtual terminals on your system (currently Linux only). +If it was not configured automatically, consult the &tdm; manual, section +Specifying permanent &X-Server;s. +After modifying tdmrc, you will have to restart &tdm;; just +invoke killall -HUP tdm. + + + + diff --git a/doc/khelpcenter/faq/contrib.docbook b/doc/khelpcenter/faq/contrib.docbook new file mode 100644 index 000000000..f261d2e99 --- /dev/null +++ b/doc/khelpcenter/faq/contrib.docbook @@ -0,0 +1,163 @@ + + + + +Contributing + + + + +How can I contribute to &tde;? + + +&tde; is a free/libre software project that lives from voluntary +contributions. Everybody is encouraged to contribute to &tde;. Not +only programmers are welcome. There are many ways in which you can +help to improve &tde;: + +Test the software. +Send in bug reports. For more information, +refer to How do I submit a bug +report?. +Write or edit documentation and help files. +Translate programs, documentation, and help files. + +Draw icons, wallpaper, or compose sound effects. +Write articles and books about &tde;. If you want to +help spread the word about &tde;, send an email to +trinity-devel@lists.pearsoncomputing.net. This will get you in touch +with the &tde; developers and packagers. +Program new &tde; applications. Please refer to for more information. + Of course, sponsors are also +welcome. :-) + +There are several places to look for more information if you +want to get involved in the development. The first step is to +subscribe to some of the mailing +lists. You will soon see something +that can be improved or added. + + + + + +How do I submit a bug report? + + +There is a bug tracking system available at http://bugs.trinitydesktop.org/ +and thanks for helping! The system features several query types and a +list of all known bugs. +The easiest way to submit a bug is to select +HelpReport +Bug/Request Enhancement... from the menu bar of the application +with the bug. This will open a dialog box with a link +to the bug tracking system. Please follow the +instructions of the bug reporting wizard. + + + + + +May I join the development team? + + +Please! Join our discussion list at + +http://www.trinitydesktop.org/mailinglist.php. Join +Internet Relay Chat (IRC) sessions at chat.freenode.net, channel: #trinity-desktop + + + + + +I want to program for &tde;. What should I do first? + + +Everybody is encouraged to develop software for &tde;. What you +should do first depends strongly on your experience, ⪚ whether you have +already learned C++ or have experience with the &Qt; toolkit and so +on. +To get into &tde; programming, you will need some basic tools: +automake, +autoconf, and +cmake. +An excellent resource for learning &tde; +programming is the &Qt; tutorials. These are installed along with &Qt;. To view them, +open $QTDIR/doc/html/index.html in +&konqueror; and bookmark the locatio. The tutorials +can be found under "Using Qt". The source code for each lesson can be found in the $QTDIR/tutorial +directory. +There is one thing everybody interested in +programming for &tde; should do: please subscribe to the developers +mailing list. To subscribe, you have to send an email to +trinity-devel-subscribe@lists.pearsoncomputing.net +with an empty email. +Please read +http://www.trinitydesktop.org/mailinglist.php. Everything +written there applies to the development list as well. + + + + + +How do I get access to &tde; GIT? + + +The &tde; project uses GIT to develop the +core parts of the software. Usually, when you have changed one of the +parts (⪚ fixed a bug), and you want to commit this change, the best +way is to create a patch against a current snapshot and send this +patch to the developer/maintainer of the respective program. +If you are doing this more or less regularly, then contact the developers +to obtain write access to the GIT repository: + +trinity-devel@lists.pearsoncomputing.net. + + + + + +Can I have read-only access to the GIT repository? + + +Yes. Instructions on how to get anonymous, read-only GIT +access are here: +http://www.trinitydesktop.org/wiki/bin/view/Developers/GIT + + + + + + +Are there any GIT mirror sites for &tde;? + + +No, currently there are no anonymous GIT mirror sites for &tde;. + + + + + + + + + diff --git a/doc/khelpcenter/faq/desktop.docbook b/doc/khelpcenter/faq/desktop.docbook new file mode 100644 index 000000000..cd5e8c1c5 --- /dev/null +++ b/doc/khelpcenter/faq/desktop.docbook @@ -0,0 +1,96 @@ + + + +The desktop + + + + +How do I add an application to the desktop? + + + +Just choose the desired application from the TDE menu and drag and drop it to the Desktop. + +For applications not listed in the TDE menu, +use the &RMB; on the desktop and choose Create NewFile +Link to Application... and fill in the configuration for the application you want to link to. + + + + + + + +How do I mount/unmount a device from the desktop? + + + +First, make sure you are allowed to mount/umount the relevant device as a user. + +Then you can add any device via &RMB; on the desktop and then choosing Create NewLink to Device and then selecting the device of the type you wish to control from the desktop. Fill in the settings for the device in the dialog that appears and click OK. You can use the resulting desktop icon to mount/unmount the device from the desktop. + + + + + + + + +Where are the icons kept? + + +The icons can be found only in $TDEDIRS/share/icons or $HOME/.trinity/share/icons. To use icons +stored in other locations, you must either copy them into one of the +above-mentioned fixed &tde; locations or make symlinks. + + + + + + + +How do I launch applications in a particular desktop? + + +&tde; comes with a program called &kstart;. +To start an xterm on the second desktop and then activate it use: + +kstart xterm. +Note that the option is important. It takes an +argument which is a regular expression matching the title of the window to +apply the settings to. +Please read kstart for more magic +available with &kstart; (and there is an abundance). + + + + + + +Where do I save my files if I want them to appear directly on +the desktop? + + +$HOME/Desktop. You might +need to refresh your desktop after you have saved your files. + + + + diff --git a/doc/khelpcenter/faq/filemng.docbook b/doc/khelpcenter/faq/filemng.docbook new file mode 100644 index 000000000..7620b0f00 --- /dev/null +++ b/doc/khelpcenter/faq/filemng.docbook @@ -0,0 +1,186 @@ + + + +The File Manager + +The default file manager in &tde; is &konqueror;. Please refer to +the +Konqueror Handbook for detailed information. + + + + + + +How can I change the appearance of a folder in +&konqueror;? + + +Right-click the folder, select Properties, +click on the large icon in the dialog which appears, and choose another +icon. To change the icon displayed for entries in the +TDE Menu, use the Menu Editor, +located at SettingsMenu +Editor. + + + + + + +How can I do non-anonymous &FTP; transfers with &konqueror;? + + +Normally, if you enter a &URL; like +ftp://ftp.somehost.com, +&konqueror; will attempt an anonymous login to the &FTP; server. If you +want to login as a particular user, enter a &URL; like +ftp://username@ftp.somehost.com +instead. &konqueror; will ask for your password and connect to the +server. + + + + + +How do I specify the startup folder for &konqueror;? + + +With the desktop Home icon, using the &RMB;, select the icon and choose +Properties. Select the +URL tab. Type /whereever/you/want +with the folder you would like &konqueror; to start in. +From within &konqueror; the process is similar. Ensure the Navigation Panel is active +(press F9). From the Navigation Panel tabs, select the Home icon. +In the Navigation Panel directory, use the &RMB; to select the top level Home Folder and select Properties. + + + + + +How do I rename files? + + +Simply right click on the file and select +Rename or press the keyboard shortcut F2 with a file selected. + + + + + +Where did the delete entry from my right-click context menu go? + + +The Delete context menu entry that bypasses the +Trash can is not displayed by default. To enable that menu option, go to +SettingsConfigure +&konqueror; and select +Behaviour in the iconbar to the left. Enable the checkbox +Show 'Delete' context menu entries which bypass the +trashcan. + + + + + +How do I configure the programs that &konqueror; uses to +open different types of files? + +In order to configure file associations, you should go to the +&kcontrolcenter; and choose the item File +Associations under the category TDE +Components. + +Suppose the default PDF viewer is now &kghostview; and +you would prefer to use KPDF as a viewer. You +would simply type pdf in the search box at the top of +the dialog, choose pdf in the +application group and move +KPDF up. In the Embedding +tab you can also choose which component other applications will use to +display files (for example, when viewing files in &konqueror; or using +&ark;'s embedded viewer). + + + + + +When I try to click on a folder in &konqueror;, I get the +message: There appears to be a configuration error. You have +associated Konqueror with inode/directory, but it cannot handle this file +type. + + +Make sure the embedding settings for inode/directory +are correct: + +In &konqueror;, go to +SettingsConfigure +Konqueror and then to the File +Associations page. Open +inode->directory in the tree view. Click on +the +Embedding tab. Make sure that Left Click +Action is set to Show file in embedded +viewer, and by default Icon View (konq_iconview) +is at the top +of Services Preference Order. + + + + + + What are and + parameters in a file's Properties Command line? + + +They are used by all &tde; applications (since they are implemented in +TDEApplication and all good &tde; programs create a +TDEApplication object before they even look at the +command line arguments). A standard line for a &tde; +application looks like this: foo +. Pretty confusing, +-but it has been designed in that way so that it can integrate legacy, +non-&tde; applications as smoothly as possible. &konqueror;, when executing +the line above, will extend the command to +foo . Both the icon and the mini-icon as well as "The +Foo" are properties defined in the .desktop file. If +the icons are not defined, they simply default to the executable name +foo. + +This way a user can change these things in &kmenuedit; for his or her +applications. The option is important, because no +user will accept that the menu item Editor starts +something called kedit-0.9pl4-build47. Instead, users +expect a window called Editor. Furthermore these +names are localized, &ie; an American English user launches +CD-Player and gets a window called +CD-Player while a German user launches +CD-Spieler and gets a window called +CD-Spieler. + + + + +How do I make &konqueror; start up without a menu bar? +I can't save a view profile when the menu bar is invisible! + + +The easiest way to do this is to edit &konqueror;'s +configuration file manually. Add the following lines to +~/.trinity/share/config/konquerorrc: + +[KonqMainWindow] +MenuBar=Disabled + + +On restarting &konqueror;, the menubar should be hidden. + + + + + diff --git a/doc/khelpcenter/faq/gettde.docbook b/doc/khelpcenter/faq/gettde.docbook new file mode 100644 index 000000000..73911e92d --- /dev/null +++ b/doc/khelpcenter/faq/gettde.docbook @@ -0,0 +1,86 @@ + + + +Getting &tde; + + + + +Where do I get &tde;? + + + +The easiest way to get &tde; is to install a &Linux; based distribution or another &UNIX; operating system +that includes &tde;. +You can find an up-to-date list of distributions that ship +with &tde; here. + +The main distribution site for &tde; is +http://www.trinitydesktop.org/. + + + + + +What is the current version? + + +TDE is developed continually. Find the latest stable version number here. + + + + + +Binary packages are not available for my distro. What do I do? + + +That is always a challenging situation. Are there skilled packagers who +might help? If you are skilled in compiling software from sources, source +tarballs are available for each TDE release (http://www.trinitydesktop.org/releases.php). +The development version can also be built from our GIT source tree. Use the forums +or mailing lists to contact packagers to obtain copies of their build scripts +that can be massaged to fit your distro. + + + + + +Where do I find &tde; snapshots? + + +Learn more about the latest development snapshots at http://www.trinitydesktop.org/development.php. +You might want to consider setting up your own GIT account to +maintain the latest snapshot at all times. Please refer to http://www.trinitydesktop.org/development.php for further +information. + + + + + + + +Where do I get &Qt;? + + +&Qt; is a product of the Norwegian company Trolltech. The version +upon which TDE is based no longer is actively maintained by Trolltech. +Maintenance is handled by the TDE developers. Get the latest &Qt; version +from the TDE GIT repository at +http://git.trinitydesktop.org/. + +With most &Linux; distributions, this version of &Qt; no longer is +included or maintained and must be obtained from the TDE repositories. Because +this version of &Qt; is now maintained exclusively to support TDE, the version supported +by TDE developers is not backwards compatible with the original version from Trolltech. + + + + + + diff --git a/doc/khelpcenter/faq/index.docbook b/doc/khelpcenter/faq/index.docbook new file mode 100644 index 000000000..478588411 --- /dev/null +++ b/doc/khelpcenter/faq/index.docbook @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + +&tde; Frequently Asked Questions + + +&tde-authors; + + + + +1997-2005 +The &kde; Team + + +&tde-copyright-date; +&tde-team; + + +&FDLNotice; + +&tde-release-date; +&tde-release-version; + + This is a collection of frequently asked +questions about the Trinity Desktop Environment. Please report any bugs, +inconsistencies, or omissions you find in this &FAQ; to +trinity-devel@lists.pearsoncomputing.net. Please post +questions to the &tde; mailing lists. Questions are monitored to help +maintain this &FAQ;. + + +KDE +TDE +FAQ +question +answer + + + +&faq-about; +&faq-intro; +&faq-gettde; +&faq-install; +&faq-panel; +&faq-desktop; +&faq-winmng; +&faq-filemng; +&faq-webbrowse; +&faq-configtde; +&faq-tdeapps; +&faq-sound; +&faq-nontdeapps; +&faq-tips; +&faq-misc; +&faq-qt; +&faq-moreinfo; +&faq-questions; +&faq-contrib; + + +Credits and License + + + +Many of the answers in this &FAQ; are taken +from various mailing lists and newsgroups. Here is a +big thank you to all of you who have contributed +answers that eventually appear in this &FAQ;. + +Special thanks go to the former &FAQ; +maintainers, Rainer Endres, Mr. Lee Wee Tiong, and J. Hall. + + + + +&underFDL; + + +&documentation.index; + diff --git a/doc/khelpcenter/faq/install.docbook b/doc/khelpcenter/faq/install.docbook new file mode 100644 index 000000000..91ebbbb5c --- /dev/null +++ b/doc/khelpcenter/faq/install.docbook @@ -0,0 +1,648 @@ + + + +Installation instructions + +These are the generic installation instructions for the Trinity +Desktop Environment. Please complement your reading with the +README and INSTALL text files that +come along with the package. Please read them carefully and try to +help yourself if anything goes wrong. If you need further +assistance, consider joining the &tde; mailing lists +(see our web site instructions for joining the &tde; +mailing +lists). + + + + + + + +To the would-be converts + + + +You have heard rumors about &tde;. Or you have seen screenshots. +You want test &tde;. Yet you know next to nothing +about this whole alternate operating system business. Don't worry! +You only need to do some (well, maybe not some) reading, that's all! + +&tde; does not run on any version of &Microsoft; &Windows;. To run +&tde;, you need to have a &UNIX; operating system. Please refer to for more details. + +Decide on a platform and set it up for your system. This +FAQ can not help you with this, since &tde; is intended +to run on many &UNIX; platforms. + +To obtain &tde;, please refer to . If +you encounter problems while installing &tde;, please do not +hesitate to make use of the &tde; mailing lists. No question is too silly to ask, but +remember to first look for answers in this FAQ. +Good luck and have fun! + + + + + + +What kind of hardware do I need to run &tde; ? + + +To run &tde; consider at least a Pentium III processor, 512MB of memory, and 500MB of free disk space for a basic installation. A full installation will require about 3GB of hard drive storage space. While &tde; will run on slower hardware, performance likely will require some patience. Generally, if your computer runs other desktop environments then the hardware probably is capable of running &tde;. + + + + + +Available package formats + + + + +You can find binary and source packages for +different distributions and operating systems on the +Trinity web site. +The binary packages are made by dedicated members of the &tde; community. +The only official release is the source tarball +packages. Please refer to the READMEs and +INSTALLs in the several binaries folders. +Find the latest stable release +here. + + + + + + +Prerequisites + + + + + +You need the &Qt; library as provided by the &tde; developers. Previous +versions of &Qt; will not work with the latest &tde;. +Please ensure you download the correct &Qt;. You will +also need the header files, if you want to compile &tde; +yourself. They are all available, at no cost, from the &tde; repository. +There are optional libraries that might improve &tde; if +installed on your system. An example is OpenSSL which will enable +&konqueror; to browse web pages securely. These additional packages +should be provided by your distributor. + + + + + + +Description of the base packages + + +The base distribution currently consists of several +packages. Some are required, while others are optional. Each package +is available in each of the aforementioned package formats. + + + +tqt3 + +Required +This package contains the foundational widget support needed by all +&tde; applications. + + + + +tqtinterface + +Required +Necessary for supporting subsequent versions of Qt. + + + + +arts + +Required +The core sound system for &tde; + + + + +tdelibs + +Required +This package contains shared libraries that are needed by all +&tde; applications. + + + + +tdebase + +Required +This package contains the base applications that form the core +of the Trinity Desktop Environment like the window manager, the terminal +emulator, the control center, the file manager, and the panel. + + + + +&arts; + +Required +The &arts; sound server. A powerful, network transparent sound +server. + + + + +tdeaddons + +Optional but recommended +Various plugins for &kate;, &kicker;, &knewsticker;, &konqueror; and &noatun; + + + + +tdeartwork + +Optional +Additional wallpapers, themes, styles, sounds ... + + + + +tdebindings + +Optional +Various bindings for other languages, including &Java;, Perl, Python, ... + + + + +tdegames + +Optional +Various games like &kmahjongg;, &ksnake;, &kasteroids;, and +&kpatience;. + + + + +tdegraphics + +Optional but recommended +Various graphics-related programs like &PostScript; previewer, +&DVI; previewer, and a drawing program. + + + + +tdeutils + +Optional but recommended +Various desktop tools like a calculator, an editor and other +nifty stuff. + + + + +tdemultimedia + +Optional but recommended +Multimedia applications like a &CD; player and a mixer. + + + + +tdenetwork + +Optional +Network applications. Currently contains the instant messaging client &kopete;, the +download manager &kget;, and several other network-related programs. + + + + +tdepim + +Optional but recommended +Personal information management tools. Contains the email client &kmail;, the newsreader &knode; and other related programs. + + + + +tdeadmin + +Optional but recommended +System administration programs. + + + + +tdeedu + +Optional + +Educational and entertaining applications for &tde;'s younger users. + + + + + +tdeaccessibility + +Optional but recommended + +&tde; accessibility programs such as a screen magnifier and speech synthesizer front end. + + + + + +tdetoys + +Optional +Toys! + + + + +tdevelop + +Optional +A complete Integrated Development Environment for &tde; and &Qt; + + + + +tdewebdev + +Optional +Web development applications. Contains such applications as &quanta;, an integrated web development environment and other applications useful in web development + + + + +tdesdk + +Optional +&tde; Software Development Kit. Contains a collection of applications and tools used by &tde; Developers. + + + + +Information about compiling all packages is available at the + +Trinity wiki. + +Most package management tools will let you put all these +packages in one folder and install them all at once, figuring out +the dependencies as they go. + + + + + + +Installation instructions for the different package formats + + +As &tde; is intended for many &UNIX; systems, please consult the installtion +procedures and package management document for the system being used. + + + + + +Post-installation procedures + + +There should be nothing to do after installing the packages except use them! +Nonetheless, should problems arise, there are some common problems to consider: + + + + +System search path + +Be sure all &tde; binary files are installed +in a location listed in your system's PATH. + + + + +Library files + +Be sure the &tde; library files are installed in the expected locations for your +system. + + + + +TDEDIR environment variable + +Be sure the TDEDIR environment variable is correctly set. + + + + +starttde script installation + +Verify the starttde script is installed to $TDEDIR/bin and therefore in your +system's search path. + + + + +starttde script is run correctly + +Be sure the starttde script is being run from within the appropriate +xinitrc or xsession script. + + + + + +This should present you with a new &tde; desktop. You +can now start to explore the wonderful world of &tde;. In case you +want to read some documentation first, there is a recommended +A Quick Start Guide to the Desktop +available. Furthermore, every application has an online +help that is available via the Help menu. + + + + + +Should I remove old version xyz before installing a new +one? + + +In principle, this is not necessary. The various distro package managers +should handle all dependencies. +If you compile the source code yourself, you should take more care. + + + + + +How do I start &tde;? + + +There are only two methods of starting &tde;: using a login +manager such as &tdm; or from the command line, using startx. +The respective startup scripts should contain a reference to the +starttde script. + + + + + + +starttde fails with can not connect to X +server. What is wrong? + + +You probably tried to start &tde; directly with starttde rather +than letting the login manager or startx process run that script. From the command +line the X server is started with startx. +starttde is the +script that should be run from your .xinitrc, .xsession, or +.Xclients to activate the window manager and the necessary server +daemons for &tde;. See also . + + + + + + + + + + + + + +Will I lose my current settings when I update &tde;? + + +You shouldn't. &tde; should transport your settings +intact. All settings should be safe. + + + + + +I updated &tde; and all seemed to go fine, but when I start &tde;, +I get a blank gray screen, and nothing happens. There are errors in +the console about DCOPserver. What's going on? + + + + +&tde; uses several temporary files during its operation. +Usually these directories and files are found in the following locations: + +$HOME/.DCOPserver-* (there are usually two of these; one is a symlink to the other) +$HOME/.trinity/socket-hostname +$HOME/.trinity/tmp-hostname, which normally is a symlink to the next file: +$TMP/tde-USER +$HOME/.trinity/socket-hostname, which normally is a symlink to: +$TMP/tdesocket-USER + + +If the symlinks get broken, such as when +cron or a shutdown script is emptying the +/tmp folder, then strange +things will happen. These files, and the symlinks, will all be +created automatically at the start of &tde; so you can safely remove +them while &tde; is not running. + +If you are only getting a gray screen when you start &tde;, or if you get an error message telling you to Check your installation, then shut down X and delete all the files listed above, then try to restart X. + +Normally (&ie; when not updating between &tde; versions) it's +quite safe to leave these files intact, and you may shave a few +seconds off your &tde; startup time by doing so. + + + + + +Is &tde; backwards or binary compatible with KDE 3? + + +While many programs originally designed for KDE 3 will compile on Trinity, binary +compatibility with KDE 3 is not a goal of &tde; developers. + + + + + +Is &tde; backwards or binary compatible with previous releases of &tde;? + + +Possibly, but binary compatibility is not a project goal with major point +releases. A package that built on a previous version of &tde; but no longer builds +on the current release should be brought to the attention of the developers. + + + + + +Is my KDE 3 profile directory compatible with Trinity? + + +Not quite but don't worry. Some "scrubbing" cleanup is required to migrate +a KDE 3 profile. For new users or those with little customization we recommend +creating a fresh profile. For those long-time users who cringe at the thought +of recreating their desktop, we provide a migratekde3 shell script. That script +copies a $HOME/.kde3 profile directory to $HOME/.trinity and performs the required +"scrubbing" cleanup. Although the script has been tested we provide the tool "as is" +with no warranties or guarantees. (The script works really well, actually. :-)) + + + + + + + + + + + diff --git a/doc/khelpcenter/faq/intro.docbook b/doc/khelpcenter/faq/intro.docbook new file mode 100644 index 000000000..720b2bc61 --- /dev/null +++ b/doc/khelpcenter/faq/intro.docbook @@ -0,0 +1,218 @@ + + + +Introduction + + + + +What is &tde;? + + +&tde; is the Trinity Desktop Environment. The project was initiated +by Matthias Ettrich in 1996 and originally called the K Desktop Environment. +The aim of the &tde; project is to connect the power of the &UNIX; operating +systems with the comfort of a modern user interface. +For additional information about &tde;, check the Trinity web site at +About Trinity + + + + + +On which platforms can I expect &tde; to work? + + +&tde; is a Desktop Environment for all flavors of &UNIX; systems. +While most &tde; developers use &Linux; based systems, &tde; should run +on a wide range of systems. You might need to tweak the +source code a bit to get &tde; to compile on different variant +of &UNIX; systems, or when not using the &GNU; development tools, in +particular the &gcc; compiler. + + + + + +Why should I use TDE? + + +TDE provides a traditional computer desktop that is snappy and +responsive. A project goal is to provide a highly customizable +desktop without forcing any particular feature or effect on users. +TDE comes with many software tools to provide a productive and enjoyable +computer desktop system. + + + + + +Is &tde; a window manager? + + +No, &tde; is not a window manager. While &tde; includes a +sophisticated window manager (&twin;), &tde; is much more, providing +a full integrated desktop environment. &tde; includes a web browser, +a file manager, a window manager, a help system, a +configuration system, many tools and utilities, and many +applications, including but not limited to mail +and news clients, drawing programs, a PDF and a &DVI; viewer +and so forth. + + + + + +Is &tde; a CDE, &Windows; or &Mac; +OS clone? + + +&tde; is not a clone. Specifically &tde; is not a +Common Desktop Environment (CDE) or &Windows; clone. +While developers have and will continue to glean the best features from existing +desktop environments, &tde; is a unique environment that has and +will continue to go its own way. + + + + + +On what platform is TDE based? + + +TDE uses C++ and the &Qt; C++ crossplatform toolkit. +The TDE development team now maintains the Qt3 toolkit, renamed TQt3. + + + + + +Is &tde; free software? + + +Yes, &tde; is free software according to the &GNU; General +Public License. All &tde; libraries are available under the +LGPL making commercial software development for the +&tde; desktop possible, but all &tde; applications are licensed under +the GPL. +&tde; uses the &Qt; C++ crossplatform +toolkit, which, since version 2.2, is released under the +GPL. +Both &tde; and &Qt; can be made available on +&CD-ROM; free of charge. No runtime fees of any kind are +incurred. + + + + + +Why the rebranding and renaming efforts? Why not continue calling the software KDE? + + +The "KDE" name, various logos, and related efforts are trademarked by the KDE +Foundation. Since the Trinity project is not affiliated with the KDE Foundation, +legally we can't use their trademarks. + + + + + +Why the change in version numbers? + + +Trinity evolved from the last KDE 3.5 release, 3.5.10. Subsequent Trinity releases +followed that numbering scheme. Release R14.0.0 marks a turning point in Trinity history +because a great deal of the code infrastructure was changed. While those changes do not +effect the usability or look-and-feel of the desktop that users enjoy, Trinity developers +believe a change in the version scheme distinguishes when those changes occurred. An +original project goal by users was to retain the flavor of the original KDE 3.5 desktop. +That goal remains intact. To reflect that original goal, the last number in the original +version scheme is retained in the new version scheme but is now the primary version number. +While the infrastructure has changed, the desktop itself remains the same as the original +KDE 3.5. This new version scheme indicates a modest divergence from the original KDE 3.5 +series and that Trinity is now its own desktop environment. The new version scheme reminds +users that Trinity retains the original KDE 3.5 design, but is moving forward as a separate +desktop project. + + + + + +How is Trinity different from KDE4? + + +Both desktop environments share common roots to KDE 3.5.10, which was the last +official release of KDE in the 3.x series. Many KDE developers wanted to break +from that code chain and tool sets to start afresh. Thus was born KDE4. In +addition to moving to the Qt4 tool set, the KDE developers revamped the +underlying KDE code set. + +KDE4 and Trinity have different philosophies about work flow preferences. +KDE4 developers want to support certain work flow concepts and techniques. +Trinity developers want to maintain a "traditional" desktop environment. + +For example, KDE4 offers the following tools: + + + + +Semantic desktop through Nepomuk + + + +PIM (Personal Information Management) data caching through Akonadi + + + +Desktop file searching through Strigi + + + +Activities, a computer desktop metaphor for managing tasks and activities + + + + +Whereas TDE offers the following: + + + + +Desktop search through the locate:/ tdeio-slave + + + +Integrated PIM suite with plugins + + + +Related task management using multiple desktops + + + + +The KDE developers support alternate desktop interfaces, such as those used +with netbooks, tablets, and smart phones. TDE provides a single interface that is +optimized for the mouse/keyboard HCI (Human-computer interaction) model. + +Both desktop environments provide an excellent choice for various work +flows but differ in approach. Trinity leans toward user expectations of how +desktop environments have functioned traditionally. There is a sense of +familiarity with that environment many people like. Similarly other users prefer +the work flow features offered by KDE4 because those features match their +expectations of how they want their computer to behave. The difference between the +two environments does not mean one is better, buggier, or slower -- mdash; only that +they are different and appeal to different types of people. Although sharing a +common heritage, both desktops appeal to different groups of people. As always +with free/libre software, there is a choice. + + + + + + + diff --git a/doc/khelpcenter/faq/misc.docbook b/doc/khelpcenter/faq/misc.docbook new file mode 100644 index 000000000..0dd2c4556 --- /dev/null +++ b/doc/khelpcenter/faq/misc.docbook @@ -0,0 +1,243 @@ + + + +Miscellaneous questions + + + + + + +Does &tde; support transparency and other visual effects provided by the new composite extension to X.org? + + +Yes. &tde; supports for the X composite extension and provides its own compositor. This allows for effects such as translucency and drop shadows for all windows, easily configurable through &twin;'s configuration dialog. For those using an xorg.conf file, be sure the following is included: + + +Section "Extensions" +Option "Composite" "Enable" +EndSection + + + + +After correctly configuring xorg.conf, transparency and other effects can be enabled through the DesktopWindow Behavior &kcontrolcenter; module, under the Translucency tab. + + + + + + +What about &tde; programs that do not have icons? How do I get +them into the menu? + + +Use &kmenuedit;. To access it use the &RMB; on the +T button and select Menu Editor. + + + + + +Does &tde; have a graphical &FTP; client? + + +Yes, and it is none other than your favorite file +manager, &konqueror;. You can drag and drop remote files into local +folders. + + + + + +How do I exit &tde;? + + +On the panel (kicker) use the &LMB; to select the T +button and select Log Out.... Another method is to use the &RMB; +to select an empty area of the desktop, which opens a popup menu, +containing Log Out... as one of the options. +Another option is to use a keyboard shortcut, which on many systems is +&Ctrl;&Alt;Delete. +A fourth option is to add the Lock/Logout button applet. +Depending on your configuration of the &X-Window;, &Ctrl;&Alt;&Backspace; +might also exit &tde; by killing the X server, but using that shortcut prevents +session management and is recommended only for emergencies. + + + + + +Is there a program that checks for new mails at my +ISP if and only if I am online? + + +&korn; will do the job. If you are not +connected, it will just sit there (idling). + + + + + +Is it really necessary to update to the latest version? + + +We recommend updating to the latest stable release, or at least to stay within +a release version. Otherwise, getting answers to questions might be challenging. +Each release always contains bug fixes and enhancements. Often a problem with an old version +has been fixed in a more recent release. Newer versions also fix security problems. Only seldom are bug and security fixes backported to older releases. + + + + + +How do I copy and paste in &tde;? + + +The simplest method is to use your mouse: + +Highlight the text you want to copy by holding down the +&LMB; and dragging across the text. This adds the selected text to the clipboard. +Go to the destination area; depending on your configuration, +you might need to click it using the &LMB; to give it +focus. +Click the &MMB; to paste. If you have a two +button mouse and are emulating a three button mouse, push both buttons +simultaneously. + +The standard keyboard shortcuts for copying is &Ctrl;C, to cut is &Ctrl;X, and to paste is &Ctrl;V. +&tde; provides a multiple layer clipboard called &klipper;. Refer to the &klipper; handbook for further information. + + + + + +How do I convert the default &RedHat; menus into a menu in the +TDE menu? + + +Click on the T button and select +SystemAppfinder. + + + + + +What is GIT? + + +GIT is a distributed version control and source code management system. +GIT is used to maintain source code under development. The &tde; developers use GIT. + + + + + + +Does &tde; support dual screen (Xinerama)? + + +Yes, you need to have a multi-headed X server. + + + + + + + + +How do I check which version of &tde; I am using? + + +Start any Trinity app. Each app has a Help menu providing +related information in the About dialog. + + + + + + + + +How do I learn about development updates? + + +You might want to subscribe to the + +&tde; developer's mail list. +Refer to http://trinity-devel.pearsoncomputing.net/ +if you want to read without subscribing. + + + + + +Is there a release schedule? + + +The Trinity developers strive for a six to nine month schedule but that is not rigid or set in stone. + + + + + +Are there plans to support semantic desktops? + + +Not at this time. + + + + + +Are there plans to support tablet-like or special netbook desktop modes? + + +No. The TDE team suggests a tablet-centric interface such as Unity, KDE4, or GNOME 3 for those devices. + + + + + +How do the developers propose to transition away from HAL (hardware abstraction layer)? + + +The Trinity team developed a new native hardware support layer that is under testing. +That new system will be enabled by default in a future release, but is available now +in the development sources. + + + + + diff --git a/doc/khelpcenter/faq/moreinfo.docbook b/doc/khelpcenter/faq/moreinfo.docbook new file mode 100644 index 000000000..f9d619456 --- /dev/null +++ b/doc/khelpcenter/faq/moreinfo.docbook @@ -0,0 +1,137 @@ + + + +Getting more information + + + + +Where is the &tde; homepage? + + +The &tde; homepage is located at http://www.trinitydesktop.org/. + + + + + +Is there a &tde; mailing list? + + +There are several &tde; mailing lists. Each focuses on a different +aspect of &tde;. Some are for developers, so they are not +discussed in detail. Some of the more important lists that users +might be interested in are: + + + +tde-users +For general discussion, users helping each other. + + + +tde-announce +Announcements of &tde; news + + + +tde-devel +For developers, artists, documentation writers. + + + +For the complete list of mailing lists available, please refer +to http://www.trinitydesktop.org/mailinglist.php. +Please note that it is not a good idea to ask questions that are +already answered in this &FAQ;. + + + + + +How do I subscribe/unsubscribe to these lists? + + +To subscribe, follow the directions here: +Official Mailing Lists + + + + + + +Is there a mailing list archive? + + +Yes, each list has a searchable archive: + + + +tde-users +General discussion archives. + + + +tde-announce +Announcement archives. + + + +tde-devel +Developers, artists, documentation writer archives. + + + + + + + + + + + + + + + + + + + diff --git a/doc/khelpcenter/faq/nontdeapps.docbook b/doc/khelpcenter/faq/nontdeapps.docbook new file mode 100644 index 000000000..9fc3d70ad --- /dev/null +++ b/doc/khelpcenter/faq/nontdeapps.docbook @@ -0,0 +1,84 @@ + + + +&tde; with non-&tde; applications + + + + + + + +My non-&tde; applications like &Emacs; and +kterm are running amok with strange +colors! + + +Start the &tde; Control Center and in +Appearance & Themes +Colors uncheck the Apply colors to +non-TDE applications checkbox and click +Apply. + + + + +How can I set my default web browser to be something other +than &konqueror;? + +Open the &kcontrolcenter; and +navigate to the TDE ComponentsComponent +Chooser panel. Select Web +Browser from the list on the left, then select Open +http and https URLs in the following browser: and type in the +name of the browser (⪚ mozilla, +firefox, opera, &etc;) +in the textbox. + + + + + +How can I configure the style and fonts of GTK +applications within &tde; ? + + + + +Install the qt-gtk-engine package, which is available as part of &tde;. This +theme engine makes GTK applications look like your &tde; widget style +by calling functions from &Qt; instead of drawing the styles itself. Once +the theme engine has been installed, there will be a &kcontrolcenter; module +under Appearance & ThemesGTK +Styles and Fonts. + + + + + + + + diff --git a/doc/khelpcenter/faq/notrelated.docbook b/doc/khelpcenter/faq/notrelated.docbook new file mode 100644 index 000000000..5440341c1 --- /dev/null +++ b/doc/khelpcenter/faq/notrelated.docbook @@ -0,0 +1,232 @@ + + + +Not really &tde;-related, but frequently asked nevertheless. + + + + +How do I change the screen resolution? + + +Use &Ctrl;&Alt;+ and &Ctrl;&Alt;- to cycle through +the resolutions you have defined in XF86Config (maybe under +/etc/X11; poke around first). +If you prefer to get your hands dirty, you can always edit the file +directly. By placing your favorite resolution at the beginning (or +making it the only one listed), &X-Window; will always start up with that +resolution. +Always make a backup copy of your XF86Config file +before you start editing it. Errors in this file +can render &X-Window; unusable. +These instructions are only valid if you are running +version 3.3.x of the XFree86 server. If you are running XFree86 4.x, +you must consult with the XFree86(TM): +Home Page. + + + + + +How do I change the color depth? + + +There is no way you can do this on the fly. You can either +start &X-Window; using startx where +number can be 8, 16, 24 or 32, depending on +the depth you want. Alternatively, if you are using +xdm/&tdm;, you +need to edit +/etc/X11/xdm/Xservers (may vary) and enter +:0 local /usr/X11R6/bin/X -bpp 16 for 16 bit color +depth. +You can also edit the XF86Config file and add a line +like DefaultColorDepth +number to Section "Screen". +The next time you start X, it will run with the newly-configured color +depth. + + + + + +What can I do if I am using a 2-button mouse? + + +Go buy a 3-button one, or use third button emulation. The third +button is emulated by pressing both the &LMB; and the &RMB; +together. You would need to enable +in your XF86Config file. + + + + + +What is a "sticky" window? + + +In a virtual desktop environment with multiple virtual desktops, a +"sticky" window will stay put on the screen when you switch between +desktops, as if sticking to the glass of the screen. +Xclock is a typical candidate for sticking, +as you need to run only one instance of it, and it always stays with +you. + + + + + +How do I replace the "X" mouse pointer with an arrow? + + +The various types of cursor available in X are defined in +X11/cursorfont.h. You can +change it using xsetroot -cursor_name +name_of_cursor. For example, I +have the following in my .Xclients: + +xsetroot -cursor_name left_ptr + +This will create the common left-angled pointer. To see other +alternatives, type xfd -fn cursor. And of course, +do not forget that man xsetroot is your +friend. + + + + + +How do I extract/install diff files? + + +To generate a context-diff suitable for patching, use +diff -u old-file new-file > +patchfile. To apply the diff to +a file (i.e. "patch the file"), execute +patch < patchfile. + + + + + +How do I get &Linux; to mount the floppy device for use with both +DOS and ext2 formatted floppies? + + +Just specify the filesystem type as auto in +/etc/fstab. Auto detection works fine for DOS and +ext2. + + + + + +How do I start &tde; with the Num Lock on? + + +Have you tried man setleds? In addition, you +might want to edit your +$HOME/.Xmodmap and put the +following lines in: + +! redefines numeric keypad to be used without NumLock +keycode 79 = 7 +keycode 80 = 8 +keycode 81 = 9 + +keycode 83 = 4 +keycode 84 = 5 +keycode 85 = 6 + +keycode 87 = 1 +keycode 88 = 2 +keycode 89 = 3 + +keycode 90 = 0 +keycode 91 = comma +keycode 86 = plus + +! deactivates NumLock key +keycode 77 = + +Other possible alternatives: + +xkeycaps: +right clicking should allow edits. You may +have to do this as root. +man XF86Config and look under +section Keyboard. +Install NumLockX, which is +available from http://dforce.sh.cvut.cz/~seli/en/numlockx. + + + + + + +How do I take window or desktop screenshots? + + +Use &ksnapshot;. + + + + + +Is there a tool to make webpages? + + +Yes, and there are a lot of them out there, including +StarOffice, &Netscape; Composer, and +XEmacs. +There are also many &tde; applications. To find the most current +list, go to kde-apps.org: The +Latest in &tde; Applications and search for web +development. Try as many as possible and choose the one +most suitable to your needs. + + + + + +What do all those acronyms like AFAIK mean? + + + +AAMOF: as a matter of fact +AFAIK: as far as I know +AISE: as I see it +BFN: bye for now +BION: believe it or not +BRB: be right back +BTW: by the way +CMIIW: correct me if I am wrong +FUD: fear, uncertainty, and doubt +FWIW: for what it's worth +FYI: for your information +HTH: hope this helps +IIRC: if I recall correctly +IMHO: in my humble opinion +LOL: laughing out loud +MYOB: mind your own business +PITA: pain in the ass +ROTFL: rolling on the floor laughing +RTFM: read the fine manual +SOP: standard operating procedure +TIA: thanks in advance +YMMV: your mileage may vary + + + + + diff --git a/doc/khelpcenter/faq/panel.docbook b/doc/khelpcenter/faq/panel.docbook new file mode 100644 index 000000000..68330ac9a --- /dev/null +++ b/doc/khelpcenter/faq/panel.docbook @@ -0,0 +1,155 @@ + + + +The panel + + + + +How do I add applications to the &tde; panel (&kicker;)? + + +There are several ways to add an application to the panel. +The easiest is to right-click on the panel, and from the context +menu that appears, select Add Application to +Panel. +For more ways of adding buttons to the panel, refer to the +Kicker Handbook. + + + + + +How do I change the menu T button of +the panel to another picture? + + +The simplest way is to right-click on the panel, from the context menu +select Configure Panel, from the icon list on the left side, +select Menus, then inside the TDE Menu grouping, select the TDE Menu button icon. + + + + + + +After updating &tde;, my &kmenu; appears to be empty! How can I get my menu back? + + + + +User modifications to the &kmenu; are stored in +$HOME/.config/menus/applications-tdemenuedit.menu. +Try moving this file out of the way and then issuing the +command tdebuildsycoca +. This should restore you to the +default system menus. If that is the case you'll have to recreate your customized menu. + + + + + +My desktop panel has disappeared. How can I get it +back? + + +The panel disappearing is usually due to a crash. This might be +caused by loading an applet that has a fatal bug or a bad installation +of &tde; and/or the panel. +The easiest way to get the panel back is to launch the +Run Command window by pressing &Alt;F2 and entering +kicker, and then pressing the +OK button. +If the panel continues to disappear, you may wish to either +remove or edit by hand your +$TDEHOME/share/config/kickerrc +file, where $TDEHOME is usually +~/.trinity. If you choose to edit +by hand, start by removing the applet entry groups. + + + + + + +How can I start an application minimized to the system +tray? + + +Use ksystraycmd. For example, to start a &konsole; hidden +in the system tray, run ksystraycmd + konsole. For +more information about ksystraycmd, see the section +Advanced Window Management in the &tde; + +User Guide. + + + + +How do I use the &Windows; key to open the &kmenu;? + +Previous versions of &tde; provided a trick to allow you to +use the &Windows; key both as a modifier (so you could have shortcuts +like WinR +), and as a regular key (so that pressing +Win on its own could open the &kmenu;). This feature +was removed for reasons of usability and accessibility, as well as +keeping the code clean. For current versions of &tde;, you have two +options: either use a different shortcut to open the &kmenu; (the +default is &Alt;F1 +), or remap the Win key to be a regular +key, rather than a modifier. + +If you choose to do the second, here's one way: + + +Find the keycode for your Win key +using xev: Run the command +xev in a &konsole;, and +press the Win key. Look in the output of +xev for +keycode n, +where n is the keycode of the +Win key. + + +Use xmodmap to remap the +Win key. An appropriate command is xmodmap + 'keycode +n=Menu'. + + +In the &kcontrolcenter;, go to +Regional & +AccessibilityKeyboard Shortcuts + and set the shortcut for Popup Launch +Menu to the Win key. You should now be +able to popup the &kmenu; by pressing the Win key. + + +One more step is required to save the changes across +settings: Create a file ~/.trinity/env/win-key.sh +(create the directory if it doesn't exist), and add the +xmodmap command you used previously to it. The +change should now be applied every time you start &tde;. + + + + + + + + diff --git a/doc/khelpcenter/faq/qt.docbook b/doc/khelpcenter/faq/qt.docbook new file mode 100644 index 000000000..1254ec77e --- /dev/null +++ b/doc/khelpcenter/faq/qt.docbook @@ -0,0 +1,105 @@ + +&Qt; and Licensing questions + + + + + +What is &Qt;, by the way? + + +&Qt; is a C++-based class library to build user interfaces. It +also includes many utility classes like string classes and classes +to handle input and output. It +provides most of the widgets you will see in a &tde; application: +menus, buttons, sliders, &etc; &Qt; is a cross-platform library that +allows developers to write code that will compile on &UNIX; systems as well as +&Windows; and embedded devices. Learn more about &Qt; at http://www.trolltech.com. + + + + + +Why does &tde; use &Qt;? + + +&Qt; is a sophisticated toolkit that provides everything that +needed to build a modern user interface. &Qt; is written in C++, thus +allowing object-oriented development which ensures efficiency and +code reuse in a project the size and scope of &tde;. In our opinion +there is no better toolkit available for &UNIX; systems and that it +would have been a grave mistake to try to build &tde; on anything but +the best. + + + + + +Why does &tde; not use gtk, xforms, xlib, whatever? + + +There are a number of toolkits available. To provide a +consistent user interface and to keep used resources such as memory to +a minimum, &tde; can use only one of them. &Qt; was selected for the +reasons mentioned above. + + + + + +But &Qt; isn't free, is it? + + +&Qt; is free/libre. Since September 4, 2000, version 2.2 of the &Qt; +libraries are licensed under the GPL, thereby +fulfiling all aspects of free/libre software. + + + + + +Can I write commercial software for &tde;? + + +You can use the &tde; libraries to write commercial and +closed source as well as commercial and open +source software. If you write open source software you can +use the &Qt; free edition. If you write closed source software +you may not use the &Qt; free edition; you need to obtain the &Qt; +professional edition from Troll Tech. For more information, please +contact Troll Tech directly. + + + + + +Isn't Qt3 obsolete and "dead" technology? + + +The definition for "obsolete" varies based upon who applies the term. +Generally the term "obsolete" means something no longer is useful or no longer +needed. In software circles the term often means antiquated or no longer shiny. +Usefulness often is not part of the intended meaning of the word. The term is +used as an emotional wedge more than a factual observation. + + + + + +Are there plans to migrate &tde; to Qt4 or Qt5? + + +There are no such plans. Porting Trinity to Qt4 is 5 to 10 years of solid work with current project manpower. Indeed, the KDE4 team of developers needed several years to port KDE and they have many more developers. + +A fundamental project goal for maintaining Trinity is to keep alive the spirit and functionality of the original KDE3 concepts. Porting to Qt4 does not support that goal. Qt4 functionality is different from Qt3 (now TQt). Those differences conflict with how users want Trinity to function. The Qt4 environment is too different in focus and functionality to be used as the base toolkit of Trinity. + +The idea of integrating certain portions of the Qt4 code has not been abandoned. One of the original reasons for the TQt interface layer was to keep open the possibility of adapting portions of Trinity to Qt4. That has already been done. For example, with the qt4-tqt-theme-engine package for Trinity. + +More information about the philosophical and design differences between Trinity and KDE4 are available in of the FAQ introduction. + + + + + + \ No newline at end of file diff --git a/doc/khelpcenter/faq/questions.docbook b/doc/khelpcenter/faq/questions.docbook new file mode 100644 index 000000000..b24bfa320 --- /dev/null +++ b/doc/khelpcenter/faq/questions.docbook @@ -0,0 +1,137 @@ + + + +Asking Questions + +To get an appropriate answer to questions requires asking a clear +question in a manner that motivates people to help. Writing questions that +appear to be rude, lazy, or uses bad or unclear language likely will result +in your question being ignored. + + + + +What do I do before I ask? + +Read the documentation and &FAQ; for the application. There is +a wealth of &tde; documentation availible both in the help center and +online. A lot of time and effort has gone into this documentation, and +often the answer to your question is there. The general &tde; userguide +can be found by typing help:/khelpcenter/userguide +into the &konqueror; address bar or +khelpcenter help:/khelpcenter/userguide with the minicli. + +Search the web: Usually searching for a specific error message or +searching mailing list archives will find a solution. + +Try it and see! Look through all the application options, read the +What's this? and tooltips for the ones you're not sure about. If you're +really unsure about an option save your data and then try. As long as you +use common sense you are unlikely to break anything by experimenting. + +Don't be lazy. If you show the people who you are asking +that you are able to troubleshoot and research in a logical manner, you're +showing them you're a reasonable person who is worth their time to +help. It's your problem and not theirs so the legwork is yours to do. Save +your helpers as much time as you can. + + + +Where do I ask? + +Usually the best place to ask a question is on the +IRC channels and mailing lists devoted to user +questions. Don't post simple questions about using &tde; to the devel +channels and mailing lists, these are for technical discussions. Some good +places are chat.freenode.net, channel: #trinity-desktop, and the &tde; mailing +lists. + + + + + +How do I ask? + +Try to word your questions in a manner that gives the most +information possible and is polite and courteous. Don't ask to ask, just +ask! + +Q: &tde; sucks, it's slow + +Is not a question that is likely to get you a useful answer. It does +not give any useful information about troubleshooting the problem, and it +starts out attacking the software in a way that isn't productive. + +Q: Since updating &tde; on Slackware &Linux; using sources, I have +noticed it's being really slow — sometimes +applications take up to 20 seconds to launch. I am using the same user +configuration as I had with the previous version. I have tried as a new +user. I can't find anything about this on the mailing lists or by a web +search. Could anyone point me to some information that could help? + +This question is polite, contains information to help people +troubleshoot the problem and shows your helpers what avenues you have +already tried. + +Don't presume automatically that the problem is the fault of +&tde;. Otherwise you likely will annoy people. + +Use clear language with correct spelling. Watch out for any +ambiguities and make sure you think about what you say before you write +it. If you are asked for clarification, give it as best you can. &tde; is a +project where many of the users and developers are not native english +speakers and if you don't use correct english, misunderstandings might +ensue. Be patient. Use the language appropriate to the channel or mailing list you are +in — if you don't, people who might have been able to help you might +ignore your message because it is not in a language they understand. + +Include all information that could be relevant, even when you're not +sure. Have you updated other software or hardware on your system, +particularly system libraries or a new kernel? These things could affect how +&tde; performs. Even when you cannot see a connecting cause, someone else might. + +Don't paraphrase error messages. Paste in the exact error, and if it's +more than a line or two don't paste them directly into an +IRC channel. Use an online paste service. If you +must type the messages by hand, be sure you are accurate. When you provide +faulty information, your helpers cannot help you as easily. + +Follow through on your solution! Tell people when the solution worked, or when you have +solved the problem yourself. This helps everybody involved know when +solutions work and helps other users who might be searching for a similar +solution to the problem. + + + + +What do I do when told to look elsewhere? + +Possibly you have not followed the above +advice. You've not done your research, and the solution probably is one the +helper knows very well to be easy to find. When provided a web link to an +FAQ or documentation don't say, No, I don't +want to have to read this I want you to just tell me. That response +is considered bad manners. People who don't provide effort to learn often +find others have little incentive to help. + + + + +Use common courtesy. &tde; users and developers volunteer their time +out of an already very busy schedule, and like to +know that you are appreciating they are helping you for free. Be +polite, say please and thank you, be constructive, and try to be pleasant and +friendly. + + Does this seem like a lot of trouble to ask a question? If you want +to be able to feel that people owe you an answer or support, then you're +quite welcome to pay for commercial support from companies that support +&tde; on &UNIX; platforms. If you don't want to pay money, then pay the +people who do this for free with your politeness and appreciation. :-) + +If you think the answer to your question should be included in the +&tde; &FAQ; please feel free to submit any patches or suggestions to the +&tde; &FAQ; Maintainer, at trinity-devel@lists.pearsoncomputing.net + + diff --git a/doc/khelpcenter/faq/sound.docbook b/doc/khelpcenter/faq/sound.docbook new file mode 100644 index 000000000..feaaf6651 --- /dev/null +++ b/doc/khelpcenter/faq/sound.docbook @@ -0,0 +1,53 @@ + +Troubleshooting sound problems + +&tde; uses the &arts; sound system which is complex and powerful, +making it difficult for some users to troubleshoot when things go +wrong. Here are some tips to help you diagnose what it's doing when your +sound misbehaves : + + + + +How can I troubleshoot sound related problems in &tde;? + + + To check that sound is working independently of &arts;, make +sure that artsd isn't running and then try playing sound +through XMMS or another multimedia application +that isn't a part of &tde;. If that application doesn't play sound, then +your general sound setup is probably broken and it's not a &tde; +problem. + +Try playing sound with +artsplay. Try various +formats, ogg, mp3 and wav. Any error messages there might be useful in +pointing you in the right direction. + +Try setting the &arts; output method to OSS. In the +&kcontrolcenter; go to Sound & Multimedia +Sound System. On the +Hardware tab, under Select the audio +device choose Open Sound System. If you are +running alsa this will use the OSS +emulation, which may give better or worse results. + +Running artsd from a terminal will give you a lot of debug output, +some of which might help you to diagnose the problem. Trying this in +conjunction with using artsplay in a second terminal can give a wealth of information. If an artsd instance is already running, exit it with artsshell +terminate + + + + +I've updated to the latest version of &tde; keeping my previous configuration and my system sounds don't work anymore! + +Assuming you've installed &arts; correctly and you still have the codecs installed your previous &tde; installation needed, possibly there is a problem with your knotifyrc. To confirm this, try temporarily +renaming the file. A new one will be created when starting &tde;. + + + + + diff --git a/doc/khelpcenter/faq/tdeapps.docbook b/doc/khelpcenter/faq/tdeapps.docbook new file mode 100644 index 000000000..441759054 --- /dev/null +++ b/doc/khelpcenter/faq/tdeapps.docbook @@ -0,0 +1,158 @@ + + + +&tde; applications + + + + +&kppp; + + + +Many &tde; users report problems using &kppp;. Make sure you have already checked the +following: + + +Can you dialup to your ISP without using &kppp;? If you cannot, then perhaps &kppp; is not the culprit after +all. +Have you gone through the &kppp; documentation +and followed the instructions and troubleshooting +suggestions? + +The &kppp; handbook is available through the +&tde; Help Center. +If you still encounter problems, then the following might help: + +How do I change the &MTU; setting in &kppp;? +Open up the &kppp; dialog box and select +Setup. Choose an existing account and click +Edit, or New to create a +new dialup account. Select the Dial tab and +click Arguments. Type what you want to change +in the Argument textbox (⪚ mtu 296) and +click Add. When you are satisfied, click +Close. +To check whether the options took, do one of the following: + + +In a terminal window, run +/sbin/ifconfig ppp0 and look +at the reported &MTU; in the output. It should match your +request. + +Add and +(each on a separate line) to your +/etc/ppp/options file and restart your +&PPP; session. You will find debugging messages in +/var/log/messages, including &MRU; and &MTU; +settings. + +If you want, the &MRU; and &MTU; settings can be added to the +options file, one complete setting per line, no +quotes or dashes. + + +&kppp; connects at a slower speed than +normal. +The following might do the trick: + +Try executing setserial +spd_hi. +The default &MTU; value is 1500, +which maybe too large +for a dialup connection. Try changing it to a smaller value like +296 +or 576. +Check in your $HOME/.trinity/share/config for the +kppprc. Ensure the correct modem speed is +actually defined there. + + + + + + + + +&konsole; + + + + + +How do I page-up or page-down? +Use +ShiftPage Up +and ShiftPg +Dn. + + + + +How do I copy text from &konsole; to +anything else? +Use the mouse to select the desired text. From the +Edit menu, select Copy, or press +&Ctrl;&Shift;C. This places +the text in the &tde; clipboard, &klipper;. Next select +the target application, place the mouse pointer to the +desired location and press &Ctrl;V. +Alternately, highlight the text by dragging with the &LMB; down and +paste by clicking with the &MMB; (or both buttons if you are using a +2 button mouse with 3 button emulation). +Note that the copying and pasting keyboard shortcuts use the +&Shift; key. That is because in traditional Unix terminals, +&Ctrl;C is used to break or stop +a process from running. + + + +Why can't &konsole; find the 9x15 and the 2 +console bitmap fonts installed with &tde;? + + +FontConfig must find the three fonts +installed in: $TDEDIR/share/fonts. + If +the &tde; install does not install these fonts in a directory that +already exists (⪚ /usr/share/fonts) then you must add this +directory to the configuration file /etc/fonts/local.conf. This should be +the first line after <fontconfig>. For example: + +<fontconfig> +<dir>/usr/trinity/share/fonts</dir> +</fontconfig> + +After adding the directory, run (as root): +fc-cache -v and check that +it found the directory. + + + + + + + + + + + diff --git a/doc/khelpcenter/faq/tips.docbook b/doc/khelpcenter/faq/tips.docbook new file mode 100644 index 000000000..89c324be3 --- /dev/null +++ b/doc/khelpcenter/faq/tips.docbook @@ -0,0 +1,131 @@ + + + +Useful tips + + + + +Reading documentation in &tde; + + +Pop up the Run Command window (&Alt;F2 by +default) and type: + + +man:command for man pages. It +even unpacks on the fly if the man pages are gzipped. + + + +info:command for info +pages. + + + +help:kdeappname for &tde; +application help pages. + + + + + +You can enter any of these in the Location text +box in &konqueror;. +Uou can use the &tde; Help Center. Start the &tde; Help Center by selecting Help from the TDE menu. Once the &tde; Help Center has loaded, the window on the left will contain an entry called +Unix manual pages. Select that entry to browse through all the installed manual pages on your +system. + + + + + +Move or resize windows quickly + + +To move a window, use &Alt;left mouse +button. &Alt;right mouse +button will resize the window. Last but not least, &Alt;middle mouse button +raises/lowers the window. The &tde; Control Center +allows you to change these mouse bindings. Please refer to +Windows, How To Work Them in the Trinity user guide for more information. + + + + + +Killing windows in &tde; + + +There is a standard keybinding (&Ctrl;&Alt;&Esc;) +that changes the mouse pointer to a skull & crossbones cursor. Click that cursor on a +window to kill it. The keybindings are viewable/changeable from the +&tde; Control Center. + +Using this option kills the program forcibly. Data might be lost, +and some processes related to the program might remain active. Use only as a +last resort. + + + + + + +What if something is so wrong that I can't even get the skull +& crossbones cursor? How do I get out of a total lockup? + + +These kind of locks tend to occur when an application locks up +while it has a so called mouse/keyboard grab. When that +happens you can try to select a virtual text console with &Ctrl;&Alt;F1 and login. With the +following command you will get a list of all running processes: + + ps | more + +By killing the process that has the mousegrab, your desktop will +come to life again. Unfortunately you can't see which process that is, +so you will have to find out through trial and error. To kill a process +use: + + kill pid + +Here pid is the process id of the +process, which is the first number on each line reported by +ps . + +You can switch back to the desktop with &Ctrl;&Alt;F7 (or +F8 through F9 depending on your +operating system) to see if things work again. When you press +&Alt;Tab you should get a +response from the window manager. If not, you need to get back to the +text console and try to kill another process. + + + + + + + diff --git a/doc/khelpcenter/faq/webbrowse.docbook b/doc/khelpcenter/faq/webbrowse.docbook new file mode 100644 index 000000000..b466eb0d8 --- /dev/null +++ b/doc/khelpcenter/faq/webbrowse.docbook @@ -0,0 +1,217 @@ + + + +Webbrowsing with &konqueror; +&konqueror; is &tde;'s default web browser. Please refer to +the +Konqueror Handbook for detailed information. + + + + +Where does the name &konqueror; come from? +It's a word play on the other browsers' names. After the Navigator +and the Explorer comes the Conqueror. + + + + +Can I run &konqueror; without running &tde;? +Yes. Install &Qt;, tdelibs, and tdebase. From your window manager launch &konqueror;. It should work just fine, but if it doesn't (&tde; developers don't often test that use case), report the problem to http://bugs.trinitydesktop.org/. Before reporting a bug, try running "tdeinit" before running &konqueror;. This is of course the same for any other &tde; application running in +a non &tde; setup. + + + + +Why doesn't &konqueror; show the contents of an image's ALT attribute in a tooltip? + +There is no standard that states the ALT attribute should appear as a tooltip. The specification calls for ALT to be displayed in place of the image, as in text-mode only browsers such at lynx or w3m. Abusing the ALT attribute is bad for accessibility. Tooltips are supposed to come from the TITLE attribute and this is implemented in &konqueror;. + + + + + +How do I use &konqueror; as a web browser with a proxy? + + +&konqueror; can be used with &HTTP; and &FTP; proxies. To set +up the proxy server in &konqueror;, select +SettingsConfigure +&konqueror;... from the &konqueror; menu and +select the Proxy option. + + + + + +How do I import bookmarks from another browser into &konqueror; ? + + +To import bookmarks from another browser into &konqueror;, from the menu +bar select Bookmarks, then select Edit Bookmarks. +In the Bookmark Editor, select +File then select Import. Select +the browser from which you would like to import bookmarks. In the Open dialog, +navigate to the location of the folder or file your bookmarks are +located. + + + + + +How can I make &konqueror; only show certain bookmarks in the bookmarks toolbar? +In &konqueror; select SettingsConfigure +&konqueror;.... Then select Web Behaviour from the icon list. Under the Bookmarks heading, place a check in the box next to Show only marked bookmarks in bookmark toolbar. +In the Bookmark Editor an option to Show in Toolbar appears on clicking with the &RMB; on any bookmark entry or in the Edit menu when the entry is highlighted. Folders can also be shown in the bookmarks toolbar in much the same way. + + + + +How do I fool a site into believing &konqueror; is &Netscape; or +some other browser? + + +That is called setting the user agent. In &konqueror;, select +SettingsConfigure +&konqueror;.... In the icon list, select +Browser Identification. Default +and site-specific browser identifications can be set there. + + + + + +&konqueror; is taking a really long time to load web pages -- mdash; what +could cause this? + +Quite often &konqueror; loading web pages slowly is caused by +DNS servers with broken IPV6 +support. Adding the following to /etc/profile or any +other script that is sourced on login should solve this problem: + +export TDE_NO_IPV6=true + +for bourne compatible shells, and for C-style shells: + +setenv TDE_NO_IPV6 true + + + + + + + +How do I configure &konqueror; to run &Java; applets? + + +From &konqueror;'s menubar choose +SettingsConfigure +&konqueror;.... +From the icon list select Java & Javascript. Set the +Path to Java executable. + + + + + +How do I block unrequested popup windows in &konqueror;? + + +&konqueror; provides a 'smart' policy for JavaScript popups. From the +&konqueror; main window, selectSettingsConfigure +&konqueror;.... Then +Java & JavaScript. On the +JavaScript tab, under Global JavaScript +Policies, set the radio button beside Open new +windows: to Smart. + + + + + + +Why doesn't my banking site work with &konqueror;? It pops up a new +window with the login screen in other browsers, but not in +&konqueror;. + + + +Make sure you have Javascript enabled, and the default JavaScript web popups +policy set to Ask or Allow. The +Smart policy is not always sufficient for some banks. +Many banks also require &Java; support. + + + + + + +Can &konqueror; use user-specified stylesheets, like those in the +Firefox adblock extension? + + +Yes, you can set &konqueror; to use any kind of valid +css stylesheet to filter webcontent or improve accessibility. +From the &konqueror; main window simply click +SettingsConfigure +&konqueror;... and select +Stylesheets. Set the radio button to +Use user-defined stylesheet and browse to where the +stylesheet you want to use is located. Alternately, select +Use accessibility stylesheet defined in "Customize" +tab and then set your own options. + + + + + +Why does &konqueror; display a plain grey square when I try to view flash animations, even though the flash plugin is installed? + + +Under the latest versions of X.org, having the composite extension loaded can cause problems with the flash plugin. Try disabling the composite extension and see whether normal flash operation is restored. + + + + + + +When I try to open a web page with &konqueror;, I get the +message: There appears to be a configuration error. You have +associated Konqueror with text/html, but it cannot handle this file +type. + + +Make sure the embedding settings for the text/html +MIME type are correct: + +In &konqueror;, go to +SettingsConfigure +&konqueror;.... In the icon list select File +Associations. + +Open +text->html in the tree view. + +Click on the +Embedding tab. Make sure that Left Click +Action is set to Show file in embedded +viewer, and that TDEHTML (tdehtml) is at the top +of Services Preference Order. + + + + + + + diff --git a/doc/khelpcenter/faq/winmng.docbook b/doc/khelpcenter/faq/winmng.docbook new file mode 100644 index 000000000..dd79018bc --- /dev/null +++ b/doc/khelpcenter/faq/winmng.docbook @@ -0,0 +1,133 @@ + + + +The window manager + +The default window manager provided by &tde; is the Trinity Window +Manager (&twin;). Please refer to +Windows, How To Work Them in the Trinity user guide for more information. + + + + +Are there keyboard shortcuts for &twin; operations? + + +Yes. Please use to the Trinity Control Center (&kcontrol;), +Regional & Accessibility +Keyboard Shortcuts, for the +list of available shortcuts. + + + + + +Can I define my own set of keyboard shortcuts? + + +Yes. Launch the +&tde; Control Center and select +Regional & AccessibilityKeyboard Shortcuts to +configure window manager bindings like maximizing windows, &etc;. + + + + + + +When I "iconify" a window, it disappears. Where does it +go? + + +With many &X-Window; &GUI;s, the minimize button (a little dot) will +erase the window that the program is running in and create, instead, +an icon on the desktop. &tde; does not do this. Instead, when a +window is iconified it is simply hidden (but the program is still +running). +There are a few ways to access disappeared windows: + + +If you are running the taskbar part of &kicker;, +you can choose to have a list of tasks displayed on your desktop. +Iconified tasks will have their names displayed in gray. + + +If you click the &MMB; on the root window (&ie;, +the background of the desktop), &twin; will give you a list +of all available tasks. + + + + + + + +How do I maximize windows only vertically or horizontally? + + +Provided your window is not already maximized, clicking on the +maximize button with the &LMB;/&MMB;/&RMB; will +maximize fully/vertically/horizontally respectively. + + + + + +What is shading a window? + + +By shading a window we mean rolling up the window leaving just +the title bar visible. You can do this by double clicking on the +window title bar. + + + + + + + +How can I start an application with special window options, like +maximized/minimized/to stay on top? + + +Use the kstart command. As an example, to +open &kcalc; with the Stay on Top option, use: +% kstart + +For maximized windows, use the +option, for minimized windows, use . You can +see a full list of kstart options with +kstart +. + +If you're using kstart to start +applications at &tde; startup, you should use the + option. See the &tde; User Guide, section +Advanced Window Management for more information about +this feature. + + + + + + + + + -- cgit v1.2.1