Closed
Bug 192263
Opened 23 years ago
Closed 22 years ago
Problems with KDE restore of mozilla session
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: orion, Assigned: asa)
References
Details
(Keywords: helpwanted)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
Running RH 8.0 with KDE 3.0.3. If I select "Save session for future login" with
mozilla running, I get odd behavior because KDE will restore the command
"mozilla-bin" rather than "mozilla". With 1.0.2, I get a browser okay, but the
mail reader has no account settings. With 1.3a, mozilla fails to start.
Reproducible: Always
Steps to Reproduce:
1. Log in to KDE and start mozilla
2. Logout and check Save session
3. Log back in.
Actual Results:
Mozilla fails to start.
Expected Results:
Mozilla should start properly and be able to read email.
I'm not sure if this is really a mozilla or KDE issue, but I suspect that
mozilla is going to have to give the KDE some information about who to restart it.
This can be fixed by editing the appropriate .kde/share/config/session/kwin*
file and changing mozilla-bin to mozilla.
reporter: if you want this fixed anytime soon, you'll have to do the research.
find out what variables/flags/settings/functions need to be poked to get the
desired result.
Keywords: helpwanted
Reporter | ||
Comment 2•23 years ago
|
||
I'm willing to look, but I'm starting off with zero knowledge of mozilla source,
so I don't know what it is trying to implement already. The following is from
the KDE site on session management. Does mozilla attempt to support/use XSMP
and/or the legacy X session management? I would love it if mozilla could do
XSMP and save the state of the mail/news window and restart it on login.
---
KDE, since version 2.0, supports and uses the standard X11R6 session management
protocol XSMP. The official documentation of the standard can be download from
the X Consortium's FTP server ftp.x.org.
KDE also supports the legacy X11R4 and ICCCM session management protocols.
Legacy applications that define the WM_COMMAND property or support the
WM_SAVE_YOURSELF protocol will be restarted with the specified command. The
window geometries will be restored on a best effort basis.
---
according to bug 32222, it works if the path to the mozilla binary is in your $PATH
sorry - i had a typo there: bug 132222
Reporter | ||
Comment 6•23 years ago
|
||
The problem is NOT that mozilla is not in my path - it is. THe problem is that
KDE restarts mozilla-bin and not mozilla, which is needed to set certain
environment variables (I'm assuming).
Comment 7•22 years ago
|
||
This is probably due to the GTK initialization issue described in bug 196238.
Dang, why didn't I search before opening that bug?
*** Bug 208471 has been marked as a duplicate of this bug. ***
Comment 9•22 years ago
|
||
*** This bug has been marked as a duplicate of 93789 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•