How to enable the Insync Google Drive application menu in app indicators on XFCE

If you have insynchq.com Google Drive sync Application, you will find that upon start, it displays the icon in the app indicator area of the desktop menu bar. However, upon clicking the insync icon, it does nothing. To overcome this, open a Linux terminal, and enter the following command: To stop insync: $ insync stop … Continue reading How to enable the Insync Google Drive application menu in app indicators on XFCE

How to use Google Drive in Linux with XFCE desktop or Xubuntu 18.04 LTS

Never could understand why getting Google to give a Google Drive client for Linux is so hard. However, there are several solutions to this and the Gnome 3+ Desktop Environment offers a good way to access Google Online Accounts. If you use XFCE desktop with Xubuntu, it makes no sense to download the whole Gnome … Continue reading How to use Google Drive in Linux with XFCE desktop or Xubuntu 18.04 LTS

How to open multiple buffers in JEdit like in GEdit or Mousepad

Many of us use a text editor to edit program code. The simplest and clean edit is GEdit on the Gnome desktop. However, if you are not on the Gnome desktop, you may miss it. You can use JEdit which is much more powerful, however, by default, it does not open multiple programs alongside each … Continue reading How to open multiple buffers in JEdit like in GEdit or Mousepad

Use GUI to add a new user with encrypted home folder

By default, Ubuntu 12.04 user manager does not allow you to add new users with encrypted home folders. Refer this link to know how it is done from the command line. To add a new user using GUI, you should install: $ sudo apt-get install gnome-system-tools <enter> This gives additional options that you can enter … Continue reading Use GUI to add a new user with encrypted home folder

Alternative desktops to Gnome 3 – Mate, Cinnamon

Linux users who find Gnome 3 clunky, now have a choice in desktop environments. You can install Cinnamon or go with Mate, which is fork of the Gnome 2 project. Funny that the Gnome developers did not realize that over time, their interface would introduce inefficiencies or wean away their users to other alternatives. Personally, … Continue reading Alternative desktops to Gnome 3 – Mate, Cinnamon

Add Applications menu to Gnome 3 on Fedora almost like it was in Gnome 2

The Gnome 3 desktop User Interface lacks in certain Gnome 2 features like the Application menu, Shutdown button that many people were used to. This was a big gripe for all the loyal users for Fedora 16 or Fedora 15. Here is a solution to that problem: Use the Frippery Applications Menu to get back … Continue reading Add Applications menu to Gnome 3 on Fedora almost like it was in Gnome 2

Install XFCE or LXDE as alternate desktops

It takes some time to get used to a new desktop environment, like Gnome 3. To help you get time to use the Gnome 3 graphical user interface (GUI), you can install the XFCE or LXDE desktop environments as alternatives: To install XFCE: # yum groupinstall xfce <enter> To install LXDE: # yum groupinstall lxde … Continue reading Install XFCE or LXDE as alternate desktops