You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Regression, as those files worked before!
(nemo:175450): Nemo-WARNING **: 18:45:48.500: An action definition requires, at minimum, Name, Exec and Selection fields, and either an Extensions or Mimetypes field.
Check the /home/<user>/.local/share/nemo/actions/encode750kbs.nemo_action file for missing fields.
So .. NAME, EXEC, SELECTION and EXTENSIONS is the required minimum.
That's the file:
[Nemo Action]
Name=Encode to 750kb/s
Comment=Encode videofile to 750kb/s
Exec=gnome-terminal -x sh -c "encode750kbs.sh \"%F\""
Icon-Name=soundconverter
Selection=Any
Separator=;
#Extensions=mp4;
Extensions=m4a;mp4;avi;webm;ogg;ogv;mkv
Another nemo_action file with exact these fields works without an error:
[Nemo Action]
Name=Play 3D Video
Comment=Spiele Videos in 3D ab.
#Exec=echo "%F" >> /tmp/print.log
#Exec=gnome-terminal -x sh -c "echo %F | less"
Exec=<play3d.sh %F>
Icon-Name=soundconverter
Selection=Any
Separator=;
Extensions=m4a;mp4;avi;webm;ogg;ogv;oga;wav;mkv
Steps to reproduce
start nemo in debug mode
Expected behavior
acceptance or a detailed error message whats missing or is wrong.
Additional information
No response
The text was updated successfully, but these errors were encountered:
as soon as i changed the Execline to a sperate script in the same directory and switched to Exec=<script %F>... nemo accepts it again :( That's a waste of files ;)
Distribution
Fedora 40
Package version
6.2.8
Frequency
Always
Bug description
This is a Regression, as those files worked before!
So .. NAME, EXEC, SELECTION and EXTENSIONS is the required minimum.
That's the file:
Another nemo_action file with exact these fields works without an error:
Steps to reproduce
start nemo in debug mode
Expected behavior
acceptance or a detailed error message whats missing or is wrong.
Additional information
No response
The text was updated successfully, but these errors were encountered: