CyberKeeda In Social Media
Showing posts with label RHEL Workstation. Show all posts
Showing posts with label RHEL Workstation. Show all posts

How to reset GNOME 3 Desktop




If you too have ended up messing up your GNOME DE like me, below one liners will surely your key to make your desktop look fresh again.


GNOME3
Use the below commands to Reset GNOME desktop.
rm -rf .gnome .gnome2 .gconf .gconfd .metacity .cache .dbus .dmrc .mission-control .thumbnails ~/.config/dconf/user ~.compiz*

Now,if you want to have a backup of your existing desktop Enviroment.


Run the below command to backup and Reset GNOME3 Desktop enviorment.
It's a one liner, you can make it multiples too ;)

mkdir ./.old-gnome-config/ && mv ./.gnome* ./.old-gnome-config/ && mv .gconf* ./.old-gnome-config/  mv ./.metacity ./.old-gnome-config/ && mv ./.cache ./.old-gnome-config/ && mv ./.dbus ./.old-gnome-config/ && mv ./.dmrc ./.old-gnome-config/ && mv ./.mission-control ./.old-gnome-config/ && mv ./.thumbnails ./.old-gnome-config/   && mv ~/.config/dconf/* ./.old-gnome-config/

Read more ...

GNOME : How to add Custom Folder links to left panel




Are you looking the way to Add Folder Shortcut To Left Panel File Browser ( Places ).

Toggle into the directory you want to make a shortcut and hit  Ctrl+D from your keyboard 

Lets take an example 
I want a folder named as NIB to be appear into the left panel of file browser.

Toggle into NIB and simply hit  Ctrl+D



I hope this help you.. 





Read more ...

configure: error: and their fixes for RHEL / CentOS



This post is dedicated to the various config errors that we encounter while compiling any specific software from source code, the application / software may be different.
But their errors and fixes are same for everyone.

Here are some config errors and their fixes.


  • configure: error: mcrypt.h not found. Please reinstall libmcrypt
For RHEL/CENTOS/FEDORA

   #  yum install libmcrypt
    #   yum install  libmcrypt-devel

For Ubuntu
  
   #  sudo apt-get install libmcrypt-dev


   #  sudo apt-get install libmcrypt
  • configure: error: xml2-config not found. Please check your libxml2 installation
For RHEL/CENTOS/FEDORA

   #  yum install libxml2
    #   yum install libxml2-devel

For Ubuntu
  
   #  sudo apt-get install libxml2*

  • configure: error: Please reinstall the libcurl distribution – easy.h should be in /include/curl/

For RHEL/CENTOS/FEDORA

   #  yum install curl-devel
    #   yum install curl

For Ubuntu
  
   #  sudo apt-get install curl-dev



Read more ...

Redhat / CentOS - Show address bar with full path in Nautilus instead of breadcrumbs bar


We can obtain it from nautilus utility.







use the command.

[root@localhost] # nautilus --browser
Read more ...

RHEL / CentOS Menu bar missing , Fix !!!

Top & Bottom Menu Bar missing on Redhat GUI/GNOME ..




*Below mentioned command must be run from same user that have problem , not from root.


Right click on Desktop.

Choose Create Launcher...

Fill in the two fields below.

Name: Terminal

Command: gnome-terminal

Now You can find your bottom menubar.

For Top Menu bar.

Open Termainal

#gconftool-2 --shutdown

#rm -rf ~/.gconf/apps/panel

#pkill gnome-pane
Read more ...
Designed By Jackuna