[Bug 853037] New: gnome-terminal has incomplete path when started from the context menu
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c0 Summary: gnome-terminal has incomplete path when started from the context menu Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: wolfgang@rosenauer.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- When gnome-terminal is started from the desktop context menu it doesn't have the complete $PATH. wolfgang@ox:~> echo $PATH /usr/bin:/usr/X11R6/bin:/opt/kde3/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin When started directly via "gnome-terminal" it shows: wolfgang@ox:~> echo $PATH /home/wolfgang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c1 --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2013-12-01 13:35:45 UTC --- (In reply to comment #0)
When gnome-terminal is started from the desktop context menu it doesn't have the complete $PATH.
Is not very clear to me: a default GNOME Desktop does not have a context menu to start anything (only options are change background and 'settings') What did you configure prior to trying this? Presumably enabled 'nautilus' to handle the desktop?
wolfgang@ox:~> echo $PATH /usr/bin:/usr/X11R6/bin:/opt/kde3/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin When started directly via "gnome-terminal" it shows: wolfgang@ox:~> echo $PATH /home/wolfgang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games
Ok, I think I can reproduce this: it is indeed by how 'nautilus-open-terminal' spawns the terminal (it does not just start 'gnome-terminal', as this would not have control over where in the tree the terminal would land; and it also has to work over SFTP URIs.. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c2 --- Comment #2 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2013-12-01 15:48:09 UTC --- (In reply to comment #1)
(In reply to comment #0)
When gnome-terminal is started from the desktop context menu it doesn't have the complete $PATH.
Is not very clear to me: a default GNOME Desktop does not have a context menu to start anything (only options are change background and 'settings')
What did you configure prior to trying this? Presumably enabled 'nautilus' to handle the desktop?
Most likely. I had it in 12.3 and carried my profile with me. I even don't know how to disable it in 13.1. The only thing I'm really searching for is a quick shortcut to open a (fully functional) terminal.
Ok, I think I can reproduce this: it is indeed by how 'nautilus-open-terminal' spawns the terminal (it does not just start 'gnome-terminal', as this would not have control over where in the tree the terminal would land; and it also has to work over SFTP URIs..
Indeed. The desktop context menu is just saying "Terminal öffnen" and does not need that special handling though. I'm not sure if it's worth fixing it or if I change my settings (if you could tell me how) and find a better way to have a terminal shortcut. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c3 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2013-12-01 15:54:04 UTC --- (In reply to comment #2)
Most likely. I had it in 12.3 and carried my profile with me. I even don't know how to disable it in 13.1. The only thing I'm really searching for is a quick shortcut to open a (fully functional) terminal.
It could be enabled / disabled in gnome-tweak-tools
Ok, I think I can reproduce this: it is indeed by how 'nautilus-open-terminal' spawns the terminal (it does not just start 'gnome-terminal', as this would not have control over where in the tree the terminal would land; and it also has to work over SFTP URIs..
Indeed. The desktop context menu is just saying "Terminal öffnen" and does not need that special handling though. I'm not sure if it's worth fixing it or if I change my settings (if you could tell me how) and find a better way to have a terminal shortcut.
In fact, in your case, desktop is 'nautilus' showing ~/Desktop; and as such all the nautilus specific plugins are working. I myself have a keyboard shortcut on 'gnome-terminal' (I use <SUPER>-R, but that's irrelevant). Probably about the shortest way to get a terminal opened (and keybaord works fine for me: the entire gnome-terminal controlling is done with KB after that too). Does that suffice for you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c4 --- Comment #4 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2013-12-01 16:00:51 UTC --- (In reply to comment #3)
(In reply to comment #2)
Most likely. I had it in 12.3 and carried my profile with me. I even don't know how to disable it in 13.1. The only thing I'm really searching for is a quick shortcut to open a (fully functional) terminal.
It could be enabled / disabled in gnome-tweak-tools
I think I've enabled it there once but the 13.1 version has nothing related to that unfortunately.
I myself have a keyboard shortcut on 'gnome-terminal' (I use <SUPER>-R, but that's irrelevant). Probably about the shortest way to get a terminal opened (and keybaord works fine for me: the entire gnome-terminal controlling is done with KB after that too).
Does that suffice for you?
I guess I'll get rid of the nautilus desktop since it doesn't seem future proof. So yes, I'll find another way to achieve that once I got rid of the nautilus things. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c5 --- Comment #5 from Dominique Leuenberger <dimstar@opensuse.org> 2013-12-01 16:10:30 UTC --- (In reply to comment #4)
(In reply to comment #3)
(In reply to comment #2)
Most likely. I had it in 12.3 and carried my profile with me. I even don't know how to disable it in 13.1. The only thing I'm really searching for is a quick shortcut to open a (fully functional) terminal.
It could be enabled / disabled in gnome-tweak-tools
I think I've enabled it there once but the 13.1 version has nothing related to that unfortunately.
gnome-tweak-tools / Desktop / Show icons on desktop => the result is nautilus is spanwed to draw your desktop. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c6 --- Comment #6 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2013-12-01 16:22:56 UTC --- Thanks. So I'm working around that issue in future. Let it to you to decide if it's a bug which needs tracking or not. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853037 https://bugzilla.novell.com/show_bug.cgi?id=853037#c7 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Dominique Leuenberger <dimstar@opensuse.org> 2014-07-24 19:36:40 UTC --- I consider closing this.. together with the user a solution for him was found; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com