@ -258,6 +258,7 @@ de problemas.
\begin { Shaded}
\begin { Highlighting} []
\NormalTok { sudo su { -} }
\NormalTok { git config { -} { -} global init.defaultBranch main}
\NormalTok { git config { -} { -} global user.email xxxxx@whatever.com}
\NormalTok { git config { -} { -} global user.name "Name Surname"}
\NormalTok { apt install etckeeper}
@ -870,13 +871,6 @@ apt install zsh
Cuando estemos contentos con nuestro \texttt { zsh} tendremos que ejecutar
\texttt { chsh\ -s\ /usr/bin/zsh}
\hypertarget { codecs} { %
\subsection { Codecs} \label { codecs} }
\begin { verbatim}
sudo apt-get install mint-meta-codecs
\end { verbatim}
\hypertarget { syncthing} { %
\subsection { Syncthing} \label { syncthing} }
@ -3516,7 +3510,7 @@ sudo apt install clementine
Nos bajamos la \emph { AppImage} para Linux desde la
\href { https://www.shotcut.org/} { página web} .
La dejamos en \texttt { \textasciitilde { } /apps/shotcut} y:
La dejamos en \texttt { \textasciitilde { } /apps/video/ shotcut} y:
\begin { verbatim}
cd
@ -3625,16 +3619,19 @@ Descargado el \texttt{.deb} desde
\subsection { Rawtherapee} \label { rawtherapee} }
Bajamos el AppImage desde la \href { http://rawtherapee.com/} { página web}
al directorio \texttt { \textasciitilde { } /apps/rawtherapee} .
al directorio \texttt { \textasciitilde { } /apps/image/ rawtherapee} .
\begin { verbatim}
cd
chmod 744 RawTherapeexxxxxx.AppImage
./RawTherapeexxxxxx.AppImage
\end { verbatim}
Como siempre:
Al ejecutarla la primera vez ya se encarga la propia aplicación de
integrarse en nuestro sistema.
\begin { enumerate}
\tightlist
\item
Hacemos el fichero ejecutable
\item
Creamos un enlace \texttt { current}
\item
Creamos un fichero \texttt { .desktop}
\end { enumerate}
\hypertarget { darktable} { %
\subsection { Darktable} \label { darktable} }
@ -3644,17 +3641,13 @@ Instalamos ppa (ver
web} )
\begin { verbatim}
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable/xUbuntu_ 20 .04/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable.list
curl -fsSL https://download.opensuse.org/repositories/graphics:darktable/xUbuntu_ 20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics:darktable .gpg > /dev/null
echo 'deb [signed-by=/usr/share/keyrings/darktable-archive-keyring.gpg] http://download.opensuse.org/repositories/graphics:/darktable/xUbuntu_ 22 .04/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable.list
curl -fsSL https://download.opensuse.org/repositories/graphics:darktable/xUbuntu_ 22.04/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/darktable-archive-keyring .gpg > /dev/null
sudo apt update
sudo apt install darktable
\end { verbatim}
Se instala la última versión de Darktable (3.0.2)
\textbf { OJO} : Conviene renombrar el fichero de claves de darktable, a
nuestro linux no le gustan los ficheros con un `:' Revisa
\texttt { /etc/apt/trusted.gpg.d/}
Se instala la última versión de Darktable (4.2.0)
\hypertarget { digikam} { %
\subsection { Digikam} \label { digikam} }