Thursday 28 March 2013

Nautilus Tips and Tweaks,openSUSE 12.3, GNOME 3.6

 Nautilus has undergone massive changes in recent versions and it is going to be a challenge figuring out a few things. The following long winded article would be useful in figuring out various "Hidden" functionalities of Nautilus. But before doing anything, do Configure Community Repositories openSUSE 12.3
Where are Preferences / settings in Nautilus?
 After opening Nautilus you need to click on the Nautilus icon on top panel to pull down the various settings / preferences.
 Do you need nautilus to confirm with you before executing each script and provide an option to run in a terminal?
If yes then you can enable using following menu in preferences
How can i sort icons ?
 By clicking on the drop down button next to the "Wheel" like button on the menu bar, you can access functions like :-
  • Zoom in / out which allows us to increase and decrease icon sizes.
  • Reload which allows us to refresh Nautilus. (keyboard : F5).
  • Allows Sorting and reverse sort of icons by:-
    • Name
    • Size
    • Type
    • Modification Date
  • Hide / Show Hidden files & folders (Names starts with a dot (.) )
 How can i Bookmark various folders ?
  Bookmarking folders in Nautilus makes them appear in the "pane" on the left hand side of Nautilus. You can use the wheel / Gears like button on top right hand side of Nautilus to :-
  • Bookmark Folders (keyboard : Ctrl+B) so that they appear on "left pane".
  • Open New Tab in Nautilus (keyboard : Ctrl+T)
  • Create New Folder in present working directory.
  • Selecting all matching items (keyboard : Ctrl+S). You can select all png files in a folder using this functionality.
Where are "New File" and "Refresh" Context / Right click menus ?
  They have ahem! been "removed". We can easily restore these functions by using "Nautilus Actions". I would take a look at this post (Nautilus Actions?) before coming back here to read further.
Use "touch" command to create a "New File"
 Install "xdotool" (sudo zypper in xdotool) to simulate key presses. Now, all we need to do is simulate F5 key press to add refresh functionality to context menu.
Restored "NewFile" and "Refresh" Menu items
How can I preview files ?
 Preview functionality in Nautilus allows you "preview" contents of all files without actually opening them. You can even play video and audio tracks using this functionality. It can be accessed by ensuring that you have the following packages installed:-
  • Install "sushi" (Quick Previewer for Nautilus) sudo zypper in sushi
  • Install "unoconv" (Allows us to preview doc,ppt,xls,docx,odt,odf etc) sudo zypper in unoconv
  • Install "nautilus-evince"(Allows previewing pdfs) sudo zypper in nautilus-evince
  • Install Gstearmer libs (Allows previewing Audio and Video files) sudo zypper in gstreamer* (Will pull in lot of packages :) ).
 After installing above stuff you may restart system and to preview files you can press "spacebar". You can "preview" virtually any file now :). You can see preview samples here:- Audio,video and doc preview features in Nautilus
Also chekout :- Image resize,create thumbnail and image rotate using Nautilus on openSUSE 12.3, GNOME 3.6

Wednesday 27 March 2013

How to Install fonts on openSUSE 12.3, GNOME 3.6 ?

 If you are surfing websites with a lot of regional language content, it is likely that they use non English or other language fonts. Typically all the text in these websites appear haphazard, illegible and look like ugly boxes. I don't have the relevant fonts for viewing disapprovallook and i see all the text in the webpage appear like boxes.
Incorrect Fonts
  Usually, sites which host non-English content provide links to the fonts they use. To fix content in disapprovallook, I downloaded the relevant fonts from the website and then extracted the zip file using file roller to get the font file. Font files usually end with name/extension  (.ttf). To install the font i use command launcher(Alt+F2) and open the "~/.fonts" folder in my home directory.
Alt+F2 Open ~/.fonts Folder
 Now i copy(ctrl+c) and paste(ctrl+v) the font (*.ttf) file into the fonts folder.
fonts folder with font file
 Then I refresh the website again to see the text in correct font. Sometimes, we may need to restart the browser for the changes to take effect. Now i can see the text in correct format as shown below.
Corrected Font
Alternative Install using Zypper
 The above installation procedure is generic one and applies to many Linux desktops. Alternatively, if you have already configured the community repositories on your openSUSE machine then you can open terminal through command launcher using the command "gnome-terminal" and then run a search for font packages available for install using zypper.
$zypper se *font* | less
And then install the relevant fonts using a command similar to
$sudo -u root zypper in chinese*font*

Sunday 24 March 2013

Change address bar's background and text colour in SeaMonkey

 I noticed that whenever i accessed  https / encrypted pages, the Address / URL bar appeared dark in SeaMonkey (kind of Firefox cousin). This issue cropped up after I migrated from GNOME 3.4 to GNOME 3.6.
Dark Address bar in SeaMonkey in GNOME 3.6 at DuckDuckGo.com
Dark Address bar in SeaMonkey in GNOME 3.6 at DuckDuckGo.com
 This issue does not occur in some themes. The "default" theme is probably adjusting it's settings to achieve better integration with rest of the desktop which is good, but in this case it proving to be counter productive.
Address bar looks normal in Non https URL
Address bar looks normal in Non https url
Normal looking address bar, "Nautipolis theme" at DuckDuckGo.com
Normal looking address bar, "Nautipolis theme" at DuckDuckGo.com
 With inputs from "Mozillazine" forums, i figured that i had to do the following to address the issue with the address bar:-
  1. Create a folder called "chrome" under my SeaMonkey profile ("~/.mozilla/seamonkey/<profileName>/") folder
  2. Create a "userChrome.css" file inside it.
  3. Make some entries in this file to customize my address bar.
 I chose to use some yellowish colour as background and black as the text colour. I found the site (colorhexa.com) extremely useful in figuring out the hexadecimal codes I needed. The following is the code i had to use to change the settings the way i wanted it.
#urlbar[level] .autocomplete-textbox-container >* {background-color:#FFFFB7 !important; color: #000000 !important; }
Screenshot of css code in userChrome.css
css code in userChrome.css
 Better looking address bar after changing the settings
SeaMonkey Address / URL bar Yellow background Black text  in https
 To change non address bar settings for non https URLs the following code might be used in the userChrome.css file
#urlbar { background-color: #00FF00 !important; color: #000FFF !important; }
 Customized Address bar look for normal http pages
Customized Address bar look for normal http pages

Smudged Icons in Application Switcher GNOME 3.6

 I noticed that i was seeing smudged and distorted icons in Alt+Tab Application / Task Switcher in GNOME 3.6/ openSUSE 12.3. I also noticed that this condition appeared and disappeared from time to time. I failed to understand as to what was is causing this problem.
Image showing smudged icons in Alt+Tab switcher
Smudged icons in Alt+Tab application switcher
 After a few days i noticed that whenever i refreshed my GNOME desktop this issue disappeared. I confirmed that the solution does fix the issue issue by restarting my OS and i found that refreshing GNOME, indeed helps in banishing the smudged icons. Hope they fix this in GNOME 3.8.
Alt+F2 followed by running the command 'r'
Alt+F2 ==> 'r' refresh GNOME
Alt+Tab switcher looks good after desktop refresh :-)
Alt+Tab  Good Looking Icons

Wednesday 20 March 2013

Reverting Disqus to older version again ?

 Disqus as a comment platform is very good and i am very thankful to them. But they has recently started "turning ON" Advertisements on my blog without my express consent. They did it once in the past and I had documented as to how I reverted back here (Reverting from DISQUS 2012 to older version) . They have done it again . I received a mail in my inbox about providing me with more revenue etc.. and I started seeing advertisements on my blog.
Mail from Disqus about the new disqus and advertisements appearing on my webpages :(
Disqus Email
Then i had to go back to Disqus website. Navigate to Settings and under Settings navigate to "Discovery" tab .Then i had to change the "Discovery" settings from increased "Revenue" to "Just comments" and everything is back to normal :)
Disqus Turn Off Discovery Use Just Comments

Monday 18 March 2013

Dartmouth is out, Grab it now !

Dartmouth openSUSE 12.3
 We had sneak peeks at Dartmouth earlier here ( 1, 2, 3, 4) and it is out now and unlike Mantis did not face any hiccups in the development life cycle. I generally prefer to install any openSUSE version using Live ISOs rather than DVD as they seem to install faster than DVDs, but they do have a downside as they cannot be used for upgrading from older to newer version of the distro.This article is about preparing the ISO image, installing 12.3, things to do before installation and 30+ list of things to do after installing openSUSE 12.3 / GNOME 3.6.2.
How to prepare an ISO?
 I downloaded the openSUSE 12.3 GNOME live ISO which is available through download page. I usually download my ISOs through torrent as it is:-
  • Much faster compared to direct downloads.
  • More reliable as after downloading them i can "verify" or hash check the downloaded file to ensure the integrity of the ISO.
  • Allows me to stop and resume downloads.
 I burned / wrote it onto a flash drive using SUSE Studio Image writer. For those trying to burn 12.3 Live ISOs onto CDs there is bad news. The new Live ISOs don't fit on a CD and size of ISO is nearly a GB. For example the 64 bit version of GNOME is of size (890 MB). They can be written onto DVDs though.
Why a fresh install is better?
I usually prefer a fresh install instead of upgrade because:-
  • There is always a danger of incompatible libraries between old versions and newer versions on GNOME as well as openSUSE 
  • Sometimes there are even architectural changes between various of release like usr merge and systemd etc..
What are the things to do before installation?
Verify downloaded media
 We need to verify the downloaded ISO image using the md5sum command and compare the output from terminal to that of the md5 files obtained from download page. Running the following command should give you an output like  "29725b..." which you can check against the content inside md5 files.
md5sum openSUSE-12.3-GNOME-Live-x86_64.iso
Read Release Notes
 We obviously need to read through the release notes before starting any installation. Some important pointers are:-
  • There would be "No Network after Installation". You may need to reboot the machine once manually. Yeah this is a real downer :-(
  •  Since 12.3 uses systemd you need to use commands like "sudo systemctl restart network.service" instead of "sudo /etc/init.d/network restart". An example is given here.
  • Systemd: Cleaning Directories (/tmp and /var/tmp). By default, systemd cleans tmp directories daily as configured in /usr/lib/tmpfiles.d/tmp.conf. Users can change it by copying /usr/lib/tmpfiles.d/tmp.conf to /etc/tmpfiles.d/tmp.conf and modifying the copied file. It will override /usr/lib/tmpfiles.d/tmp.conf.
Backup data and settings
The following are the things to backup before proceeding with new installation.
  • You obviously need to backup all your data files like videos, mp3s, text files, pdfs etc:
  • You may also want to backup settings of the applications you have used before so that you need not loose any data and re-customize the applications on your new installation. To access your old application settings you should open nautilus (assuming you are using previous versions of GNOME) and then press "ctrl+h" and then navigate to your home directory. Some of the directories i would back up would be:-
    • Notes from tomboy which are available in directory ~/.local/share/tomboy.
    • Old stats folder for gkrellm available in directory  ~/.gkrellm2.
    • Old bookmarks and browser (Firefox, Seamonkey) related settings which are present in ~/.mozilla.
    • You can backup your thunderbird mails which are available from ~/.thunderbird
    • Although not recommended you can also backup installed gnome shell extensions and migrate them to new desktop. The extension files are located in  ~/.local/share/gnome-shell/extensions
    • You may migrate your old themes from  ~/.themes
    • You can migrate the custom application menus you created using alacrate from here  ~/.local/share/application.
    •  If you  use FreeRapid then you may want to backup the settings folder so that you can retain history of your downloads. The settings folders are ~/.FRD.
Note:- ~ means /home/<profileName> i.e. /home/<profileName>/.FRD is the same as ~/.FRD.
Installation:-
 As usual openSUSE installation is pretty straight forward and what i am describing here applies to installation from a Live ISO. You need to plugin the USB into your system and while booting press F10 or whatever function key which allows you to get the "boot from media" menu. Here we need to choose the USB device.
  • I would recommend booting into the LIVE session first and test a few things  by opening some applications, testing sound etc to ensure that the installation media is good.
  • Then we can reboot and choose the "installation" menu to start the installation.
  • In the first screen you can choose the right keyboard layout and Locale / Language settings.
  • Then you can choose the place you live on the world map to set the time / timezone right. You may opt to disable the setting "Set Hardware clock to UTC...". This will cause issues if you dual boot with another OS. The other OS would always show UTC / GMT time.
  • In the next screen YaST would offer you the best installation and partition setup based on your system configuration. You may choose to import your existing partition setup or even use the "Expert" option to do custom partitioning.
  • In the next screen you can create a "user" and set the password for that user. You will also notice that this password would also be your root or admin user password.
  • After you confirm the settings, the installation will begin and after a few minutes the installer will ask you to reboot and upon rebooting an automated configuration process takes over and does some magic and finally your will be logged into the DE which you have opted to install.
Things to do after installing openSUSE 12.3 / GNOME 3.6.2
Steps to open terminal:-
 In terminal you can easily run various commands to install various software. During installation you will need to provide the admin password that you have entered during installation. You can open command launcher (Alt+F2) and then use the command ("gnome-terminal") to open a GNOME terminal.
Steps to refresh desktop:-
 To refresh the GNOME desktop you press "Alt+F2" which opens the command launcher and use the command "r" and hit return or enter key. This will refresh / restart your GNOME 3.X desktop.
Notes about Zypper:-
sudo - It is a command used to elevate permission to "root" user level
zypper :- zypper is a package manager used in openSUSE . You may also read about Understanding "Package Management" in Linux
in :- this option is used to instruct zypper to install the packages following the option.
You can check Man for zypper or take a look here for more details.
01.)Configure Community repositories
 Setting up of the "Community repositories" is the first step in setting up our system. You can take a look at this article to configure the repos.
02.)Check For Updates
 To check for updates you can open the terminal and use the command "sudo zypper up" to check for available updates. You will be surprised about the number of updates that are waiting to get installed.
03.)Improve multimedia experience
 openSUSE installation doesn't provide codecs for any of the restricted multimedia formats like mp3. There is a famous "1 click Install" procedure to overcome this predicament here. The recommended one-click for gnome desktop is named "codecs-gnome.ymp". Once you click on the installer, you need to be ready with your mouse and click on "Agree / I trust" buttons that appears endlessly one after the other. Finally, we need to refresh the desktop.
04.)Install your backed up application profiles
 You can opt to move all the application profiles which you have backed up to respective folders on your new installation. Sometimes we may need to change ownership of these files and folders if you see an "X" marked on the file or folder icon in Nautilus. To do this we open a terminal and then we can apply the "change ownership" command on all folders and subfolders by running the command "sudo chown -R <profileName> /home/<profileName>/" in the terminal.
05.)Install Banshee
  The default audio jukebox on openSUSE 12.3 is Rhythmbox. But if you need Banshee then you can open the terminal and run the command. "sudo zypper in banshee  banshee-extensions-default". It integrates well with Media Player  Indicator which is a Gnome Shell Extension. The extension allows you to control playback, volume and also preview cover art of the track that is playing.
06.)Install Mp3 support
 If you don't have mp3 support even after using the above one click in step3 and you get an error that you need "Advanced Streaming Format (ASF) demuxer", then you need to install mp3 codec by running the command "sudo zypper in gstreamer-0_10-fluendo-mp3" in the terminal.
07.)Install Video player
 The default video player Totem is pretty good but not good enough. It is better to go in for a "mplayer" based media player so that most of the media formats are supported. You should consider using mplayer2 backend which claims to be better than standard mplayer backend. We can open terminal and run the following commands to install various video players.
Install gnome-mplayer
sudo zypper in gnome-mplayer mplayer2-as-mplayer (or) sudo zypper in gnome-mplayer
Install smplayer
sudo zypper in smplayer2 mplayer2 (or) sudo zypper in smplayer
Install umplayer
sudo zypper in umplayer mplayer2-as-umplayer (or) sudo zypper in umplayer
08.)Install Note Making application
 If you need to use stickies or note making application then we need to install Tomboy. To install tomboy you open gnome terminal and run the command "sudo zypper in tomboy" to install Tomboy. Once you open the application it will automatically detect the old notes from your old profile which you have migrated to "~/.local/share/tomboy".
09.)Install GKrellM
 By installing GKrellM you can get various stats like internet, CPU usage etc. To install GKrellM you can run the command "sudo zypper in gkrellm" in terminal. You can see your old internet usage stats if you had migrated your old stats to "~/.gkrellm2".
10.)Install offline dictionary
  Artha is a cool offline dictionary which has many advanced features and is very useful in day to day life. You can run the command "sudo zypper in artha" in terminal. You can access artha once it is started through the key combination "ctrl+alt+w".
11.)Install favourite web browser
 openSUSE 12.3 / GNOME 3.6 comes with Firefox as default browser. For installing any other browser you can run the following commands in terminal.
GUI based browsers
To install SeaMonkey (Web-browser, advanced e-mail, newsgroup and feed client, IRC chat, and HTML editing made simple—all your Internet needs in one application.) use "sudo zypper in seamonkey"
 To install Opera (really fast browser with inbuilt email client, torrent client and a irc chat client ) use "sudo zypper in opera-gtk"
 To install Chromium (open-source clone of infamous google chrome) use "sudo zypper in chromium"
 To install Epiphany (default browser for GNOME desktop) execute the command "sudo zypper in epiphany"
 To install midori (light weight webkit based browser) use "sudo zypper in midori"
Text based browsers
 Unlike browsers which support javascript, flash and other plugins  text browsers are as the name suggests can only render the text from any webpage. Many major sites do support text browsing. 
To install Links  use the command "sudo zypper in links"
To install Lynx  use the command "sudo zypper in lynx"
To install w3m use the command "sudo zypper in w3m"
12.)Install Bleachbit
 Bleachbit is essentially a clean up tool for your Linux desktop. According to the Bleachbit website it identifies and erases broken menu entries, cache, cookies, localizations, recent document lists, and temporary files in Firefox, OpenOffice.org, Bash, and 50 other applications. It is your Linux equivalent of ccleaner in windows. You can install Bleachbit in terminal using the command "sudo zypper in bleachbit".
13.)Install Image editor
  12.3 comes with GIMP pre-installed but, If you want a light-weight, basic image editor then you can go in for Pinta. Pinta is the Linux equivalent of Paint.NET on windows. To install Pinta you can execute the command "sudo zypper in pinta" in terminal
