03-29-2014, 07:24 PM
Why is zeitgeist datahub still being installed on the system?
Why is zeitgeist datahub still installed?
|
03-29-2014, 07:24 PM
Why is zeitgeist datahub still being installed on the system?
04-01-2014, 05:24 AM
Probably because its a dependency of something you've installed.
04-07-2014, 11:48 AM
I went through all the items and found that if I install bluefish, which makes no sense. As it never asks but when I run update after installing bluefish it shows up.
03-26-2015, 05:09 PM
(This post was last modified: 04-22-2015, 12:16 AM by technomancer.)
Info- http://wiki.zeitgeist-project.com/Gettin..._Zeitgeist
If you want to remove it I have using this in a terminal Run sudo apt-get remove zeitgeist From Ubuntu help pages to disable/enable There is an easy way described here -- which does not include deleting any package, but simply de-activating the corresponding services. I didn't try it myself, but this way side-effects should be minimal (and probably even wanted, as e.g. no "recent items" being available etc. Moreover, it is easily revertable in case of "unwanted" side effects. The author of that article explicitly states: Here is a way to disable this logging without breaking Unity or any other part of the system, execute these commands in a terminal: sudo mv /etc/xdg/autostart/zeitgeist-datahub.desktop /etc/xdg/autostart/zeitgeist-datahub.desktop-inactive rm ~/.local/share/recently-used.xbel mkdir ~/.local/share/recently-used.xbel rm -rf ~/.local/share/zeitgeist Reverting this (if one wants to enable Zeitgeist again) thus should be done like this: mkdir ~/.local/share/zeitgeist rmdir ~/.local/share/recently-used.xbel # no action for the .xbel file, as it will be re-created automatically sudo mv /etc/xdg/autostart/zeitgeist-datahub.desktop-inactive /etc/xdg/autostart/zeitgeist-datahub.desktop which is simply "reversing" the steps of the DE-activation. Remark: The ~/.local/share/recently-used.xbel has nothing to do with Zeitgeist itself, it just falls into the same category somehow. The article mentioned is about "disabling activity logging", and thus included this. If you just want to disable Zeitgeist, you can skip the two middle steps. I'm not sure if it was installed by myself as a dependency or what. It's gone now........... I hope that helps somebody. "Privacy is essential and integral to Linux" Incorrect-So i have somewhat looked into this issue and found this on os builder forum "Don’t be fooled, Canonical The company behind Ubuntu, this includes Mint etc. as they are now in cohoots with Ubuntu as well uses the data it collects on users, I’m sure in various forms. One such tragedy is to send you relevant ads and direct you to amazon etc. based on the data collected. I understand they want to make money, spying on their users is not the way to go about it."
Member www.eff.org
*Hardware hacks are my speciality. "forum posts should be like a skirt- long enough to cover the subject material, but short enough to keep things interesting" --I am using/Running Linuxlite 2.8, Debian8 server, Ubuntu 14, Win7,Win10, MX15, LinuxMint kde. --Xerox field service engineer, printer repairs,network analyst.
03-26-2015, 10:17 PM
(This post was last modified: 03-27-2015, 12:15 AM by gold_finger.)
Sorry technomancer, but (unfortunately) you seem to have found an unreliable source of info.
(03-26-2015, 05:09 PM)technomancer link Wrote: ... on os builder forum That's an absolutely ridiculous statement (by the forum poster you quoted, not you technomancer). Canonical has absolutely nothing to do with Mint. In no way is Mint "in cohoots" with Canonical to spy on their users! Zeitgeist is NOT installed by default on Mint, (nor is it installed on LL). Certain applications on certain flavors of standard Mint install may bring with them library files for zeitgeist because they are capable of using zeitgeist IF one chooses to install it on their system. Certain applications that people may install after the fact to Mint, or LL, or other Ubuntu-based distros may do the same thing and some applications may pull in zeitgeist itself for installation. It's up to the individual user to pay attention to such things and take appropriate action for themselves if they choose to avoid such things. Mint, LL, and others have no control over what people put on their own systems. I myself want nothing to do with zeitgeist -- so I just avoid installing things that use it.
Try Linux Beginner Search Engine for answers to Linux questions.
03-27-2015, 02:35 PM
To reinforce what gold_finger's saying in the previous post I did a command line search on zeitgeist that resulted in what I beleive are the following 3 core packages (let me know if I'm wrong). I'm on LL 2.2/64 and not one of those packages is installed by default:
To list all the possible zeitgeist packages use this command Code: apt-cache search zeitgeist Code: zeitgeist Notice the line - Installed: (none) - for each package Code: apt-cache policy zeitgeist
03-27-2015, 03:09 PM
Excellent. I was aware that it most likely was installed as a package dependency from something I installed.(not originally on my LL install)
Zeitgeist is mainly on Ubuntu Unity, which LL doesn't use. I was just giving suggestions on how to remove if somebody did want to. I know Mint isn't in cahoots with canonical but profits speak louder than privacy, we will never truly know. However I checked my LM and nothing there "enabled", so maybe terminology of "installed" and "enabled" is getting mixed up with people. I don't take what I find in other forums as fact, just putting it out there to see if it holds true, which it does not. Thank you for clarifying gold_finger. Hard to find a good source for information nowadays, so it is refreshing to have an awesome community here that has a "finger on the pulse" so to say. (pun intended, LOL) Is there a list of known packages that use/require Zeitgeist when installing them ? I know I can check dependencies when installing packages as a first line of defence, just wondering if an actual list exists. Just to clarify for anyone who reads this forum post LinuxLite does not come with Zeitgeist enabled.
Member www.eff.org
*Hardware hacks are my speciality. "forum posts should be like a skirt- long enough to cover the subject material, but short enough to keep things interesting" --I am using/Running Linuxlite 2.8, Debian8 server, Ubuntu 14, Win7,Win10, MX15, LinuxMint kde. --Xerox field service engineer, printer repairs,network analyst.
03-27-2015, 06:51 PM
(03-27-2015, 03:09 PM)technomancer link Wrote: Is there a list of known packages that use/require Zeitgeist when installing them ? Not that I'm aware of, but someone might have made a list somewhere on the interwebs -- who knows? (03-27-2015, 03:09 PM)technomancer link Wrote: I don't take what I find in other forums as fact, just putting it out there to see if it holds true, which it does not. Hard to find a good source for information nowadays,... Yes, it can be hard separating good from bad info, especially if dealing with relatively unfamiliar subject matter. Get's easier to filter things over time though. At one time or another all of us end up doing the same thing as you -- posting info that isn't accurate. I've certainly done that myself. Occationally I stumble on something I had posted a couple of years ago that I now know to be wrong. I don't like the thought of me ending up being the source of misinformation, so usually I'll edit the post when I find something like that, put a correction on it in red and tell possible future readers that I was wrong originally.
Try Linux Beginner Search Engine for answers to Linux questions.
03-27-2015, 07:20 PM
I found the following,
but not sure if it's relevant, being "Arch" which lists some apps/items that can interact with Zetgeist datahub https://wiki.archlinux.org/index.php/Zeitgeist and this: http://zeitgeist-project.com/experience/ [size=1em]But I did not find anything though to suggest that installing any application that[/size] [size=1em]is [/size][size=1em]"Zeitgeist Aware" would actually trigger the installation of "Zeitgeist" itself..??[/size] [size=1em]Dave[/size]
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Computers Early days: ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
03-27-2015, 07:57 PM
(This post was last modified: 03-27-2015, 08:01 PM by gold_finger.)
Thanks for the info Wirezfree.
(03-27-2015, 07:20 PM)Wirezfree link Wrote: [size=1em]But I did not find anything though to suggest that installing any application that[/size] In Mint Xfce, they use gedit text editor instead of leafpad. I like gedit better than leafpad myself, so a while back I went to install it on LL. During install noticed that it was going to pull in zeitgeist, so I stopped it and didn't bother. Just now, decided to run a simulated install command for gedit on LL -- here is result: Code: bill@Gold:~$ sudo apt-get install -s gedit As you can see, installing gedit will also end up installing zeitgeist itself. So, I'd say that different packages may or may not also pull in zeitgeist and that people just need to pay attention to what installer tells them is being pulled in as a dependency. Apparently, Mint developers designed their default systems with gedit, but stripped out zeitgeist itself. The only two zeitgeist related packages on fresh Mint 17.1 Xfce are: Code: libzeitgeist-2.0-0 So in this example, if someone wanted gedit on LL: install it, then remove the zeitgeist, zeitgeist-core and zeitgeist-datahub packages. (I'd imagine one could get rid of the other two packages as well without breaking gedit functionality, but I don't know that for sure because I haven't bothered trying it myself.)
Try Linux Beginner Search Engine for answers to Linux questions.
|
« Next Oldest | Next Newest »
|