Dear Anna,
in order to give you a reliable response people would need the following indications:
Which version of OpenSUSE do you currently use?
Was this a fresh install or an upgrade?
If it was an upgrade, from which version?
What desktop environment do you use?
Which version has the desktop environment?
Can you post (by using the “code” formatting) the exact path of the directory that creates itself?
Sorry if this seems to be tedious but without it will be hard that you get reliable and swift help.
Greetings.
To give these infos:
Open a terminal window (the black thing called Konsole) and type in the following (and post the result here using the code formatting as well (using copy and paste):
uname -a
cat /etc/issue
kded --version
The first command will give you the kernel version of your system.
The second command will give you the version of OpenSUSE (and of any other linux system)
The last command will give you all useful details of your KDE version if you have KDE installed (what I think).
If you use gnome instead you can try following command (I do not use gnome, so no guarantee that it will work):
I am surprised. Apparently your issue could be connected to the KDE3.5.10 version you are using. I would have expected KDE 4. Did you install KDE3.5.10 on purpouse?
11.3 does not offer KDE3.5.10 anymore so I would suspect you did a manual install?
Could you also join please the exact path to the folder that is in question (you do this easily by opening konqueror (since you use 3.5.10 and to highlight the icon of the directory and then choosing with a right click the properties of the folder (this should give you the path that you might paste here (code format if possible please to ease reading of who is going to follow this).
Thx.
cannot quite remember, but i think kde4 is installed by openSuSE 11.3
but afterwards i used “yast” to install kde3 because i thought something or other [do not remember just what] needed kde3
Two KDE versions on one system are usually not compatible. A lot of errors can occur when using the two in parallel. The reason is that some paths may be messed up and that some of the libraries exist with a same name but a different versions for the two desktops. Currently your computer “thinks” that you have the KDE3.5.10 base package installed, but you are probably using the KDE4 desktop. This is (for what I understand the reason for the folder being created. I would suppose the folder appeared after you installed an update to kde4 (because probably you did override a KDE3 library). The only good solution IMHO is to manually control Yast for everything of KDE3 and to take it of (sustituting the corresponding KDE4 version). The method is slow but probably necessary as the system is already “cocktail” therefore to sanify the libraries you will have to do it by hand (using the search command: list all packages that begin with KDE and controll for the version). Sorry but I think this is at the base of your current problem.
I also doubt it, since actually KDE3 and KDE4 are divided quite clearly (on openSUSE): the binaries of KDE3 are stored in /opt/kde3/bin, while the KDE4-binaries are in /usr/bin - the KDE3 config files are in ~/.kde and KDE4s in ~/.kde4 (~ = /home/$username).
Furthermore the command ‘kded --version’ is only relating to KDE3, it will not provide any info on KDE4. To get the version info on KDE4, call this command:
kde4-config --version
Edit: …but I don’t think there’s a need to be overly concerned. It’s very unlikely that this directory is a sign of any malware. I personally would test to move it somewhere else and check if it gets recreated.
Dear caf4926 ~ thank you : i have disabled auto-log-in . . . then logged out . . .
selected KDE . . . and then logged back on : i did not see kde4 as a selection-option,
perhaps because with Yast i have removed the kde3 stuff !!
BUT :- Hi Carlos looks your scepticism was on-target : when i just logged back in with only kde4 libraries. i again see :
/home/user[me]/,addy
. . . the /,addy directory contains just one file : std.vcf_3 : 0 BYTES : dated today, just now!!
anna, have you noticed nrickerts comment in the other thread?
Seems like such prefixes are not so unusual after all. Maybe someone else using KMail (as you obviously do?) can confirm that (I myself use Thunderbird).
>
> BUT :- Hi Carlos looks your scepticism was on-target :
> when i just logged back in with only kde4 libraries. i again see :
>
> /home/user[me]/,addy
>
> . . the /,addy directory contains just one file : std.vcf_3 : 0
> BYTES : dated today, just now!!
X’-)
I think it is, either a bad local configuration somewhere, or a bug. Simply somebody instead of
typing dot-something, typed comma-something. They are sometimes difficult to notice, specially if
you are programming hundred of code lines.
What I would do is create a new user, and see if it gets that directory while using the software you
think suspect. There is actually a trick using apparmor audit to track who
creates/writes/reads/changes a certain file.
And then, I would report via bugzilla.
If it is intentional, they will know.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)
On 2010-10-23 00:06, Knurpht wrote:
>
> Try to find the string “,addy” in the kde4 config files:
>
> Code:
> --------------------
>
> grep ,addy ~/.kde4/share/config/*
>
> --------------------
>
> maybe that will throw the name of a config file to you. Then you could
> fix that.
And if it doesn’t find anything, then check the binaries, data, the etc dir… it should come out
somewhere.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)