add exiftool and firefox

This commit is contained in:
thelamer 2022-03-07 11:30:30 -08:00
parent bf4fec03b7
commit 70ffab0b13
6 changed files with 25 additions and 4 deletions

View File

@ -14,7 +14,13 @@ RUN \
echo "**** install runtime packages ****" && \
pacman -Sy --noconfirm --needed \
digikam \
mariadb && \
firefox \
mariadb \
perl-image-exiftool && \
echo "**** image tweaks ****" && \
ln -s \
/usr/bin/vendor_perl/exiftool \
/usr/bin/exiftool && \
dbus-uuidgen > /etc/machine-id && \
echo "**** cleanup ****" && \
rm -rf \

View File

@ -14,7 +14,13 @@ RUN \
echo "**** install runtime packages ****" && \
pacman -Sy --noconfirm --needed \
digikam \
mariadb && \
firefox \
mariadb \
perl-image-exiftool && \
echo "**** image tweaks ****" && \
ln -s \
/usr/bin/vendor_perl/exiftool \
/usr/bin/exiftool && \
dbus-uuidgen > /etc/machine-id && \
echo "**** cleanup ****" && \
rm -rf \

View File

@ -14,7 +14,13 @@ RUN \
echo "**** install runtime packages ****" && \
pacman -Sy --noconfirm --needed \
digikam \
mariadb && \
firefox \
mariadb \
perl-image-exiftool && \
echo "**** image tweaks ****" && \
ln -s \
/usr/bin/vendor_perl/exiftool \
/usr/bin/exiftool && \
dbus-uuidgen > /etc/machine-id && \
echo "**** cleanup ****" && \
rm -rf \

View File

@ -260,6 +260,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **07.03.22:** - Add Exiftool and firefox for image exports.
* **20.02.22:** - Add MariaDB, expand documentation.
* **15.02.22:** - Rebase to Arch.
* **27.12.21:** - Rebase to focal to resolve dependency issues.

View File

@ -77,6 +77,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "07.03.22:", desc: "Add Exiftool and firefox for image exports." }
- { date: "20.02.22:", desc: "Add MariaDB, expand documentation." }
- { date: "15.02.22:", desc: "Rebase to Arch." }
- { date: "27.12.21:", desc: "Rebase to focal to resolve dependency issues." }

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
<item label="DigiKam" icon="/usr/share/icons/hicolor/48x48/apps/digikam.png"><action name="Execute"><command>/usr/sbin/digikam</command></action></item>
<item label="Firefox" icon="/usr/share/icons/hicolor/48x48/apps/firefox.png"><action name="Execute"><command>/usr/bin/firefox</command></action></item>
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
<item label="Reload OB"><action name="Reconfigure"/></item>
</menu>
</openbox_menu>