Archives For jimingkui

Create Desktop Shortcuts on Ubuntu 13.04 Unity

Last updated: November 1, 2013

This brief tutorial is going to show you how to create application shortcuts on Unity Desktop in Ubuntu 13.04 Raring. You can just drag and drop icons to your desktop, but it won’t always work. Some of them have the permission issues which can be fixed by below steps:

UPDATES: For Ubuntu 13.10 Saucy, copy and paste the programs .desktop file from /usr/share/applications to user’s Desktop folder

1.) Search for applications from Unity Dash, drag and drop them onto desktop:

drop app icon to desktop

2.) After added all app icons to your desktop, press Ctrl+Alt+T to open a terminal.

Change the ownership of them. My username is handbook, in below command change it to yours.

sudo chown handbook ~/Desktop/*.desktop

Make sure all icons are executable:

sudo chmod +x ~/Desktop/*.desktop

You are done. Enjoy!

The latest stable kernel 3.10.1 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. Here is what’s new and how to install / upgrade kernel 3.10.1 on your system.

Linux kernel 3.10.1 is a small release that includes a few updated drivers, fixes for the HPFS and NFS file systems, as well as other small changes. See the announcement.

Below steps shows you how to install or upgrade this kernel:

1.) Press Ctrl+Alt+T to open terminal. Run below command to download the Deb packages

For 32-bit:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001-generic_3.10.1-031001.201307131550_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001_3.10.1-031001.201307131550_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-image-3.10.1-031001-generic_3.10.1-031001.201307131550_i386.deb

For 64-bit:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001-generic_3.10.1-031001.201307131550_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001_3.10.1-031001.201307131550_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-image-3.10.1-031001-generic_3.10.1-031001.201307131550_amd64.deb

2) Install the Debs:

sudo dpkg linux-headers-3.10.1*.deb linux-image-3.10.1*.deb

After installation, update grub via:

sudo update-grub

For applications that don’t have launcher icons for Ubuntu, you can manually create them to make available from the Unitys search results.

Yestoday I installed Celtx 2.9.7 on my Ubuntu which doesn’t have a launcher icon by default. I need to run a command in terminal to open it everytime.

Finally I got it fixed, and here’s how:

1.) Open terminal by pressing Ctrl+Alt+T or from Unity Dash.

2.) Run below command to install required package gnome-panel without installing the recommends.

sudo apt-get install gnome-panel --no-install-recommends

3.) From now, you can create a custom launcher by running this command:

sudo gnome-desktop-item-edit /usr/share/applications/ --create-new

It brings up a dialog, where you can set the launcher icon, name, and command to run it.

The Celtx was installed into /usr/local/celtx/ directory, and run by root. So I found the icon from that directory, and type in command with gksudo at beginning.

Once done,click OK. Search in Unity, and you’ll find it!

This simple tutorial shows how to assign Ctrl+Alt+Del shortcut key for launching system monitor (aka task manager) in Ubuntu Desktop.

The Ctrl+Alt+Del is a well-known keyboard shortcut for launching Task Manager in Windows. In Ubuntu, the key combination by default triggers the log-out dialog, however, it’s easy to re-assign it to a custom action.

Mission Center

Tips: For users switching from Windows, Mission Center (see the screenshot above) is great alternative system monitor and task manager app with similar layout that works on Linux.

Re-assign Ctrl+Alt+Del to launch Task Manager

NOTE: The steps below are only for GNOME, the default desktop in Ubuntu and Fedora Workstation.

1. First, launch “Settings” from top-right corner system menu. Then, navigate to Keyboard in left, Keyboard Shortcuts -> View and Customize Keyboard Shortcut in right.

For Ubuntu 20.04, just click “+” in bottom right after navigating to Keyboard Shorcuts pane in Settings.

2. Next, click Custom Shortcuts and then “+” in pop-up dialog to add new keyboard shortcut. In next pop-up dialog, set:

  • Name: launch task manager.
  • Command: gnome-system-monitor
  • Shortcut: set to Ctrl+Alt+Del

If you installed the “Mission Center” app mentioned above, insert flatpak run io.missioncenter.MissionCenter instead for the Command box, then the keyboard shortcut will launch this app instead.

That’s it. Enjoy!

UPDATE: 2ManDVD discontinued! If you want an alternative DVD authoring tool, try DVD Styler.

Here is a guide to install the 2ManDVD DVD Authoring tool on Ubuntu 13.04, 12.10, 12.04 and Linux Mint via getdeb repository.

2ManDVD is a simple DVD authoring and slideshow tool written in QT. The getdeb repository contains the latest packages for Ubuntu and Linux Mint users.

To install it, press Ctrl+Alt+T to open terminal, and follow the below steps:

1.) Click the link below to download getdeb package and then double-click to install it. It adds the repository to your system.

Download getdeb package

2.) For Linux Mint users, go to Synaptic Package Manager -> Settings -> Repositories -> Other Software Center, scroll down to highlight the line said “http://archive.getdeb.net olivia-getdeb/apps”. Then click Edit:

Linux Mint 13: change from maya to precise-getdeg
Linux Mint 14: change from nadia to quantal-getdeb
Linux Mint 15: change from olivia to raring-getdeb

3.) Update the package lists and install the tool:

sudo apt-get update; sudo apt-get install 2mandvd

Enjoy!

This tutorial shows how to install NixNote (formerly NeverNote) on Ubuntu 22.04 and Ubuntu 20.04.

NixNote, previously known as NeverNote is an open-source client for Evernote on Ubuntu Linux. It has following features:

  • Synchronizes with Evernote servers
  • Local data caching
  • Cross platform
  • Local-only and synchronized notebooks supported
  • Database may be encrypted locally

There’s a ppa repository contains the latest packages for Ubuntu and Linux Mint users. To install it, press Ctrl+Alt+T to open terminal, then follow the below steps:

NOTE: Don’t know why, but the PPA so far does NOT support Ubuntu 24.04. Check the PPA web page.

1.) Copy and paste this command, and run. It adds the stable ppa repository to your system:

sudo add-apt-repository ppa:nixnote/nixnote2-stable

2.) If you’ve installed Synaptic Package Manager, open it and click Reload button to update package lists. Then search for and install nixnote:

or, run this command instead to update package cache and install the software:

sudo apt-get update; sudo apt-get install nixnote2

Uninstall Nixnote

To uninstall the app, open terminal (Ctrl+Alt+T) and run command:

sudo apt remove --autoremove nixnote2

Also remove the Ubuntu PPA by running command:

sudo add-apt-repository --remove ppa:nixnote/nixnote2-stable

This tutorial shows you how to install the most recent Rubyripper on Ubuntu 22.04, Ubuntu 20.04, and Linux Mint 21.

Rubyripper is a secure audiodisc ripper for Linux and macOS. It uses cdparanoia in a sophisticated way to make sure that a CD rip is done successfully and accurately. It is very similar to and inspired by EAC. Rubyripper is written in the ruby programming language.

Install RubyRipper in Ubuntu via PPA

Besides building the app from source code, there’s an Ubuntu PPA that so far contains the app packages for Ubuntu 23.10, Ubuntu 22.04, Ubuntu 20.04, and even Ubuntu 18.04.

1. To add the PPA, press Ctrl+Alt+T on keyboard to open up a terminal window. Then run command:

sudo add-apt-repository ppa:alex-p/rubyripper

Type user password (no asterisk feedback) when it asks and hit Enter to continue.

2. Then, refresh system package cache, though it should be done automatically in current Ubuntu releases.

sudo apt update

3. Finally, run command to install the app from PPA:

sudo apt install rubyripper

Once installed, search for and launch it from either start menu or overview screen depends on your desktop environment, and enjoy!

Uninstall Rubyripper

To uninstall the app package, open terminal (Ctrl+Alt+T) and run command:

sudo apt remove --autoremove rubyripper

Also remove the Ubuntu PPA by running command:

sudo add-apt-repository ppa:alex-p/rubyripper-daily

Finally refresh cache via sudo apt update command if it’s not done automatically.

How to Install Celtx 2.9.7 on Ubuntu Linux

Last updated: April 24, 2024

UPDATE: Celtx no longer support offline mode. See support.celtx.com

This brief tutorial is going to show you how to properly install Celtx on Ubuntu 13.10 Saucy, 13.04 Raring, 12.10 Quantal, and Linux Mint.

Celtx is the world’s first fully integrated software for Pre-Production and collaboration of film, theatre, radio, AV and comics. It has all the tools media creators need to bring their stories to life while combining intelligent writing and planning tools, storyboarding, and scheduling with internet-friendly technologies. It’s free and open-source.

To get started, click below link to download Celtx 2.9.7:

Celtx-2.9.7 for Linux 32-bit

Celtx-2.9.7 for Linux 64-bit

Press Ctrl+Alt+T to open terminal, then run below commands one by one to extract to /usr/local/:

cd

tar xjf ~/Downloads/Celtx-*.tar.bz2

sudo mv ~/celtx/ /usr/local/

Now create a shortcut launcher for Celtx:

1.) Install required package:

sudo apt-get install gnome-panel --no-install-recommends

2.) Run this command to Create Launcher.

sudo gnome-desktop-item-edit /usr/share/applications/ --create-new

Select icon from /usr/local/celtx/icons/ folder. Type /usr/local/celtx/celtx in command area.

Now search and open celtx in Unity Dash.

Enjoy!

UPDATE 2024: Slidewall has NOT been updated for about 12 years!!

This brief tutorial shows how to install Slidewall on Ubuntu 16.04 via PPA repository.

Slidewall is a free open-source app to make slideshow wallpapers. It’s written in python, that creates Ubuntu-compatible .xml files and also provides a minimal wallpaper changing daemon for gnome 3. It lets you choose single files, entire directories and also filter photos by tag from a given library directory. With it, you can also put a Live Earth wallpaper, or Clock wallpaper on your desktop.

Install Slidewall

The app has an official PPA contains the package for Ubuntu 16.04. To install it, press Ctrl+Alt+T to open terminal, then follow the below steps:

1.) Copy and paste this command and run. It adds the ppa repository to your system:

sudo add-apt-repository ppa:fioan89/slidewall

2.) Update package lists to make it available:

sudo apt-get update

3.) Finally install the software:

sudo apt-get install slidewall

Enjoy!

Uninstall Slidewall

To uninstall the app, open terminal (Ctrl+Alt+T) and run command:

sudo apt remove --autoremove slidewall

Also run command to uninstall the PPA repository from your system:

sudo add-apt-repository --remove ppa:fioan89/slidewall