decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
Source links please. Mod up for informative | 343 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Source links please. Mod up for informative
Authored by: celtic_hackr on Tuesday, December 11 2012 @ 12:19 AM EST
Well actually, I have had my own fix for a while. However, it's a total hack and
it may curl your hair, burn up your machine, and lose the war for the allies.

Here's my less elegant solution, built by my own devices and breadcrumbs
scattered on the internet.

#!/bin/bash

sed -i 's/Start Nepomuk=true/Start Nepomuk=false/g'
~/.kde/share/config/nepomukserverrc
sed -i 's/StartServer=true/StartServer=false/g'
~/.config/akonadi/akonadiserverrc

# under the [Module-nepomuksearchmodule] section in the following file:
# 's/autoload=true/autoload=false/g' ~/.kde/share/config/kdedrc

sed -i 's/Exec=akonaditray/Exec=/g' /usr/share/autostart/akonaditray.desktop
sed -i 's/Exec=nepomukserver/Exec=/g'
/usr/share/autostart/nepomukserver.desktop
sed -i 's/Exec=nepomukcontroller/Exec=/g'
/usr/share/autostart/nepomukcontroller.desktop

rm -f /usr/sbin/no.mysqld-akonadi
rm -f /usr/sbin/no.akonadictl
rm -f /usr/bin/no.akonadictl
rm -f /usr/bin/no.akonadi_control
rm -f /usr/bin/no.akonadi_rds
rm -f /usr/bin/no.akonadiserver
rm -f /usr/bin/no.akonadi_agent_server
rm -f /usr/bin/no.akonadi_agent_launcher

mv /usr/sbin/mysqld-akonadi /usr/sbin/no.mysqld-akonadi
mv /usr/sbin/akonadictl /usr/sbin/no.akonadictl
mv /usr/bin/akonadictl /usr/bin/no.akonadictl
mv /usr/bin/akonadi_control /usr/bin/no.akonadi_control
mv /usr/bin/akonadi_rds /usr/bin/no.akonadi_rds
mv /usr/bin/akonadiserver /usr/bin/no.akonadiserver
mv /usr/bin/akonadi_agent_server /usr/bin/no.akonadi_agent_server
mv /usr/bin/akonadi_agent_launcher /usr/bin/no.akonadi_agent_launcher

Quite dangerous, and as a result, I run mostly on LXDE now. Although I may give
Trinity a try.

I like the recompile bit. Will require some hacks for Linux Mint. Been a long
time when I ran 'compile-your-own-teeth-pulling-brain-numbing-infinite
compiling" distro. I did like it. That is until I FUBARed [can I say that
here? I hope so.] the package management system.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )