Code Monkey home page Code Monkey logo

maximizetoworkspace's People

Contributors

dipunm avatar raonetwo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

maximizetoworkspace's Issues

Is it possible to go back to previous workspace after the window was closed?

Thanks for the great extension, the history support really makes a big difference.
A small problem I encountered recently is that after closing the maximized windows, it can not go back to the previous workspace, and I was left with an empty workspace.
So, I wonder if it's possible to go back to previous workspace after the window was closed.

[Feature Request]: Open a new fullscreen window on the same desktop as the minimized windows

First of all, I want to thank you for the wonderful extension, and also ask if you could add optional support (for example radio switch) so that if all the windows in the current workspace are minimized, open a new fullscreen window on the same desktop. For me, it would be very convenient. And, of course, leave the current option, and in the settings give the ability to choose users what like best. Thanks for the answer.

Not returning to workspace with Telegram

First, thank you for the awesome extension. It a must have for everyone. Should be default for gnome.
I'm facing a problem with Telegram. When I receive a media file, like a picture, I open it and extension detects as if it was maximized.
Would be nice to add an exception, but not a big deal. The problem is when I close the media. It doesn't return.

I use Flatpak Telegram. Any suggestion of workaround?

Telegram image preview opens as full screen app

Whilst using the Wayland session with Telegram in Wayland mode, the image preview is recognized as an independent window and as such will move to another workspace, clicking away won't go back to the main Telegram window.

This is a Wayland issue and after talking to Telegram devs they said it's not caused on their side.

Could it be possible to add exceptions to the extension so the preview feature isn't recognized by the extension or maybe force the closing of the preview window to shift back to main Telegram window?

Unmaximized app on wayland not moving the app to old workspace

Hi!

I love this extension!
But in Ubuntu 21.04 with wayland as the default display server. This extension not working very well. When I maximized an app. It does moved the maximized app to the new workspace. But when I unmaximized it. The app surely unmaximized, but the workspace is stay there. Not moved to old workspace.

Ubuntu 22.04

Will there be a support for gnome shell version 42?

Always move to a new workspace after login.

Ubuntu 22.04.2
Gnome Shell 42.5

I have use this great extension for quite a while, and really like it. But recently after enable this extension on my new computer with Ubuntu 22.04, the shell always move to a new workspace when I login the system after startup or from lock screen. I have tried reinstall the extension, and disable all other extension, the issue still exist.
Could you give me some help? What might be the causes and how could I fix it?

Multiple monitor maximize creates a new workspace even when done on an empty monitor

I love your work, I found it yesterday, and it has been working pretty well on one display but on multiple monitors there is that issue.

Now I know that that is partly a problem of gnome itself as it only supports workspaces that span monitors.
I am not much of a Java Script guy and I don't even know how to try and fix the issue I am having, but I will take a look later

GJS problem

Every time I log out and log back into the system, there is always an invisible GJS process that occupies one workspace. Even after I kill it in the command line, it gets started again by this script and creates a new workspace for it.

so i use chatgpt to help me for this problem.

// function handleWindowClose(act) {
//   let win = act.meta_window;
//   let name = win.get_id();
//   if (_old_workspaces[name] !== undefined) {
//     win.get_display().get_workspace_manager().get_workspace_by_index(_old_workspaces[name]).activate(global.get_current_time());
//   }
// };


function handleWindowClose(act) {
  let win = act.meta_window;
  let name = win.get_id();
  if (_old_workspaces[name] !== undefined && name !== 'gjs') { // 避免激活 "GJS" 窗口所在的工作区
    win.get_display().get_workspace_manager().get_workspace_by_index(_old_workspaces[name]).activate(global.get_current_time());
  }
}

it seems work well for now.

I use Ubuntu 22.04.2 LTS X64 with gnome 42.5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.