maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   abiword 2.7.3 in diablo extras-devel (https://talk.maemo.org/showthread.php?t=29427)

akorvemaker 2009-06-22 16:53

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by Nitesky (Post 298615)
Where does one find these preference files?

They should all be in the /home/user/.AbiSuite directory. You can probably just delete the directory and it will be recreated when AbiWord is next run. (That's how it works on other platforms at least; I assume it's the same here.)

Andy

Nitesky 2009-06-22 18:52

Re: abiword 2.7.3 in diablo extras-devel
 
Oh oh, I have to admit my lack of knowledge here....
Originally Posted by Nitesky View Post

Where does one find these preference files?

Posted by akorvemaker
"They should all be in the /home/user/.AbiSuite directory. You can probably just delete the directory "
Where do I find the /home/user/directory of anything (I am looking for one for FBReader. How do I get into this home/user directory? I can't get FBReader to work for me at all and maybe this may be my solution?? Sorry if I am hijacking this posting, but it does tie in with the home/user topic:(

pelago 2009-06-23 10:47

Re: abiword 2.7.3 in diablo extras-devel
 
You can use the terminal, or an alternative file manager.

akorvemaker 2009-06-23 13:57

Re: abiword 2.7.3 in diablo extras-devel
 
If you're not familiar with linux, after loading X Terminal, type "rm -rf ./.AbiSuite" (without the quotes) and that should (in theory) delete all the AbiWord saved preferences.

Nitesky 2009-06-23 15:57

Re: abiword 2.7.3 in diablo extras-devel
 
Thank You sooo much :D This is just the information that I have been looking for!

G's Tablet 2009-06-24 02:35

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by qole (Post 297814)
G's Tablet: none of the above.

You want abiword_2.7.4-0hub1_armel.deb

(EDIT: This will only open Word docs. For Excel docs, you need Gnumeric)

thanks for the help, i was able to install gnumeric with no problems but when i tried abiword an error message came up saying that some application packges were missing. any idea how do i fix that?

ps i did enable extras under maemo Extras

urnass 2009-06-24 17:15

Re: abiword 2.7.3 in diablo extras-devel
 
G's Tablet,

You probably don't have some of the dependencies that it requires. My recommended fix is to uninstalling Abiword in the Application Manager.

Then in the Application Manager go to Tools... Application catalog and either add the "Maemo Extra Developer" catalog or enabled it if it's greyed out (Edit... uncheck disabled).
The Catalog details for Maemo Extra Developer (MED for short & is not the same as Maemo Extra Catalog) Catalog are
Web Address: http://repository.maemo.org/extras-devel
Distribution: diablo ; this assumes your running OS2008
Components: free

Once MED catalog is enabled, go back to the main view in application manager and "Browse installable applications". You should be able to install the latest Abiword (2.7.5.0hub1 as of a week ago) from the list that shows up & it will install all the dependencies that are required.

I (and most people on this forum) would recommend you disable the MED catalog after you finish installing Abiword, as you may get presented with updates for other packages installed that may not be ready for mainstream use.

This is how I installed Abiword and it works very well.

HowHH 2009-06-30 01:18

Re: abiword 2.7.3 in diablo extras-devel
 
I'm having a very strange problem. For some unknown reason, I began to have multiple Abiword items in my menu. Even stranger, after launching Abiword, sometimes an additional iteration would be created. I ended up uninstalling through app manager. All the menu items disappeared. I also deleted the Abiword preferences for good measure. Rebooted. Then reinstalled, and there were TWO Abiword menu items (all in Extras), and once again, propagating into even more items with subsequent launches. I've looked at various places in the directory using Emelfm2, but can't figure out where the multiple items are being picked up, or how they are being created. Any seen this before or have any ideas?

qole 2009-06-30 01:37

Re: abiword 2.7.3 in diablo extras-devel
 
I have also seen the multiple menu items behaviour. Weird!

HowHH 2009-06-30 01:38

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by qole (Post 300987)
I have also seen the multiple menu items behaviour. Weird!

Were you able to debug and solve it?

qole 2009-06-30 01:40

Re: abiword 2.7.3 in diablo extras-devel
 
Nope. I almost never look in the Extras menu anyway.

HowHH 2009-06-30 02:03

Re: abiword 2.7.3 in diablo extras-devel
 
Ahh. Sort of like fixing a dashboard idiot light by covering it with some electrical tape?

qole 2009-06-30 05:58

Re: abiword 2.7.3 in diablo extras-devel
 
Yes! Just like this.

"I find it pretty and somewhat hypnotic..."

JustNick 2009-06-30 07:49

Re: abiword 2.7.3 in diablo extras-devel
 
I just checked my Extra... I confirm the presence of multiple Abiword icons, probably waiting to be enough to take over my N800... creepy... :D

It seems that every time the device is restarted a couple of new icons appear...

debernardis 2009-06-30 09:35

Re: abiword 2.7.3 in diablo extras-devel
 
To stop the invasion just edit
Code:

/home/user/.osso/menus/applications.menu
and erase all istances of
Code:

<Filename>abiword.desktop</Filename>
except one (leafpad is your friend).

---------------------
EDIT: the following step seems unnecessary: do it only if at this point your abiword clones haven't disappeared yet.
As root, do
Code:

update-desktop-database /usr/share/applications/hildon
.
---------------------

And this zaps them dead.


Mutant abi icons could show again, though, since there might be some evil abi-replicating code into that binary :)

JustNick 2009-06-30 12:06

Re: abiword 2.7.3 in diablo extras-devel
 
Good advice debernardis (minchia siculo sei? non ci feci mai caso :D), not that replicated icons is a big deal, the real problem is the "self-replicating process" :D

HowHH 2009-06-30 15:38

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by debernardis (Post 301049)
To stop the invasion just edit
Code:

/home/user/.osso/applications.menu
and erase all istances of
Code:

<Filename>abiword.desktop</Filename>

Just for future clarification, applications.menu is in
Code:

/home/user/.osso/menus/applications.menu
Quote:

Originally Posted by debernardis (Post 301049)
then, as root, do
Code:

update-desktop-database /usr/share/applications/hildon
. And this zaps them dead.

Unexpectedly, that not only took care of the multiple Abiword menu items, it also zapped my entire menu dead. It was totally empty. Happily, ranasing, suggested to run:

cp /etc/xdg/menus/applications.menu /home/user/.osso/menus/applications.menu

This seems to rebuilt my menu. All the additional apps now show up in extras, but this is easily re-categorized. Interestingly all the icons are now BIG rather than some being small. So now more easily seen. (debernardis, since you're here, thanks for the trick of saving .doc files as .pdf in Abiword, and then using lpr to send to the printer. It works great in a pinch).

qwerty12 2009-06-30 15:39

Re: abiword 2.7.3 in diablo extras-devel
 
Lol, all it is is that there are two desktop files. :p

One is /usr/share/applications/abiword.desktop and the other is /usr/share/applications/hildon/abiword.desktop

I just deleted /usr/share/applications/abiword.desktop and all was well.

debernardis 2009-06-30 15:52

Re: abiword 2.7.3 in diablo extras-devel
 
@HowHH sorry for the mistaken filepath - I'm going to edit that; I'm happy though that your menu resumed, maybe there was some problem in editing application.menu and the update-desktop-database command got screwed.

@qwerty12 I had two .desktop files too, but erasing one didn't do the trick - had to zap the multiple instances in applications.menu in order to get rid of the multiple icons.

qwerty12 2009-06-30 16:00

Re: abiword 2.7.3 in diablo extras-devel
 
Worked for me. hildon-desktop doesn't rescan /usr/share/desktop/applications/ until you reboot. It does, however, rescan /usr/share/desktop/applications/hildon/ w/out rebooting.

qole 2009-06-30 16:43

Re: abiword 2.7.3 in diablo extras-devel
 
I prefer smashing the flashing light with the manual.

qole 2009-06-30 22:52

Re: abiword 2.7.3 in diablo extras-devel
 
qwerty12: your paths are wrong. There's no "/desktop" in there.

HowHH 2009-07-01 01:13

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by qole (Post 301233)
qwerty12: your paths are wrong. There's no "/desktop" in there.

I don't have that path either. Deleted the file from a similar location, but didn't change anything.

Quote:

Originally Posted by qole (Post 301116)
I prefer smashing the flashing light with the manual.

LOL. Now that I'm home I finally get the joke. I read post with the youtube link at work, but the link to youtube is blocked. There are ways around that, but better to stay below radar ;)

2733T 2009-07-07 16:28

Re: abiword 2.7.3 in diablo extras-devel
 
[QUOTE=debernardis;301049]To stop the invasion just edit
Code:

/home/user/.osso/menus/applications.menu
and erase all istances of
Code:

<Filename>abiword.desktop</Filename>
except one (leafpad is your friend); then, as root, do
Code:

update-desktop-database /usr/share/applications/hildon
. And this zaps them dead.

You siad to go in and delete the code things or whatever, but I was wondering, where do you find these, do you use the app manager or the file manager, or something else?

JustNick 2009-07-07 19:04

Re: abiword 2.7.3 in diablo extras-devel
 
I believe the use of the terminal is implied in the process... ;)

On a side note, we have an update to 2.7.6 :D
Nothing wrong so far, seems to be fully functional and all the menus are just fine.
Heading toward the perfect wordprocessor for the tablets, can't wait it to arrive :D

qwerty12 2009-07-14 07:44

Re: abiword 2.7.3 in diablo extras-devel
 
Wow. The AbiWord packager is really hell bent on desktop files. 3 desktop files are shipped, and not 2 as I thought.

Quote:

Originally Posted by dpkg -L abiword
/usr/share/applications/hildon/abiword.desktop
/usr/share/applications/abiword.desktop
/etc/others-menu/3257_abiword.desktop

debernardis' solution seems the best if you've already rebooted after installing but if you haven't already rebooted after installing, deleting these desktop files should do the trick:
Code:

/usr/share/applications/abiword.desktop
/etc/others-menu/3257_abiword.desktop


megabyte405 2009-07-15 05:08

Re: abiword 2.7.3 in diablo extras-devel
 
Hey, all, long time no forum - I tried one little change to the upstream abiword-ite debian packaging thing that should make there be no desktop file in the /etc path mentioned above. My hunch is that the package is somehow installing both the maemo-specific desktop file (on its own) as well as the standard desktop file (in the process of the regular compile-and-install sequence), which would imply we need to remove this latter one ( usr/share/applications/abiword.desktop) from the debian package build staging area.

Please do come visit with us upstream - it's much easier for someone (or several someones) to help figure out the problem in the source than try to come up with voodoo workarounds for the resulting package - this is one reason why open source is good!

http://bugzilla.abisource.com/show_bug.cgi?id=12159

pinguino89 2009-07-29 15:06

Re: abiword 2.7.3 in diablo extras-devel
 
hey, I've installed the new 2.7.6 and seems that the evil-icons doesn't appear anymore!!! :):):):)

akorvemaker 2009-07-29 15:21

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by pinguino89 (Post 307515)
hey, I've installed the new 2.7.6 and seems that the evil-icons doesn't appear anymore!!! :):):):)

Can anyone else confirm this? If so I'll update the bug report at Abisource.

pinguino89 2009-07-31 16:54

Re: abiword 2.7.3 in diablo extras-devel
 
HI, I've to inform you that from the time I've installed the new version, it'a true that evil icons disappeared, but i've reported a conflict with mypaint that blocks abiword and less battery life....is it possible???

pinguino89 2009-08-10 15:17

Re: abiword 2.7.3 in diablo extras-devel
 
Testing a lot, and i've noticed that isn't simply mypaint, but if i installa any app after abiword, it stops to work....

Battery life was another problem, indipendent from word

any one using this program or I'm alone??? xDxD

sla_erick 2009-08-24 22:54

Re: abiword 2.7.3 in diablo extras-devel
 
i've installed the latest version of abiword from extras-devel. All was going good, but when i inserted some symbols and "copy/paste" them, abiword freeze and no more text, my homework gone to the trash. But the worst thing is that i cant open abiword anymore. Since the "copy/paste" symbol incident, abiword hasnt opened. It opens a window named abiword and stays blank. Ive waited like 2 hours and still the same, it doesnt open abiword.

Ive also tried uninstall and then re-install but still same problem :( . I was starting to reaaaally like abiword. Can someone help? or does somebody has the same problem?

qole 2009-08-24 23:08

Re: abiword 2.7.3 in diablo extras-devel
 
sla_erick: Try rebooting, or opening a terminal and typing:

Code:

killall abiword
Then try opening Abiword again.

sla_erick 2009-08-24 23:17

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by qole (Post 315137)
sla_erick: Try rebooting, or opening a terminal and typing:

Code:

killall abiword
Then try opening Abiword again.

I've tried both and still same problem :( .

pinguino89 2009-08-24 23:25

Re: abiword 2.7.3 in diablo extras-devel
 
it does the same thing that do if i installa n app suddently after abiword!

sla_erick 2009-08-24 23:29

Re: abiword 2.7.3 in diablo extras-devel
 
I've read about that problem too. But abiword was the last thing that i installed. The problem came when i inserted some symbols and copy/paste them, then i had to exit abiword and since then i havent been able to open abiword, it stays at aq blank window but the process manager shows it is loading, waited enough time and nothing happens.

sla_erick 2009-08-25 00:36

Re: abiword 2.7.3 in diablo extras-devel
 
yay! ive solved my problem. I got help from Abiwords mIRC help. All i did was remove a folder in the terminal using this code

Code:

rm -r /home/user/.AbiSuite
All back to normal, enjoying Abiword and waiting for 2.8 on september 15 :D

qole 2009-08-25 17:56

Re: abiword 2.7.3 in diablo extras-devel
 
Aha. Of course, deleting the config folder. Thanks for posting your solution here when you got it!

pinguino89 2009-08-31 10:23

Re: abiword 2.7.3 in diablo extras-devel
 
thx!!!! It resolved also my problem!!! thankyou!!!

JustNick 2009-09-19 23:23

Re: abiword 2.7.3 in diablo extras-devel
 
Quote:

Originally Posted by sla_erick (Post 315155)
yay! ive solved my problem. I got help from Abiwords mIRC help. All i did was remove a folder in the terminal using this code

Code:

rm -r /home/user/.AbiSuite
All back to normal, enjoying Abiword and waiting for 2.8 on september 15 :D

It's september 20, no 2.8, still using 2.7.6 on Diablo extra-devel while Abiword testing has reached version 2.7.10... I'm not a version number fan, but is the maemo port being still worked on?


All times are GMT. The time now is 05:44.

vBulletin® Version 3.8.8