win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
1.84k stars 61 forks source link

Problems and suggestions #622

Open Methen opened 1 month ago

Methen commented 1 month ago

1 Needs a classic tool bar at the top 2 Takes for ever to open 3 Opens multiples when you click on icon when you click only one or twice see task manager right now I have 8 chrome exes running in processes in task manager 4 Have a All book marks folder in book mark tool bar can not get out 5, When you import the book marks they go into a imported folder that you have to click on the sittings to be able to get to I want a tool bar at the top of the page where I can just click on and scroll down 6 You can not click on the edit in the sitting 7 When you right click there is no select all and copy 8 Does not work on torrent sites like pirate bay very good can not click on any thing and get bombarded by popups 9 Book mark manger needs to have a select all so you can move multiple books marks to new folder having to how down on control button and select one at a time is a pain in the ass when you have a lot of book marks can also do with some better sort option a sort by date would be very nice in trying to find book marks especially when you have thousands

FK2FAGHMS commented 1 month ago

1- Depends on people's perspective, was it ever available on the original Chrome? 2- This was discussed on some issue before, it must do something with dll's sizes 3- I don't have this happening on my side (Edit: I have missed the line right under that one, so I thought it was about multiple "windows" opening by clicking on the icon. This is by the nature of Chromium, they use multiple processes so they can get around RAM usage limitations for 32 bit executables, preventing the entire browser getting crashed by just one crash of an extension/page and many other reasons... 6- ???? 7- This isn't available in original Chrome either 8- This isn't programmer's job, Chrome doesn't have a pop-up blocker, you were supposed to install an extension for that

Jaguarek62 commented 1 month ago

I don't know, I've seen multiple times, that it takes forever to open, but it opens instantly for me on ssd.. use modern hardware for modern browsers..?

XakerTwo commented 1 month ago

2 - is it present on the taskbar? does browser window eventually appear? if yes and no, taskbar preview is blank or window not shown on clicking and CPU usage already low - in task manager find chrome.exe that have --type=gpu-process argument(View>Select columns>find and check Command line) and kill it(End Process). It happens sometimes on my machine, with Supermium 119+ once or twice, but with 110 version it happened very often.(can be reported/investigated if needed)

3 - 8? not so much :innocent: fyi - chromium is multiprocess application so in regular mode it creates root process, that manage other, and a bunch of service processes. For each active extension or tab separate process will be create. As i know Win8+ Task manager able to show processes tree on application tab, but in processes, as i remember, no. On Win7- you can use something like ProcessExplorer, that availables on MS site. You may have 700+ chrome.exe, but all should be under the only root and form a single tree. If so - it's not an issue, it's chromium design, otherwise - let's investigate :smiley:

4 - need more info 6 - need more info

9 - it already here, use standard Windows shortcuts Ctrl+A - select all Click on first item, then Shift+Click on last item - select all betweens or change selected range Ctrl+Click on item - select or deselect clicked item Drag one of selected item to desired location

Keyboard only `Tab` - switch focus/selection to next item `Arrows` - move focus/selection to arrow direction in lists `Ctrl+Arrow` - move cursor(outline) to arrow direction `Shift+Arrow` - expand selection to arrow direction from current cursor position `Space` - in items lists - select/unselect item, highlighted by cursor, on controls(buttont, checkbox, etc.) - see `Enter` `Enter` - perform standard action `App` (usually left from right `Ctrl`) - open contex menu Moving is cutting and pasting, that is available in context menu extra combinations with `Ctrl`(move cursor) or `Shift`(expand selection) `End` - to last item `Home` - to first item `PageDown` - down on single screen `PageUp` - up on signle screen
Methen commented 1 month ago

2 Yes it shows on task bar and browser eventually opens 4 is just what I said see screen screen shot Grab102 6 simply cant click edit button

Methen commented 1 month ago

Oh forgot something in face book messenger it will not let you attach pictures when you click attach files like jpg when you try it shows nothing

XakerTwo commented 1 month ago

6 - did you mean this one? options_edit_notbutton

if so - it's not a button, it's group title, like "Zoom" above, just design

oleedd commented 1 month ago

@XakerTwo How did you remove these buttons? image

XakerTwo commented 1 month ago

chrome://flags

#disable-sharing-hub - Enabled #chrome-labs - Disabled #hide-sidepanel-button - Enabled (don't remeber exactly but probably one more flag needs to be set) #show-avatar-button - Never

oleedd commented 1 month ago

Thanks! All removed.

win32ss commented 1 month ago

1- Depends on people's perspective, was it ever available on the original Chrome?

No, it always had the blue theme or the Aero Glass-based theme. And as such, adding the classic titlebar is not a priority.

The browser start times do vary based on the speed of the disk. It starts relatively quickly on an SSD but slower HDDs seem to be problematic especially on XP. There are ways to speed it up which I will implement in progwrp in future.

And with various other structural issues affecting the browser, I will not be able to prioritize any changes or enhancements to the bookmark UI.

oleedd commented 1 month ago

4. 9. Use a bookmark extension.

IDA-RE-things commented 1 month ago

The browser start times do vary based on the speed of the disk. It starts relatively quickly on an SSD but slower HDDs seem to be problematic especially on XP. There are ways to speed it up which I will implement in progwrp in future.

This feature is my know-how, because it implemented in my alternate dll. If you will do this, I will open all sources in such case. And it will be open-source, As it was intended initially. Its ok for you ?

Methen commented 1 month ago

No I want it to open fast and I do not use ssd ----- Original Message ----- From: IDA-RE-things To: win32ss/supermium Cc: Methen ; Author Sent: Monday, May 27, 2024 8:55 AM Subject: Re: [win32ss/supermium] Problems and suggestions (Issue #622)

The browser start times do vary based on the speed of the disk. It starts relatively quickly on an SSD but slower HDDs seem to be problematic especially on XP. There are ways to speed it up which I will implement in progwrp in future.

This feature is my know-how, because it implemented in my alternate dll. If you will do this, I will open all sources in such case. And it will be open-source, As it was intended initially. Its ok for you ?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>


This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

IDA-RE-things commented 1 month ago

The questuion was to win32ss. about stealing ideas.

No I want it to open fast and I do not use ssd

Read this topic in such case: https://github.com/win32ss/supermium/issues/527#issuecomment-2094654192