Menu

#13 Fix for two ubuntu annoyances

pending
nobody
None
5
2012-09-23
2012-04-04
No

kdiff3 has two issues under ubuntu gnome.
Problem 1: When starting kdiff3, it often does not take keyboard focus. User is required to click on window title bar to get keyboard focus.
Problem 2: At exit, kdiff3 often stalls for a number of seconds due to an issue with the Qt clipboard.

This patch fixes both of these issues.

Discussion

  • Anonymous

    Anonymous - 2012-04-04

    fix for two annoyances under ubuntu

     
  • Joachim Eibl

    Joachim Eibl - 2012-04-10

    Thanks for the patch.
    I changed the first line into:
    p->setWindowState( p->windowState() | Qt::WindowActive );
    because otherwise a maximized state is lost.
    SVN Revision 156
    Joachim

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.