Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: usb stick autodiscovery
Date: Wed, 27 Oct 2010 14:58:32
Message-Id: loom.20101027T164538-7@post.gmane.org
In Reply to: Re: [gentoo-user] Re: usb stick autodiscovery by Alan McKinnon
1 Alan McKinnon <alan.mckinnon <at> gmail.com> writes:
2
3
4 > configured the same - do you mean when you get with right-click tray-icon ->
5 > Device Notifier Settings?
6
7 yes
8
9 > > I cannot find witch ebuild has (plasmoid?) device notifier in it.
10 > > part of knotify?....dunno....?
11 >
12 > I beleive it's /usr/lib64/kde4/plasma_applet_devicenotifier.so which is in
13 > plasma-workspace:
14 >
15 > $ equery belongs /usr/lib64/kde4/plasma_applet_devicenotifier.so
16 > * Searching for /usr/lib64/kde4/plasma_applet_devicenotifier.so ...
17 > kde-base/plasma-workspace-4.5.2
18 > (/usr/lib64/kde4/plasma_applet_devicenotifier.so)
19 >
20 > There's nothing in that ebuild to indicate conditionals or DEPENDs.
21 >
22 > near the top of CMake builds you will find a list of all the stuff the build
23 > system found to support and what it didn't. Is that list the same on all
24 > machines?
25
26 If this is what you refer to in the devicenotifier.so file
27 (then yes)
28
29
30
31 0x0000000000000001 (NEEDED) Shared library: [libplasma.so.3]
32 0x0000000000000001 (NEEDED) Shared library: [libkio.so.5]
33 0x0000000000000001 (NEEDED) Shared library: [libsolid.so.4]
34 0x0000000000000001 (NEEDED) Shared library: [libkutils.so.4]
35 0x0000000000000001 (NEEDED) Shared library: [libkdeui.so.5]
36 0x0000000000000001 (NEEDED) Shared library: [libkdecore.so.5]
37 0x0000000000000001 (NEEDED) Shared library: [libQtDBus.so.4]
38 0x0000000000000001 (NEEDED) Shared library: [libQtCore.so.4]
39 0x0000000000000001 (NEEDED) Shared library: [libQtGui.so.4]
40 0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
41 0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
42 0x000000000000000e (SONAME) Library soname:
43 [plasma_applet_devicenotifier.so]
44 0x000000000000000f (RPATH) Library rpath: [/usr/lib64:/usr/lib64/qt4]
45 0x000000000000001d (RUNPATH) Library runpath: [/usr/lib64:/usr/lib64/qt4
46
47
48
49 I hack and rebuilt all kinds of stuff. Still the device notifier does
50 not pop up, as it does on other systems. Now the device is seen,
51 but it is empty on the problem system. I put the usbstick into
52 another system and it's fine. I've been through the kernel settings
53 for usb devices and file systems and they are the same and the same
54 version of the kernel (2.6.34-gentoo-r6).
55
56 What I have noticed is device notifier gives me many more choices
57 on my workstation than the borked workstation. It used konqueror
58 instead of Dolphin. I do not know where to change this. The
59 config of device notifier, is rather spartan and I cannot find
60 where to set konqueror instead of dolphin as the default file manager
61 to open up the usb stick files and dirs.
62
63 Even if I cd into the (/media/device) dir it is empty.
64
65 I'm stumped. The system has been updated and everything is
66 fixed I can find, so it's gotta be in the kde4 config files?
67
68
69 James

Replies

Subject Author
Re: [gentoo-user] Re: usb stick autodiscovery Alan McKinnon <alan.mckinnon@×××××.com>