Archives For November 30, 1999

valentina-patternmaking-logo

Valentina is an open source pattern making program for clothing. It allows pattern creation using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool.

Currently, there is a lack of affordable software tools designed for creating patterns. Some people faced with this problem resort to using CAD tools or graphical editors designed for other purposes. However, these tools are inadequate when performing certain pattern making tasks (e.g. adding seam allowance, truing a dart, walking a seam). Moreover, these programs are good enough to create a pattern in a single size, but when you want to make changes for another person, you can’t do it quickly. You need to create the pattern from scratch. This is where traditional methods of pattern drafting can be very useful. Why can’t you tell a program how to change the pattern so you don’t need to do it ever again?

FSjacket FSpants
layout_in_obj blouse_draw
blouse_pieces layout_options

How to install Valentina in Ubuntu:

Open terminal from the Dash/Menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run commands below one by one to install the software from PPA:

sudo add-apt-repository ppa:dismine/valentina

sudo apt-get update

sudo apt-get install valentina

Or you can download the .deb binary from PPA packages page and install it via Ubuntu Software Center.

Ubuntu 14.10, Ubuntu 14.04, Linux Mint 17 are supported so far!

How to Install Komodo Edit 9 in Ubuntu 14.04

Last updated: July 14, 2017

Komodo Edit 9 Ubuntu

Komodo Edit 9, a new stable release of ActiveState’s free text editor, was released yesterday with new exciting features, e.g. Google’s Go language support, Markdown Viewer, Easier Track Changes.

Komodo IDE and Edit 9.0 was release on March 24 with below changes:

  • A new left margin, which highlights unsaved changes, as well as any uncommitted SCC changes
  • A markdown viewer uses GitHub markdown styling.
  • Initial support for the Go programming language. It provides syntax coloring, code folding, syntax checking (linting) and code intelligence with completions, calltips, outline and goto definition.
  • Commando pop-up dialog, a combination of the “Fast Open” dialog and “Invoke Tool” dialog.
  • Share snippets of code via Kopy.io from right-click option. It supports client side encryption.
  • Notifications now appear in a separate popup panel.
  • Updated UI icons.
  • Added support for PHP 5.6, with a new Xdebug module
  • Added PEP 8 syntax checking
  • Color schemes has been changed.
  • Komodo now includes a CSS code formatter

Komodo 9 also includes overhauled APIs, performance improvements, and various fixes. See the changelog for details.

Install Komodo Edit 9 in Ubuntu:

UPDATE: There’s now a PPA repository that contains Komodo Edit 9 for Ubuntu, so you don’t have to do below steps, instead, running below commands one by one in terminal to get it from PPA:

sudo add-apt-repository -y ppa:mystic-mirage/komodo-edit

sudo apt-get update

sudo apt-get install komodo-edit

Ubuntu 12.04, Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Linux Mint 13 and 17 are supported

1. Download the tar.gz archive from the link below:

Download Komodo 9

Depends on OS type, select download “komodo-edit-*-linux-x86.tar.gz” for 32-bit or “komodo-edit-*-linux-x86_64.tar.gz” for 64-bit.

2. Extract the downloaded package through your file browser:

Komodo Edit 9 Archive

3. Result folder contains an installer script. All you have to do is open terminal from the Dash/Menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run below commands one by one:

  • Navigate to the extracted Komodo Edit folder via command:
    cd Downloads/Komodo-Edit-*

    you may replace Komodo-Edit-* in the code with the full folder name.

  • Run the installer script:
    ./install.sh

install-komodoedit9

4. If you don’t see the launcher icon in Desktop, Unity Dash, or Application Menu, you may run it for the first time from user’s Home folder -> Komodo-Edit-9 -> bin.

nitroshare-new-logo

NitroShare, a cross-platform network file transfer application, has reached the 0.3 release. Official PPA adds support for Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Linux Mint 17.

Nitroshare is an old project started in 2012. The development goes live 2 months ago and the Nitroshare 0.3 is the first stable release that works on Linux, Windows, and Mac OS X.

nitroshare-introduction

nitroshare-transfer580

Feature:

  • new icon
  • written in C++ using Qt5.
  • remove file size limitations
  • see announcements for more.

Install NitroShare 0.3 in Ubuntu:

For Ubuntu and Linux Mint users, you can install the app either from PPA or via .deb installer.

To install NitroShare from PPA, open terminal and run below commands one by one:

sudo add-apt-repository ppa:george-edison55/nitroshare

sudo apt-get update

