Archives For scribus

Install Scribus 1.4.4 Ubuntu 14.04

The desktop publishing (DTP) application Scribus 1.4.4 was released a few days ago on May 29. The new release features exporting to PDF/X-1a, a standard popular with print-on-demand services.

The feature was backported from the development version 1.5 which is still in the making. After activated “color management tool” in Preferences, you’ll see the option in the drop-down box of Compatibility at next launch.

Scribus 1.4.4 save as pdf

According to the announcement, Scribus 1.4.4 will likely be the last release in the 1.4.x branch, and the Scribus Team will from now on solely focus on the development of the next major version 1.6.

Most Important Changes:

  • PDF/X-1a export.
  • The Barcode plug-in has been updated to reflect the latest changes in the underlying Barcode Writer in Pure PostScript (BWIPP).
  • The Autoquote script has been rewritten and enhanced. It now provides more options and adds thin spaces to French texts where appropriate.
  • A script to align images in frames has been added.
  • Full support of the OpenICC Directory Proposal (http://www.oyranos.org/wiki/index.php?title=OpenIccDirectoryProposal).
  • The handling of transparencies in Photoshop-generated TIFF files has been improved.
  • Page borders can now act as guides (and thus be used for snapping of items).
  • The CMYK color palette created by the Newspaper Association of America (NAA) for newspaper advertisements has been integrated into Scribus.
  • A new color palette for professional geographers has been added.
  • Export to various bitmap formats has been re-enabled on Mac OS X.
  • Several issues related to the user interface and canvas display have been resolved.
  • Adjustments for Windows 8.x.
  • An issue with the spellchecker, resulting in a crash, has been resolved.
  • Documentation and translation updates and improvements.
  • More details, see the official release note.

Install Scribus 1.4.4:

Before writing this tutorial, there is no repository for Ubuntu 14.04 LTS users yet, so I made Scribus 1.4.4 into PPA (using Ubuntu’s default building rules).

To install it, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the commands below one by one:

sudo add-apt-repository ppa:ubuntuhandbook1/ppa

sudo apt-get update

sudo apt-get install scribus

Available for Ubuntu 14.04, Ubuntu 13.10 and Ubuntu 12.04.

(Optional) To remove it and revert back to original version available in Ubuntu repository, run:

sudo apt-get install ppa-purge

sudo ppa-purge ppa:ubuntuhandbook1/apps

That’s it. Enjoy!

The desktop publishing app Scribus has reached version 1.4.3, this tutorial will show you how to install it in Ubuntu 13.04, 12.04, 12.10, 10.04, Linux Mint via its official repository.

Scribus Ubuntu

UPDATE: Latest Stable Scribus 1.4.4 Now is available in PPA for Ubuntu 14.04, Ubuntu 13.10, and Ubuntu 12.04.

Like the previous version, this is mostly a bugfixing release, but there are also some important enhancements:

  • Scribus has been ported to the Haiku operating system. For more information see: Installing_Scribus_on_Haiku
  • The Barcode Writer has been updated and supports many more barcodes, including QR.
  • The Galaxy Gauge™ color matching system and color tools have been included.
  • New color palettes from government agencies (Canada, Germany, The Netherlands, United Kingdom) have been included.
  • More Open Source color palettes have been included.
  • Improvements to the build system.
  • Improvements to the Preflight Verifier.
  • The A4 page size limit of TeX-rendered graphics in Render Frames has been removed.
  • The Short Words plug-in now supports Danish.
  • Many updates to the Online Manual.

Most important bugfixes:

  • Disabled hyphenation on some Linux distributions is working again.
  • Some unit conversion issues have been fixed.
  • Display issues related to Ubuntu’s Unity interface have been fixed.
  • Some fixes to wrong or irritating UI behavior.
  • Memory management in connection with the new Hyphenator has been optimized.
  • Issues with the Clang compiler have been fixed.
  • Scribus now supports Pillow as an alternative to the Python Imaging Library.
  • Many translation updates.

Install Scribus from Official Repository:

Press Ctrl+Alt+T to open terminal for running commands. When it opens, follow below steps:

1.) Run command to add the Scribus repository:

sudo add-apt-repository "deb http://debian.scribus.net/debian/ $(lsb_release -cs) main non-free"

2.) Get the key:

gpg --keyserver wwwkeys.pgp.net --recv-keys EEF818CF

Export the key and add it to the apt keyring:

gpg --armor --export EEF818CF | sudo apt-key add -

3.) update and install the packages:

sudo apt-get update; sudo apt-get install scribus

That’s it! After this tutorial, you can redo step 3.) to receive updates when a new release comes out.