LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "Open new document" in fedora 18 (https://www.linuxquestions.org/questions/linux-newbie-8/open-new-document-in-fedora-18-a-4175455234/)

sryzdn 03-23-2013 06:27 AM

"Open new document" in fedora 18
 
Hello,

I have fedora 18 (gnome desktop) installed and it misses "open new document" when I right click.
Searching the web, people have said I should install nautilus actions which I did, but it did not work.

Should I shift to "nemo", "cinnamon" or other desktops?

More importantly:
Is there a straight forward way to have "open new document" by right clicking back like the previous versions of gnome?

shivaa 03-23-2013 06:42 AM

It should have Create document > Empty file under right click on desktop menu. Is this option there?

Also since when this option's missing? And gnome version (from System > About Gnome)

sryzdn 03-23-2013 08:16 AM

Quote:

Originally Posted by shivaa (Post 4917040)
It should have Create document > Empty file under right click on desktop menu. Is this option there?

No it is not.

Quote:

Also since when this option's missing? And gnome version (from System > About Gnome)
I don't know. But searching the web, I saw people have similar question. But I have not found the solution yet !!!

shivaa 03-23-2013 08:47 AM

Hmm.. it seems some bug in gnome environment. In that case, you can replace gnome config. files with new ones, as:
Code:

~$ ls -a |grep ^.gnome
.gnome
.gnome2
.gnome2_private
~$ ls -a |grep ^.gcon
.gconf
.gconfd
~$ mkdir gnome_old
~$ mv .gnome .gnome2 .gnome2_private .gconf .gconfd gnome_old

So after moving all gnome config files to dir. "gnome_old", once logout and then login again. It will generate all new config. files for gnome.

Hope it will help!


All times are GMT -5. The time now is 04:31 PM.