tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs
Most likely due to ubuntu moving away from gnome-terminal to ptyxis.
TMP_DIR=$(mktemp -d) && curl -sLo "$TMP_DIR/steam.deb" https://cdn.fastly.steamstatic.com/client/installer/steam.deb && sudo dpkg -i "$TMP_DIR/steam.deb" (Reading database… 177752 files and directories currently installed.) Preparing to unpack /tmp/tmp.0HNq9aNOpa/steam.deb… Unpacking steam-launcher (1:1.0.0.85) over (1:1.0.0.85)… dpkg: dependency problems prevent configuration of steam-launcher: steam-launcher depends on xterm | gnome-terminal | konsole; however: Package xterm is not installed. Package gnome-terminal is not installed. Package konsole is not installed. dpkg: error processing package steam-launcher (--install): dependency problems - leaving unconfigured Processing triggers for gnome-menus (3.38.1-1ubuntu1)… Processing triggers for desktop-file-utils (0.28-1build1)… Processing triggers for hicolor-icon-theme (0.18-2build1)… Processing triggers for man-db (2.13.1-1build1)… Errors were encountered while processing: steam-launcher
Hello @cpuccino, this is functionally the same issue as #12457. Closing in favor of the older issue report.
My bad, didn't notice
Nothing extracted yet.
Your system information
tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs] - N/APlease describe your issue in as much detail as possible:
Most likely due to ubuntu moving away from gnome-terminal to ptyxis.
Steps for reproducing this issue:
Not a blocker per se - cause apt auto installs xterm - but would be nice if ptyxis is in the list so xterm doesn't need to be installed?