Changes

Mint Linux Distribution Reference

6,689 bytes removed, 13:03, 28 July 2020
/* Troubleshooting and Annoyances */
The following lines were added (+) and removed (-):
=== Cinnamon Window List Applet Aligning Right ===Note: Using dconf with Mint 18.3 Cinnamon desktop seems to work well, however, Mint 19.2 with Cinnamon 4.x the dconf procedure is not recommended.  Bad side effects.  Buggy implementation not properly updated for newer release of DM.''There's a couple different Window List Applets that can be active on the bottom panel.  One is "Window List" which is described in Solution #1 and the other is "Grouped Window List" which is described in Solution #2.  There are a number of Applets that are available for addition and removal from the panel.  Some confusion exists on various solutions from online forums not taking into account which panel applet a user might have activated.'''''SOLUTION #1: Using dconf.  (Your mileage may vary)'''Why this starts to happen out of the blue after being fine prior makes no sense to me, however, it seems to happen.  Here's the fix:1. Install dconf Editor sudo apt install dconf-tools2. Open dconf Editor from the Cinnamon Menu MENU -> Administration -> deconf Editor3. There's a settings Tree on the left pane of dconf Editor.  You'll have to click on the following branches to the sub branch: org -> cinnamon 4. Within the "org, cinnamon" branch look in the right pane and scroll down to find the bold face item "enable-applets"  '''enable-applets'''5. Once you click on "enabled-applets" a sub-pane will appear below on the right.  It will have labels like: Schema, Summary, Description, Type, and Default.  Under "Default" find something that looks like: 'panel1:center:11:window-list@cinnamon.org', To modify it you have to click on the label "enabled-applets" on the top part of the right pane, because the bottom part is read-only.  As you make an edit on the top part, right of the label, where it is displayed as a single line, you will see the changes on the bottom read-only display panel.  Funky (or POS) design right?  I agree.  Your best bet is to copy the entire key, paste it into a text editor like Kate, make the edit, then copy and paste it back into where the key was copied from.  So, make the following change... 'panel1:left:11:window-list@cinnamon.org', Step 5 may have some variations.  Those will be mentioned here when available.  You'll have to experiment.  Information source: [https://forums.linuxmint.com/viewtopic.php?f=208&t=94842&start=20#p543274 linuxmint.com forum topic Cinnamon 1.3 released...]*Note: On Mint 19.2 Cinnamon 4.2.3 the process fix was different.  The values already were set to "left" and the fix that work was to slide the check for "Use default value"  This seemed to put application windows back to the left.Problem observed with Cinnamon 3.6.6, above suggested resolution inapplicable as alignment already defined "left." Here's an example of default in Cinnamon 3.6.6 while alignment issue observed, Linux mint 18.3, and it still wrongly aligns right... ['panel1:right:0:systray@cinnamon.org', 'panel1:left:0:menu@cinnamon.org', 'panel1:left:1:show-desktop@cinnamon.org', 'panel1:left:2:panel-launchers@cinnamon.org', 'panel1:left:3:window-list@cinnamon.org', 'panel1:right:1:keyboard@cinnamon.org', 'panel1:right:2:notifications@cinnamon.org', 'panel1:right:3:removable-drives@cinnamon.org', 'panel1:right:4:user@cinnamon.org', 'panel1:right:5:network@cinnamon.org', 'panel1:right:6:bluetooth@cinnamon.org', 'panel1:right:7:power@cinnamon.org', 'panel1:right:8:calendar@cinnamon.org', 'panel1:right:9:sound@cinnamon.org']The last item in the text box, panel1:right:0:window-list@cinnamon.org:13' should be changed to: 'panel1:left:9:window-list@cinnamon.org:13'The "window-list" refers to the open applications, and the number after the left/right colon '0' is the priority.  Priority 0 means, put before other lists.  We want it to be '9' as in low priority rather than '0' or high priority, otherwise you end up with docked icons pushed to the right, and we don't want that.update 2020: Just delete the line that refers to window-list@cinnamon.org, get rid of the entire thing after the ,'''SOLUTION #2: Using Panel Edit Mode (recommended for Cinnamon 4.2.3)'''On MS Windows it is known as the "taskbar" on Cinnamon it is the "panel."  #Right click the panel when not over any active panel item and activate panel edit mode.  #Remove the Applet called "Window List"#Keep the Applet called "Grouped Window List"The Grouped Window List applet still has a previous popup that is annoying and the applet settings does not offer a way to disable it.  Although the Grouped Window List Applet is named "grouped" you can disable Window grouping.  The advantage of the Grouped Window List applet is that it takes up less space in the panel.  Each open application appears as a square taking up less space.Grouped Window List - there are two options relating to thumbnail preview and "show the window when hovering" which can be annoying, the latter being the most annoying.  You may or may not want to disable "Show Thumbnails" but I find the need to disable "Show the window when hovering its thumbnail" very necessary, what an obnoxious behavior!!!!#Right Click any open application icon in the panel -> Preferences -> Configure#On the GENERAL tab/button of the Grouped Window List dialog disable "Group windows by applocation"#On the THUMBNAILS tab/button of the Grouped Window List dialog, Thumbnail, you may wish to disable "Show thumbnails," and in the same area under the "Hover Peek" heading I strongly recommend you disable "Show the window when hovering its thumbnail"All of this applies to Mint 19.2 with Cinnamon 4.x.  I am sure the devs will change all of the feature names and locations, add more obnoxious crap, and make it increasingly obfuscated to control or disable by the next release.=== xorg graphical login loop ====== Troubleshooting Linux Mint ===After you enter your password at the graphical login, you are taken back to the same login without a usable x session starting.Additional problems and known resolutions are documented in Mint [[Linux Troubleshooting]]. Most common cause: File permissions problem in your user home directory of the .Xauthority file.  If you note that the file is owned by root instead of your user.  To resolve simply sudo chwon nicolep ~/.Xauthority === graphic driver problem, X wont start, load in lowres ===You can force xorg to load in low resolution MESA compatibility.  You have to add 'nomodeset' to the kernel boot parameters at the start of boot. === fix / restore / reset x.org when it wont load ===One one occasion the xorg server stopped working after a screen resolution change.  The xorg log was not helpful other than indicating a segment fault.  sudo bash apt-get update apt-get dist-upgrade apt-get install xserver-xorg-core [https://forums.linuxmint.com/viewtopic.php?t=129876 apt-get install xserver-xorg-video-radeon]The last line is for ATI cards only.
Bureaucrat, administrator
16,192
edits