Page 1 of 1
SOLVED running apps (Shotwell) under flux or openbox or xfce
Posted: 19. Feb 2012, 23:24
by emgee_1
Dear Salixer,
I noticed that Shotwell did not run under salix 1337. Recently somehow something changed and it did run

.
But now under fluxbox or openbox if I run shotwell (from the cli or as a selection from the menu) it will not run
and i get 100% memory usage in htop.
However when I run shotwell in xfce then everything works ok.
I guess that I need some files starting up in the startup sections of fluxbox and openbox but what do i need??
Any suggestions
Marcel Geijsberts
The Netherlands
Re: running apps (Shotwell) under flux or openbox or xfce
Posted: 19. Feb 2012, 23:44
by Shador
emgee_1 wrote:I guess that I need some files starting up in the startup sections of fluxbox and openbox but what do i need??
Maybe dbus?
Code: Select all
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
It seems weird that this gives you 100% memory usage though. Never seen this and don't see how this should relate to missing dbus. Apart from that one usually gets an error message from the application if it's missing dbus, which is more or less informative.
Re: running apps (Shotwell) under flux or openbox or xfce
Posted: 19. Feb 2012, 23:56
by emgee_1
Actually shotwell starts under fluxbox but nothing in the gui works; it takes the full 100% of one of the two cores of a dual core laptop. Under xfce however it works normally (same problem under openbox).
Since I prefer working under flux or openbox I now do not know if there are some extra programs that need to be started before some apps work properly
Marcel
Re: running apps (Shotwell) under flux or openbox or xfce
Posted: 20. Feb 2012, 01:30
by Shador
CPU usage is quite different than memory usage.

That makes a big difference. Getting 100% memory usage would take quite a while, would mean memory allocation continues and thus swap space starts to be used, which would mean the system becomes terribly unresponsive. This does not usually happen because of a small mistake, although on the long run a small memory leak could, but that's a slow process. For high cpu usage an accidental polling loop can be enough, which can happen quite easily.
Also an application that "will not run" is different then an application which does run/start but does not respond. "will not run" is more like it doesn't start at all and though it is less vague than "doesn't work", it's still extremely vague. Please be more precise in the first place.
"nothing in the gui works" is already much more precise than "it doesn't work", but could you describe a bit more exact please what you're experiencing. "Does not work" can be any supposed misbehavior especially to a non-dev.
emgee_1 wrote:Since I prefer working under flux or openbox I now do not know if there are some extra programs that need to be started before some apps work properly
I don't know either. Did you try dbus? I can only tell you that it works here with openbox, but I don't now how your setup is different than mine. Are there any error messages?
Re: running apps (Shotwell) under flux or openbox or xfce
Posted: 24. Feb 2012, 16:17
by emgee_1
Sorry for my late reply. I guess the problem was connected with an upgrade to kde 4.7.1 which fundamentally changed my laptop.
Solved the issue by reinstalling 1337 xfce again and staying at xfce for now
Thanks for your help and ideas, btw dbus was running.
Greetings marcel
Re: running apps (Shotwell) under flux or openbox or xfce
Posted: 25. Feb 2012, 23:19
by Shador
Why didn't you tell that in the first place? Would you call a doctor and ask him, what to do about not being able to walk and in the end when he doesn't have anymore ideas you tell him, that both your legs have been amputated?

Re: running apps (Shotwell) under flux or openbox or xfce
Posted: 28. Feb 2012, 08:43
by emgee_1
Yes your are absolutely right. When trying to look for ways why it would run on xfce and not on flux or openbox I had no clue first until I remembered installing kde 4.7.1 which changed the setup of the laptop.
My bad. Sorry
Now running vanilla Salix xfce and loving it.
Thanks
Marcel
Re: SOLVED running apps (Shotwell) under flux or openbox or
Posted: 28. Feb 2012, 12:58
by thenktor
Upgrading KDE from non Salix repositories probably changes a lot of libraries which may result in major problems
