Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nlpsuge committed Apr 8, 2023
1 parent 8e6a31c commit 4e5ab14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,6 @@ To install it:
* Arch and derivatives:
`pacman -S libgtop`

# Developing guidance

To compile the `data/org.gnome.shell.extensions.another-window-session-manager.gresource.xml`, use the bellow command:
```shell
cd root_of_this_project
glib-compile-resources --sourcedir="data" --generate data/org.gnome.shell.extensions.another-window-session-manager.gresource.xml
```

# Known issues

1. On both X11 and Wayland, if click restore button (<img src=icons/restore-symbolic.svg width="14" height="14">) continually during the process of restoring, the window size and position may can't be restored, and it may restore many instances of an application. **As a workaround, click the restore button (<img src=icons/restore-symbolic.svg width="14" height="14">) only once until all apps are restored.**
Expand Down
2 changes: 1 addition & 1 deletion closeSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ var CloseSession = class {
// This happens when clicking the logout button but the system doesn't respond at all,
// and in this case the endSessionDialog still emits the 'ConfirmedLogout' signal so the windows-mapping will be wiped out.
// I'm not sure why the system doesn't respond at all but still emits 'ConfirmedLogout' signal.
// FYI: The logout progress could be delayed or blocked due to some reasons like maybe a application are still writing data to the disk etc.
// FYI: The logout progress could be delayed or blocked due to some reasons like maybe some applications are still writing data to the disk etc.
if (!xidObj) {
const windowStableSequence1 = w1.get_stable_sequence();
const windowStableSequence2 = w2.get_stable_sequence();
Expand Down
47 changes: 0 additions & 47 deletions data/ui/prefs-gtk4-columnview-simple.ui

This file was deleted.

0 comments on commit 4e5ab14

Please sign in to comment.