Thread: [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-18 11:30:15
|
> With kde you have a marvalous environment varible called KDEDIRS Ok Federico, that's cool. Will I have to do this for any KDE application such as Kasablanca? One other thing: Do I really need to include the install and remove shell scripts? How do I know which files are installed where and which one I should remove= ? Thanks a bunch and have a wonderful week-end! -- Charles A. Landemaine. |
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. |
From: Federico L. <flo...@gm...> - 2005-11-19 06:48:05
|
On Friday 18 November 2005 06:12 pm, Charles A. Landemaine wrote: > > 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="/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] == 14 and [X-KDE-amaroK-plugintype] > == 'engine' and [X-KDE-amaroK-name] != '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] == 14 and [X-KDE-amaroK-plugintype] > == 'engine' and [X-KDE-amaroK-name] == '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: > No wonder :) there is no such command as setenv in sh (its a c shell command) so change '#!/bin/sh' to '#!/bin/tcsh' > #!/bin/sh > setenv KDEDIRS /Programs/Amarok1.3.6:/usr/local > /Programs/Amarok1.3.6/bin/amarok.orig > > > Any idea? > Thanks, > > -- > Charles A. Landemaine. > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_idv28&alloc_id845&op=Click > _______________________________________________ > Pcbsd-pbi-dev mailing list > Pcb...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-pbi-dev |
From: Federico L. <flo...@gm...> - 2005-11-18 12:09:25
|
Yes, and with this no files are installed outside of the programs directory so a setup script and remove script aren't nessacery. ALSO i have created a KMplayer PBI but what is the procedure for adding PBIs now? Can i just add it to pbiDir or must i Submit it for approval? On Friday 18 November 2005 03:30 am, Charles A. Landemaine wrote: > > With kde you have a marvalous environment varible called KDEDIRS > > Ok Federico, that's cool. Will I have to do this for any KDE > application such as Kasablanca? > > One other thing: Do I really need to include the install and remove > shell scripts? > > How do I know which files are installed where and which one I should > remove? Thanks a bunch and have a wonderful week-end! > > -- > Charles A. Landemaine. > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_idv28&alloc_id845&op=Click > _______________________________________________ > Pcbsd-pbi-dev mailing list > Pcb...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-pbi-dev |