Archives For November 30, 1999

Unity is the default desktop environment since Ubuntu 11.04 Natty.

How to Disable Screen Lock on Ubuntu 13.04

Last updated: July 15, 2013

When your computer is idled for a certain time, Ubuntu goes into screensaver and lock it self. You’re prompt to enter password to continue your session. Below steps will show you how to prevent your screen from locking on Ubuntu 13.04 Raring Ringtial.

ubuntu-unlock-dialog

To get started, open terminal from unity dash or by pressing Ctrl+Alt+T

Open Terminal to run commands

Copy and paste below command and hit enter to run:

gsettings set org.gnome.desktop.screensaver lock-enabled false

command to disable screen lock

That’s it! The unlock dialog has gone

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

change-the-ownership

Make sure all icons are executable:

sudo chmod +x ~/Desktop/*.desktop

make-them-executable

You are done. Enjoy!