Opened 22 months ago
Closed 22 months ago
#298 closed defect (fixed)
gnome-terminal is not properly started
| Reported by: | joanna | Owned by: | rafal |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 Beta 2 |
| Component: | core | Keywords: | |
| Cc: |
Description
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 /]$
Change History (2)
comment:1 Changed 22 months ago by rafal
- Owner changed from joanna to rafal
- Status changed from new to accepted
comment:2 Changed 22 months ago by joanna
- Resolution set to fixed
- Status changed from accepted to closed
That's one of my old StandaloneVMs, so I think we can just ignore this problem. Closing the ticket for now.

/ 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 ?