mate-desktop / caja

Caja, the file manager for the MATE desktop
https://mate-desktop.org/
Other
265 stars 143 forks source link

Can't autostart software from VBoxGuestAdditions.iso using Caja #1690

Closed N0rbert closed 1 year ago

N0rbert commented 1 year ago

Expected behaviour

Caja allows user to run autorun.sh script when it was requested.

Actual behaviour

Caja shows error when user clicks on Open Autorun Prompt shown in Devices → VBox_GAs_6.1.40: Error autorunning software ; Cannot find the autorun program -

1 2

Steps to reproduce the behaviour

  1. Run host Debian 11 system with VirtualBox 6.1.40
  2. Create new VM with Debian 11, configure sudo, install MATE desktop and build tools by sudo apt-get install task-mate-desktop mate-* build-essential kernel-headers-amd64
  3. On VM host press Devices → Insert Guest Additions CD image...
  4. Inside guest open Caja, go to Devices → VBox_GAs_6.1.40 and click on Open Autorun Prompt

MATE general version

1.24

Package version

1.24.0-1

Linux Distribution

Debian 11 bullseye

Link to bugreport of your Distribution (requirement)

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027736

N0rbert commented 1 year ago

Bug is still actual in upcoming Debian 12.

N0rbert commented 1 year ago

This is not a bug, it is configuration issue. Commenting out the line

/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0

in /etc/fstab solves the problem.