New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnome-terminal is not properly started #298

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 18 Jul 2011 09:11 UTC
There is some problem with the env set for the terminal. I always see "/" reported as the current directory after launch, even though the actual dir (as reported by pwd) is actually /rw/home/user/.

Also, on some VMs get this:

bash: /etc/bash_completion.d/git: No such file or directory
[/](user@qbdev-f13)$ pwd
/rw/home/user
[/](user@qbdev-f13)$ 

Migrated-From: https://wiki.qubes-os.org/ticket/298

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by rafal on 18 Jul 2011 16:11 UTC
/ in shell prompt fixed in
http://git.qubes-os.org/gitweb/?p=rafal/gui.git;a=commit;h=42dea191cf277c2432a6fbdbd4fe80215bb7d724
(prebeta2 branch)
It is actually an issue with bash - PWD variable saved by qubes-session is / and bash honours it.

I cannot reproduce the "bash: /etc/bash_completion.d/git: No such file or directory" both in vm with git rpm installed, and without. Any idea how to reproduce it from vanilla pre3 iso ?

Member

marmarek commented Mar 8, 2015

Comment by rafal on 18 Jul 2011 16:11 UTC
/ in shell prompt fixed in
http://git.qubes-os.org/gitweb/?p=rafal/gui.git;a=commit;h=42dea191cf277c2432a6fbdbd4fe80215bb7d724
(prebeta2 branch)
It is actually an issue with bash - PWD variable saved by qubes-session is / and bash honours it.

I cannot reproduce the "bash: /etc/bash_completion.d/git: No such file or directory" both in vm with git rpm installed, and without. Any idea how to reproduce it from vanilla pre3 iso ?

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 18 Jul 2011 16:47 UTC
That's one of my old StandaloneVMs, so I think we can just ignore this problem. Closing the ticket for now.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 18 Jul 2011 16:47 UTC
That's one of my old StandaloneVMs, so I think we can just ignore this problem. Closing the ticket for now.

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment