Re: libsoup 2 -> 3 migration plan and timeline (action required if you depend on libsoup)

2022-05-26 Thread Joël Krähemann
Hi Michael, We just did a major release to GSequencer v4.0.0 we migrated to Gtk4 and libsoup-3.0, thereby. https://savannah.nongnu.org/forum/forum.php?forum_id=10187 For webkit2gtk-4.0 we had a replacement to show the manual as PDF using libpoppler-glib. During transition, I had to disable

Re: Fedora 34 Change: Route all Audio to PipeWire (System-Wide Change)

2020-11-24 Thread Joël Krähemann
why not to allow pipes as sinks? Like "/dev/null". On Tue, Nov 24, 2020 at 8:29 PM Reindl Harald (privat) wrote: > > > > Am 24.11.20 um 20:26 schrieb Joël Krähemann: > > What I can do with my software `gsequencer` all on top of ALSA. > > gsequencer is on the

Re: Fedora 34 Change: Route all Audio to PipeWire (System-Wide Change)

2020-11-24 Thread Joël Krähemann
-OSC-OVER-XMLRPC with libsoup-2.4 builtin XML login module for basic HTTP authentication * tic based system default max sync-rate upto 1000 Hz On Tue, Nov 24, 2020 at 8:16 PM Reindl Harald (privat) wrote: > > > > Am 24.11.20 um 20:06 schrieb Joël Krähemann: > >> That being sai

Re: Fedora 34 Change: Route all Audio to PipeWire (System-Wide Change)

2020-11-24 Thread Joël Krähemann
Hi, This is bad. On Tue, Nov 24, 2020 at 3:27 PM Neal Gompa wrote: > > On Tue, Nov 24, 2020 at 9:19 AM Joël Krähemann wrote: > > > > Hi all, > > > > For short, NO! I want to be able to shutdown pipewire in order to get > > instant > > ALSA access. >

Re: Fedora 34 Change: Route all Audio to PipeWire (System-Wide Change)

2020-11-24 Thread Joël Krähemann
Hi all, For short, NO! I want to be able to shutdown pipewire in order to get instant ALSA access. This was a real pain until pulseaudio recognized what they need to do: systemctl --user stop pulseaudio systemctl --user stop pulseaudio.socket killall pulseaudio If you want real low latency you

Re: Guidance for a new contributor

2019-03-09 Thread Joël Krähemann
Hi Saša, I am the maintainer of GSequencer and would love to get help with various aspects related to it. We could benefit both if I am able to improve the docs by obtaining feedback. http://nongnu.org/gsequencer/ Thought, it is not fedora infrastructure but rather a generic Linux desktop

Re: mass-removal of LANG=anything-not-C.UTF-8 in packages

2018-11-11 Thread Joël Krähemann
Hi all, I don't care as long you leave the C locale on the system. http://git.savannah.nongnu.org/cgit/gsequencer.git/tree/ags/lib/ags_regex.c?h=2.1.x#n43 FYI: the regexp engine behaves different as providing multi-byte input as with C.UTF-8. In contrary the C locale allows you to do match

Re: Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Joël Krähemann
Hi I use this in my code to force English and byte-wise character interpretation. putenv("LC_ALL=C\0"); putenv("LANG=C\0"); Could be that you should export your variable and launch netspeed within the same shell. export LANG=de_DE.UTF-8 Bests, Joël On Sun, Mar 19, 2017 at 10:23 PM, Jens

Sponsor request of gsequencer v0.7.122.6

2017-02-24 Thread Joël Krähemann
Hi As mentioned in a previous mail discussion, I'd like to provide Advanced Gtk+ Sequencer to fedora. https://bugzilla.redhat.com/show_bug.cgi?id=1403417 I have done a lot of efforts doing a more stable package. http://download.savannah.nongnu.org/releases/gsequencer/stable/ Bests, Joël

Re: GSequencer upstream wants to package for fedora

2016-12-09 Thread Joël Krähemann
Hi all For your information http://koji.fedoraproject.org/koji/taskinfo?taskID=16809691 https://copr.fedorainfracloud.org/coprs/jkraehemann/gsequencer/ Bests, Joël On Fri, Dec 9, 2016 at 10:15 PM, Joël Krähemann <jkraehem...@gmail.com> wrote: > Hi Michael > > I'm not sure of

Re: GSequencer upstream wants to package for fedora

2016-12-09 Thread Joël Krähemann
016 21:57:07 +0100, Joël Krähemann wrote: > >> Hi all >> >> Just modified the gsequencer.spec file. Now, it should be more the fedora >> way. >> >> https://sourceforge.net/projects/ags/files/fedora/ >> >> Additionally, I uploaded the srpm and

Re: GSequencer upstream wants to package for fedora

2016-12-09 Thread Joël Krähemann
On Thu, Dec 8, 2016 at 6:30 PM, Zbigniew Jędrzejewski-Szmek <zbys...@in.waw.pl> wrote: > On Thu, Dec 08, 2016 at 05:13:24PM +0100, Michael Schwendt wrote: >> On Thu, 8 Dec 2016 15:21:21 +0100, Joël Krähemann wrote: >> >> > My name is Joël Krähemann. I maintain Advanced Gt

GSequencer upstream wants to package for fedora

2016-12-08 Thread Joël Krähemann
Hi all My name is Joël Krähemann. I maintain Advanced Gtk+ Sequencer and I'd like to provide it in fedora. Linux is my OS of choice since 2001. Along the time I have used many distributions like debian, linux from scratch, SUSE, fedora and a few others. Prior I did an RPM spec provided

gtk_file_chooser_get_filenames_utf8

2014-05-09 Thread Joël Krähemann
Hi, What is the preferred way to safe filenames in utf8 with gtk2 and libxml2? /home/jkraehemann/ags-code/./src/ags/X/ags_machine_callbacks.c:205: undefined reference to `gtk_file_chooser_get_filenames_utf8' collect2: error: ld returned 1 exit status make: *** [ags] Fehler 1 -- devel mailing

Re: gtk_file_chooser_get_filenames_utf8

2014-05-09 Thread Joël Krähemann
I just fixed it. Had problems with nesting g_strdup and g_object_new. d Am Freitag, den 09.05.2014, 12:45 +0200 schrieb Joël Krähemann: Hi, What is the preferred way to safe filenames in utf8 with gtk2 and libxml2? /home/jkraehemann/ags-code/./src/ags/X/ags_machine_callbacks.c:205