<div dir="ltr">Ian, Marko,<div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 22, 2015 at 5:06 AM, Ian Wadham <span dir="ltr"><<a href="mailto:iandw.au@gmail.com" target="_blank">iandw.au@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Marko,<br>
<span class=""><br>
On 22/02/2015, at 9:51 PM, Marko Käning wrote:<br>
> today I gave KF5’s konversation a try and got stuff like this on the console:<br>
> ---<br>
> codecForName: ucnv_open failed ISO-8859-16 U_FILE_ACCESS_ERROR<br>
> Icon theme "oxygen" not found.<br>
> kf5.kiconthemes: Couldn't find current icon theme, falling back to default.<br>
> Icon theme "oxygen" not found.<br>
> Error: standard icon theme "oxygen" not found!<br>
> Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files")<br>
> Failed to connect to the kglobalaccel daemon QDBusError("org.freedesktop.DBus.Error.NameHasNoOwner", "Could not get owner of name 'org.kde.kglobalaccel': no such name")<br>
<br>
</span>@Jeremy:<br>
You might know something about this.  You were having problems with broken<br>
*.service files on OS X a few weeks back.  I think this is where you first noticed it:<br>
    <a href="https://mail.kde.org/pipermail/kde-mac/2015-January/003249.html" target="_blank">https://mail.kde.org/pipermail/kde-mac/2015-January/003249.html</a><br>
but I do not know where you ended up with regard to that problem.  I remember<br>
there were a few posts about it.<br></blockquote><div><br></div><div>Yeah, that seems to be because the dbus files are wrong on OSX looking here it looks like the /usr/local/share/dbus-1/services/org.kde.kglobalaccel.service file has Exec=/usr/local/bin/kglobalaccel5 but kglobalaccel5 is a .app and is in /Applications/KDE/kglobalaccel5.app instead of in /usr/local/bin. If we update the .service file to point to the right place it should work. Not sure how we can make that "fixed" for all the various .service files we install in different frameworks, but that is probably the solution.</div><div><br></div><div>In fact I just tested. I changed manually the kglobalaccel.service file to have Exec=/Applications/KDE/kglobalaccel5.app/Contents/MacOS/kglobalaccel5 and it launched kglobalaccel5 just fine, gave no warnings on the terminal, and left kglobalaccel5 in the dock (that should probably be changed to not appear I guess).</div><div><br></div><div>As to how to make these changes permanent when building the .services files with cmake I'm not sure, how was that done with kde4 based macports stuff?</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><br>
> void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item is already in a menu, remove it from the other menu first before inserting<br>
> Couldn't start kded5 from org.kde.kded5.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kded5 was not provided by any .service files") , falling back to running kbuildsycoca5<br>
> kf5.kservice.sycoca: Trying to open ksycoca from "/Users/marko/Library/Caches/ksycoca5"<br>
> Calling notify on "Sound"<br>
> WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded<br>
> WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioOutput ( no objectName ).<br>
> No plugin for action "Taskbar"<br>
> Closing notification 1<br>
> void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item is already in a menu, remove it from the other menu first before inserting<br>
> virtual void QCocoaMenu::removeMenuItem(QPlatformMenuItem *) Item to remove does not belong to this menu<br>
> ---<br>
><br>
> I’ve stripped quite a few lines which occurred multiply.<br>
><br>
> There is the usual stuff:<br>
> - icon theme cannot be found (app doesn’t show any button with icon)<br>
> - sound doesn’t work<br>
> - Cocoa menu issues<br>
><br>
> I think I was able to log on to the IRC network, but for some reason - although<br>
> the main window appeared - no chat window tabs appeared in that, i.e. it stayed<br>
> completely empty. Since I had no visual feedback I stopped this test.<br>
><br>
> While clicking around more and more of those QCocoaMenu::* warnings appeared on<br>
> the console.<br>
><br>
> I guess this is an OSX issue wrt menu roles, which René was working on in the<br>
> last while.<br>
<br>
</span>Cheers, Ian W.<br>
<br>
</blockquote></div><br></div></div>