14.)Install Sun Java JDK / JRE / browser plugin
 openSUSE comes bundled with a community version of Java called openJDK and a browser plugin called icedtea-web. This should be good enough for most of the users but if you do need Oracle/Sun java then read on.
 Due to some licensing issues, Oracle (Sun) Java/ JRE could not be distributed through the official repositories of openSUSE, since openSUSE 12.1.
 You need JDK if you want to develop something using JAVA. If you just want to run some jars and some applets in the browser like Firefox then you need to install JRE and JAVA Plugin. Here is a official quick guide to install the newest and secure version of Java. For people who just want the software and averse to long installation procedures i would suggest installing them from user maintained repositories. openSUSE don't guarantee any stuff downloaded from user maintained repositories. I usually install Java from user maintained repositories and they work just fine. Before installing Oracle JRE you should remove openJDK by executing the following command in terminal.
sudo zypper rm -u java-1_7_0-openjdk icedtea-web
You can find "1 Click Install" links  for JRE 1.6 here. You can get JRE 1.7 here.
Similarly you can get JDK 1.6 here. You can get JDK 1.7 here
15.)Install GNOME Shell Extensions / Remove Annoying "Universal Access"
 According to GNOME site GNOME Shell extensions are small pieces of code written by third party developers that modify the way GNOME works. If you are familiar with Firefox Addons or Chrome Extensions , GNOME Shell extensions are similar to them. You can take a look at a few of the extensions in this post.
16.)Install Acrobat reader
 Evince is the default pdf document viewer for the GNOME desktop. It is already installed on openSUSE 12.2. For day to day purposes, Evince is good enough. But it is not rich in features like Acrobat reader. To install Acrobat Reader use the command "sudo zypper in acroread" in terminal.
17.)Enable desktop icons
 To enable desktop icons we need to make nautilus as desktop manager instead of gnome shell. To do this we should open the command launcher (Alt+F2) and use the command "gnome-tweak-tool" and open Advanced Settings tool. Here we can select "Desktop" in the navigation tree on the left and then turn ON nautilus as the desktop manager. You can optionally turn ON other options like "Computer Icon", "Home Icon", "Network Icon", "Trash Icon" etc...
Gnome Shell nautilus As Desktop Manager
18.)Enable location bar in Nautilus
 One can enable location bar instead of path bar in nautilus. The advantages of using location bar are that you can always see the full path of the folder you are in and also copy paste the same if required. we should open the command launcher (Alt+F2) and type in "gnome-tweak-tool" and hit return key. You can then select "Files" in the navigation tree on the left and then turn "ON" the required option as shown below.
Enable Location Bar Nautilus
19.)Enable minimize maximize and close buttons in all applications
 One can easily enable minimize maximize and close buttons in all application windows in GNOME Shell. To do this we must open the command launcher (Alt+F2). Then type in "gnome-tweak-tool" and hit return key. You can select "Shell" in the navigation tree on the left and then select the required option which is "All" in menu "Arrangement of buttons on the title bar" as shown below. One can also enable other cool options like date in calendar which gets displayed in top panel, configure shutdown options etc.
Enable Maximize Minimize buttons
20.)Customize the Dash menu
 The Dash menu is the menu bar which appear on the left hand side of the screen if you press the left windows key on your keyboard. You can easily Add and remove items, rearrange items in the DASH. A detailed post about customizing the DASH is available here
21.)Add programs to start up
 You can easily Add and Remove items to start up of your GNOME session. Open the command launcher (Alt+F2). Then type in "gnome-session-properties" and hit the return key. In this window you can click the "add" button on the right hand side of the window which will in turn open up a new window where you can type in the command that will launch the relevant applications when the system starts up. I would typically add the following applications to the startup of my GNOME based system:-
  • Network Monitoring Tool(GKrellM)
  • Offline Dictionary(Artha)
  • Note Making Application(Tomboy)
Adding items to GNOME session startup
Startup Gnome Session
22.)Change Themes
 Dark theme lovers can start rejoicing as "Adwaita" supports dark themes now. Dark theme support can be turned ON using the relevant slider as shown below in "gnome-tweak-tool".
Adwaita Dark Theme
23.)Change default applications
 If you need to change default applications on your desktop e.g.You want to make Opera default browser instead of Firefox then you should Open the command launcher (Alt+F2). Then type in "gnome-control-center" and hit the return key. This will open "Settings" where you can locate an application/applet by name "Details" under "System" category. Open "Details" and navigate to "Default Applications" on the tree like menu on the left hand side of the application. Here you can change the default applications of your system.
GNOME 3.X Default Application
24.)Force applications to appear in openwith list
 If you want some rogue applications to appear in nautilus file "open with" list (Or) when you right click on a file then you essentially need to edit the launcher in GNOME 3 applications using Alacarte(menu editor) and add a %U after the command. For detailed explanation take a look at this post.
25.)Install archive manager
 Even though openSUSE 12.3 comes with a good archive manager in the form of File Roller we usually require archive mangers that have advanced functions
  • Splitting the file into multiple parts and rejoin the split file
  • Handle multiple file formats(7zip, xz, bzip2, gzip, zip, tar)
  • Create self extracting executables
  • Encrypt archived files
  • Test archived files
  • Accessible through right click in Nautilus
  J7Z is one such cool archive manager which satisfies all the above requirements and more. It has built in themes / skins too. To install J7Z we can run the command "sudo zypper in j7z" and then press return or enter key in a terminal.
