[solved]Xfce works, but no others!

Hello gentlemen.
After some months of playing around with Arch and my wireless connection with it, I finally managed to get to a point where I have more than a terminal.
I set up xorg seemingly perfectly with nvidia-xconfig, and am able to run Xfce without any problems (other than lack of sound, going to have to figure out how to set that up..). But when I try to start Openbox, it shows a mess of lines for about a second and then automatically logs out, and I think I read something about a display error there.  GNOME doesn't work either; also says something about a display error. I think both of them also talked about a locale error.
Is there anything extra that I have to download that I might've forgotten about? Or is the locale thing a really big deal? I can't see any mistakes in the way I set it up, but this shows up with the 'locale' command:
[sko@OGC ~]$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_EN.utf8
LC_CTYPE="en_US.iso8859"
LC_NUMERIC="en_US.iso8859"
LC_TIME="en_US.iso8859"
LC_COLLATE="en_US.iso8859"
LC_MONETARY="en_US.iso8859"
LC_MESSAGES="en_US.iso8859"
LC_PAPER="en_US.iso8859"
LC_NAME="en_US.iso8859"
LC_ADDRESS="en_US.iso8859"
LC_TELEPHONE="en_US.iso8859"
LC_MEASUREMENT="en_US.iso8859"
LC_IDENTIFICATION="en_US.iso8859"
LC_ALL=en_US.iso8859
Any help would be awesomely appreciated!
P.S. I run Arch64 with a ViewSonic VA1912wb monitor and a GeForce 8600GTS graphics card.
Last edited by Skofo (2008-09-14 01:02:03)

Statix wrote:
Skofo wrote:
Statix wrote:How are you starting your DEs? Through .xinitrc, or through a desktop manager?
Xfce, Openbox and GNOME through startxfce4, openbox-session and gnome-session, respectively, from the shell.
This must be the problem then. Startxfce4 starts X11 for you, while the other two require X11 to already be running.
What you need to do is edit .xinitrc in your home directory and put:
exec openbox-session
or
exec gnome-session
Depending on which one you want to start.
Then, just type startx. It should work then.
That worked great, thanks! Have my babies.
Guess I should read instructions more carefully..
Last edited by Skofo (2008-09-13 19:31:34)

Similar Messages

  • My New ipad3, when i click onthe camera app, the front camera works but the other camera only shows a black screen ! Is there something wrong with my iPad ?

    My New ipad3, when i click onthe camera app, the front camera works but the other camera only shows a black screen ! Is there something wrong with my iPad ?

    Try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. When the screen goes blank power On again in the normal way.] It is absolutely/appsolutely safe!

  • TS2972 One of my computers is working but the other one isn't

    One of my computers is working but the other one isn't, so it isn't a network problem. I've restarted iTunes, logged out and logged back into home share and the library still isn't coming up. What's the problem and what should I do?

    PS It worked before and I managed to copy 1000 songs but now its stopped working.

  • Iphone 4 slide to unlock and slide to power off will not work but all other touch features work

    Iphone 4 slide to unlock and slide to power off will not work but all other touch features work properly

    You will have to get it serviced.

  • [SOLVED] fbsplash working but have a created future problems?

    I'm new to arch but have managed to successfully install fbcondecor and fbsplash and manipulate them to at least a reasonable degree to get the desired effect.  However my tech-speak is poor so please bear with me. 
    The problem is that my splash screen seems to look fine, initially.  Then, however, when Vesa hands off to inteldrm the graphics get distorted. I believe it is whenever the screen resolution change occurs during the boot (which is why i believe it occurs during the handoff).  I have listed my grub configuration files as well as my daemons and Hooks below in hopes one of you guys may recognize an error.  I have read and attempted to resolve the issue but it is clear I cannot solve it without some assistance from someone with a deeper knowledge.
    This is what my screen looks like https://bbs.archlinux.org/viewtopic.php?id=136819 so I'm guessing it relates to the KMS but I configured the file in accordance with the wiki so...
    Edit:  Another possibly pertinent note is that the splash works perfectly on shutdown.
    /etc/default/grub
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_DISABLE_RECOVERY=true
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch Linux"
    GRUB_DEFAULT=saved
    GRUB_GFXMODE=1024x768x32
    GRUB_CMDLINE_LINUX_DEFAULT='quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant'
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    GRUB_TERMINAL_INPUT=console
    GRUB_THEME=/boot/grub/themes/starfield/theme.txt
    GRUB_CMDLINE_LINUX=splash
    GRUB_HIDDEN_TIMEOUT=3
    Hooks   
    HOOKS="base udev uswsusp fbsplash autodetect pata scsi sata filesystems usbinput uresume fsck"
    Daemons 
    DAEMONS=(hwclock dbus !network fbcondecor sshd @netfs @crond acpid @networkmanager laptop-mode !net-profiles syslog-ng !net-auto-wireless @cupsd)
    What should I be looking for to solve this problem?  What occurs that changes the screen from the basic resolution it starts with to the enhanced resolution in the next portion of boot?  Should I post dmesg output?
    Last edited by jallenusn (2012-06-19 20:41:53)

    The question here is, why does it get loaded in the first place, usually it's loaded by the vga= statement. I'm guessing the monstrosity that is grub2 has something to do with it, remove all the GFX stuff from it's config.
    Thanks for your input.  You are correct in your assumption about my screen resolution being 1366x768.  I am having trouble understanding what you mean by "remove all the GFX stuff".  Do you mean for me to change my /etc/default/grub file and leave blank all of the categories that include "GFX" and then mkconfig?  Or are you proposing that I manually modify something in the grub.cfg to disable the graphics mode in grub2? 
    One other quick note.  It seems that before Vesa hands off to inteldrm the splash looks as intended.  It is after this hand off takes place that the splash becomes distorted (4 different occurences of the splash across the screen, all of them appearing shredded and smeared across the screen).
    Edit:  Another possibly pertinent note is that the splash works perfectly on shutdown.
    Also, for further reference I have posted both my /etc/default/grub & /boot/grub/grub.cfg below. 
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_DISABLE_RECOVERY=true
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch Linux"
    GRUB_DEFAULT=saved
    GRUB_GFXMODE=1366x768x32
    GRUB_CMDLINE_LINUX_DEFAULT='quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant'
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    GRUB_TERMINAL_INPUT=console
    GRUB_THEME=/boot/grub/themes/starfield/theme.txt
    GRUB_CMDLINE_LINUX=splash
    GRUB_HIDDEN_TIMEOUT=3
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="${saved_entry}"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod btrfs
    set root='hd0,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 719a75c8-81fa-4f8d-b06a-b2ab3ba18770
    else
    search --no-floppy --fs-uuid --set=root 719a75c8-81fa-4f8d-b06a-b2ab3ba18770
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=1366x768x32
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
    else
    search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
    fi
    insmod gfxmenu
    loadfont ($root)/grub/themes/starfield/dejavu.pf2
    insmod png
    set theme=($root)/grub/themes/starfield/theme.txt
    export theme
    if sleep --verbose --interruptible 3 ; then
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux GNU/Linux, with Linux fbcondecor kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-fbcondecor kernel-true-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
    else
    search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
    fi
    echo 'Loading Linux fbcondecor kernel ...'
    linux /vmlinuz-linux-fbcondecor root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fbcondecor.img
    menuentry 'Arch Linux GNU/Linux, with Linux fbcondecor kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-fbcondecor kernel-fallback-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
    else
    search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
    fi
    echo 'Loading Linux fbcondecor kernel ...'
    linux /vmlinuz-linux-fbcondecor root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fbcondecor-fallback.img
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
    else
    search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
    else
    search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    if [ "x$default" = 'Arch Linux GNU/Linux, with Linux core repo kernel' ]; then default='Advanced options for Arch Linux GNU/Linux>Arch Linux GNU/Linux, with Linux core repo kernel'; fi;
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    Last edited by jallenusn (2012-06-17 17:57:32)

  • Screen Sharing won't work, but every other VNC client will

    I have been trying to resolve this for months, and nothing has worked so far. I can connect to my Mac Mini Server (Snow Leopard Server) from LogMeIn, from Chicken of the VNC, from JollyFastVNC, and from VNC clients on my iPad and iPhone. However, I cannot connect using OSX's own Screen Sharing service. I'm really frustrated, and I've posted here before without any sort of help. Is there ANYONE that can solve this problem for me?

    To restate your issues and your question and your concern, you're frustrated, you're using a WiFi connection, you're not attempting remote access, it's not working for some protocols, and you're receiving unspecified error message(s).
    Start by posting the diagnostics and messages received when this "doesn't work".
    Then reconfigure the network, and (for testing) specifically move the screen sharing client box onto (and add one if needed) the same network switch as the server. Remove the WiFi device (a router) from the network connection. (Unmanaged gigabit network switches are cheap, too.)
    In addition to and in parallel with reconfiguring the network (for testing), also confirm that all of the network port connections on the WiFi are established on the correct physical ports, if you're using that device as a network gateway and NAT device in addition to using it as a router.
    Also ensure the firmware on the WiFi device is current.
    Drop the firewall on the client.
    Given you're probably on a NAT-based network and (guessing) using the WiFi device is configured as a gateway, post up some DNS or mDNS information, and a forward and reverse dig of the IP address. (I haven't seen issues such as this with local screen sharing via the Apple tools, but other Apple tools are known to be sensitive to incorrect DNS configurations.) From the same client you're attempting the screen-sharing:
    dig -x your.target.ip.address.

  • Youtube randomly works but all other flash stuff is fine

    So, for a week, I have been getting a lot of errors on youtube. About 1/3 of the time a video works, sometimes after a refresh. Othertimes, I get an error or if I try to change quality to HD I get an error. So far, I haven't had this problem on my linux laptop and I have yet to see anyone else have this problem. Strange thing is, it does the same on Chrome, and IE
    I have tried:
    Disabling all addons in firefox.
    Uninstalling and reinstalling
    Uninstalling and reinstalling from firefox from trying to view a youtube video
    Uninstalling and installing an old version.
    Using another browser.

    YouTube player error. Refreshing fixes the problem for the 1080p problem, but not the fact I can't view it when it is available. Though for the most part, the Graphics Driver update fixed it for a lot of other videos. The only problem with 1080p is still coming from this video: http://www.youtube.com/watch?v=_EzDRpkfaO4  Though there are still sometimes problems with loading that is fixed by refreshing.
    My speed is about 25 Mbps.

  • SOLVED:Beryl works; But white cube with XGL :(

    Well, Beryl works with nVidia drivers, but lacks the extra "smoothness" that xgl can give. So I tried using xgl with KDE via method 1 and I also tried method 2, but it gives me the dreaded "white cube". (Seems to be a popular trouble, but googling it yields no useful info)
    Any idea as to what I am doing wrong?
    Last edited by Misfit138 (2007-04-21 22:02:24)

    DaNiMoTh wrote:
    You need to use the "--use-copy" option when you launch beryl.
    Or, with beryl-manager, click Options--> Rendering path --> Copy.
    DaNiMoTh:
    I cannot thank you enough for this small, yet priceless bit of information. Please accept my thanks, I was battling with this for hours!
    EDIT: An important setting to regard is to select window manager/Beryl (right click on Beryl gem in panel). The default seems to be Kwin, which gives slightly laggy/choppy movement.
    Last edited by Misfit138 (2007-04-21 23:19:15)

  • One works but the other is now slow.

    I had some compatability issues with my macbook and the 2wire modem I had so I bought an airport extreme. I have a pc in the living room as well. I have the airport extreme set up and the pc is wired to the airport and the ethernet cable from the 2wire goes to the airport. The wireless to the mac book is fine , but now the pc does connect to the internet but it connects super slow and mainly not at all. What's up? Can anyone help me? It would be deeply apprieciated.

    Not sure what the problem is here, although it looks like you have different Mac builds and maybe different OS's, Leopard on your old Mac and Snow Leopard on the new one. I don't know if that is why the files won't open or if there is some other problem.
    Here is a link that might be helpful:
    http://discussions.apple.com/thread.jspa?threadID=435350&tstart=0
    One thing you could do is to make a clone of your old Mac's hard drive using Super Duper or Carbon Copy Cloner on an external drive:
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    http://www.bombich.com/software/ccc.html
    You could mount both the old Mac's drive and the external drive on your new Mac and use Super Duper to make the clone of the the old Mac's drive onto the external. I have done this myself so I know it works. That would at least put the files on the external drive so you could send off your old Mac.
    I don't have an iTunes store account, so wouldn't know how to authorize or deauthorize that. However, I would think the Apple Store could help you with that.
    Good luck!

  • Acrobat 8.3.1 stopped working, but all other CS3 work perfectly

    I've unistall the CS3 suite and install it again, but nothing seems to work to make Acrobat 8. Professional work properly.

    pat, I use windows 7 and everytime I try to use Acrobat After 5 seconds a
    pop up sign says Acrobat stopped working
    Cristián Lührs
    <Removed by Moderator>

  • [SOLVED] Alsa works, but not pulse (pulseaudio: symbol lookup error)

    SOLUTION: Fixed in latest pulseaudio. Build from latest git, or use AUR.
    I've just installed Arch following the beginner's guide, managing to get an up to date system, Xorg working with Awesome, and positive results with systemd. My next goal was basic audio and video.
    I installed Alsa, added myself to the audio group, tested the playback and recording with arecord and aplay, no problems.
    I installed mplayer2, which pulled `libpulse=0.9.22-2` as a dependency.
    Mplayer2 did not work. It looked like it had something to do with pulseaudio, but I didn't look too hard before removing mplayer2 and libpulse.
    Installed pulseaudio, pavucontrol, paprefs, avahi. I want to use mplayer2, but mostly I want pulseaudio for its own merits, especially its network transparency. I'm also hoping it fixes a skype problem.
    Tried running `pulseaudio --start`, but it fails returning this error:
    [jake@clyde pkg]$ pulseaudio --start
    pulseaudio: symbol lookup error: /usr/lib/libpulsecommon-0.9.22.so: undefined symbol: STRING
    Here's also a snippet of strace, I can post the full log if it would help.
    [jake@clyde ~]$ strace -f pulseaudio --start
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\r\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=16064, ...}) = 0
    mmap2(NULL, 18804, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e91000
    mmap2(0xb6e95000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb6e95000
    close(3) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e90000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e8f000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e8e000
    set_thread_area({entry_number:-1 -> 6, base_addr:0xb6e8e700, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    mprotect(0xb7038000, 311296, PROT_READ|PROT_WRITE) = 0
    mprotect(0xb7038000, 311296, PROT_READ|PROT_EXEC) = 0
    mprotect(0xb7099000, 4096, PROT_READ) = 0
    mprotect(0xb70b2000, 4096, PROT_READ) = 0
    mprotect(0xb7242000, 8192, PROT_READ) = 0
    mprotect(0xb7270000, 4096, PROT_READ) = 0
    mprotect(0xb7275000, 4096, PROT_READ) = 0
    mprotect(0xb727f000, 4096, PROT_READ) = 0
    mprotect(0xb729d000, 4096, PROT_READ) = 0
    mprotect(0xb72e8000, 4096, PROT_READ) = 0
    writev(2, [{"pulseaudio", 10}, {": ", 2}, {"symbol lookup error", 19}, {": ", 2}, {"/usr/lib/libpulsecommon-0.9.22.s"..., 33}, {": ", 2}, {"undefined symbol: STRING", 24}, {"", 0}, {"", 0}, {"\n", 1}], 10pulseaudio: symbol lookup error: /usr/lib/libpulsecommon-0.9.22.so: undefined symbol: STRING
    ) = 93
    exit_group(127) = ?
    Hope someone can point me in the right direction. I'm liking Arch so far. It feels like Slackware, but without the dependency hell!
    Last edited by djeikyb (2011-06-23 20:51:22)

    rickeyski wrote:
    I know there is an issue with pulse and xcb-util 3.8,  taken from the awesome-git aur page
    http://sources.gentoo.org/cgi-bin/viewv … threv=HEAD
    Gentoo's Bugzilla
    http://bugs.gentoo.org/show_bug.cgi?id=364965
    Thank you for this find! Your links have been mentioned in the awesome-git AUR page:
    http://aur.archlinux.org/packages.php?ID=13916

  • Sound problem - ear-phone works but not the internal speakers on my Probook 6440b

    Ear-phone works fin, Skype works fine but all other sounds (spotify, media player, itunes ) do not work when unplugging earphones.

    Did you solve this problem? Because I have the same one. My speakers doesnt work, but all other part (headphones, microphone) works fine. Its realy bit problem for me. Please can you help me? I have last version of sound driver installed.

  • CSS problem that works but doesn;t

    I am beginning to think this is not possible. The code is
    below. The images are their but the two side ones are not showing
    up or they do not even work like the top leaves. I even dropped the
    2 layers lft & rgt inside the top layer that does work and the
    top layer still works but the other 2 still don't, puzzling. Here
    are the link
    http://www.lasalleboat.org/index2.htm
    On number 2 the links do not work the leaves layer/DIV/AP
    Element is above the links layer
    http://www.lasalleboat.org/index3.htm
    On number three the links work but they move over the graphic
    and the links layer is above the leaves layer
    I have tried adding two more layers one on each side of the
    page and put thin graphics.png in the layers so they clear the
    links and made the leaves graphic crop at the bottom of the trees
    line so it cleared the links neither of the two layers I added will
    work or show up withe code below so I tried putting the two lft
    & rgt layers inside the leaf layer and resize the leaf layer
    and that kind works but not you can see this at the next link.
    http://www.lasalleboat.org/index4.htm
    Any suggestions welcome.
    INVT
    Attach Code

    You can take sniffer trace for working one and failing one. Then compare the difference.
    Perhaps, you show us the config for the content rule doing rediretion. (i.e. content rule and its redirection service).  Then I will have a second look.

  • My Outlook/iCloud calendar invites to others appear to work on my end and sync with my PC and mobile, but when other people "accept" the invite, it will not populate/add in to their calendar. How can i fix this without turning off iCloud?

    My Outlook/iCloud calendar invites to others appear to work on my end and sync with my PC and mobile, but when other people "accept" the invite, it will not populate/add in to their calendar. How can I fix this without turning off iCloud?
    I am at a new office that uses Outlook (not Outlook Exchange) which does not sync with my mobile... I just got iCloud set up on my PC to sync my contacts, calendar, reminders, etc... The sync worked (not without flaws, but the other issues seem solvable... I think), so that i can now see all my appointments on both my phone and on my PC. The problem I am having is that iCloud moved all of my calendar items from Outlook into iCloud calendar and now when I send out meeting/calendar invites the recipients may accept them, but the meeting does not get added to their calendar. This is a huge problem and may mean that i need to turn off iCloud.
    Does anyone know how to fix this?
    Thanks!

    I am replying to my own post here as I seem to have fixed the problem.
    I do have some calendars that are shared. Some of those are shared with users who have time zone support turned on. So i activated time zone support on my iphone, then deleted my icloud subscription. I then signed in to icloud again and voila... problem solved.
    It is a weird one as the other calendar views were always fine and when you opened an event that appeared in the wrong day (on list view), the correct date of the event was shown in the information...
    one more bug in a complicated system I guess

  • HT5622 my apple id is not working when i sign in from my laptop it works but when i sign in from my iphone4 then its not working it gives the message of "your aapleid or password is incorrect"? how can i solve this problem please help

    my apple id is not working when i sign in from my laptop it works but when i sign in from my iphone4 then its not working it gives the message of "your aapleid or password is incorrect"? how can i solve this problem please help

    Hey nocillado,
    Thanks for using Apple Support Communities.
    It sounds like you have 2 things you want to address. These articles can help you use iCloud with your existing Apple ID.
    Get help activating your iPhone
    http://support.apple.com/kb/ts3424
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using the same Apple ID for Store purchases and iCloud (recommended)
    Have a nice day,
    Mario

Maybe you are looking for