sudo apt-get install nitroshare

You can also download .deb binary (as well as Windows exe, OSX dmg) from launchpad.net/nitroshare and install it via Software Center.

solid 3d cad objects creator

OpenSCAD is a software for creating solid 3D CAD objects. It focuses on CAD aspects rather than artistic ones.

OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script. This gives the designer full control over the modelling process and enables him to easily change any step in the modelling process or make designes that are defined by configurable parameters.

OpenSCAD-small

While Ubuntu repositories provide a very old version, the most recent OpenSCAD 2015.03 was released with a number of new features, improvements and fixes:

Language Features

  • Added text() module for 2D text
  • Added offset() module for 2D offsets
  • Added list comprehensions and let()
  • Added concat() function
  • Added chr() function
  • surface() can now take PNG images as input
  • min() and max() can now take a vector argument
  • 2D minkowski can now handle polygons with holes
  • Variables can now be assigned in local blocks without using assign()

Program Features

  • Added Toolbar icons
  • New code editor based on QScintilla
  • Added Splash screen
  • Added SVG export
  • Added AMF export
  • Added --viewall and --autocenter cmd-line parameters
  • GUI is now translated into German, Czech, Spanish, French and Russian
  • MDI (Multiple Document Interface) is now available on all platforms
  • Color schemes for viewer and editor can be user-edited using JSON files
  • GUI components are now dockable
  • Added Tickmarks on axes

Bugfixes/improvements

  • Performance improvement: 2D (clipper), preview, hull, minkowski, surface
  • Performance improvement: Reduce duplicate evaluation of identical expressions
  • Better recursion behavior
  • STL export and import is now more robust
  • Internal cavities are better supported
  • New examples
  • Windows cmd-line behaves better
  • Better mirror() and scale() behavior when using negative factors

Deprecations

  • polyhedron() now takes a faces= argument rather than triangles=
  • assign() is no longer needed. Local variables can be created in any scope

Install / Upgrade to OpenSCAD 2015 in Ubuntu:

OpenSCAD Team provides pre-compiled binaries for Ubuntu users through a PPA repository, so far Ubuntu 14.04 LTS, Ubuntu 14.10, Linux Mint 17 are supported.

Open terminal from the Dash/Menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add OpenSCAD PPA:

sudo add-apt-repository -y ppa:openscad/releases

Then refresh system package cache via:

sudo apt-get update

Finally install the software packages:

sudo apt-get install openscad openscad-dbg

You may skip the second and third commands, instead running Software Updater (or Update Manager) and upgrading OpenSCAD package after checking for updates.

Corebird GTK+ 3 Twitter Client

Open-source GTK3 twitter client ‘Corebird’ 1.0 was released recently with lots of improvements. users of Ubuntu 15.04 can now install it from PPA.

Corebird is a native GTK+ Twitter client for Linux which has a modern and responsive design that looks kinda similar to the official Twitter app for Mac.

It’s one of the few remaining Twitter apps still in active development for Linux. With the advantage of the latest GTK+3 features, the application makes use of the new Header Bars. With the gstreamer and gstreamer plugins, corebird allows to view any videos, animated GIFs (added in 1.0 release).

corebird-ubuntu Corebird Twitter Client in Ubuntu
corebird twitter client in Ubuntu 14.04 Corebird Twitter Client in Ubuntu 14.04

Changes in Corebird 1.0:

  • All dialogs now use client-side decorations if the environment dictates it, otherwise they fall back to server-side decorations (compose dialog is excluded).
  • Many layout updates
  • The compose window now allows for up to 4 pictures to be uploaded.
  • now save additional information about the account which makes it possible for blocked users to be actually blocked, i.e. streamed tweets won’t appear in your timeline anymore.
  • When (un)following someone, now also correctly show/hide their retweets in the stream.
  • The DM page now sorts threads with unread messages first.
  • The @handle completion known from the compose window is now also available when composing Direct Messages, as well as in the account settings for the description.
  • Everything app-specific should now be hidpi ready, the only thing missing are assets loaded from Twitter directly, i.e. avatars and media.
  • Notifications should now get withdrawn whenever it makes sense, i.e. if you read a Direct Message before dismissing the notification, it should get withdrawn automatically.
  • The hover buttons moved to a right-click menu on every tweet.
  • Plurals are properly localized.
  • We now also respect muted users (even though there’s no UI to mute someone)
  • A user’s verification status is now also shown in the tweet info page.
  • Everything should now work when the user’s @handle (aka screen_name) changes.
  • Switching to the same page (i.e. going to a profile from the profile page) now works much better, including the swipe transition as well as proper equality checking.
  • Invalid inline media (file size too big, 404, …) should now be properly detected and reacted upon (i.e. remove the widget in the stream, add the link back).
  • Underlines in @handles are now properly displayed in the app menu (i.e. the “open account” submenu)
  • Animated gifs from Twitter are now also handled (just like other videos).
  • Tweets in timelines are now single-click activated. This unifies the behavior with all other lists in the application. Since this interferes with certain user behaviors, there’s a setting to switch back to double-click activation.
  • Based on a user’s protection status, we now disable (or hide) retweet buttons of tweets.

