~alextee

https://www.zrythm.org

~alextee/zrythm-announce

Last active 1 year, 1 month ago

~alextee/zrythm-devel

Last active 1 year, 1 month ago

~alextee/zrythm-discuss

Last active 2 years ago

~alextee/zrythm-l10n

Last active 2 years ago
View more

Recent activity

Re: [PATCH] fix compile error with -Dcarla=disabled option 1 year, 11 months ago

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

Re: [PATCH 3/4] gnu-linux: add vim modeline 1 year, 11 months ago

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

Re: [PATCH 2/4] gnu-linux: error if unset variables are used 1 year, 11 months ago

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

Re: [PATCH] fix incorrect memory fence usage in zix ringbuf 2 years ago

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

Re: Fedora 35 image is always broken 2 years ago

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:

Fedora 35 image is always broken 2 years ago

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,

Re: [PATCH] fix tests compilation without installed plugins 2 years ago

From Alexandros Theodotou to ~alextee/zrythm-devel

Thanks, applied as 3b67adc72ba3508c7f8c3bda5ac7fa7ce7becb13.

Re: [PATCH] popover track creation menu for "add" button 2 years ago

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

Re: [PATCH] Popover menu position fix on bottom bar 2 years ago

From Alexandros Theodotou to ~alextee/zrythm-devel

Applied, thanks!