BOINC Manager not working after an update

Karl Auer kauer at biplane.com.au
Fri Nov 15 05:29:38 UTC 2019


On Thu, 2019-11-14 at 20:01 -0800, Bob wrote:
> I installed an update to Ubuntu 19.10 and now the "BOINC Manager" no
> longer runs.  I tried to run the program from the icon and in a
> terminal, as far as I can tell there are no error messages.  How do I
> trouble shoot this?

So when you ran it in a terminal there were no messages of any
description, and the prompt returned? That indicates that:

a) the program exists
b) the program is in your PATH
c) the program was able to be executed
d) the program produced no output to the terminal

... the first three of which are good things!

Check /var/log/syslog as well, it may log errors there.

You could try looking in the task list for likely candidates, i.e., in
a terminal window:

   ps ax

You could also try

   apropos boinc

to see if there are related man pages (also try whatever words BOINC
stands for).

> How can I find the program name that is executed when I click an icon
> that is on the task bar?

Each of those icons has a desktop file. Customised ones are generally
in ~/.local/share/applications, distributed ones are generally
in /usr/share/applications/, autostarted programs are generally in
~/.config/autostart, so check out those places first. To find all the
places they could be, use locate:

   locate .desktop | less

It's quite a list. Local ones override distributed ones if there are
files with the same name in multiple locations.

There is probably a config file somewhere that says what locations the
Launcher should look in for desktop files, but I don't know what that
config file is.

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: 8D08 9CAA 649A AFEF E862 062A 2E97 42D4 A2A0 616D
Old fingerprint: A0CD 28F0 10BE FC21 C57C 67C1 19A6 83A4 9B0B 1D75






More information about the ubuntu-users mailing list