Session restore not compatible with one-profile-per-activity setup in KDE
Categories
(Firefox :: Session Restore, defect)
Tracking
()
People
(Reporter: greenrd, Unassigned)
References
(Blocks 1 open bug)
Details
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Comment 4•13 years ago
|
||
Comment 5•3 years ago
•
|
||
Assuming that my understanding of this issue is correct , then accounting for the dedicated profile(one profile per install) should solve this problem.
I am going to exemplify with my workflow with KDE 5.18.7, which requires me to have multiple versions of Firefox installed and running in the same time. So, I have 3 main versions that I always keep up-to-date as reference: nightly, beta, release, with 3 install locations, to simplify lets say the 3 installs are under /home/user:
- /home/user/release
- /home/user/beta
- /home/user/nightly
By default, running all 3 versions without any parameters will trigger creation of dedicated profiles:
- /home/user/release will start with profile default-release
- /home/user/beta will start with profile default-beta
- /home/user/nightly will start with profile default-nightly
You can define what the default profile for the running install should be from the about:profiles.
Now, assuming that I would like to have 3 activities: Work-Nightly, Work-Beta and Work-Release, which run the right version with the right profile, I would just need to start the correct firefox in the right activity. The correct version with the correct profile and the right session-restore will always be in the right activity.
The above will work with multiple instances of release for example, as long as you have an install for each. Note that snap builds do function a bit different in regards to profile management, so that would need a little more tweaking.
Based on the above, I will mark this issue as WFM.
Description
•