unixwork / xnedit

A fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering.
Other
82 stars 12 forks source link

incorrect behavior in multi-desktop environemnt #97

Closed daveriesz closed 1 year ago

daveriesz commented 1 year ago

I'm using a number of multi-desktop (not multi-monitor) XFCE systems. With (the original) NEdit, a new window opens for each desktop from which it is invoked, creating a tab in that window for each file opened from that desktop. With XNEdit, the application window is moved from one desktop to the next.

To reproduce:

  1. Start on Desktop 1 and open a file. An XNEdit application window will be created containing that file.
  2. Move to Desktop 2 and open a different file. The XNEdit application window will me moved from Desktop 1 to Desktop 2 and will contain tabs for both open files.

The correct behavior should be for each desktop to contain a separate application window with only the file(s) opened from that desktop.

unixwork commented 1 year ago

It should work as expected now.

daveriesz commented 1 year ago

Much better, thanks!