Git commit 5a0832e60fc2ab7717be0d6f74fe525b09a3a876 by Nicolás Alvarez. Committed on 16/06/2021 at 16:32. Pushed by nalvarez into branch 'master'.
Update IRC network KDE has moved from freenode to Libera Chat. Replace freenode links with Libera Chat in README, Docbook documentation, About data, and help output of some command-line utilities. Note that the language channels also moved from eg. #amarok.fr to #amarok-fr. M +1 -1 README M +3 -3 doc/index.docbook M +1 -1 src/main.cpp M +1 -1 src/services/mp3tunes/harmonydaemon/main.cpp M +1 -1 utilities/afttagger/AFTTagger.cpp https://invent.kde.org/multimedia/amarok/commit/5a0832e60fc2ab7717be0d6f74fe525b09a3a876 diff --git a/README b/README index 236833bd3e..33edad6d3a 100644 --- a/README +++ b/README @@ -162,4 +162,4 @@ See you on IRC! WWW: https://amarok.kde.org MAIL: [email protected] -IRC: irc.freenode.net - #amarok, #amarok.de, #amarok.es, #amarok.fr +IRC: irc.libera.chat - #amarok, #amarok-de, #amarok-es, #amarok-fr diff --git a/doc/index.docbook b/doc/index.docbook index 819eef62f3..788eab7352 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -6492,7 +6492,7 @@ ftpProxy=http://username:password@proxyserver:port/ </sect2> </sect1> <sect1 id="troubleshooting-and-common-problems"><title>Troubleshooting and Common Problems</title> -<para>If you work through the procedures here, but don't have success, please come into IRC (irc://irc.freenode.org/amarok), post on the KDE Forum <ulink url="http://forum.kde.org/viewforum.php?f=127">Amarok section</ulink>, or write to the <ulink url="https://mail.kde.org/mailman/listinfo/amarok">Amarok list</ulink>. +<para>If you work through the procedures here, but don't have success, please come into IRC (irc://irc.libera.chat/amarok), post on the KDE Forum <ulink url="http://forum.kde.org/viewforum.php?f=127">Amarok section</ulink>, or write to the <ulink url="https://mail.kde.org/mailman/listinfo/amarok">Amarok list</ulink>. </para> <sect2 id="problems-installing"><title>Problems installing</title> <sect3 id="bad-packaging"><title>Bad packaging</title> @@ -6609,7 +6609,7 @@ ftpProxy=http://username:password@proxyserver:port/ <listitem><para>How to run &amarok; from the command line: <userinput>amarok --debug --nofork</userinput></para></listitem> <listitem><para>&amarok; crashes, but <guilabel>Dr. Konqi</guilabel> doesn't pop up — run in <guilabel>gdb</guilabel> with the following command: <userinput>gdb --args amarok --debug --nofork</userinput> In <guilabel>gdb's</guilabel> console, type <varname>run</varname> to start &amarok;, reproduce the crash, and then in <guilabel>gdb</guilabel> type <varname>thread apply all bt</varname> to generate the backtrace.</para></listitem> <listitem><para>Filing bugs: If triggered, <guilabel>Dr. Konqi</guilabel> will provide an option to report a bug and do most of the work for you. If not, you will need to submit the bug manually at <ulink url="http://bugs.kde.org/enter_bug.cgi?product=amarok"> bugs.kde.org</ulink>. For crash bugs, paste the backtrace from <guilabel>gdb</guilabel> as a comment.</para></listitem> -<listitem><para>How to get personal support with problems: <ulink url="irc://irc.freenode.net/#amarok">IRC</ulink> (#amarok on Freenode IRC), <ulink url="http://forum.kde.org/viewforum.php?f=127">Forum</ulink>, <ulink url="https://mail.kde.org/mailman/listinfo/amarok">Mailing list</ulink></para></listitem> +<listitem><para>How to get personal support with problems: <ulink url="irc://irc.libera.chat/#amarok">IRC</ulink> (#amarok on Libera Chat IRC), <ulink url="http://forum.kde.org/viewforum.php?f=127">Forum</ulink>, <ulink url="https://mail.kde.org/mailman/listinfo/amarok">Mailing list</ulink></para></listitem> </itemizedlist> </sect2> </sect1> @@ -6653,7 +6653,7 @@ ftpProxy=http://username:password@proxyserver:port/ </para> </sect3> <sect3 id="where-can-i-get-support-for-amarok"><title>Where can I get support for Amarok?</title> -<para>There are several options. Often times problems you have with the initial install of &amarok; are best answered by experts of your particular &UNIX; or &Linux; distribution. You may seek help from fellow users and developers at the <ulink url="http://forum.kde.org/viewforum.php?f=127">Amarok forum</ulink> and the <ulink url="irc://irc.freenode.net/amarok">Amarok IRC channel</ulink> at irc.freenode.net channel #amarok. +<para>There are several options. Often times problems you have with the initial install of &amarok; are best answered by experts of your particular &UNIX; or &Linux; distribution. You may seek help from fellow users and developers at the <ulink url="http://forum.kde.org/viewforum.php?f=127">Amarok forum</ulink> and the <ulink url="irc://irc.libera.chat/amarok">Amarok IRC channel</ulink> at irc.libera.chat channel #amarok. </para> <para>Note that <ulink url="http://bugs.kde.org">bugzilla</ulink> is not a place to seek support. Please do enter a bug if you are serious about helping fix a bug in &amarok; itself. </para> diff --git a/src/main.cpp b/src/main.cpp index ad729e5085..a31e810877 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,7 +100,7 @@ int main( int argc, char *argv[] ) i18n( "The audio player by KDE" ), KAboutLicense::GPL, i18n( "(C) 2002-2003, Mark Kretschmann\n(C) 2003-2013, The Amarok Development Squad" ), - ki18n( "IRC:\nirc.freenode.net - #amarok, #amarok.de, #amarok.es, #amarok.fr\n\nFeedback:\[email protected]\n\n(Build Date: %1)" ).subs( __DATE__ ).toString(), + ki18n( "IRC:\nirc.libera.chat - #amarok, #amarok-de, #amarok-es, #amarok-fr\n\nFeedback:\[email protected]\n\n(Build Date: %1)" ).subs( __DATE__ ).toString(), ( "http://amarok.kde.org" ) ); //------------ About data ---------------------- diff --git a/src/services/mp3tunes/harmonydaemon/main.cpp b/src/services/mp3tunes/harmonydaemon/main.cpp index b37c2c34f2..6129259df7 100644 --- a/src/services/mp3tunes/harmonydaemon/main.cpp +++ b/src/services/mp3tunes/harmonydaemon/main.cpp @@ -37,7 +37,7 @@ int main( int argc, char *argv[] ) KAboutLicense::GPL, i18n( "(C) 2008, Casey Link" ), i18n( "Handles AutoSync for the MP3tunes service in Amarok." ), - i18n( "IRC:\nserver: irc.freenode.net / channels: #amarok, #amarok.de, #amarok.es, #amarok.fr\n\nFeedback:\[email protected]" ), + i18n( "IRC:\nserver: irc.libera.chat / channels: #amarok, #amarok-de, #amarok-es, #amarok-fr\n\nFeedback:\[email protected]" ), I18N_NOOP( "http://amarok.kde.org" ) ); KAboutData::setApplicationData( about ); diff --git a/utilities/afttagger/AFTTagger.cpp b/utilities/afttagger/AFTTagger.cpp index 82ce7bacc0..78266ebd38 100644 --- a/utilities/afttagger/AFTTagger.cpp +++ b/utilities/afttagger/AFTTagger.cpp @@ -797,7 +797,7 @@ void AFTTagger::displayHelp() { m_textStream << tr( "Amarok AFT Tagger" ) << endl << endl; - m_textStream << tr( "IRC:\nserver: irc.freenode.net / channels: #amarok, #amarok.de, #amarok.es, #amarok.fr\n\nFeedback:\[email protected]" ) << endl << endl; + m_textStream << tr( "IRC:\nserver: irc.libera.chat / channels: #amarok, #amarok-de, #amarok-es, #amarok-fr\n\nFeedback:\[email protected]" ) << endl << endl; m_textStream << tr( "Usage: amarok_afttagger [options] +File/Folder(s)" ) << endl << endl; m_textStream << tr( "User-modifiable Options:" ) << endl; m_textStream << tr( "+File/Folder(s) : Files or folders to tag" ) << endl;
