LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-29-2012, 09:56 AM   #1
hanamilani
Member
 
Registered: Dec 2008
Posts: 66

Rep: Reputation: 0
Terminal in opensuse


Hi,

Whenever I installed opensuse, I could open the terminal where ever I wanted by a right-click. But in this last installation I am surprised to see that application is missing...

Please guide me how to have it back!!!!
 
Old 01-29-2012, 10:13 AM   #2
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Hi hanamilani,

Did you install the same version of openSUSE? Did you install the same packages like desktop environment as you always do?
 
Old 01-29-2012, 10:39 AM   #3
hanamilani
Member
 
Registered: Dec 2008
Posts: 66

Original Poster
Rep: Reputation: 0
yes exactly. I even now tried to install nautilus-open-terminal package but it didn't help either!!!!
 
Old 01-29-2012, 10:53 AM   #4
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by hanamilani View Post
Hi,

Whenever I installed opensuse, I could open the terminal where ever I wanted by a right-click. But in this last installation I am surprised to see that application is missing...

Please guide me how to have it back!!!!
So what version of openSUSE are you using now and what version of openSUSE were you using when you were able to get a terminal via right-click?

Are you using GNOME or KDE, or something else for your desktop environment?

openSUSE 12.1 is the first version of openSUSE to ship with GNOME 3. GNOME 3 is very different from GNOME 2 and one of the differences is that you can't get a terminal by right-clicking on the Desktop. Assuming you are using openSUSE 12.1 with GNOME, that may account for the behaviour you're seeing.
 
Old 01-29-2012, 10:57 AM   #5
hanamilani
Member
 
Registered: Dec 2008
Posts: 66

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by arizonagroovejet View Post
So what version of openSUSE are you using now and what version of openSUSE were you using when you were able to get a terminal via right-click?

Are you using GNOME or KDE, or something else for your desktop environment?

openSUSE 12.1 is the first version of openSUSE to ship with GNOME 3. GNOME 3 is very different from GNOME 2 and one of the differences is that you can't get a terminal by right-clicking on the Desktop. Assuming you are using openSUSE 12.1 with GNOME, that may account for the behaviour you're seeing.
Hi,

I'm using gnome on opensuse 11.4 and I have always used opensuse 11.4
if what you say about genome 3 is happening to me then how I can have the terminal?
 
Old 01-29-2012, 11:05 AM   #6
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by hanamilani View Post
I have always used opensuse 11.4
You can't always have used openSUSE 11.4.

If you're using openSUSE 11.4 then unless you installed GNOME 3 then you're not using GNOME 3 because openSUSE 11.4 shipped with GNOME 2.

Post the output of these commands

Code:
$ cat /etc/SuSE-release
$ rpm -qi gnome-terminal
 
1 members found this post helpful.
Old 01-29-2012, 11:16 AM   #7
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

@ hanamilani,

arizonagroovejet is right openSuSE 11.4 ships with gnome 2.x not 3. Run the commands he mentioned as that will give us more information about the version you are running on and about terminal package.
 
Old 01-29-2012, 11:18 AM   #8
hanamilani
Member
 
Registered: Dec 2008
Posts: 66

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by arizonagroovejet View Post
You can't always have used openSUSE 11.4.

If you're using openSUSE 11.4 then unless you installed GNOME 3 then you're not using GNOME 3 because openSUSE 11.4 shipped with GNOME 2.

Post the output of these commands

Code:
$ cat /etc/SuSE-release
$ rpm -qi gnome-terminal
Sorry, I meant I have used opensuse since I started working with opensuse

hana@linux-n01q:~> cat /etc/SuSE-release
openSUSE 11.4 (i586)
VERSION = 11.4
CODENAME = Celadon

hana@linux-n01q:~> rpm -qi gnome-terminal
Name : gnome-terminal Relocations: (not relocatable)
Version : 2.32.1 Vendor: openSUSE
Release : 6.1 Build Date: Sat 19 Feb 2011 10:55:42 AM IRST
Install Date: Thu 26 Jan 2012 08:54:59 AM IRST Build Host: build21
Group : System/X11/Terminals Source RPM: gnome-terminal-2.32.1-6.1.src.rpm
Size : 4803815 License: GPLv3+ ; LGPLv2.1+
Signature : RSA/8, Sat 19 Feb 2011 10:56:11 AM IRST, Key ID b88b2fd43dbdc284
Packager : http://bugs.opensuse.org
URL : http://www.gnome.org
Summary : GNOME Terminal
Description :
This package provides the GNOME terminal emulator application.
Distribution: openSUSE 11.4
 
Old 01-29-2012, 11:22 AM   #9
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
When you right click on the Desktop do you get a menu that doesn't have an option for launching a terminal, or do you not get a menu at all?

