You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
The app's main dialog (the one that appears when clicking on the tray icon) is often not visible when another window (e.g. Firefox) is at the same location and focused. The dialog spawns behind the other window. The window manager (Xfwm4 from the Xfce project) has a focus stealing prevention mechanism which is relevant here. I've never seen this happen with any other app, so Nextcloud seems to be at fault here.
The fix is easy, the main dialog (and only the main dialog) should spawn with the "Always on top" setting.
Until then, as a workaround, I have added this rule to my devilspie2 config:
if ( get_application_name()=="Nextcloud" ) then
set_window_above();
end
Expected behaviour
Dialog always visible
Actual behaviour
Dialog hidden by other windows
Steps to reproduce
Use Xfwm4 as window manager (tested w/ v4.16.1)
In Window Manager Tweaks, activate "Acctivate focus stealing prevention"
Maximize and focus a Firefox window
Click the Nextcloud tray icon
-> Nextcloud dialog invisible, behind the Firefox window
Click tray icon two more times
Dialog disappears, reappears, is visible now
Client configuration
Client version: 3.1.3
Operating system: Gentoo Linux, Xfce4
OS language: English
Qt version used by client package (Linux only, see also Settings dialog): 5.15.2
Client package (From Nextcloud or distro) (Linux only): Distro
Thanks!
The text was updated successfully, but these errors were encountered:
Testing 3.4 (3.3.81) from the Ubuntu alpha ppa:
The "main dialogue" does not show at all
Clicking on the system tray shows the options as expected and selecting the different options works, except when clicking on "Open main dialog", here nothing happens.
Ubuntu 20.04
NC 3.4.0-20211124.120120.f575cc186-1.0~focal1
Using the default Ubuntu X11 window manager
This issue seems to be related to the fact that the Main window is not a regular window. This causes several issues in Linux distributions (I am using Fedora 35 with GNOME on Wayland, and the Nextcloud client Main window has not been working properly for a long time). See also:
How to use GitHub
The app's main dialog (the one that appears when clicking on the tray icon) is often not visible when another window (e.g. Firefox) is at the same location and focused. The dialog spawns behind the other window. The window manager (Xfwm4 from the Xfce project) has a focus stealing prevention mechanism which is relevant here. I've never seen this happen with any other app, so Nextcloud seems to be at fault here.
The fix is easy, the main dialog (and only the main dialog) should spawn with the "Always on top" setting.
Until then, as a workaround, I have added this rule to my devilspie2 config:
Expected behaviour
Dialog always visible
Actual behaviour
Dialog hidden by other windows
Steps to reproduce
Client configuration
Client version: 3.1.3
Operating system: Gentoo Linux, Xfce4
OS language: English
Qt version used by client package (Linux only, see also Settings dialog): 5.15.2
Client package (From Nextcloud or distro) (Linux only): Distro
Thanks!
The text was updated successfully, but these errors were encountered: