Bug 368042 - 2 konsole windows with different data - konsole use obsolete file meta data and file content
Summary: 2 konsole windows with different data - konsole use obsolete file meta data a...
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.13
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 10:02 UTC by t.wichmann
Modified: 2016-09-01 17:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t.wichmann 2016-08-31 10:02:50 UTC
Is there a cache?
How can I avoid this error?
 

Reproducible: Always

Steps to Reproduce:
1. checkout a git branch to folder foldera with a textfiole file1.txt
2. open  a konsole window 
3. enter cd foldera in konsole window1
3. change the git branch inside eclipse 
4. change the file file1.txt content with eclipse
5. enter ll; cat file1.txt inside konsole window1

6. open a second konsole window2
7. enter ll; cat file1.txt inside konsole window2



Actual Results:  
the 2 konsole windows showing different filedates via ll and different file content via cat

konsole window1 shows still the wrong file date and cat  testfile.txt shows not the last modifications

konsole window2 shows date and file content as expected

Expected Results:  
- no 2 konsole windows with different behavior 	at the same time

- allways up-to-date meta file data and file content
Comment 1 Christoph Feck 2016-09-01 17:24:44 UTC
There is no cache in Konsole, and Konsole does not change the output of the 'cat' commands, so the issue is elsewhere.