237dmitry

Results 330 comments of 237dmitry
trafficstars

> I don't understand what you're saying. Ok. You used `curl` value for `UserAgent` parameter and it works. My question is how did you find this value, you didn't make...

I tried and it works too: ``` Invoke-WebRequest -UserAgent aaaaa -out foo.exe https://downloads.sourceforge.net/project/boost/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-64.exe ``` So `curl` is not a workaround, rather any string is.

> but I am not going to open tilix from terminal If you open tilix using a desktop file from the menu, add `--maximize` to the `Exec` entry of this...

> It doesn't work In my environment it works without any problem. Arch, XFCE. ``` $ grep 'Exec=tilix' ./.local/share/applications/com.gexperts.Tilix.desktop Exec=tilix --maximize Exec=tilix --action=app-new-window Exec=tilix --action=app-new-session Exec=tilix --preferences ```

If it does not work from CLI, I guess the reason is Wayland. How does it behave on xorg? If it works from CLI, you should determine how launcher works...

Are there any settings for the icons in the launch area? The command may need to be specified there. I don't use Gnome and this is just a suggestion.

I would probably remove it and download the precompiled version from the releases page. I've never installed musikcube using pacman or paru/yay/etc from AUR.

> is there any precompiled version for arch linux? I simply downloaded compressed tar, unpack to /opt and create symlinks in the $PATH directory: ``` $ pushd /usr/bin $ sudo...

> How can I obtain this information using one command? I think the best solution for now would be parsing of `playerctl metadata`. Something like: ``` playerctl metadata --format "Now...