$txt['backtotheindex_enabled'] = 'Enable the Back to the index mod'; $txt['backtotheindex_title'] = 'Title for the Back to the index menu button'; $txt['backtotheindex_href'] = 'Link (URL) for the Back to the index menu button'; $txt['backtotheindex_position'] = 'Position of the Back to the index button'; $txt['backtotheindex_beginofmenu'] = 'At the beginning of the menu (before Home button)'; $txt['backtotheindex_endofmenu'] = 'At the end of the menu (after Logout/Register button)'; $txt['costa_topico_fixo'] = 'Sticky Topics'; $txt['costa_topico_normal'] = 'Normal Topics'; $txt['date_registered'] = 'Join Date'; $txt['display_join_date'] = 'Show join date in topic view:'; $txt['embed'] = 'Insert Embed'; // Begin BoardHover $txt['boardhover'] = 'BoardHover'; $txt['linktree_hover'] = 'Adjust the Linktree settings'; $txt['enable_linktree_hover'] = 'Enable navigation tree hover for all users:'; $txt['disable_linktree_first_page'] = 'Remove navigation tree from front page:'; // End BoardHover // SMFPacks Shoutbox --> $txt['sba_title'] = 'Shoutbox'; $txt['sba_link'] = 'Shoutbox'; $txt['permissiongroup_shoutbox'] = 'Shoutbox'; $txt['permissiongroup_simple_shoutbox'] = 'Shoutbox'; $txt['permissionname_shoutbox_view'] = 'View Shoutbox'; $txt['permissionname_shoutbox_post'] = 'Post messages in Shoutbox'; $txt['permissiongroup_shoutbox_panel'] = 'Shoutbox Moderation Panel'; $txt['permissiongroup_simple_shoutbox_panel'] = 'Shoutbox Moderation Panel'; $txt['permissionname_shoutbox_edit'] = 'Edit messages in Shoutbox'; $txt['permissionname_shoutbox_delete'] = 'Delete messages in Shoutbox'; $txt['permissionname_shoutbox_prune'] = 'Empty Shoutbox'; $txt['permissionname_shoutbox_ban'] = 'Ban users in Shoutbox'; // <-- SMFPacks Shoutbox $txt['socialization_onoff'] = 'Enable socialization button (Facebook, Twitter, and Google+)'; $txt['facebook_like'] = 'Show Facebook Like icon in the first post'; $txt['twitter_tweet'] = 'Show Twitter Tweet icon in the first post'; $txt['googleplus_plusone'] = 'Show Google +1 icon in the first post'; $txt['sd_add'] = 'Share me:'; $txt['sd_social_bookmarks'] = 'Share me';
OpenGeu Forum > Sviluppo
[TEST] itask deb
InTiLinuX:
--- Quote from: FL4G on December 17, 2007, 11:52:51 am ---Ciao a tutti...ho appena testato il deb fatto da intilinux...Penso ci sia un problema relativo al path da utilizzare per l'installazione dei file...dico questo perchè eseguendo il comando:
# gdebi itask-ng_0.1_i386.deb
il pacchetto viene installato...ma in una posizione errata...in particolare in /home/intilinux/.e/e/modules/itask e non su /home/[myhome]/.e/e/modules/itask.
Spero di non aver fatto io errori..
Ciao,
Fl4G
--- End quote ---
Scusami... ti crea una directory con il mio nome utente? Non ho capito bene...
FL4G:
--- Quote from: InTiLinuX on December 17, 2007, 01:44:50 pm ---Sì ci sono questi errori.... Cmq sono risolvibili come scritto in questa pagina :
http://code.google.com/p/itask-module/
Se leggi in fondo alla pagina viene detto che basta rinominare (move ~/.e/e/modules/ng/linux-gnu-i686/ to .../linux-gnu-i486)
work in progress....
--- End quote ---
Sì....mi ero spiegato male nel mio post...proprio apportando questa modifica l'applicazione inizia a funzionare...
FL4G:
--- Quote from: InTiLinuX on December 17, 2007, 02:04:58 pm ---Scusami... ti crea una directory con il mio nome utente? Non ho capito bene...
--- End quote ---
Mi spiego meglio: i due moduli vengono salvati utilizzando il path assoluto /home/intilinux/.e/e/modules/itask e non sfruttando il path locale dell'utente...per fare un controllo veloce del path che viene uitilizzato per installare alcuni file usa il comando:
# gdebi-gtk itask-ng_0.1_i386.deb
Se vai nel pannello "Included Files" noterai che i primi di questi file hanno il path assoluto del tuo computer...
Non potrebbe essere più utile salvarli in /usr/lib/enlightenment/modules? In quest'ultima posizione sono presenti tutti i moduli con visibilità globale per tutti gli utenti...
InTiLinuX:
Ok grazie... risolvo subito!
InTiLinuX:
Non sono riuscito ancora a compilare winlist-ng:
--- Code: ---
make[4]: Entering directory `/home/intilinux/itask-module-read-only/winlist-ng-svn20071217-346/data/themes'
/usr/bin/edje_cc -v -id images -fd fonts ng.edc ng.edj
/usr/bin/edje_cc: Opening "/tmp/edje_cc.edc-tmp-8MHqCT" for input
/usr/bin/edje_cc: Parsing input file
/usr/bin/edje_cc: Parsing done
/usr/bin/edje_cc: Wrote 398 bytes ( 0Kb) for "edje_file" header
/usr/bin/edje_cc: Wrote 36494 bytes ( 36Kb) for "fonts/Edje-Vera-Bold" font entry "VeraBd.ttf" compress: [real: 37.8%]
/usr/bin/edje_cc: Wrote 4361 bytes ( 4Kb) for "images/0" image entry "bg.png" compress: [raw: 83.0%] [real: -37.4%]
/usr/bin/edje_cc: Wrote 1865 bytes ( 2Kb) for "images/1" image entry "bg_detour.png" compress: [raw: 85.1%] [real: 85.4%]
/usr/bin/edje_cc: Error. unable to load image for image "bg_new.png" part entry to ng.edj. Missing PNG or JPEG loader modules for Evas or file does not exist, or is not readable.
make[4]: *** [ng.edj] Error 255
make[4]: Leaving directory `/home/intilinux/itask-module-read-only/winlist-ng-svn20071217-346/data/themes'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/intilinux/itask-module-read-only/winlist-ng-svn20071217-346/data'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/intilinux/itask-module-read-only/winlist-ng-svn20071217-346'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/intilinux/itask-module-read-only/winlist-ng-svn20071217-346'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1229:
couldn't exec fakeroot debian/rules:
--- End code ---
Il sorgente è la revisione 346 del 17-12-2007.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version