tomboy
tomboy copied to clipboard
App vanishes on Ubuntu/ Linux Mint 17.3 Cinnamonn
Since a couple of months tomboy keeps vanishing from my system and I need to reinstall it via the terminal. After re-installation it takes a couple of weeks and it vanishes again. The notes remain on the computer however.
Olaf02, sorry if you have already ruled this out, but just in case ...
What OS are you using ?
Is the actual binary disappearing or a link to it on (eg) your desktop ? Or is it all there and the mechanism that starts it when you boot not doing its job perhaps ?
If Linux, typing, at the command line -
which tomboy
will find where the actual binary is. "whereis" will show the binary and some other files ...
David
Hi David,
thank you for your reply! I have Linux Mint 17.3 Cinnamon 64-bit.
The whole program disappears without a trace. When I open the terminal and type in "tomboy" I get the following message:
The program 'tomboy' is currently not installed. You can install it by typing: sudo apt-get install tomboy
When I type in "which tomboy" there is no output and "whereis tomboy" returns: "tomboy:".
I keep installing it, but after a few days it is gone again.
Regards,
Olaf
On 2018/04/20 12:02 pm, davidbannon wrote:
Olaf02, sorry if you have already ruled this out, but just in case ...
What OS are you using ?
Is the actual binary disappearing or a link to it on (eg) your desktop ? Or is it all there and the mechanism that starts it when you boot not doing its job perhaps ?
If Linux, typing, at the command line -
which tomboy
will find where the actual binary is. "whereis" will show the binary and some other files ...
David
-- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub [1], or mute the thread [2].
Links:
[1] https://github.com/tomboy-notes/tomboy/issues/96#issuecomment-383049192 [2] https://github.com/notifications/unsubscribe-auth/AkvKe34kVNqy56TkuaUa_FccWosLdJzdks5tqbIngaJpZM4TbRVy
Olaf, this is very strange !
I assume you are installing using apt ? apt-get or dpkg etc ? Or Synaptic ?
There should be a trail of whats been through such tools in /var/log/dpkg.log so maybe something like
grep tomboy /var/log/dpkg.log