26.)Install clipboard manager
 For power users who miss the GNOME 2.X clipboard applet which was sitting prettily on the panel and wish you had similar application on your GNOME 3.X desktop then Glipper or Parcellite comes to your rescue. To install Glipper run the command "sudo zypper in glipper" in terminal. To install Parcellite use the command "sudo zypper in parcellite" in terminal. Parcellite and Glibber automatically adds itself to the start up list and will start automatically when you boot GNOME, next time.
27.)Enable icons in buttons and Menus
To do this you can take a look at this post (GNOME Shell Context Menu Appearing Plain without Icons)
28.)Make things easy using Nautilus Actions
 Actions is useful in adding custom menu items to the right click menu and execute arbitrary commands. It provides a way to automate many day to day tasks like image conversion, opening Nautilus in admin mode etc.Why should we use Nautilus Actions?
29.)Change right click options on files
 This is about setting a list of open with applications and setting default applications for any file. For more information you can take a look at Changing right click options for files on GNOME 3.X desktop.
30.)Creating custom keyboard shortcuts
 You can use the "keyboard settings" tool under Activities(Alt+F1) and create custom keyboard shortcuts to run scripts,execute jars etc.. For more details you can take a look at Custom Keyboard Shortcuts on GNOME 3.x desktop
31.)Create custom menus or application shortcuts in GNOME
 In order to create a new menu in the Accessibility dropdown or add your own application launcher to the panel you can take a look at Adding custom menus or application shortcuts to GNOME 3.X panel
32.)Force some programs to appear in openwith menu
 You can follow the method described in step 29 or check out editing of launcher using alacarte in Force programs to appear in open with list on GNOME 3.x desktop
33.)Read through GNOME Cheat Sheet
  GNOME 3.X desktop have lot of cool inbuilt features like creating screen recordings, desktop refresh, theme refresh etc.. You can learn many thing by reading GnomeShell/CheatSheet
34.)Read about various GNOME 3.6 features
 Various GNOME 3.6.X features were covered by me through
35.)DVD authoring tools
 Bombono DVD is a DVD authoring program for Linux. It is made easy to use and has nice and clean GUI (Gtk). To install Bombono you can run the command "sudo zypper in bombono" in terminal. It is very easy to create Video DVDs from individual video files using Bombono.
 36.)DVD Image Slideshows
 Imagination is a lightweight and simple DVD slide show maker for Linux. If you have a large collection of images and you want to burn them with a sound track this would be the go-to tool for you. To install Imagination you can use the command "sudo zypper in imagination" in terminal.

Sunday 17 March 2013

Configure Community Repositories in YaST, GNOME 3.6, openSUSE 12.3

 Community repositories (repos) in openSUSE are repositories that are essential repositories through which most of the software requirements can be met. Community repos can be configured using YaST Software Manager and the repos can be classified as:-
  • Official :- These are basic repos which power the distro
    • Main Repository (Oss) - This has free software. Packages don't get updated as this is kind of baseline stuff.
    • Main Repository (Non-Oss) - This has Non Free software. Packages don't get updated as this is kind of baseline stuff.
    • Main Update Repository (Oss) - All security updates and other patches Main Repo can be obtained from this repo.
    • Update Repository (Non-Oss) - This is
  • Additional Repositories :- These repos are as the name mentions are used to obtain software that are not part of Official repos.
    • Essential Repositories
      • Packman Repository - Contains lot of packages of type multimedia codecs (a.k.a. restricted codecs that cannot be distributed by the openSUSE), Games,Media players( VLC, Mplayer) and other utilities.
      • Libdvdcss Repository - This contains a package which can handle proprietary/encrypted DVDs.
    • More Repositoies
      • openSUSE BuildService - Education - Contains cool software like Artha, Bluefish, Bluej etc...
      • openSUSE BuildService - GNOME:Apps - Contains lot of cool GTK applications
      • openSUSE BuildService - Mozilla - Contain latest versions of Firefox and SeaMonkey and Thunderbird.
 The following video / screencast shows the procedure to add community repository

Saturday 16 March 2013

How to Format USB drive using YaST partitioner on openSUSE ?

How to format USB using YaST partitioner on openSUSE so that we can use the same on both windows and Linux?
 This is a short screencast / video on a cool and easy way to format or partition a USB / pendrive drive using YaST partitioner on openSUSE 12.2, GNOME 3.4.2. I have used a Kingston, DataTraveler 108 of size 8GB in the screencast. If the USB drive is partitioned in the way specified in this video then it can be used both on Windows and Linux machines. I was able to successfully use the partitioned USB on openSUSE 12.2 and a windows 7 machine.

