Skip to content

Commit

Permalink
wkdev_sdk: Remove xdg-open workaround
Browse files Browse the repository at this point in the history
This doesn't work on file:// URIs which is important. Users will just need a browser in the container.
  • Loading branch information
TingPing committed Mar 7, 2024
1 parent 126ffac commit c6f192e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions images/wkdev_sdk/Containerfile
Expand Up @@ -61,9 +61,6 @@ ENV LC_ALL ${CONTAINER_LOCALE}
ENV LANG ${CONTAINER_LOCALE}
RUN dpkg-reconfigure locales

# As we are in a container normal xdg-open doesn't work but we can use flatpak's portal instead.
RUN ln -s /usr/libexec/flatpak-xdg-utils/xdg-open /usr/local/bin/xdg-open

# Install all dependencies for WebKit/GStreamer/etc in one pass.
WORKDIR /var/tmp/wkdev-packages
COPY /required_system_packages/*.lst .
Expand Down
2 changes: 1 addition & 1 deletion images/wkdev_sdk/required_system_packages/01-base.lst
Expand Up @@ -11,4 +11,4 @@ libnvidia-egl-wayland1
wireplumber

# General utilities
apt-file aptly atop at-spi2-core emacs flatpak-xdg-utils git htop iotop iputils-ping kmod less libportal-dev libportal-gtk4-dev libxcb-cursor-dev locate man-db nano openssh-client strace sudo unzip vim wget
apt-file aptly atop at-spi2-core emacs git htop iotop iputils-ping kmod less libportal-dev libportal-gtk4-dev libxcb-cursor-dev locate man-db nano openssh-client strace sudo unzip vim wget

0 comments on commit c6f192e

Please sign in to comment.