Enable/fix workspace-switcher overaly thumbnails in Gnome 3.20
I've got Gnome 3.20 running with the "Workspace Grid" extension. Everything works well, except when pressing ctrl + alt + [arrow] to navigate my workspaces, the resulting overaly doesn't actually show what's on the workspace. If I go into the Activities are, the workspace thumbnails are displayed as they should be.
Here's what the overlay looks like currently (notice that the overaly is totally blank in each box):
Here's what it should look like:
I currently use the "Workspace Grid" plugin, also.
gnome workspaces workspace-switcher
add a comment |
I've got Gnome 3.20 running with the "Workspace Grid" extension. Everything works well, except when pressing ctrl + alt + [arrow] to navigate my workspaces, the resulting overaly doesn't actually show what's on the workspace. If I go into the Activities are, the workspace thumbnails are displayed as they should be.
Here's what the overlay looks like currently (notice that the overaly is totally blank in each box):
Here's what it should look like:
I currently use the "Workspace Grid" plugin, also.
gnome workspaces workspace-switcher
Did you try to reinstall Gnome?
– M. Becerra
Oct 25 '16 at 15:39
add a comment |
I've got Gnome 3.20 running with the "Workspace Grid" extension. Everything works well, except when pressing ctrl + alt + [arrow] to navigate my workspaces, the resulting overaly doesn't actually show what's on the workspace. If I go into the Activities are, the workspace thumbnails are displayed as they should be.
Here's what the overlay looks like currently (notice that the overaly is totally blank in each box):
Here's what it should look like:
I currently use the "Workspace Grid" plugin, also.
gnome workspaces workspace-switcher
I've got Gnome 3.20 running with the "Workspace Grid" extension. Everything works well, except when pressing ctrl + alt + [arrow] to navigate my workspaces, the resulting overaly doesn't actually show what's on the workspace. If I go into the Activities are, the workspace thumbnails are displayed as they should be.
Here's what the overlay looks like currently (notice that the overaly is totally blank in each box):
Here's what it should look like:
I currently use the "Workspace Grid" plugin, also.
gnome workspaces workspace-switcher
gnome workspaces workspace-switcher
edited Oct 22 '16 at 14:57
AmagicalFishy
asked Oct 16 '16 at 17:21
AmagicalFishyAmagicalFishy
2271415
2271415
Did you try to reinstall Gnome?
– M. Becerra
Oct 25 '16 at 15:39
add a comment |
Did you try to reinstall Gnome?
– M. Becerra
Oct 25 '16 at 15:39
Did you try to reinstall Gnome?
– M. Becerra
Oct 25 '16 at 15:39
Did you try to reinstall Gnome?
– M. Becerra
Oct 25 '16 at 15:39
add a comment |
1 Answer
1
active
oldest
votes
If one hasn't noticed, the said issue has been unsolved for the past two years to this answered date, according to this issue #4 on GitHub. The description is also very much alike:
If one tries to switch workspaces using the Gnome "hot corner" then one can see all workspaces with all the windows respectively opened in them. I would like a similar display here, while switching workspaces, rather than just a grid of boxes [...]
The current maintainer, zakkak, seems to be aware of this issue from before and even quoted another project that had similar feature.
This one seems more related to what we want to achieve.
The implementation however, seems to be incomplete:
I have tried implementing it but I don't know how to make it centre aligned. Anyone who wants to try and fix/improve it can find the code in https://github.com/zakkak/workspace-grid-gnome-shell-extension/tree/thumbnails. It currently displays both the switcher and the thumbnails for testing purposes.
Several contributors had tried testing the implementation and latest attempt to this date was recorded in early-2016, which noted the limitation in this issue #23.
Incorrect grid scaling #23
As mentioned in #4
screenshot from 2016-01-16 18-09-04 (omitted to avoid hotlinking)
Note that this is using the 'thumbnails' branch.
Note that this answer:
- intends to quote relevant information found in the linked resources;
- assumes that OP is not aware of the issue being discussed on GitHub;
- otherwise is useful for users who are affected by the same issue.
Disclaimer I do not use GNOME and not involved with the project.
TL;DR Try out the 'thumbnails' branch, if you haven't. Review the code and suggest improvements at the project repository on GitHub.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f837959%2fenable-fix-workspace-switcher-overaly-thumbnails-in-gnome-3-20%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If one hasn't noticed, the said issue has been unsolved for the past two years to this answered date, according to this issue #4 on GitHub. The description is also very much alike:
If one tries to switch workspaces using the Gnome "hot corner" then one can see all workspaces with all the windows respectively opened in them. I would like a similar display here, while switching workspaces, rather than just a grid of boxes [...]
The current maintainer, zakkak, seems to be aware of this issue from before and even quoted another project that had similar feature.
This one seems more related to what we want to achieve.
The implementation however, seems to be incomplete:
I have tried implementing it but I don't know how to make it centre aligned. Anyone who wants to try and fix/improve it can find the code in https://github.com/zakkak/workspace-grid-gnome-shell-extension/tree/thumbnails. It currently displays both the switcher and the thumbnails for testing purposes.
Several contributors had tried testing the implementation and latest attempt to this date was recorded in early-2016, which noted the limitation in this issue #23.
Incorrect grid scaling #23
As mentioned in #4
screenshot from 2016-01-16 18-09-04 (omitted to avoid hotlinking)
Note that this is using the 'thumbnails' branch.
Note that this answer:
- intends to quote relevant information found in the linked resources;
- assumes that OP is not aware of the issue being discussed on GitHub;
- otherwise is useful for users who are affected by the same issue.
Disclaimer I do not use GNOME and not involved with the project.
TL;DR Try out the 'thumbnails' branch, if you haven't. Review the code and suggest improvements at the project repository on GitHub.
add a comment |
If one hasn't noticed, the said issue has been unsolved for the past two years to this answered date, according to this issue #4 on GitHub. The description is also very much alike:
If one tries to switch workspaces using the Gnome "hot corner" then one can see all workspaces with all the windows respectively opened in them. I would like a similar display here, while switching workspaces, rather than just a grid of boxes [...]
The current maintainer, zakkak, seems to be aware of this issue from before and even quoted another project that had similar feature.
This one seems more related to what we want to achieve.
The implementation however, seems to be incomplete:
I have tried implementing it but I don't know how to make it centre aligned. Anyone who wants to try and fix/improve it can find the code in https://github.com/zakkak/workspace-grid-gnome-shell-extension/tree/thumbnails. It currently displays both the switcher and the thumbnails for testing purposes.
Several contributors had tried testing the implementation and latest attempt to this date was recorded in early-2016, which noted the limitation in this issue #23.
Incorrect grid scaling #23
As mentioned in #4
screenshot from 2016-01-16 18-09-04 (omitted to avoid hotlinking)
Note that this is using the 'thumbnails' branch.
Note that this answer:
- intends to quote relevant information found in the linked resources;
- assumes that OP is not aware of the issue being discussed on GitHub;
- otherwise is useful for users who are affected by the same issue.
Disclaimer I do not use GNOME and not involved with the project.
TL;DR Try out the 'thumbnails' branch, if you haven't. Review the code and suggest improvements at the project repository on GitHub.
add a comment |
If one hasn't noticed, the said issue has been unsolved for the past two years to this answered date, according to this issue #4 on GitHub. The description is also very much alike:
If one tries to switch workspaces using the Gnome "hot corner" then one can see all workspaces with all the windows respectively opened in them. I would like a similar display here, while switching workspaces, rather than just a grid of boxes [...]
The current maintainer, zakkak, seems to be aware of this issue from before and even quoted another project that had similar feature.
This one seems more related to what we want to achieve.
The implementation however, seems to be incomplete:
I have tried implementing it but I don't know how to make it centre aligned. Anyone who wants to try and fix/improve it can find the code in https://github.com/zakkak/workspace-grid-gnome-shell-extension/tree/thumbnails. It currently displays both the switcher and the thumbnails for testing purposes.
Several contributors had tried testing the implementation and latest attempt to this date was recorded in early-2016, which noted the limitation in this issue #23.
Incorrect grid scaling #23
As mentioned in #4
screenshot from 2016-01-16 18-09-04 (omitted to avoid hotlinking)
Note that this is using the 'thumbnails' branch.
Note that this answer:
- intends to quote relevant information found in the linked resources;
- assumes that OP is not aware of the issue being discussed on GitHub;
- otherwise is useful for users who are affected by the same issue.
Disclaimer I do not use GNOME and not involved with the project.
TL;DR Try out the 'thumbnails' branch, if you haven't. Review the code and suggest improvements at the project repository on GitHub.
If one hasn't noticed, the said issue has been unsolved for the past two years to this answered date, according to this issue #4 on GitHub. The description is also very much alike:
If one tries to switch workspaces using the Gnome "hot corner" then one can see all workspaces with all the windows respectively opened in them. I would like a similar display here, while switching workspaces, rather than just a grid of boxes [...]
The current maintainer, zakkak, seems to be aware of this issue from before and even quoted another project that had similar feature.
This one seems more related to what we want to achieve.
The implementation however, seems to be incomplete:
I have tried implementing it but I don't know how to make it centre aligned. Anyone who wants to try and fix/improve it can find the code in https://github.com/zakkak/workspace-grid-gnome-shell-extension/tree/thumbnails. It currently displays both the switcher and the thumbnails for testing purposes.
Several contributors had tried testing the implementation and latest attempt to this date was recorded in early-2016, which noted the limitation in this issue #23.
Incorrect grid scaling #23
As mentioned in #4
screenshot from 2016-01-16 18-09-04 (omitted to avoid hotlinking)
Note that this is using the 'thumbnails' branch.
Note that this answer:
- intends to quote relevant information found in the linked resources;
- assumes that OP is not aware of the issue being discussed on GitHub;
- otherwise is useful for users who are affected by the same issue.
Disclaimer I do not use GNOME and not involved with the project.
TL;DR Try out the 'thumbnails' branch, if you haven't. Review the code and suggest improvements at the project repository on GitHub.
edited Jan 8 at 15:45
answered Oct 29 '16 at 11:03
clearkimuraclearkimura
3,83911954
3,83911954
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f837959%2fenable-fix-workspace-switcher-overaly-thumbnails-in-gnome-3-20%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you try to reinstall Gnome?
– M. Becerra
Oct 25 '16 at 15:39