Friday 15 March 2013

Download manager for file and video sharing sites on GNOME 3.4.2, openSUSE 12.2

 In order to automate and queue downloads from file sharing sites like 4shared, filejungle, depositfiles, mediafire etc.. and video sharing sites like youtube, dailymotion, vimeo etc., we can use a Java based downloader called FreeRapid on GNOME 3.4.2, openSUSE 12.2.
Step1:-
 We need to Install Sun JRE(Java Runtime Environment) for GNOME 3.4.2, openSUSE 12.2 . You can refer to this page to install the same.
Step 2:-
 Download the latest "All platforms" version of FreeRapid from this page.
Step3:-
 Extract the downloaded file using your favourite archive manager or just right click on the zip file to open Nautilus context menu and use the menu / option "Extract Here" to extract the contents.
Extract Here Nautilus FreeRapid
Step4:-
 Open Alacarte (GNOME 3.X menu editor) and add the relevant menu item as shown below. Ensure that you are adding the full path to "frd.sh" in "Command" textbox.
open alacarte through command launcher
Command Launch Alt+F2 Alacarte
Add FreeRapid to Activities menu using Alacarte
Alacarte FreeRapid
Step5:-
 After adding FreeRapid to Activities, we can locate it by launching Activities (Alt+F1 or Left Win key) and then typing in search query as "freerapid" in "Activities" window.
FreeRapid GNOME Shell Activities
Step 6:-
 If you open any youtube video or open a file sharing site and copy the url in your browser then it prompts you to download the relevant file or video as FreeRapid can monitor your clipboard. Clipboard monitoring can be toggled on and off using F7 key.
FreeRapid Monitor Clipboard F7 Toggle
FreeRapid downloading one of my youtube videos
FreeRapid downloading youtube videos

Sunday 10 March 2013

GConf daemon issue in GNOME 3.4.2, openSUSE 12.2

 Recently I noticed that some GTK based applications in GNOME 3.4.2, openSUSE 12.2 were misbehaving or throwing a tantrum and are refusing to start or crashing when they start. The applications which had these issues were:-
  • Tomboy
  • Browsers (SeaMonkey and Firefox)
  • Gnome Terminal but not xterm.
 The issue occurrence was random and the only pattern i noticed was that when issue showed up in one application others would also have these weird issues. The only way to rectify these issues was to restart the machine when these anomalies disappeared. Firefox and SeaMonkey gave an error in pop up when starting up "Configuration server couldn't be contacted: D-BUS error: The GConf daemon is currently shutting down."
Screenshot of error in Firefox
Firefox SeaMonkey Configuration server couldn't be contacted: D-BUS error: The GConf daemon is currently shutting down.
 I found a solution / workaround for these issues in Fedora forums . All i had to do is "kill" the GConf daemon which is the root cause of the issue. It seems that the daemon would automatically start up whenever any application which needs it is started, hence there is no need to manually start this daemon again. I opened "System Monitor" through application launcher (Alt+F2) using the command "gnome-system-monitor".
Alt+F2 Application Launcher gnome-system-monitor
Then i opened "Processes" tab and right clicked on GConf daemon and killed it.
GNOME System Monitor "Processes" tab Kill GConf daemon
 After doing that all applications mentioned above worked fine. I also noticed that I could kill the daemon from application launcher (Alt+F2) too using the command "killall gconfd-2"
Application Launcher (Alt+F2)  killall gconfd-2

Why should we use Nautilus Actions?

 Nautilus is the default file manager on GNOME desktop. Nautilus-Actions is an extension for Nautilus file manager which allows one to launch arbitrary applications on files. "Actions" brings in the coolness that is missing in Nautilus. Simply put, it allows you to automate some of the daily activities on your desktop like:-
  • Changing Ownership of files.
  • Converting images from png to jpg.
  • Creating desktop shorcuts.
  • Enqueue audio, video files into media players.
  • Invoking "Fortune".
  • Open file as Admin mode.
  • On demand Virus scanning of files.
  • Running a Jar. etc...
  All of the above list of activities can be implemented without referring any bulky manual. Using Nautilus-Actions, we can pack lot of custom functions into the right click (or) context menu.
Install Nautilus Actions on openSUSE 12.2, GNOME 3.4.2
Step1:-
 First we need to configure community repos in YaST. The procedure would be similar to what is described here.
Step 2:-
 After configuring YaST we can install Nautilus-Actions using either YaST or Zypper.
Installation using Zypper
sudo zypper in nautilus-actions
Notes:- sudo switches permissions to super user; zypper is the package manager in openSUSE; in instructs zypper to install packages
Installation using YaST
 It is pretty easy to install packages using YaST. All one needs to do is open YaST installer and locate relevant packages (nautilus-actions) and install them. Here is a video (YaST Installer Video Demo) demonstrating installation of packages using YaST.
