Skip to content
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

Feature: Switch to Windows file transfer dialog when Files is closed #8207

Open
Thorium0 opened this issue Feb 7, 2022 · 8 comments
Open
Labels
area - file operations Features or bug reports for file operations area - status center Features or bug reports for the ongoing operations flyout

Comments

@Thorium0
Copy link

Thorium0 commented Feb 7, 2022

What's the Problem?

If you close the files window during a large file transfer, then it's impossible to see the progress if even if you reopen it.

Solution/Idea

Add an option to show the default windows file transfer popup, instead of adding it to the queue window in the top right.

Alternatives

Another solution would also be to make file transfer queues global between all files windows, instead of each window having their own queue.

Priorities

No response

Files Version

2.1.5.0

Windows Version

21H2

Comments

No response

@yaira2 yaira2 changed the title Add option to show popup progress bar doing file transfer Switch to Windows file transfer dialog when Files is closed Feb 7, 2022
@gave92
Copy link
Member

gave92 commented Feb 7, 2022

I'll check if you can show the explorer progress dialog without stopping the operation. If not, would it be ok to show progress in the notification center? Or perhaps it's possible to show a custom progress dialog.

@Thorium0
Copy link
Author

Thorium0 commented Feb 7, 2022

A notification would work, but it would be problematic if you dismissed the notification or simply don't use the notification center. A custom progress dialog would definitely be preferable.

@ELowry
Copy link

ELowry commented Dec 23, 2022

Wouldn't it be possible to push Files to the system tray until the file transfer is finished? Possibly with some updating percentage bar under the icon, or a hover-title with the percentage as text?

Then clicking the taskbar icon would re-open the files UI with the file transfer popup open.

And right-click options could include Open Files and Exit and Cancel Transfer.

@mdtauk
Copy link
Contributor

mdtauk commented Aug 24, 2023

Files should have background threads for tasks run when the app window was open, so background tasks can continue when the window is closed, but the app is continuing to run in the background.

For as long as the status bar icons still exist in Windows, the app icon should appear there while the app is open in the background.

As for what can be done with the app in that tray icon state, thats a different discussion. But when tasks complete, Files should use the windows notifications to display any completed or error/problem messages the User will need to know about, so they can re-open the app window and take action.

@heftymouse
Copy link
Contributor

With the app now intended to run in the background, this can probably be rethought. Perhaps making a minimal Status Centre view openable from the tray icon?

@yaira2
Copy link
Member

yaira2 commented Oct 19, 2023

This will still be needed in case the process is completely closed.

@heftymouse
Copy link
Contributor

I feel like it's reasonable to expect the user to keep the process open while doing an operation, now it can get entirely out of the way when you close the window

@yaira2
Copy link
Member

yaira2 commented Oct 20, 2023

Displaying it in a flyout might work, but we have to keep in mind the user can hide the tray icon so we'd want to account for setups like this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area - file operations Features or bug reports for file operations area - status center Features or bug reports for the ongoing operations flyout
Projects
Status: 🔖 Ready to build
Development

No branches or pull requests

7 participants