Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 029CB782B1D for ; Sat, 11 Jan 2020 20:19:06 +0000 (UTC) Received: by mail-wm1-f68.google.com with SMTP id a5so5477198wmb.0 for ; Sat, 11 Jan 2020 12:19:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=content-transfer-encoding:originaldate:originalfrom:original :in-reply-to:date:subject:from:to:message-id; bh=tGRyWXRaRSQhSv5zKOB+TaNvfdHGeWn4aFAYyMEZCGc=; b=VRMc/05p4jqyXCCF5DRohj0fcAoKNuqyAgipnCTxSvvf961fYPwQ0628cTcxnw0oFO z+X7cNXk9FmQaJ5/Af8D2ZJqXP4/h/6bLqovVpPRCFmGv/vVfXCWFmyKL69eiI3nYCJz L8U35uoMdRokgU6uOrbPoPAjIrRkmfesOHEUvHO6eIQz3urdMFki5iL6KrQfq2WaeqFW h+JHkYoVLjErDBOO4Q7EzqYENfdiN/bGy94hes810KSeP2OK7WE64mvWHX+xuyUxrWr0 tmicO78LOfUc6YiO8EOD7f9so1nbuUhtAPHi8zgw0eTRoFl1jCt24yYWGyyJ3qVIgj0o LwPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:content-transfer-encoding:originaldate :originalfrom:original:in-reply-to:date:subject:from:to:message-id; bh=tGRyWXRaRSQhSv5zKOB+TaNvfdHGeWn4aFAYyMEZCGc=; b=f3OwgkcgAiMl0HUFsVj3Bm74615qtoBx8Q0WGdQ/v9FHiMMx3pdUnuyODmff7X8Azt wEjjXY8cXQnQqbj6sZSrwyY+7VC9HvXQCZy749M7Ykb+CvfTqWGiAZGvhmp0Ceyb/mXM d05DEDh0PvWa8mnCP+CmiibFfpS6tyHsasQH4lawRzTkMCL4b57g9Y4L9cGPmHiFblnc einhV84f2fNvFxYIQtYKbhrlb1u+cAY57Q2ZWuMj3li4E86woe+73YI4fKYW+g79X3i2 w072Yn16A8Mn+qAc524OXMuapONwFocXjzJO1SXmOvaI2yfvizxBCEZKEY9KBM6RPGaO Cntw== X-Gm-Message-State: APjAAAWvwJF1M04yl6az5lzOnvaLhtGmsRd0cXKn5Zs5b5AanW27k+In ON1zBOjss9pkwgNd+LZllM+OnLjTkv1qPQ== X-Google-Smtp-Source: APXvYqyFM4kucQIK9+Pig+uV+KKQeNd+2/UBzR8FiH3mYTpu/jno6VsCD/Wb/VGbkH59Dbf7V8w/VQ== X-Received: by 2002:a05:600c:2c44:: with SMTP id r4mr11028006wmg.140.1578773945344; Sat, 11 Jan 2020 12:19:05 -0800 (PST) Received: from localhost (176-241-9-194.pool.digikabel.hu. [176.241.9.194]) by smtp.gmail.com with ESMTPSA id f1sm7640725wru.6.2020.01.11.12.19.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 11 Jan 2020 12:19:04 -0800 (PST) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Originaldate: Sat Jan 11, 2020 at 2:15 AM Originalfrom: "Leo" Original: =?utf-8?q?All_the_lines_contain_^M,_which_breaks_everything._Please_use_a?= =?utf-8?q?_UNIX=0D=0Aenvironment_(preferably_Alpine)_while_creating_patch?= =?utf-8?q?es.=0D=0A=0D=0APlease_use_tabs_instead_of_spaces_for_indentatio?= =?utf-8?q?n.=0D=0A=0D=0ANo_need_for_that_post-install_script,_GTK_already?= =?utf-8?q?_has_a_trigger_for_it.=0D=0A=0D=0ALastly_your_program_segfaults?= =?utf-8?q?_when_starting_on_Wayland,_only_when_you=0D=0Adidn't_start_it_a?= =?utf-8?q?lready_on_X11.=0D=0A?= In-Reply-To: <20200111021503.053e156c@enterprise> Date: Sat, 11 Jan 2020 21:16:51 +0100 Subject: Re: [PATCH] testing/klavaro: new aport From: =?utf-8?q?V=C3=96R=C3=96SK=C5=90I_Andr=C3=A1s?= To: Message-Id: Hi Leo, Thanks for reviewing! On Sat Jan 11, 2020 at 2:15 AM, Leo wrote: > All the lines contain ^M, which breaks everything. Please use a UNIX > environment (preferably Alpine) while creating patches. I did actually. Also 'dos2unix -u APKBUILD' does nothing with the file. OTOH dos2unix -d appens those ^Ms to each line. What am I doing wrong? > Please use tabs instead of spaces for indentation. By bad. Fixed. > No need for that post-install script, GTK already has a trigger for it. Thanks. Removed. > Lastly your program segfaults when starting on Wayland, only when you > didn't start it already on X11. I need some time for this one as I do not use wayland (yet). I will try to reproduce and fix it. Thanks,