Launch Nautilus-Actions Configuration Tool
  After installation you can easily locate Nautilus-Actions in GNOME Shell Activities(Alt+F1)by searching for "Actions" as shown below.
Gnome Shell Activities Nautilus Actions
 Alternatively you can launch it using the command "nautilus-actions-config-tool" from Quick launcher (or) Command launcher (Alt+F2).
Alt+F2 nautilus-actions-config-tool
Using Nautilus-Actions Configuration Tool
 Using the configuration tool is very easy. You can easily figure out various things by reading various Tooltips that are available in the tool. For example, one can find the functionality of each tab by hovering the mouse on top of them as shown below.
Nautilus Actions Tooltip
Creating "Change File Owner" Menu
 Let us start off by creating a simple menu that allows us to create a context menu to change ownership of selected files to that of logged-in user. We use the "chown" command to accomplish this.Click on the create "New Action" icon or press "Ctrl+N" to create a menu item. Then you can provide an appropriate name for the menu entry.
Creating Change File Owner Menu
 Then we open the "Command" tab and configure the relevant commands to change the ownership of selected files. In "Path" textbox you can provide the path to the executable or you can just type in the command alone. In the "Parameters" textbox you can type in the parameters like "user" to whom the file should belong to and %F which represents coma separated list of file names. By clicking the "Legend" button you can get the various parameter options that are available for use.
Change File Owner Command
 If you would like to see output of command in an alert box, then you can configure the same in "Execution" tab and by selecting "Display output" option.
Change File Owner Display Output
Checking whether "Change Owner" works
 I have created a sample text file and made "root" user as it's owner. Now we see a "X" icon on the file indicating that the file is not "owned" by the logged-in user. We now use our newly created context menu and check whether we can change the owner of the file.
Change File Owner Test
 After supplying root password we find the command execution in an alert.
Change File Owner Execution Output
 When we right click on file now and check the file properties, we find that the logged in user or "mantis" is the owner of the file. The context menu works :-)
Change File Owner Successful
On Demand Virus Scanning
 ClamTk(Anti-Virus Scanner) can be installed using "1 Click Install" links from this page. After installing clam you can create a custom "Clam Scan menu" to scan selected files.
On Demand Virus Scan Using ClamTk
Image Conversion using right Click Menu
 Images can be converted from one format to another using a command line tool called "ImageMagick". It can be installed using "1 Click Install" links from here. After installation we can create a custom menu to convert images from one format to another. Assuming that we need to convert "png" files to "jpg" file, we need to implement the command "mogrify -format jpg <source>.png". It can be done as shown below.
File Conversion png to jpeg
 To ensure that the image conversion context menu appears only on "png" files and not on any other file format like "jpg" we need to add "MimeType" data in Nautilus-Actions. To do this, we right click and find Mimetype data in properties of files for which the conversion menu should appear as shown below.
png Nautilus properties Mime
 Then we add the MimeType in the relevant tab as shown below
Nautilus Actions Add png Mimetype
Convert Png To Jpeg menu appears only in "png" type files.
Menu appears only in "png" type files
Convert Png To Jpeg doesn't appear on "jpeg" type files.
Menu doesn't appear on "jpg"  files
Enqueue Music Files in Banshee
 Banshee is a media player which has cool music library management capabilities. It can be installed using "1 Click Install" links from this page. After installing banshee we should find the proper command line command for enqueuing media files to it. The command need to do this happens to be "banshee --play-enqueued %F". We need to use this information to create the custom nautilus action as shown below.
Enqueue Music Files Banshee
 To Ensure that the Enqueue context menu appears only on mp3 files we need to use the same technique as described above to add relevant MimeTypes in Nautilus-Actions.
Nautilus Action Add Mimetype Banshee
Read Fortune in Pop up
 To have some fun, you can try setting up "fortune" in context menu and read it. To do this we can use "zenity" library which can provide alert windows for bash scripts. The command that can be used is " /bin/sh -c 'fortune|zenity --text-info' ". This command can be entered as follows and a custom right click menu can be created as shown below.
zenity fortune nautilus actions
The fortune output will be shown in zenity like this
zenity fortune
Run Jars using Right Click
 The command to run jars is "java -jar <jarname>.jar". You can can configure this command and run jars using Nautilus-Actions as shown below.
Run Java Jar Nautilus Actions
Open folder as Super User
 You can open any folder in Super User or Root User by creating a context menu as shown below.
Open Folder As Root Nautilus Actions
Create Desktop Shortcuts
 In Linux, in order to create desktop shortcut or "link" you can use the command "ln -s /<path-to-file>/<filename> ~/Desktop". The same command be incorporated into Nautilus context menu as shown below.
Nautilus Actions Create Desktop Shortcut ln