diff --git a/Building-with-cmake.txt b/Building-with-cmake.txt index c91830e..7396d21 100644 --- a/Building-with-cmake.txt +++ b/Building-with-cmake.txt @@ -10,7 +10,7 @@ module anymore). 3. Enter the "kile-build" directory and call cmake with: - cmake -DCMAKE_INSTALL_PREFIX=$HOME/.kde + cmake -DCMAKE_INSTALL_PREFIX=$HOME/.trinity to install Kile later on in the current user's home directory. diff --git a/README b/README index 72b2574..66f8997 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ All specified versions are minimum versions except for KDE and QT. - `cd kile-2.0.x` - ./configure --prefix=path_to_KDE3 (/usr or /opt/trinity generally) --with-qt-dir=path_to_QT3 library (/usr/lib/qt3 generally) -- If you don't know what the path to KDE3 on your system is, you can use output of `tde-config --prefix`. - -- Or you can choose `--prefix=$HOME/.kde` to not mess up with your distribution's package management system. + -- Or you can choose `--prefix=$HOME/.trinity` to not mess up with your distribution's package management system. - Type `make` to compile the package. - Type `make install` to install the programs, data files and documentation. - Type `kile` and enjoy the power of LaTeX together with the joy of using Kile :) diff --git a/doc/index.docbook b/doc/index.docbook index a181e1c..6e4a25a 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1612,7 +1612,7 @@ - Completion files can be installed in a user's home directory under the ~/.kde/share/apps/kile/complete/<mode>/ + Completion files can be installed in a user's home directory under the ~/.trinity/share/apps/kile/complete/<mode>/ subdirectory, where <mode> either stands for abbreviation, dictionary or tex. @@ -2079,7 +2079,7 @@ The procedure is so that you create a &latex; file with \input{definitions}, which makes the commands listed below available, and let gesymb mysymbols.tex user (which calles &latex; and &dvipng;) create the icons. After copying them to - $HOME/.kde/share/apps/kile/mathsymbols/user/ and restarting kile you can use your own symbols. + $HOME/.trinity/share/apps/kile/mathsymbols/user/ and restarting kile you can use your own symbols. The following commands are defined in definitions.tex: diff --git a/src/kile/kilejscript.h b/src/kile/kilejscript.h index de0706b..9593176 100644 --- a/src/kile/kilejscript.h +++ b/src/kile/kilejscript.h @@ -167,7 +167,7 @@ class Manager : public TQObject { /** * Returns the directory that can be used by the used to store Kile's scripts. - * Usually $HOME/.kde/share/apps/kile/scripts + * Usually $HOME/.trinity/share/apps/kile/scripts **/ TQString getLocalJScriptDirectory() const; diff --git a/src/kile/symbols/testfile.tex b/src/kile/symbols/testfile.tex index 59dfe54..6dafbb5 100644 --- a/src/kile/symbols/testfile.tex +++ b/src/kile/symbols/testfile.tex @@ -19,7 +19,7 @@ % - Needed packages can be specified using \pkgs[package-opt-argument]{package-name} for a single command or with \begin{neededpkgs}[pkgs-args,]{pkgs,} ... \end{neededpkgs} for all enclosed commands. % - The \pkgs command has to be in front of the \command command and overrides any pkg specification by the neededpkgs enviroment. % - The optional argument of \command and \mathcommand can hold a different command for insertion, e.g. useful for stuff like \mathcommand[\stackrel{}{}]{\stackrel{abc}{=}} -% After writing your custom tex file mysymbols.tex , you have to issue `gesymb mysymbols.tex user` and if everything went well copy the files to "$HOME/.kde/share/apps/kile/mathsymbols/user". +% After writing your custom tex file mysymbols.tex , you have to issue `gesymb mysymbols.tex user` and if everything went well copy the files to "$HOME/.trinity/share/apps/kile/mathsymbols/user". % After restarting kile you should see your icons in the "User defined`` symbol list. \begin{neededpkgs}{envpkg-blubb} \command{a} diff --git a/src/kile/templates.cpp b/src/kile/templates.cpp index c0072aa..4dd089d 100644 --- a/src/kile/templates.cpp +++ b/src/kile/templates.cpp @@ -66,7 +66,7 @@ Manager::~Manager() { bool Manager::copyAppData(const KURL& src, const TQString& subdir, const TQString& fileName) { TQString dir; //let saveLocation find and create the appropriate place to - //store the templates (usually $HOME/.kde/share/apps/kile/templates) + //store the templates (usually $HOME/.trinity/share/apps/kile/templates) dir = KGlobal::dirs()->saveLocation("appdata", subdir, true); KURL targetURL = KURL::fromPathOrURL(dir); targetURL.addPath(fileName); diff --git a/translations/it/doc/index.docbook b/translations/it/doc/index.docbook index e86eaa0..e6ae950 100644 --- a/translations/it/doc/index.docbook +++ b/translations/it/doc/index.docbook @@ -2932,7 +2932,7 @@ I file di completamento possono essere installati nella cartella Home di un utente nella cartella ~/.kde/share/apps/kile/complete/<modalità>/~/.trinity/share/apps/kile/complete/<modalità>/, dove <modalità> sta per (che chiama &latex; e &dvipng;) per creare le icone. Dopo averle copiate in $HOME/.kde/share/apps/kile/mathsymbols/user//.trinity/share/apps/kile/mathsymbols/user/ e aver riavviato &kile; puoi usare i tuoi simboli. In Kompletteringsfiler kan installeras i en användares hemkatalog i underkatalogen ~/.kde/share/apps/kile/complete/<typ>/~/.trinity/share/apps/kile/complete/<typ>/, där <typ> antingen är , som gör kommandona listade nedan tillgängliga, och låter gesymb mysymbols.tex user skapa ikonerna (då anropas &latex; och &dvipng;). Efter att de har kopierats till $HOME/.kde/share/apps/kile/mathsymbols/user/$HOME/.trinity/share/apps/kile/mathsymbols/user/ och Kile har startats om, kan du använda dina egna symboler. Följande kommandon är definierade i definitions.tex: