-
Notifications
You must be signed in to change notification settings - Fork 875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with chrome://settings/onStartup #3011
Comments
Same behaviour confirmed for |
I could reproduce this under wine and did a little debugging. I think the problem is due to setting an internationalization id to an empty string rather than the label it's meant for. I only have a linux build environment available at the moment, so if anyone on the @ungoogled-software/windows team has the time, see if applying this after the ungoogled-chromium patches solves the issue: --- a/chrome/browser/resources/settings/appearance_page/appearance_page.ts
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.ts
@@ -521,15 +521,11 @@
i18nId = 'classicTheme';
break;
}
+ this.themeSublabel_ = this.i18n(i18nId);
// </if>
// <if expr="not is_linux">
- if (this.toolbarPinningEnabled_) {
this.themeSublabel_ = '';
- return;
- }
- i18nId = '';
// </if>
- this.themeSublabel_ = this.i18n(i18nId);
}
/** @return Whether applied theme is set by policy. */ |
If anyone is having this issue with saving chrome://settings/onStartup setting to "continue where you left off" or "open a specific page or set of pages" setting, then all you have to do for now is go to "About Chromium" option on the "three dots" menu and then there click on "On start-up" option in Settings and that will allow you set your tabs saves settings again. If you're already in Settings, then click on "About Chromium" then click back "On start-up" and that will do the same thing as above. NB. To add to this if you already clicked on "On start-up" option once while in settings, you then have to exit settings and and then do the above trick again or the "On start-up" setting will revert back to nothing / no tabs saved and this may cause some other issues if you already have tabs saved before this "On start-up" issue appeared. Hopes this helps for now... |
Yes, just confirmed that this patch solves the issue. Thanks! |
Apparently this issue isn't an ungoogled-chromium issue this issue is actually happening to official build of the chrome browser, I tested the bug on the 128.0.6613.114 release of chrome browser on windows and this issue still exists there aswell, so I would hazard a guess this issue can not be resolved by the devs here, no? EDIT: Just updated to 128.0.6613.120 release on official chrome browser, and it seems to now allow you set the "On Startup" setting, but click on the "About Chrome" and back to "On Startup" it seems to reset the setting, just need to from the three-dot menu click settings and your previous "On Startup" saved settings should re-appear. There's no need to exit settings if you're already have it opened. |
@trueno2k, I understood this scenarios. Since I do not install, but I always use portable versions, I tested with the latest and current version of @Hibbiki from here: https://github.com/Hibbiki/chromium-win64/releases/tag/v128.0.6613.120-r1331488/. Even with your scenarios with this portable version, everything is accurate. But ... If you hold the F5 key constantly when you are on Just in case I tested with v.130.0.6700.0 (1351337) (05.09.2024) (https://storage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/1351337/). And in this version, if you keep a constantly pressed F5 key when you are on |
@macchrome / @winchrome / @Marmaduke has fixed the issue by applying I guess when @teeminus applies the patch for a future version, the problem would be solved, but for now there is no such version from him, will wait for the next official release from Chromium. |
I confirm that with the current version Thanks everyone. |
OS/Platform
Windows
Installed
Other (please use 'Additional context' field below to mention how exactly)
Version
ungoogled-chromium_128.0.6613.84-1.1_windows_x64.zip
Have you tested that this is not an upstream issue or an issue with your configuration?
--user-data-dir
command line argument and it could not be reproduced thereDescription
Problem with chrome://settings/onStartup
How to Reproduce?
Steps to reproduce the issue:
When starting the portable file from point 1 of @Hibbiki and when loading chrome://settings/onStartup - we mark "Continue from where you left off". In this case, we experimentally press the keyboard key F5 (refresh) several times and the page menu (chrome://settings/onStartup) remains exactly the same and the highlighted option continues to remain highlighted. Then in a new tab we load any site - any - even https://github.com/. You restart the browser and the loaded tabs are exactly the same - everything is correct and that's how it should be.
When starting the portable file from point 2 of @teeminus and when loading chrome://settings/onStartup - we mark "Continue from where you left off". In this case, we experimentally press the keyboard key F5 (refresh) several times and the page menu (chrome://settings/onStartup) changes from a menu with three possible options to a menu with 4 options. And the highlighted option is no longer highlighted. Even if you mark an option again, if you press F5 (Refresh) from the keyboard again - you see that the marked option is demarked again. Then in a new tab we load any site - any - even https://github.com/. You restart the browser and nothing is saved anymore - there are no tabs - the previously loaded tabs are gone. I remind you that before restarting the browser, "Continue from where you left off" was marked. But practically this is not the case and it is a problem that the tabs are not saved.
When starting the portable file from point 3 of @macchrome / @winchrome and when loading chrome://settings/onStartup - we mark "Continue from where you left off". In this case, we experimentally press the keyboard key F5 (refresh) several times and the page menu (chrome://settings/onStartup) changes from a menu with three possible options to a menu with 4 options. And the highlighted option is no longer highlighted. Even if you mark an option again, if you press F5 (Refresh) from the keyboard again - you see that the marked option is demarked again. Then in a new tab we load any site - any - even https://github.com/. You restart the browser and nothing is saved anymore - there are no tabs - the previously loaded tabs are gone. I remind you that before restarting the browser, "Continue from where you left off" was marked. But practically this is not the case and it is a problem that the tabs are not saved.
Actual behaviour
Problem with chrome://settings/onStartup
Expected behaviour
Problem with chrome://settings/onStartup
Relevant log output
No response
Additional context
Hello
Problem with chrome://settings/onStartup
I don't know since when this problem occurred, but this problem is a fact.
Testing was done with:
chrome.nosync.7z
-chromium-win64 v.128.0.6613.114-r1331488
- @Hibbiki - https://github.com/Hibbiki/chromium-win64/releases/tag/v128.0.6613.114-r1331488/ - https ://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.114-r1331488/chrome.nosync.7zungoogled-chromium_128.0.6613.84-1.1_windows_x64.zip
- @teeminus - https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.84-1.1/ungoogled-chromium_128.0.6613.84-1.1_windows_x64.zipungoogled-chromium-128.0.6613.114-1_Win64.7z
- @macchrome / @winchrome - https://github.com/macchrome/winchrome/releases/tag/v128.6613.114-M128.0.6613.114-r1331488-Win64/Steps to reproduce the issue:
When starting the portable file from point 1 of @Hibbiki and when loading chrome://settings/onStartup - we mark
Continue from where you left off
. In this case, we experimentally press the keyboard keyF5
(refresh) several times and the page menu (chrome://settings/onStartup) remains exactly the same and the highlighted option continues to remain highlighted. Then in a new tab we load any site - any - even https://github.com/. You restart the browser and the loaded tabs are exactly the same - everything is correct and that's how it should be.When starting the portable file from point 2 of @teeminus and when loading
chrome://settings/onStartup
- we markContinue from where you left off
. In this case, we experimentally press the keyboard keyF5
(refresh) several times and the page menu (chrome://settings/onStartup
) changes from a menu with three possible options to a menu with 4 options. And the highlighted option is no longer highlighted. Even if you mark an option again, if you pressF5
(Refresh) from the keyboard again - you see that the marked option is demarked again. Then in a new tab we load any site - any - even https://github.com/. You restart the browser and nothing is saved anymore - there are no tabs - the previously loaded tabs are gone. I remind you that before restarting the browser,Continue from where you left off
was marked. But practically this is not the case and it is a problem that the tabs are not saved.When starting the portable file from point 3 of @macchrome / @winchrome and when loading
chrome://settings/onStartup
- we markContinue from where you left off
. In this case, we experimentally press the keyboard keyF5
(refresh) several times and the page menu (chrome://settings/onStartup
) changes from a menu with three possible options to a menu with 4 options. And the highlighted option is no longer highlighted. Even if you mark an option again, if you pressF5
(Refresh) from the keyboard again - you see that the marked option is demarked again. Then in a new tab we load any site - any - even https://github.com/. You restart the browser and nothing is saved anymore - there are no tabs - the previously loaded tabs are gone. I remind you that before restarting the browser,Continue from where you left off
was marked. But practically this is not the case and it is a problem that the tabs are not saved.And now I am attaching pictures to visualize the problem.
@Hibbiki - v.128.0.6613.114: Everything is correct here and that's exactly how it should be.
https://i.postimg.cc/mrg2gyjW/Hibbiki-v-128-0-6613-114.png
@teeminus - v.128.0.6613.84-1.1
before refresh
(F5
) - https://i.postimg.cc/V6Sfjs27/teeminus-v-128-0-6613-84-1-1-before-refresh.png@teeminus - v.128.0.6613.84-1.1
after refresh
(F5
) - https://i.postimg.cc/FFLFzRyz/teeminus-v-128-0-6613-84-1-1-after-refresh.pngI don't need to show an image that doesn't have any tabs loaded because that's how the browser loads in scenarios 2 and 3.
I'm not attaching a picture for @macchrome / @winchrome because there browser behavior is exactly the same as @teeminus's browser behavior.
The text was updated successfully, but these errors were encountered: