Changes between Version 33 and Version 34 of KDEProblems/KDETickets


Ignore:
Timestamp:
Oct 9, 2014, 6:03:37 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

mention Ian's DrKonqi RR

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDETickets

    v33 v34  
    3131=== Bug report wizard failing ===
    3232
    33 In a [http://lists.kde.org/?t=139557219200002&r=1&w=2&n=6 post to KDE-DEVEL] it is described what happens when the user tries to call the bug report wizard in KDE applications. This usually simply opens a browser accessing bugs.kde.org, but it fails on MacPorts if there is no web browser configured in the system configuration of KDE software. This usually isn't preconfigured correctly after installation. In case the user now enters the path to a (Safari or Konqueror) browser executable (in the app's package below Contents/MacOS/) preceded by an exclamation mark, it leads to an endless respawning of browser windows, but this can also happen on Linux, see [https://sourceforge.net/p/be-shell/tickets/21/ be-shell's ticket 21 on SourceForge]. Instead one must configure a KDE internal browser (like e.g. Konqueror) but using the “KDE control module”
    34 {{{
    35 $ /Applications/MacPorts/KDE4/kcmshell4.app/Contents/MacOS/kcmshell4 componentchooser
    36 }}}
    37 using the “Select preferred Web browser application” dialog under "Known Applications/Internet/Konqueror" or on the console via
    38 {{{
    39 $ kwriteconfig --group General --key BrowserApplication 'konqbrowser'
    40 }}}
     33At the moment the DrKonqi bug reporting is severely broken on OSX. But Ian is close to submit a [https://git.reviewboard.kde.org/r/120431/ major overhaul of DrKonqi]!
    4134
    4235