Bug 366408 - Make default channel in config file for distros to override
Summary: Make default channel in config file for distros to override
Status: REPORTED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-04 14:42 UTC by Jonathan Riddell
Modified: 2020-11-30 02:50 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Riddell 2016-08-04 14:42:49 UTC
Debian and other distros patch Konversation to change the default IRC network and channel

https://anonscm.debian.org/cgit/pkg-kde/kde-extras/konversation.git/tree/debian/patches/debian_channel.diff

Since patches are evil it would be nice if Konversation had a config file by default which could be easily patched.  (You can see this patch is incorrect as it doesn't change the network name.)

Also the default channel might be better as a user support channel such as #kde


Reproducible: Always
Comment 1 Eike Hein 2016-08-04 18:19:33 UTC
I don't get this request. The C++ code only runs when there's no config file. You can override it with a config file.
Comment 2 Justin Zobel 2020-11-30 02:50:28 UTC
I'd suggest if distros want it for user support they just have a "Help Chat" link that runs konversation with --server --port and --channel in the exec line of the .desktop file.