From Alexandros Theodotou to ~alextee/zrythm-devel
Merged with a few changes: https://manual.zrythm.org/en/configuration/ui-scaling-and-wayland.html Thanks!
From Alexandros Theodotou to ~alextee/zrythm-devel
Hi, > Signed-off-by: Igor Gushchin <igorg9863@vivaldi.net> > --- > src/gui/widgets/preferences.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gui/widgets/preferences.c > b/src/gui/widgets/preferences.c > index 9a4619f4f..d7b03bd6d 100644 > --- a/src/gui/widgets/preferences.c > +++ b/src/gui/widgets/preferences.c > @@ -241,7 +241,7 @@ should_be_hidden ( > #endif
From Alexandros Theodotou to ~alextee/zrythm-devel
2022-10-14 (金) の 04:57 +0000 に PowerUser64 さんは書きました: > This is so editors know what the file type is. > --- > gnu-linux/install.sh.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu-linux/install.sh.in b/gnu-linux/install.sh.in > index 9178504..fe4189a 100755 > --- a/gnu-linux/install.sh.in > +++ b/gnu-linux/install.sh.in > @@ -157,3 +157,4 @@ if [ $proceed -ne 0 ]; then > > print_install_success > fi
From Alexandros Theodotou to ~alextee/zrythm-devel
2022-10-14 (金) の 04:56 +0000 に PowerUser64 さんは書きました: > --- > gnu-linux/install.sh.in | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu-linux/install.sh.in b/gnu-linux/install.sh.in > index d627f12..9178504 100755 > --- a/gnu-linux/install.sh.in > +++ b/gnu-linux/install.sh.in > @@ -17,11 +17,11 @@ > # You should have received a copy of the GNU Affero General Public > License > # along with Zrythm. If not, see > <https://u27125094.ct.sendgrid.net/ls/click?upn=Y73ls-2FpqpPk8ipT8ZhG
From Alexandros Theodotou to ~alextee/zrythm-devel
Thanks for the patch but I've now dropped the vendored version of zix and started using the upstream library https://github.com/drobilla/zix/tree/atomic-ring It should be fixed in the atomic-ring branch (see this commit: https://github.com/drobilla/zix/commit/a286841ea2b93ca0f5163f66d897006796e0ccff ).
From Alexandros Theodotou to ~sircmpwn/sr.ht-discuss
Hi Conrad, 2022-08-02 (火) の 14:18 +0200 に Conrad Hoffmann さんは書きました: > > On 7/30/22 02:47, Alexandros Theodotou wrote: > > It should be reproducible with any repository's .build > > configuration. > > I just tried a simple build and it works fine. Can you tell me if > it's > still broken for you, and if yes, provide a link to the build (either > the build itself or the build.yml)? Here is a simple build that fails:
From Alexandros Theodotou to ~sircmpwn/sr.ht-discuss
Hi, just a report about the Fedora 35 build image. I have been having this issue for about a year now I think. Fedora 35 occasionally breaks (has no network connectivity so it can't even clone the sources) and stays broken for many days/weeks (like now - it has been broken for at least 2 weeks). It should be reproducible with any repository's .build configuration. The issue seems to be that /etc/resolv.conf is empty/missing. I can fix the connectivity issues in the build machine after I ssh and put `nameserver 8.8.8.8` in that file. Thanks,
From Alexandros Theodotou to ~alextee/zrythm-devel
Thanks, applied as 3b67adc72ba3508c7f8c3bda5ac7fa7ce7becb13.
From Alexandros Theodotou to ~alextee/zrythm-devel
Thanks! Applied with the following changes: diff --git a/inc/gui/widgets/add_track_menu_button.h b/inc/gui/widgets/add_track_menu_button.h index 89ea83c2e..d7832611f 100644 --- a/inc/gui/widgets/add_track_menu_button.h +++ b/inc/gui/widgets/add_track_menu_button.h @@ -1,21 +1,5 @@ -/* - * Copyright (C) 2022 Robert Panovics <robert dot panovics at gmail dot com> - * - * This file is part of Zrythm - *
From Alexandros Theodotou to ~alextee/zrythm-devel
Applied, thanks!