MATE (and cinnamon) desktop icon organizer

So you have written that new, must have program. Let us see it here.
Post Reply
User avatar
BruceSteers
Posts: 1579
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

MATE (and cinnamon) desktop icon organizer

Post by BruceSteers »

Another possibly useful application for some..

From the ReadMe....


I made this because if i have more than one screen connected with MATE desktop it
often misplaces icons off screen.

Or if the HDMI lead is messed with, tv turned off, etc, icons can disappear off screen.


On running this program a list of desktop icons shows and any that are off screen get a red background.\
These can be double clicked to position them center screen.

Or there are 2 buttons that will position the desktop icons either horizontally or
vertically.

You can set X and Y spacing and outer margin size.

You can move the window to another monitor to move the icons to that screen.

Works with (and was designed for) caja desktop (MATE)

Also works with nemo-desktop (Cinnamon) but not on a second screen (as far as i know) as i don't know how to enable icons on the secondary monitor.


Enjoy.
Merry Christmas :)
Attachments
AlignIcons-0.0.2.tar.gz
(54.95 KiB) Downloaded 257 times
Untitled.jpg
Untitled.jpg (174.42 KiB) Viewed 2666 times
If at first you don't succeed , try doing something differently.
BruceS
User avatar
BruceSteers
Posts: 1579
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: MATE (and cinnamon) desktop icon organizer

Post by BruceSteers »

Does anyone know how to enable icons on the second monitor with cinnamon?

Cheers :)
If at first you don't succeed , try doing something differently.
BruceS
User avatar
BruceSteers
Posts: 1579
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: MATE (and cinnamon) desktop icon organizer

Post by BruceSteers »

Some updates...

Now uses Screen.Available properties to better fit with panels

Now takes various arguments...
Can be used via shell with the -a (--align) argument to align using current config and quit without opening interface...
Can get current config with -g (--get)
Using --help wrote: Usage: AlignIcons (caja/nemo) <options> <arguments>
All other arguments only make sense for use with --align option.

Options:
-g --getconfig print saved config
-a --align <direction> Auto-align Horizontal(h) or Vertical(v) with current config and quit

-x --xspace <Pixels> horizontal spacing
-y --yspace <Pixels> vertical spacing
-t --top <Pixels> top margin
-b --bottom <Pixels> bottom margin
-l --left <Pixels> left margin
-r --right <Pixels> right margin
-V --version Display version
-h --help Display this help
https://forum.gambas.one/download/file.php?id=1454
If at first you don't succeed , try doing something differently.
BruceS
User avatar
BruceSteers
Posts: 1579
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: MATE (and cinnamon) desktop icon organizer

Post by BruceSteers »

BruceSteers wrote: Monday 25th December 2023 10:34am Does anyone know how to enable icons on the second monitor with cinnamon?

Cheers :)
To answer my own question...
I tried this...
gsettings get org.nemo.desktop desktop-layout
true::false

So i typed this in a terminal...
gsettings set org.nemo.desktop desktop-layout true::true

Now cinnamon 2nd screen does panels and icons too :)

But just a note..
This icon aligner does not work very well with cinnamon/nemo yet.
If at first you don't succeed , try doing something differently.
BruceS
Post Reply