KDE saves and restores all but Google Chrome in its Desktop saved session
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fedora |
New
|
Undecided
|
Unassigned | ||
plasma-workspace (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
For some reason when enabling Restore manually saved session in Desktop Session Login and Logout settings, and hitting Save Session from the applications menu - all opened application windows get saved and restored upon login into the KDE session, except google chrome.
I located the session file ~/.config/
$ grep firefox ~/.config/
program11=firefox
restartCommand1
$ grep gkrellm ~/.config/
program12=
restartCommand1
$ grep chrome ~/.config/
as you can see chrome is not there.
And no application has been configured to be excluded:
$ grep excludeApps ~/.config/
excludeApps=
The only unusual thing about chrome, as compared to other applications, perhaps, is that it appears as many threads in the output of ps(1).
I have it installed as:
$ sudo apt-get install google-
google-
My setup:
lsb_release -rd
Description: Ubuntu 18.04.1 LTS
Release: 18.04
plasma-workspace:
Installed: 4:5.12.6-0ubuntu0.1
Candidate: 4:5.12.6-0ubuntu0.1
Version table:
*** 4:5.12.6-0ubuntu0.1 500
500 http://
100 /var/lib/
4:
500 http://
I first asked about it here,
https:/
and others confirmed they are able to reproduce the problem. I was able to reproduce it on 2 similar setups.
Status changed to 'Confirmed' because the bug affects multiple users.