[Pcbsd-pbi-dev] Re: Pcbsd-pbi-dev digest, Vol 1 #3 - 1 msg
Status: Beta
Brought to you by:
kmoore134
From: Charles A. L. <lan...@gm...> - 2005-11-19 02:12:38
|
> With kde you have a marvalous environment varible called KDEDIRS > > So all you need to do is: > * Get the package of amaroK > * Untar it in the directory > * rm -rfv +* > * cd bin > * mv amarok amarok.orig > * cat >> amarok > #!/bin/sh > KDEDIRS=3D"/Programs/AmaroK1.0:/usr/local > /Programs/bin/amarok.orig > * chmod +x amarok > > And PBI That! setting your app to amarok (the chell script one) > For a working example check out KTorrent. Federico, it's still not working... %/usr/local/bin/amarok amaroK: [Loader] Starting amarokapp.. amaroK: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokapp. amarok: BEGIN: App::App() amarok: BEGIN: void App::fixHyperThreading() amarok: SCHEDAFFINITY_SUPPORT disabled since this isn't Linux amarok: END__: void App::fixHyperThreading() - Took 0.00032s amarok: BEGIN: EngineBase* EngineController::loadEngine(const QString&) amarok: [PluginManager] Plugin trader constraint: [X-KDE-amaroK-framework-version] =3D=3D 14 and [X-KDE-amaroK-plugintype] =3D=3D 'engine' and [X-KDE-amaroK-name] !=3D 'void-engine' and [X-KDE-amaroK-rank] > 0 kio (KMimeType): WARNING: KServiceType::offers : servicetype amaroK/Plugin not found amarok: [PluginManager] Plugin trader constraint: [X-KDE-amaroK-framework-version] =3D=3D 14 and [X-KDE-amaroK-plugintype] =3D=3D 'engine' and [X-KDE-amaroK-name] =3D=3D 'void-engine' and [X-KDE-amaroK-rank] > 0 kio (KMimeType): WARNING: KServiceType::offers : servicetype amaroK/Plugin not found kbuildsycoca running... Reusing existing ksycoca kbuildsycoca: WARNING: '/usr/local/share/applications/kde/kpovmodeler.desktop' specifies undefined mimetype/servicetype 'KPovModeler/Document' kbuildsycoca: WARNING: 'kcertpart.desktop' specifies undefined mimetype/servicetype 'application/binary-certificate' kbuildsycoca: WARNING: '/usr/local/share/applications/kde/kmid.desktop' specifies undefined mimetype/servicetype 'audio/midi' kbuildsycoca: WARNING: '/usr/local/share/applications/kde/kolourpaint.desktop' specifies undefined mimetype/servicetype 'image/x-psd' kbuildsycoca: WARNING: 'katepart.desktop' specifies undefined mimetype/servicetype 'text/x-fortran' kbuildsycoca: WARNING: 'knotify.desktop' specifies undefined mimetype/servicetype 'KNotify' Here's my shell script: #!/bin/sh setenv KDEDIRS /Programs/Amarok1.3.6:/usr/local /Programs/Amarok1.3.6/bin/amarok.orig Any idea? Thanks, -- Charles A. Landemaine. |