There is a filename issue when creating screenshots using the print key on the keyboard. The file is created in the ~/Pictures directory but with an undesired filename and without extension. The filename generated is the following:
Screenshot-(date
Based on the output of the included command Screenshot-$(date +%F_%T).png, I have changed the rc.xml and screenshot.sh files to generate the correct filename.
My current setup is default openbox installed using EndeavourOS_Atlantis_neo-21_5.iso
Please let me know if you have any comments or suggestions.
Hello,
There is a filename issue when creating screenshots using the print key on the keyboard. The file is created in the ~/Pictures directory but with an undesired filename and without extension. The filename generated is the following:
Based on the output of the included command
Screenshot-$(date +%F_%T).png
, I have changed the rc.xml and screenshot.sh files to generate the correct filename.My current setup is default openbox installed using EndeavourOS_Atlantis_neo-21_5.iso
Please let me know if you have any comments or suggestions.