sebma

Results 128 comments of sebma

Thanks for your time. The URL I provided has youtube auto-generated subtitles. I would like to see two subtitle tracks on the video at the same time : one in...

@mozzbozz Congratulation for this PR. I'm in wait for this PR to be merged. It's been a little more than 2 years now and this PR is still not merged...

@Gagravarr [Android-Audio-Recorder](https://gitlab.com/axet/android-audio-recorder) is using `Gagravarr.org Java Vorbis Tools v0.8 20160217`. Can you please merge mozbozz PR #33 and do a v0.9 release tag so that the [bug](https://gitlab.com/axet/android-audio-recorder/-/issues/208) may also be...

@JaGoLi `yt-dlp` is now in the [debian repositories since the stable-backports](https://packages.debian.org/search?keywords=yt-dlp) and now in the [ArchLinux community repositories](https://archlinux.org/packages/community/any/yt-dlp/). Can you please reconsider and reopen this issue ?

@JaGoLi Thanks a lot.

I, also, have this exact same problem. Installing chromium-browser on ubuntu 20.04 LTS actually installs the chromium snap package : ```bash $ apt-cache show chromium-browser/20.04 Package: chromium-browser Architecture: amd64 Version:...

@guest73 I found a little workaround. Create a `chromium_snap_start.sh` script and type this : ```bash #!/usr/bin/env sh SNAP=/snap/chromium/current SNAP=$SNAP bash $SNAP/bin/chromium.launcher & ``` And then start the chromium snap via...

@guest73 I just noticed in [`chrome://version`](chrome://version) that the profile path is `$HOME/.config/chromium/Default` instead of `$HOME/snap/chromium/common/chromium/Default` when chromium is started with `bash $SNAP/bin/chromium.launcher &` ![image](https://user-images.githubusercontent.com/4569306/144594174-cc187983-8194-4ff9-818f-da411ececac5.png)

@grahamperrin Hi, I tried your modifications from your [7510cb2](https://github.com/grahamperrin/openwith/commit/7510cb2d208665280153dc11e690ea2b3c6c31b3) commit, but it didn't do anything. I had to replace `Brave-Browser-Dev` by `Brave-Browser` for the script to work : ``` $...

@grahamperrin Hi, I tried your modifications from your [7510cb2](https://github.com/grahamperrin/openwith/commit/7510cb2d208665280153dc11e690ea2b3c6c31b3) commit, but it didn't do anything. I had to replace `Brave-Browser-Dev` by `Brave-Browser` for the script to work : ```bash $...