You are not logged in.

#26 2007-01-23 15:58:15

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: XFCE 4.4.0 released

linuxinit, are you sure you got the full set of xfce4.4 packages?  You might have downloaded off a half-synched mirror - this is why I recommend waiting a day or two after release to update to something this big.

Offline

#27 2007-01-23 16:51:04

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: XFCE 4.4.0 released

or you can makeworld it... xfce is not that long to build...

Offline

#28 2007-01-23 19:31:48

manmower
Member
From: Belgium
Registered: 2006-11-17
Posts: 100

Re: XFCE 4.4.0 released

Excellent release! Thanks to all involved for having it available so quickly.

Offline

#29 2007-01-23 19:59:11

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: XFCE 4.4.0 released

linuxinit wrote:

There are a lot of annoying things... The settings aren't the same as in the svn version... For example, many items show up under the settings menu, but when i open the settings window, only the plain old default 4.2 ones appear.

Also, I'm missing a freaking ton of icons, and it's very very annoying. I have installed tango, and tango extras, as well as icon-naming-utils, and still, I'm missing icons. :S

This happened to me too, should I just reinstall Xfce 4.4?


Regards,
Picpak

Offline

#30 2007-01-23 20:18:01

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: XFCE 4.4.0 released

Check the package list on whichever mirror you're using against the list on archlinux.org/packages, to make sure everything got synced. Change mirror if necessary. Then do another pacman -Syu.

I can confirm that the heanet mirror is completely up to date, if you want something definite.

Offline

#31 2007-01-23 20:29:21

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: XFCE 4.4.0 released

My first mirror in /etc/pacman.d/extra is ftp://ftp.archlinux.org/extra/os/i686, which I know is up to date. However, I'll try again.


Regards,
Picpak

Offline

#32 2007-01-24 00:00:48

ivaldi
Member
From: Sweden
Registered: 2007-01-18
Posts: 2

Re: XFCE 4.4.0 released

If you are missing icons, try installing hicolor-icon-theme and gnome-icon-theme. That fixed the problem for me.

Offline

#33 2007-01-24 00:12:07

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: XFCE 4.4.0 released

I had both of those installed, but reinstalled them just in case. Didn't work.


Regards,
Picpak

Offline

#34 2007-01-24 06:44:47

Mozz
Member
From: Finland
Registered: 2006-08-11
Posts: 22

Re: XFCE 4.4.0 released

Yay, just updated it. Can't wait to get home to test it smile

Offline

#35 2007-01-24 10:23:29

Ernest0x
Member
Registered: 2007-01-24
Posts: 5

Re: XFCE 4.4.0 released

Hello,

x86-64 repository still has the 4.2 version for most of the packages. So, I guess we have to wait for one day or two...

Offline

#36 2007-01-24 13:40:53

Mozz
Member
From: Finland
Registered: 2006-08-11
Posts: 22

Re: XFCE 4.4.0 released

The new version looks very nice, but Metabox theme is now greyish instead of bluish. I wonder how I can switch it back to bluish? And other question, if I add new panel, how I can make so that the panel isn't "always on top"?

Offline

#37 2007-01-24 13:45:00

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 674
Website

Re: XFCE 4.4.0 released

Xfce4.4 running fine, slowly but beautifully on a super computer here (a Celeron 366 w/ 98M RAM shared with intel integrated graphic, nothing less wink ) big_smile

I deactivated icons but xfce4 apps still take 40% of available RAM ; so I'd be glad to try to reduce this.

I do use slim to start xfce, but does somebody knows how to start it with dbus launcher ? I still need to make thunar appear automatically if the lady (i'm building the PC for) plug a USB device ?

Last, xfmedia-0.9.1-2 says it can't find libxfcegui4.so.3 and exit right away.


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#38 2007-01-24 15:04:06

linuxinit
Member
From: Bumkcuf, Egypt
Registered: 2005-08-21
Posts: 33
Website

Re: XFCE 4.4.0 released

I have indeed uninstalled and re-installed multiple times, removed EVERY icon theme I have (even tried manually), installed every icon theme I could get from pacman, and I even symlinked /opt/xfce4/share/icons to /usr/share/icons.

Also, I know for a fact, 100% that the mirror I used was synced, since I used ftp.archlinux.org. wink

I'm really disappointed with this release though. sad SVN seemed to have more features in the settings panel. I do have the correct programs, they just don't all show up in the settings panel, such as notification daemon, auto started applications, etc...

However, I will try once more to completely uninstall Xfce4.4, and the few goodies that I installed, and try to install them again. If after this the icons still don't work, I suppose I'll file a bug report. :'(

Offline

#39 2007-01-24 15:57:14

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: XFCE 4.4.0 released

kozaki wrote:

I do use slim to start xfce, but does somebody knows how to start it with dbus launcher ?

This is my .xinitrc, if it helps any:

#!/bin/sh

if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then
    dbuslaunch=`which dbus-launch`
    if test x"$dbuslaunch" != x"" -a x"$dbuslaunch" != x"no"; then
        eval `$dbuslaunch --sh-syntax --exit-with-session`
    fi
fi

xfcesm=`which xfce4-session`
case "x$xfcesm" in
    x|xno*)
        ;;
    *)
        $xfcesm
esac

kozaki wrote:

I still need to make thunar appear automatically if the lady (i'm building the PC for) plug a USB device ?

Open up Thunar, go to Edit > Preferences > Advanced, and check Enable Volume Management. Then click on Configure; the options will be in there.


Regards,
Picpak

Offline

#40 2007-01-24 17:05:37

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: XFCE 4.4.0 released

linuxinit wrote:

Also, I know for a fact, 100% that the mirror I used was synced, since I used ftp.archlinux.org. wink

afaik, ftp.archlinux.org still takes time to synch up to the master ftp server - it's not guaranteed to be 100% in sync all the time.  Correct me if I'm wrong on this, other devs.

Offline

#41 2007-01-24 17:12:54

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: XFCE 4.4.0 released

Not entirely sure what I did, but I uninstalled and reinstalled xfce4, and my icons came back.

My settings panel is still small though...


Regards,
Picpak

Offline

#42 2007-01-24 19:04:57

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: XFCE 4.4.0 released

Apparently, upgrading to 4.4.0 doesn't remove the older xffm file manager from the 4.2.x series.  Removing it manually with pacman -R xffm and restarting got rid of a number of entries in my start menu that didn't have icons.  All looks good now.


oz

Offline

#43 2007-01-25 03:27:28

robbel
Member
Registered: 2006-05-17
Posts: 9

Re: XFCE 4.4.0 released

ozar wrote:

Apparently, upgrading to 4.4.0 doesn't remove the older xffm file manager from the 4.2.x series.  Removing it manually with pacman -R xffm and restarting got rid of a number of entries in my start menu that didn't have icons.  All looks good now.

Same with xfce4-trigger-launcher. It's also a leftover from the pre-4.4 days as I understand it...

Best,
P

Offline

#44 2007-02-07 17:30:15

Master One
Member
From: Europe
Registered: 2007-01-21
Posts: 249

Re: XFCE 4.4.0 released

picpak wrote:
kozaki wrote:

I do use slim to start xfce, but does somebody knows how to start it with dbus launcher ?

This is my .xinitrc, if it helps any:

#!/bin/sh

if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then
    dbuslaunch=`which dbus-launch`
    if test x"$dbuslaunch" != x"" -a x"$dbuslaunch" != x"no"; then
        eval `$dbuslaunch --sh-syntax --exit-with-session`
    fi
fi

xfcesm=`which xfce4-session`
case "x$xfcesm" in
    x|xno*)
        ;;
    *)
        $xfcesm
esac

What is it good for to start XFCE4.4.0 this way?

I don't really understand this dbus thing, I mean I know it's a message bus for inter-app-communication, but why should any or all apps be started with dbus-launch now???

Offline

#45 2007-02-08 17:40:54

temporaryguy
Member
Registered: 2007-02-08
Posts: 5

Re: XFCE 4.4.0 released

so if we have xfce4-svn, we can remove it and install xfce4 and have the same functionality as with svn? xfce4-svn is slightly broken now, but i'd rather live with no wallpaper and right-click menu than have the ram and other problems.

>>>> okay n/m - removed svn and installed the updated xfce4, everything appears to be working fine. thx.

Last edited by temporaryguy (2007-02-08 18:31:06)

Offline

#46 2007-02-09 07:32:11

dr_te_z
Member
From: Zoetermeer, the Netherlands
Registered: 2006-12-06
Posts: 154

Re: XFCE 4.4.0 released

XFCE is under the impression that I want to start nautilus as well when XFCE is started. So I'm stuck with the gnome wallpaper and icons overruling my XFCE desktop settings.
Any idea how I can get rid of nautilst-autostart?


Somewhere between "too small" and "too large" lies the size that is just right.
- Scott Hayes

Offline

#47 2007-02-09 17:23:08

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: XFCE 4.4.0 released

killall -9 nautilus and save your session on logout.


I am a gated community.

Offline

#48 2007-02-10 01:33:35

aquila_deus
Member
From: Taipei
Registered: 2005-07-02
Posts: 348
Website

Re: XFCE 4.4.0 released

dr_te_z wrote:

XFCE is under the impression that I want to start nautilus as well when XFCE is started. So I'm stuck with the gnome wallpaper and icons overruling my XFCE desktop settings.
Any idea how I can get rid of nautilst-autostart?

nautilus --no-desktop ?

Offline

#49 2007-02-18 17:55:52

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: XFCE 4.4.0 released

run:

gconftool-2 --set --type boolean /apps/nautilus/preferences/show_desktop false

Offline

Board footer

Powered by FluxBB