owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.39k stars 667 forks source link

Send a desktop notification on first start? #5565

Open guruz opened 7 years ago

guruz commented 7 years ago

Depending on the OS, the configuration wizard or dialog might not be easily visible to the user.

vladimiroff commented 7 years ago

Shouldn't such issues get fixed by using Qt::WindowActive or QWindow::raise? If everything sends a notification, just because the user might not see its brand new window, everything would be so annoying for the user.

guruz commented 7 years ago

@vladimiroff Not on Windows where Microsoft wants to avoid anything that relates to popup spyware etc.