manox14 / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Session not restored after restart Arora #826

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you have a webpage rendering issue (aka bug in QtWebKit) it 
should be
filed on bugs.webkit.org.  If you are unsure you can file it here and we
will let you know.

What steps will reproduce the problem?
1. Open some tabs. Check that restore windows and tabs from last 
time selected in options.
2. Close Arora.
3. Start Arora. Tabs restored, but is empty.

What is the expected output? What do you see instead?
I expect restored pages in tabs.

What version of the product are you using? On what operating 
system?
I use Arora builded from git. Operating system - win32 (windows 
2003). Compiler - gcc (MinGW).

Please provide any additional information below.
I don`t know, may be i do something wrong?

Original issue reported on code.google.com by can...@inbox.ru on 28 Dec 2009 at 9:02

GoogleCodeExporter commented 9 years ago
Upd. This is look like http://code.google.com/p/arora/issues/detail?id=799. I`m 
check this change:
-                tabHistoryStream << tab->history();
+                tabHistoryStream << *tab->history();
in my source and rebuild Arora, but still have this issue.

Original comment by can...@inbox.ru on 30 Dec 2009 at 8:48

GoogleCodeExporter commented 9 years ago
Which Qt version are you using?

Original comment by b...@meyerhome.net on 30 Dec 2009 at 7:07

GoogleCodeExporter commented 9 years ago
For me, the following change fixed it. Same patch sent to other issue also

Original comment by cg%jakor...@gtempaccount.com on 30 Dec 2009 at 8:26

Attachments:

GoogleCodeExporter commented 9 years ago
Actually, my patch is identical to the original patch on the other issue. 
faw217 seems to have fixed another similar line 
of code in his commit, so this patch still needs to be applied

Original comment by cg%jakor...@gtempaccount.com on 30 Dec 2009 at 8:35

GoogleCodeExporter commented 9 years ago
Thanks, I have applied that patch

7c15516bcc10f2cb6e76ee736c88686a5cd13629

Original comment by ice...@gmail.com on 30 Dec 2009 at 9:03

GoogleCodeExporter commented 9 years ago
> Which Qt version are you using?
Before i use Qt from Git (4.7.x ?), but from yesterday i have rebuild Arora 
with Qt  
4.6.0. Last update Arora from git - today. Tabs still opened empty or with 
local dir.

Original comment by can...@inbox.ru on 31 Dec 2009 at 8:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Could you try with the patch in
http://code.google.com/p/arora/issues/detail?id=831

The commit 
http://github.com/Arora/arora/commit/bb7a6a6ed62ba17ff1d882ee2a7ce28b179d5aee 
broke the session 
saving right after it had been fixed in 
http://github.com/Arora/arora/commit/7c15516bcc10f2cb6e76ee736c88686a5cd13629

Original comment by cg%jakor...@gtempaccount.com on 1 Jan 2010 at 12:13

GoogleCodeExporter commented 9 years ago
Excellent! After last update (today) and rebuild issue had been fixed. Session 
restored as expected.

Original comment by can...@inbox.ru on 4 Jan 2010 at 8:08