cl_download_community_skins
and cl_skin_community_download_url
while we just have cl_download_skins
and cl_skin_download_url
? It does exactly the same, just downloads a skin from another url? That was the reason I requested the cl_skin_download_url
variable back then, so that people can simply change the url.
So much to the topic not to add useless configscl_skin_community_download_url
)?community
at the endnone
, kitty
, santa
), it's applied to the main tee as well as the dummy tee regardless of your dummy setting checkbox selection.
And something else: an insignificant cosmetic bug is that the tee skin changes aren't applied when closing the menu in some cases. When this happens, you need to re-open the tee skin settings, change something (e.g. toggle checkbox twice) and close the menu. This happens most often when changing the tee skin settings of the....75f
. Which I thought looks reasonable, but if really wanted we could make cl_freezebar_inside_freeze
an opacity setting too so people can independently set their in-freeze alpha too.
xdg-open https://ddnet.tw
it works just fine, if I click a link in discord, that's exactly what chromium does but it doesn't workxdg-open https://ddnet.tw
it works just fine, if I click a link in discord, that's exactly what chromium does but it doesn't work /usr/share/applications/mimeinfo.cache
cache is just filled with wrong entires xD then I delete the file and everything works again.
https://wiki.archlinux.org/title/Default_applicationssource myenvfile && ./mycommand
?bash -c "source myenvfile && ./mycommand"
env -i bash --noprofile --norc -c "source myenvfile && ./mycommand"
but that's just guessingbash-5.1$ echo $FOO
bash-5.1$ cat myenvfile
export FOO=bar
bash-5.1$ cat mycommand
#!/bin/bash
echo $FOO
env
bash-5.1$ env -i bash --noprofile --norc -c "source myenvfile && ./mycommand"
bar
FOO=bar
PWD=/Users/deen
SHLVL=2
_=/usr/bin/env
bash-5.1$ echo $FOO
DBUS_SESSION_BUS_ADDRESS=disabled:
DBUS_SESSION_BUS_ADDRESS
disabled:
which breaksdisabled:
xdg-launch just uses ~/.dbus/session-bus/
disabled:
xdg-launch just uses ~/.dbus/session-bus/
gfx_enable_texture_unit_optimization 1
(edited)