You are not logged in.
Pages: 1
Below are the things I needed to install prior to completing the 4.8 install. These are the packages I didn't have and I don't believe come with a base install:
intltool libglib2.0-dev libgtk2.0-dev libglade2-dev libgladeui-1-dev libdbus-1-dev libdbus-glib-1-dev libwnck-dev
Pre1:
garcon_0.1.2 https://launchpad.net/ubuntu/natty/+sou … ig.tar.bz2
Pre2:
garcon_0.1.4 https://launchpad.net/ubuntu/natty/+sou … ig.tar.bz2
Pre3:
garcon_0.1.5 https://launchpad.net/ubuntu/+archive/p … ig.tar.bz2
The rest is all (following the order of http://www.xfce.org/download/building):
$ ./configure (it will fail loudly if you need other packages installed prior to its installation)
$ make
$ sudo make install.
~B
Last edited by YourSexyMama (2011-02-03 19:33:39)
Offline
Have a look at ~/.xsession-errors (if you use gdm) that might hint at the problem.
Offline
Thank You, Herd!
My .xsession-error is saying:
libexo-1.so.0: cannot open shared object file: no such file or directory
Failed to load module: /usr/lib/gio/modules/libexo-module-1.so
The files both exist and are open for execution...
Offline
Fail to emerge xfce4-meta-4.8_pre
emerging =xfce-base/xfce4-meta-4.8_pre
Calculating dependencies... done!
[ebuild U ] xfce-base/xfce-utils-4.7.1 [4.6.2]
[ebuild U ] xfce-base/xfwm4-4.7.1 [4.6.2]
[ebuild U ] xfce-base/libxfce4ui-4.7.4 [4.7.3]
[ebuild U ] xfce-base/xfce4-settings-4.7.4 [4.6.5]
[ebuild N ] xfce-base/garcon-0.1.3 USE="-debug"
[ebuild U ] xfce-base/xfce4-panel-4.7.4 [4.6.4]
[ebuild U ] xfce-base/xfdesktop-4.7.2 [4.6.2] USE="libnotify%*"
[blocks b ] <xfce-base/xfdesktop-4.7.0 ("<xfce-base/xfdesktop-4.7.0" is blocking xfce-base/garcon-0.1.3)
[ebuild U ] xfce-base/xfce4-session-4.7.1-r1 [4.6.2] XFCE_PLUGINS="logout%*"
[ebuild U ] xfce-base/xfce4-meta-4.8_pre [4.6.2]
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
xfce-base/libxfce4ui:0
(xfce-base/libxfce4ui-4.7.3, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(xfce-base/libxfce4ui-4.7.4, ebuild scheduled for merge) pulled in by
>=xfce-base/libxfce4ui-4.7.4 required by (xfce-base/xfce4-settings-4.7.4, ebuild scheduled for merge)
Offline
Solved:
remove old xfdesktop-4.6.2 and libxfcegui4-4.6.4
emerge =xfce-base/xfdesktop-4.6.2 =xfce-base/libxfcegui4-4.6.4 -C
Offline
Fail to xfce4.8pre1,when install xfce4-settings-4.7.4.
ake[3]: Entering directory `/home/Tang/tmp/xfce/xfce4-settings-4.7.4/dialogs/keyboard-settings'
CC xfce4_keyboard_settings-xfce-keyboard-settings.o
xfce-keyboard-settings.c: 在 '_xfce_keyboard_settings_load_shortcut'中:
xfce-keyboard-settings.c:502:47: error:'XfceShortcut' has no member named 'snotify'
...
...
Offline
tbk2000: re your issue, it's likely that you have an old version of libxfcegui4 still installed somewhere or some garbage leftover. I solved this by removing /usr/include/xfce4/libxfce4kbdprivate* and hten by reinstalling the latest libxfcegui4 (4.7.0) and libxfce4ui. Note that this could be in /usr/local/include depending on how you installed this stuff.
Cheers,
Jérôme
Offline
Thank You, jeromeg!
I will try it.
Offline
install xfce4-settings-4.7.4,all right.
But,Thunar-1.1.4 isn't using removable media,is why?
Offline
Hi, tbk2000.
You say Thunar is not using removable media. Do you mean the media are mounted, but are not showing up in Thunar? Please check to see if you are not sure: plug in the media and see if it is listed with lsusb.
If this is the problem, it has been mentioned on a number of other forums. I have only seen it so far on one of our home computers - an Asus eeepc 900 running Linux Mint 9 Xfce. I have not been able to fix the problem, but my workaround is to log out, then log in. The removable media mysteriously appears in Thunar when I log back in.
Offline
Thunar-1.0.2 should show it when insert removable media in computer.But Thunar-1.1.4 are not showing up and can't mount.The removable media is good.
log out ,then log in;it's not effect.
Offline
"Thunar-1.0.2 should show it when insert removable media in computer.But Thunar-1.1.4 are not showing up and can't mount.The removable media is good.
log out ,then log in;it's not effect."
This is strange. Thunar should not have any effect on whether the media is mounted or not. Anybody else have any ideas?
Offline
Thunar-1.0.2:insert the media(i.e. USB stick),an object that represents the media is added to the side pane of thanur.To actually mount the media, click on the object that represents the media.
Thunar-1.1.4:it's not the effect.
Offline
tbk2000, I am still not 100% clear on what you are saying.
On most systems, if you plug in USB drive, it will automount.
To test whether the system can actually see the USB, use 'lsusb'.
To test whether the USB has automounted, use 'mount' (no options). For example, with a USB flash drive plugged in I see
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sdb on /media/disk type vfat (rw,nosuid,nodev,uhelper=hal,uid=1000,shortname=winnt)
showing that the drive is mounted at /media/disk
Are you saying: yes, the system sees this USB drive, and yes, it is mounted, but no, Thunar does not show it?
Or are you saying that on your system, if you plug in a USB drive, it does not automount but it shows up in Thunar anyway?
Offline
sorry for my bad english
1、yes, the system sees this USB drive; but no, Thunar does not show it?
2、I plug in a USB drive, it does not automount but it not shows up in Thunar anyway?
Offline
Hi, tbk2000.
I'm on holiday now and away from my computers, so I cannot help further. Maybe someone else can suggest something?
Offline
sorry for my bad english
1、yes, the system sees this USB drive; but no, Thunar does not show it?
2、I plug in a USB drive, it does not automount but it not shows up in Thunar anyway?
Can you please try to rephrase this?
Also, is thunar-volman installed?
Offline
Thank you.
Uninstall xfce4.8per1 and install xfce4.62,all things ok.
Maybe,it's unstalbe for xfce4.8pre1.
Offline
>>> Install xfce4-meta-4.8_pre into /var/tmp/portage/xfce-base/xfce4-meta-4.8_pre/image/ category xfce-base
>>> Completed installing xfce4-meta-4.8_pre into /var/tmp/portage/xfce-base/xfce4-meta-4.8_pre/image/
>>> Installing (1 of 1) xfce-base/xfce4-meta-4.8_pre
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
* GNU info directory index is up-to-date.
localhost ~ #
i thought it is going to install all apckages from xfce-4.8_pre.
but just one installed.
the other things are xfce-4.7.0 [ well some of them are 4.6]
Offline
for Thunar-1.1.4 isn't using removable media.
I see.beause,I don,t install gvfs.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 611.09 KiB (Peak: 627.93 KiB) ]