pcbsd-pbi-dev Mailing List for PC-BSD (Page 2)
Status: Beta
Brought to you by:
kmoore134
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(15) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(6) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Charles A. L. <lan...@gm...> - 2005-11-19 04:35:42
|
> ALSO i have created a KMplayer PBI but what is the procedure for adding P= BIs > now? Can i just add it to pbiDir or must i Submit it for approval? I suggest you submit for approval so that we install it and make sure it works on a different system with possibly different libraries installed so that we're 90% sure no library is missing. What do you think? -- 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-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 |
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: Federico L. <flo...@gm...> - 2005-11-17 05:25:46
|
Hehe i was also sleeping so sorry for not replying sooner anyways: 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. Cheers On Wednesday 16 November 2005 07:38 pm, Charles A. Landemaine wrote: > Ok guys, this is my last message, I'm damn sleepy :( > I almost successfully created my Kasablanca.pbi, there are only stuff > missing in the GUI (no, I'm not kidding this time!!) > Also when I launch Kasablanca from the Konsole, I get these warnings: > > %/usr/local/bin/kasablanca > kasablanca: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file > kasablancaui.rc > ERROR: 'connect menu' not found in .ui file > ERROR: 'action menu' not found in .ui file > %/usr/local/bin/kasablanca > /usr/local/bin/kasablanca: Command not found. > %/usr/local/bin/kasablanca > %/usr/local/bin/kasablanca > %/usr/local/bin/kasablanca > kasablanca: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file > kasablancaui.rc > ERROR: 'connect menu' not found in .ui file > ERROR: 'action menu' not found in .ui file > > > If I install Kasablanca from the ports and launch it, I have all the > menu items and I don't get those warnings. What am I doing wrong? > Other than that, I haven't created any Remove script, I don't know > what to include, please tell me how I know which files are installed > where so that I can remove them using the Remove script!! > Thank you guys ;) > > > -- > 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: Charles A. L. <lan...@gm...> - 2005-11-17 03:38:25
|
Ok guys, this is my last message, I'm damn sleepy :( I almost successfully created my Kasablanca.pbi, there are only stuff missing in the GUI (no, I'm not kidding this time!!) Also when I launch Kasablanca from the Konsole, I get these warnings: %/usr/local/bin/kasablanca kasablanca: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file kasablancaui.rc ERROR: 'connect menu' not found in .ui file ERROR: 'action menu' not found in .ui file %/usr/local/bin/kasablanca /usr/local/bin/kasablanca: Command not found. %/usr/local/bin/kasablanca %/usr/local/bin/kasablanca %/usr/local/bin/kasablanca kasablanca: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file kasablancaui.rc ERROR: 'connect menu' not found in .ui file ERROR: 'action menu' not found in .ui file If I install Kasablanca from the ports and launch it, I have all the menu items and I don't get those warnings. What am I doing wrong? Other than that, I haven't created any Remove script, I don't know what to include, please tell me how I know which files are installed where so that I can remove them using the Remove script!! Thank you guys ;) -- Charles A. Landemaine. |
From: Charles A. L. <lan...@gm...> - 2005-11-17 03:15:43
|
Still in the battle here :) I'm trying to create my tiny little Amarok.pbi, but when I launch Amarok, I get this error message: http://auriance.com/docs/pcbsd/amarok.png If I install Amarok from the ports, it works like a charm. I only get this error message when I install the PBI, and it won't go beyond that screen :( What could I do?!! :'( Thanks! -- Charles A. Landemaine. |
From: Charles A. L. <lan...@gm...> - 2005-11-17 01:54:38
|
Hi guys, I'd really like to create my 1st PBI before the end of the year :P Could you help me? I've run into several issues yesterday: http://www.pcbsd.org/forums/viewtopic.php?t=3D345&start=3D30 (last 3 posts) Could you tell me how I can have Amarok to run? Thanks, -- Charles A. Landemaine. |
From: Charles A. L. <lan...@gm...> - 2005-11-16 11:24:23
|
Guys, I remembered now... I don't think we need to add MD5 support on the PBIDir, and PC-BSD already checks the MD5 checksum, right? This would make life easier for everybody :) -- Charles A. Landemaine. |
From: Charles A. L. <lan...@gm...> - 2005-11-14 15:47:19
|
Recently I've had a request from a user to have an MD5 checksum for each application on the PBIDir web site. What do you think? Should we implement it? -- Charles A. Landemaine. |