mate-desktop / marco

MATE default window manager
https://mate-desktop.org
GNU General Public License v2.0
193 stars 86 forks source link

Screenshot has no default directory #725

Closed FlailAway closed 2 years ago

FlailAway commented 2 years ago

Expected behaviour

Save the file

Actual behaviour

ERROR: Failed to execute child process "mate-screenshot" (No such file or directory)

Steps to reproduce the behaviour

Press "Prt_Scr"

MATE general version

Operating System: Linux Mint 20.3 Kernel: Linux 5.4.0-109-generic Architecture: x86-64

Package version

What does that mean?

Linux Distribution

Mint mate 20.04

Link to bugreport of your Distribution (requirement)

What does that mean?

I don't have the "Document" etc., default directories so it may be looking for one of those.

BUT, I used dconf-editor (org/mate/screenshot) and it shows the Default as '' that is, 2-apostorphies, as in, nothing, empty.

I disabled "Use default path" and assigned "Downloads" saved, rebooted and still get the error even WITH the path shown as "Downloads."

lukefromdc commented 2 years ago

That sound like the mate-screenshot binary not being found. Can you execute mate-screenshot from terminal?

FlailAway commented 2 years ago

@lukefromdc: Thanks, that was it. It showed "mate-utils not installed"

I did an update then, sudo apt install mate-utils

Fixed: thanks again. No idea why they were not installed originally.