Install Corebird 1.0 in Ubuntu:

Due to the updated dependencies (GTK >= 3.14), Corebird 1.0 only available in PPA for Ubuntu 15.04 Vivid.

Open terminal (Ctrl+Alt+T) and run below commands one by one to add PPA and install Corebird:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

sudo apt-get update

sudo apt-get install corebird

Above commands will also install an old version (Corebird 0.9) for Ubuntu 14.10 Utopic.

Kid3 Audio tag editor

Kid3 audio tag editor has recently reached the 3.2.0 release. Here’s how to install or upgrade it in Ubuntu / Linux Mint.

Kid3 is an open-source audio tag editor for KDE or Qt only. It supports MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Opus, Speex, TrueAudio, WavPack, WMA, WAV, AIFF, tracker modules.

kid3-audio-tag-editor

Just a few hours ago the developer, ufleisch, announced the 3.2.0 release of Kid3:

Kid3 3.2 introduces a script interface to write extensions and automate tasks using QML/JavaScript. Example scripts are provided to embed, export and resize album art, export tags and fetch lyrics from a web service. Kid3 can now be built with KDE 5 and adds support for DSF and Ogg/FLAC files. New features include more options to number tracks and marking oversized embedded album art. Discogs and Amazon import and all known bugs have been fixed.

Kid3 3.2.0 added or fixed:

  • Support QML/JS scripts for user actions.
  • Batch embed, export, and resize album art.
  • Batch lyrics download.
  • Recursive tag export.
  • Support build with KDE 5.
  • Support DSF files with TagLib 1.9.1.
  • Option to mark pictures larger than a given size.
  • Number tracks can reset track number for each folder.
  • Number tracks can only format numbers or set total.
  • Only expand subtree if shift is pressed with “Expand all”.
  • Support Ogg FLAC files.
  • QML plugin.
  • File suffix for export (e.g. picture) is determined by mime type.
  • Image dimensions are displayed below picture.
  • Crash when TagLib file is saved with changes in tags and file name.
  • Deletion of picture frames from Ogg/Opus files.
  • Setting description of Ogg pictures in frame table.
  • Reactivate support for AAC and MP2 files with TagLib.
  • Mac OS X: Avoid excessive memory consumption.
  • Adapted to Discogs server update.
  • Adapted to Amazon server update.

Install / Upgrade Kid3 in Ubuntu/Linux Mint

For Ubuntu 12.04, Ubuntu 14.04, Ubuntu 14.10, and Linux Mint 13/17, Kid3 3.2.0 is available for install/upgrade in the developer’s PPA.

1. Open terminal and run below command to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

2. Refresh system cache:

sudo apt-get update

3. Upgrade Kid3 through Software Updater / Updater Manager. Or select install Kid3 package via below command:

  • For KDE desktop, run:
    sudo apt-get install kid3
  • For Qt version without KDE libraries:
    sudo apt-get install kid3-qt
  • If you want the command line version, run:
    sudo apt-get install kid3-cli

Tomahawk Music Player

Tomahawk team finally made the latest Tomahawk social music player into its official PPA with support for the upcoming Ubuntu 15.04 Vivid.

Tomahawk is a free multi-source and cross-platform music player. An application that can play not only your local files, but also stream from services like Spotify, Beats, SoundCloud, Google Music, YouTube and many others. You can even connect with your friends’ Tomahawks, share your musical gems or listen along with them.

tomahawk-plugins

tomahawk-friends-music

tomahawk-received

Now the Ubuntu 15.04 users can install the latest player (Tomahawk 0.8.2 so far) by running below commands one by one in terminal:

sudo add-apt-repository ppa:tomahawk/ppa

sudo apt-get update

sudo apt-get install tomahawk tomahawk-dbg