Is nautilus running?

Code:
$ ps U $USER | grep -i nautilus
 
Old 01-29-2012, 11:35 AM   #10
hanamilani
Member
 
Registered: Dec 2008
Posts: 66

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by arizonagroovejet View Post
When you right click on the Desktop do you get a menu that doesn't have an option for launching a terminal, or do you not get a menu at all?

when I right click the following options are seen:
create folder
create document
organize desktop by name
keep aligned
paste
change desktop background

Is nautilus running?

Code:
$ ps U $USER | grep -i nautilus

hana@linux-n01q:~> ps U $USER | grep -i nautilus

4852 ? Sl 0:03 nautilus
19831 pts/1 S+ 0:00 grep -i nautilus
 
Old 01-29-2012, 11:37 AM   #11
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
When you right click on the Desktop do you get a menu that doesn't have an option for launching a terminal, or do you not get a menu at all? Or to put it another way; What happens when you right click on the Desktop?
 
Old 01-29-2012, 11:38 AM   #12
hanamilani
Member
 
Registered: Dec 2008
Posts: 66

Original Poster
Rep: Reputation: 0
when I right click the following options are seen:
create folder
create document
organize desktop by name
keep aligned
paste
change desktop background

hana@linux-n01q:~> ps U $USER | grep -i nautilus
4852 ? Sl 0:03 nautilus
19831 pts/1 S+ 0:00 grep -i nautilus
 
Old 01-29-2012, 11:41 AM   #13
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Run this command

Code:
$ rpm -qi nautilus-open-terminal
If it says the package isn't installed

Code:
$ sudo zypper in -y nautilus-open-terminal
Log out, log in again.
 
Old 01-29-2012, 11:47 AM   #14
hanamilani
Member
 
Registered: Dec 2008
Posts: 66

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by arizonagroovejet View Post
Run this command

Code:
$ rpm -qi nautilus-open-terminal
If it says the package isn't installed

Code:
$ sudo zypper in -y nautilus-open-terminal
Log out, log in again.
I think it has already been installed:

hana@linux-n01q:~> rpm -qi nautilus-open-terminal
Name : nautilus-open-terminal Relocations: (not relocatable)
Version : 0.19 Vendor: obs://build.opensuse.org/GNOME
Release : 1.1 Build Date: Mon 11 Apr 2011 03:34:41 PM IRDT
Install Date: Sun 29 Jan 2012 07:57:59 PM IRST Build Host: build25
Group : System/GUI/GNOME Source RPM: nautilus-open-terminal-0.19-1.1.src.rpm
Size : 113973 License: GPLv2+
Signature : DSA/SHA1, Mon 11 Apr 2011 03:34:56 PM IRDT, Key ID 65a86f31629ff0c2
URL : http://manny.cluecoder.org/packages/...open-terminal/
Summary : Nautilus Extension to Open Terminal in Folders
Description :
This is a nautilus extension that allows you to open a terminal in
arbitrary folders.
Distribution: GNOME:STABLE:3.0 / openSUSE_11.4
 
Old 01-29-2012, 11:56 AM   #15
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by hanamilani View Post
I think it has already been installed:
If it wasn't already installed you'd get a message saying it wasn't installed. Also it appears to have been installed very recently
Quote:
Originally Posted by hanamilani View Post
Install Date: Sun 29 Jan 2012 07:57:59 PM IRST Build Host: build25
unless your system clock is wrong. So recent is that date that from the timezone I'm in, Sun 29 Jan 2012 07:57:59 PM is still several hours in the future.


Quote:
Originally Posted by hanamilani View Post
Distribution: GNOME:STABLE:3.0 / openSUSE_11.4
It appears that is the nautilus-open-terminal package for use with GNOME 3. You have gnome-terminal from GNOME 2 which implies you're using GNOME 2 not GNOME 3. So where did you get that nautilus-open-terminal package from?

What repos do you have set up?

Code:
$ zypper lr -u
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Terminal not responding properly OpenSuse 11.4 ? danost Linux - Newbie 7 11-24-2011 05:22 AM
Wondering how to setup PPPoE from a terminal. Is it possible? (OPENsuse 11.4) nando321 SUSE / openSUSE 4 10-25-2011 08:37 AM
openSUSE 11.4 - trouble getting into gedit, kwrite, emacs from terminal as su rusty2 Linux - Software 4 05-10-2011 03:37 PM
OpenSuse Terminal text editor myubuntu Linux - Newbie 8 04-02-2010 10:14 PM
openSuSE 10.0 + Gnome 2.12 desktop... NO TERMINAL ON THE CONTEXT MENU! hamstar Linux - Software 1 12-08-2005 05:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration