[SOLVED] Figaro's Password Manager 2 (Segmentation fault)

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

[SOLVED] Figaro's Password Manager 2 (Segmentation fault)

Post by zAchAry »

I'm running Fluxbox (on Xfce it worked fine)

Code: Select all

$ fpm2 %f
Segmentation fault
though, I can run it as root.

The file file:///usr/share/applications/fpm2.desktop
cannot be executed (right-click).

Code: Select all

etf[~]$ /usr/share/applications/fpm2.desktop
bash: /usr/share/applications/fpm2.desktop: Permission denied
There's also a tab labeled as "Applications;" instead of "Launcher"
Image
Last edited by zAchAry on 21. Oct 2010, 20:11, edited 1 time in total.
Image
Help to make Slackware easier Donate to Salix
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Figaro's Password Manager 2 (Segmentation fault)

Post by thenktor »

Desktop files are not executable. They are just some kind of config files with infos about the app to execute, the icon to be used in menu, etc...
Do this:
less /usr/share/applications/fpm2.desktop
The line wbeginning with Exec= shows you the command to execute, which is probably fpm2 in your case ;)
The "Segmentation fault" means, that there is something wrong with the app, maybe a rebuild can fix it.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Figaro's Password Manager 2 (Segmentation fault)

Post by zAchAry »

thenktor wrote:Desktop files are not executable.
I know, notice the menu (right click)

Image

Image

Code: Select all

[Desktop Entry]
Version=1.0
Name=Figaro's Password Manager 2
GenericName=Password Manager
GenericName[cs]=Správce hesel
GenericName[de]=Kennwortverwalter
GenericName[se]=Lösenordshanterare
GenericName[fr]=Gestionnaire de Mots de Passe
GenericName[it]=Gestore di Parole d'Ordine
Comment=Manage passwords
Comment[cs]=Správa hesel
Comment[de]=Kennwörter verwalten
Comment[se]=Hantera lösenord
Comment[fr]=Gérer les mots de passe
Comment[it]=Gestire le parole d'ordine
Type=Application;
Categories=GTK;Utility;
Icon=fpm2
Exec=fpm2 %f
TryExec=fpm2
Terminal=false
StartupNotify=true
Image
Help to make Slackware easier Donate to Salix
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Figaro's Password Manager 2 (Segmentation fault)

Post by gapan »

fpm works fine here in both 32bit and 64bit systems. If it doesn't work for you it's probably because you've installed packages from all over the place in your system, as you have already showed in other posts in these forums, in which case you fall into this category: http://www.salixos.org/wiki/index.php/C ... positories?
Image
Image
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Figaro's Password Manager 2 (Segmentation fault)

Post by zAchAry »

thenktor wrote:The "Segmentation fault" means, that there is something wrong with the app, maybe a rebuild can fix it.
I' did rebuilt installed the package and nothing has been changed, thanks anyway ;)
gapan wrote:fpm works fine here in both 32bit and 64bit systems. If it doesn't work for you it's probably because you've installed packages from all over the place in your system, as you have already showed in other posts in these forums, in which case you fall into this category: http://www.salixos.org/wiki/index.php/C ... positories?
How can a binary file affect other binary file? and what could be the relation between my alien packages to fpm2?

Packages (links) that aren't directly related to Salix OS:
(this is a revised list of this post)

these are the latest re/installed packages:

Code: Select all

etf[~]$ cd /var/log/packages
etf[packages]$ ls -t -1 | head -n 15
fpm2-0.78-i486-1lm
salix-update-notifier-0.4.3-noarch-1gv
mozilla-firefox-3.6.11-i686-1
glibc-2.11.1-i486-4_slack13.1
gvfs-1.4.3-i486-1gv
ekiga-3.2.7-i486-1lm
opal-3.6.8-i486-1lm
ptlib-2.6.7-i486-1lm
libsigc++-2.2.3-i486-1gv
qt-4.6.2_2d3d3e5-i486-1
b43-firmware-4.178.10.4-fw-1pw
b43-fwcutter-013-i486-3pw
tubularix-0.5.1.5-i486-1sl
poedit-1.4.6.1-i486-1gv
Agender-1.1.7.1-i486-1rl
etf[packages]$ 
I've installed fpm2 after I've reinstalled ekiga or after I've updated gvfs, it worked yesterday on Xfce, I've updated, this morning, before I went to the office, the packages glibc mozilla-firefox and salix-update-notifier, I'm now using Xfce and it is not working.

Today, you wrote, at the Salix Jabber room, the following:
(05:08:14 PM) gapan: hmmm... I think we have a problem :-\
(05:08:23 PM) gapan: anyone upgraded to the new glibc package?
Maybe it has something to do with glibc?



Edit: SOLVED! delete the file "~/.fpm/fpm.ini"

But I'm very curious about the fpm2.desktop file

Code: Select all

/usr/share/applications/fpm2.desktop
Could anyone explain that?[/i]
Image
Help to make Slackware easier Donate to Salix
Post Reply