spvkgn
spvkgn
When I launch frozen app shortcut created with 6.0.5, it open Scoped settings - Island settings. Before 6.0.x it worked properly and all these old shortcuts which were created in...
SSL/TLS support is not compiled in Linux amd64 binary from releases page. I tried to build manually with `libssl-dev` installed and got the same error as well. 
1.40 beta with Mega support https://beta.rclone.org/v1.40-064-gce770478-mega/
When resume from suspend/hibernate already running btop always switches to `lo` net iface, even if `eth0` is specified in settings. It would be useful to add an option to exclude...
Recent Firefox versions shows as `firefox` ``` $ xprop WM_CLASS WM_CLASS(STRING) = "Navigator", "firefox" ```
It would be great to add socket support when `MPD_HOST` environment variable set like this `MPD_HOST=$HOME/.config/mpd/socket`.
Is there a chance to add support for bold font? screenshot 
Sample `AppImageBuilder.yml`: ```yaml version: 1 AppDir: path: ./AppDir app_info: id: org.gnu.bash name: bash icon: utilities-terminal version: 5.0.16 exec: bin/bash exec_args: $@ apt: arch: amd64 allow_unauthenticated: true sources: - sourceline: 'deb...
Use this simple `AppImageBuilder.yml` to build the AppImage with `appimage-builder`: ```yaml version: 1 AppDir: path: ./AppDir app_info: id: org.gnu.bash name: bash icon: utilities-terminal version: 5.0.16 exec: bin/bash exec_args: $@ apt:...