[konsole] [Bug 407821] Terminal bell does not trigger system (visual) bell

Ahmad Samir bugzilla_noreply at kde.org
Tue Apr 21 10:19:34 BST 2020


https://bugs.kde.org/show_bug.cgi?id=407821

--- Comment #10 from Ahmad Samir <a.samirh78 at gmail.com> ---
That would make the terminal flash, for other options, from the link I posted:
    enum BellModeEnum {
        /** trigger system beep. */
        SystemBeepBell = 0,
        /** trigger system notification. */
        NotifyBell = 1,
        /** trigger visual bell(inverting the display's colors briefly). */
        VisualBell = 2,
        /** No bell effects */
        NoBell = 3
    };

Remember you need to launch a new konsole after editing the .profile manually.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list