Above command adds the Tomahawk PPA into your system and you can receive future updates along with System Updates via Software Updater.

Papyrus Note Manager

Papyrus is a free, open-source, and modern note manager focused on privacy, socials, and better user interface.

Papyrus is developed by Aseman Land, the team behind Cutegram telegram client. It’s a fork of Kaqaz project by sialan labs and works on Linux, Windows, Mac, Android and iOS soon.

Papyrus Note Manager

Papyrus Touch Version

The software provides both desktop and touch version and features:

  • Notes management by means of labels and categories
  • Sorting notes by day
  • Advance and Smart searching in notes
  • To-Do papers
  • Backing up notes
  • Encrypted synchronization via Dropbox among all your devices
  • Supporting left-to-right and right-to-left languages
  • Sharing papers with other applications
  • Assigning password for protecting notes
  • Attach map and weather to note informations automatically
  • Attaching photos, audio files and folders to any note
  • Search on papers by location
  • Capability of running and sync data on all operating systems (Android, Windows, Linux, Mac and soon other operating systems)
  • Canvas for painting
  • Search on papers using weather and temperature, your notes wrote.
  • Can move data to sd-card (on old phones)
  • Status and statistics page for notes
  • Synchronizing files

Install Papyrus in Ubuntu/Linux Mint:

The note manager has an official PPA with supports for Ubuntu 14.04, Ubuntu 14.10, Linux Mint 17 so far.

Open terminal (Ctrl+Alt+T) and run below commands one by one to add PPA and install the app:

sudo add-apt-repository ppa:aseman/desktop-apps

sudo apt-get update

sudo apt-get install papyrus

An alternative way is to download Linux Installer from the bottom of its homepage. Give executable permission and run the installer wizard:

  1. Select download the installer that matches your OS type, 32-bit or 64-bit
  2. In terminal navigate to Downloads page by cd ~/Downloads
  3. make the installer executable by command chmod +x FILENAME
  4. Finally start the install via ./FILENAME

Papyrus Linux Installer

restore login screen

After installing another desktop environment (e.g. KDE, MATE, Cinnamon) in Ubuntu Unity, the default login screen may be replaced after restart.

Here’s the quick tip for those who want to restore the default login screen, Unity Greeter, in Ubuntu 14.04 and/or Ubuntu 14.10, so it looks like:

LXDE-Qt desktop in Unity Login Screen

1. By default, Ubuntu Unity uses Lightdm display manager to handle its login screen. But installing Gnome Shell or Cinnamon Desktop also installs the GDM or MDM display manager.

So you may first run below command in terminal (Ctrl+Alt+T) to make sure LightDM is in use by choosing it from the prompt:

sudo dpkg-reconfigure lightdm

choose-default-display-manager

2. LightDM also supports “themes”, some DEs use LightDM-GTK-greeter instead of the default Unity-Greeter as its theme.

The easiest way to restore LightDM theme is:

Open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to edit (or create) /etc/lightdm/lightdm.conf:

gksudo gedit /etc/lightdm/lightdm.conf

If need, install gksu from Ubuntu Software Center

When the file opens, change its content to (or paste below content):

[SeatDefaults]
greeter-session=unity-greeter

LightDM settings

Save the file and you’ll see the default login screen at next boot.

xfce theme

Color UI is a new simple and good looking theme project includes support for Xfwm4, Unity, Cinnamon, GTK3, GTK2, Metaciy, Mutter, Openbox.

Color UI was made with maximum usability in mind, from the window borders to the color scheme, Color UI was made for the user who wants an elegant simple theme that does not look broken. If any part of Color UI has any problems in any of the things I listed as this theme supporting, please notify me in the comments and I will try to fix it ASAP! Feedback is always appreciated, if it was not for feedback how else would Color UI improve.

Below is the screenshot of Color UI theme in Xfce Desktop, along with Numix-icon-light and Pen Tool Wallpaper.

Xfce Desktop with color UI theme

Wanna try this theme? Do the steps below:

1. Download the theme from right pane of the project page.

2. Unpack the theme package, copy & paste Color UI folder to /usr/share/themes. You may do the copy and paste thing by running below command in terminal:

cd ~/Downloads/Color-UI-* && sudo cp -r Color-UI /usr/share/themes

themes-folder

3. Change the theme folder permission:

sudo chmod -R 755 /usr/share/themes/Color-UI

4. For XFCE, apply the theme at Settings Manager -> Appearance -> Style, and Icons tab. Also change the window border by going to Settings Manager -> Window Manager -> Style.