I logged into Gnome Shell earlier for the first time in weeks to sort out this issue and I found out I didn't miss Gnome Shell at all. Thought I was a Gnome Shell user, turns out I'm a Cinnamon user



bimsebasse wrote:Haha, cheers esteban, you told me!
I logged into Gnome Shell earlier for the first time in weeks to sort out this issue and I found out I didn't miss Gnome Shell at all. Thought I was a Gnome Shell user, turns out I'm a Cinnamon user


esteban1uy wrote:For a fast fix, just go to line 704 of extension.js and change bottomPosition = false to bottomPosition = true, but if you want a more detailed explanation keep reading.
Please do the following:
Press Alt and F2 keys simultaneously, at the prompt type lg, that will open the "Looking Glass" (when you're ready to close it just press Esc key).
Now, at Looking Glass, go to the pane named "Errors" and take note of the order your extensions are loaded and post it here.
I bet we will find something weird at it.

dnairb wrote:esteban1uy wrote:For a fast fix, just go to line 704 of extension.js and change bottomPosition = false to bottomPosition = true, but if you want a more detailed explanation keep reading.
Please do the following:
Press Alt and F2 keys simultaneously, at the prompt type lg, that will open the "Looking Glass" (when you're ready to close it just press Esc key).
Now, at Looking Glass, go to the pane named "Errors" and take note of the order your extensions are loaded and post it here.
I bet we will find something weird at it.
OK. Running from a LiveCD, updated.
Edited the windowlist@linuxmint.com/extension.js file to remove the "Show Desktop Button" and line 704: Pastebin just to check file: http://pastebin.com/zArXGBk9.
Still no go: "Show Desktop Button" has gone but Window List is on the top panel again!
Alt-F2 lg reports:
Main.panel._leftBox.remove_actor(button.actor);//Main.panel._leftBox.remove_actor(button.actor);


SidharthaXx wrote:Thanks for the tips. Great post.
However, I am finding that 5g doesn't work for me. Has something changed in the interim since you posted?
Is there a new technique to achieve this?
many Thanks
"cinnamon-version": ["1.2.0"]









dballanc wrote:Thanks for the quick response! I gave that extension a try, but it was a bit flashier than what I was hoping. I generally have a half-dozen or more xterms to various machines floating around, and the alt-tab behavior I got used too was handy for finding the one I was looking for. That extension you linked was impressive, but I found it tedious with a large number of open apps/windows.




esteban1uy wrote:
As you can see, there's a problem in your extensions system: bottompanel extension loads first, that's correct, but windowlist shouts something got lost (some "parent", I guess it's a reference to the main panel) anyway it still loads instead of disabling itself!
So let's change our strategy.
Starting from scratch, paste this at line 730 (originally a blank line):
- Code: Select all
Main.panel._leftBox.remove_actor(button.actor);
Then edit line 739 to this:
- Code: Select all
//Main.panel._leftBox.remove_actor(button.actor);
This way windowlist loads as always but the "show desktop" button gets removed after some checks are done.
// Create a show desktop button
// Main.panel._leftBox.add(button.actor, { x_fill: true, y_fill: true }); /* Look for mintPanel */
if (Main.panel._mintPanel != null) {
global.log("mintWindowList found mintPanel");
// Main.panel._mintPanel.moveMe(button);
Main.panel._mintPanel.moveMe(windowList);
}
bimsebasse wrote:That doesn't work in the current Cinnamon unfortunately, neither does Ctrl+Alt+`
Wasn't it working in earlier Cinnamons? Can't remember.








I play a text based baseball game and one of the issues I have had is setting the desktop up so I can see the entire screen. As it stands in Cinnamon it shows the title bar at the top and it then cuts off part of the game screen on the bottom. If I hide the panel it shows the entire screen but when I click on the game buttons at the bottom it brings up the calendar, time, etc. Despite clicking on the game button it interacts with the panel instead.


Users browsing this forum: No registered users and 13 guests