spvkgn

Results 21 issues of 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. ![Снимок экрана в...

When searching on hub eiskaltdcpp-gtk (and gtk3 as well) crashes immediately: [gdb-eiskaltdcpp.txt](https://github.com/eiskaltdcpp/eiskaltdcpp/files/1090357/gdb-eiskaltdcpp.txt)

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...

feature

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`.

enhancement

Is there a chance to add support for bold font? screenshot ![Снимок экрана в 2023-09-06 18-31-01-crop](https://github.com/elfmz/far2l/assets/4147135/59c86041-397f-487b-a9f7-90da3e123f42)

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:...