<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>
<style type="text/css">p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }</style>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">@John Culleton<br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">An example for
OpenSuse Leap KDE AppImage installation:</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">1. You can take the
AppImage file, but you have to install first the AppImage demon.</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
sudo zypper ar
<a
href="http://download.opensuse.org/repositories/devel:/tools:/building/openSUSE_Leap_42.2/">http://download.opensuse.org/repositories/devel:/tools:/building/openSUSE_Leap_42.2/</a>
dev-tools-building</p>
<p style="margin-bottom: 0cm; line-height: 100%">sudo zypper ref</p>
<p style="margin-bottom: 0cm; line-height: 100%">sudo zypper in
appimaged</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">2. Save the
AppImage
file from sourceforge on your computer, for exapmple in that
directory:</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">/home/user/scribus/scribus-1.5.3-linux-x86_64.AppImage</p>
<br>
<p style="margin-bottom: 0cm; line-height: 100%">mkdir
/home/user/scribus (makes a directory with the name scribus)</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">or
/usr/local/bin/scribus-1.5.3-linux-x86_64.AppImage </p>
<p style="margin-bottom: 0cm; line-height: 100%">but in that
directory you need root rights</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">3. make the srcibus
appimage file executable</p>
<p style="margin-bottom: 0cm; line-height: 100%">chmod u+x
/home/user/scribus/scribus-1.5.3-linux-x86_64.AppImage</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">4. You can start
srcibus from the command line with</p>
<p style="margin-bottom: 0cm; line-height: 100%">./home/user/scribus/scribus-1.5.3-linux-x86_64.AppImage</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">5. Or you can make
a
.desktop file as a desktop icon (in KDE) Here is an example:</p>
<p style="margin-bottom: 0cm; line-height: 100%">Create a .desktop
file with vi</p>
<p style="margin-bottom: 0cm; line-height: 100%">vi
/home/user/.local/share/applications/scribus.desktop (or in
/usr/share/applications/ for all linux users on your computer)<br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">In VI press „i“
for insert and than copy that below with „ctrl + c“ and insert
with „ctrl + shift + v“</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">[Desktop Entry]</p>
<p style="margin-bottom: 0cm; line-height: 100%">Encoding=UTF-8</p>
<p style="margin-bottom: 0cm; line-height: 100%">Name=Scribus-1.5.3</p>
<p style="margin-bottom: 0cm; line-height: 100%">Comment=Scribus</p>
<p style="margin-bottom: 0cm; line-height: 100%">Type=Application</p>
<p style="margin-bottom: 0cm; line-height: 100%">Exec=/home/user/scribus/scribus-1.5.3/scribus-1.5.3-linux-x86_64.AppImage</p>
<p style="margin-bottom: 0cm; line-height: 100%">Icon=/home/spc/scribus/scribus.png</p>
<p style="margin-bottom: 0cm; line-height: 100%">Name=Scribus-1.5.3</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">Exit the insert
mode
with „ESC“</p>
<p style="margin-bottom: 0cm; line-height: 100%"><span lang="en-US">then
</span>type :wq!</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%" lang="en-US">You
can
download a scribus picture from Google and save it to the scribus
directory.</p>
<p style="margin-bottom: 0cm; line-height: 100%" lang="en-US">Please
don’t forget to re login in KDE.</p>
</body>
</html>