RapidRAW

RapidRaw
🌎 descrição traduzida automaticamente 🇺🇸 -> 🇧🇷 👇🏻
Um editor de imagens RAW bonito, não destrutivo e acelerado por GPU, criado com o desempenho em mente.
#!/bin/bash
set -e
ICON_ORIG='com.endlessm.photos'
ICON_REPL='rapidraw'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
local_papirus_icon
am -i --icons rapidraw
printf "sed -i 's/Exec=rapidraw/Exec=env WAYLAND_DISPLAY="" rapidraw/g' /usr/local/share/applications/rapidraw-AM.desktop" | sudo tee /usr/local/share/custom-launchers/rapidraw >/dev/null
sudo bash /usr/local/share/custom-launchers/rapidraw