[solved]compiz standalone session not working

So I tried setting up a standalone compiz session with a few graphical apps auto starting but all i get is a black background and a mouse pointer that I can move.
I've tried consulting the wiki, read the .desktop file documentation available online and tried looking for related options in the lightdm config.
Example .desktop file:
[Desktop Entry]
Version=1.0
Name=Synapse
Exec=synapse
Type=Application
BTW: I'm typing from my cellphone so I dont know if the font is gigantic or if it's just my display, sorry if the font is huge
Last edited by nashod (2014-06-16 12:45:44)

Head_on_a_Stick wrote:
From the wiki
Autostarting programs when using a display manager
One way in which you could start programs with your Compiz session, when it is started from a display manager, is to use an xprofile file. The xprofile file is similar in syntax to xinitrc - it can contain commands for programs you wish to start with your session. Most display managers will parse commands from an xprofile file by default.
Alternatively, you could use Compiz's 'Session Management' plugin. This plugin will save running programs on exit and restore them when the session is next started. Simply enable the 'Session Management' plugin in CCSM}.
Yeah, in the end I figured I should try it even though it was written in the xprofile article it cannot start gui programs and it worked, thanks for the help
and thanks progandy I"ll check it out as a way to start the gui in the future

Similar Messages

  • [SOLVED] Compiz Window Decorator Not Working

    Hi,
    I had compiz configured from an ubuntu install. I reset the config and even reinstalled and disabled gconf, enabling all required options.
    and the problem
    whenever I start it, it does not have a window decorator/border and I cannot move the windows, despite setting it up properly and trying emerald and gtk window decorator and starting them manually.
    what am I doing wrong
    Video: http://mshenrick.dyndns.org/out.ogv (slow, be patient)
    (how do I do an <a>/[a] on here?)
    Last edited by mshenrick (2011-05-02 09:07:06)

    try
    compiz ccp --replace
    ccp loads all the saved settings

  • Telnet session not working in OEL -5

    Telnet session not working in OEL -5
    ==============================
    1. Installed xinetd and telnet-server packages on the box.
    2. Enabled the xinetd service.
    # service xinetd start
    # chkconfig xinetd on
    Telnet still not working. Please help.
    Lily.

    Re-ran the /etc/init.d/xinetd restart command. Telnet cannot connect and this is what I get:
    Unencrypted connection refused. Goodbye.
    Below is the telnet.cfg
    ==================
    # default: on
    # description: The telnet server serves telnet sessions; it uses \
    #     unencrypted username/password pairs for authentication.
    service telnet
         flags          = REUSE
         socket_type     = stream
         wait          = no
         user          = root
         server          = /usr/sbin/in.telnetd
         log_on_failure     += USERID
         disable          = no
    ===================

  • Option of 'Restore Last Session' not working. Is there any option to repair the 'Mozilla Firefox' without loosing History?

    Option of 'Restore Last Session' not working. Is there any option to repair the 'Mozilla Firefox' without loosing History?

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the sessionstore.js [2] file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • [Solved]Compiz Standalone without Emerald

    Hi!
    Does somebody know if it is possible to run Compiz Standalone without emerald, using Gnome`s gtk decorator?
    Last edited by K0tuk (2009-10-01 13:26:28)

    PoZiTPoH wrote:
    pacman -S fusion-icon compiz-decorator-gtk
    then launch fusion-icon and in "Select Window Decorator" choose Metacity
    Actually it's gtk-window-decorator not metacity
    EDIT: You might need to have gnome-settings-daemon running for this to work
    Last edited by some-guy94 (2009-09-16 00:11:32)

  • [Solved]Compiz Standalone + Layout switching: how?

    Hi!
    I`m trying Compiz standalone at the moment, and while everything works at the moment, i ran into problems with layout switching. While using Openbox, i had XXKB configured properly to remember all my three layouts (english, russian, latvian ) for every application opened, and AXKB running in tray to show my current layout.
    When i switched to Compiz, xxkb doesn`t work anymore. It shows up in the running processes, but it doesn`t do anything.
    Any other apps i can use with compiz? Any specific configuration in xxkb config file?
    Last edited by K0tuk (2009-09-13 18:48:18)

    Solved this by installing gxneur.

  • [SOLVED] Compiz standalone + dzen statusbar

    I've recently started using compiz standalone.
    Is there a way to prevent windows from going below the statusbar?
    Edit: solved by starting dzen with the -dock option
    Last edited by abiotic (2014-01-24 11:52:56)

    Okay solved the problem now. Here's how I did it:
    First I install compiz-alone-utils-git from AUR.
    Change /etc/slim.conf line (remove dbus-launch):
    login_cmd exec ck-launch-session /bin/bash -login ~/.xinitrc %session
    Change ~/.xinitrc:
    exec compiz-alone-session
    The remaining autostart applications put into ~/.config/compiz/autostart.sh:
    # This shell script is run before Compiz launches.
    # Environment variables set here are passed to the Compiz session.
    # Set a background color
    BG=""
    if which hsetroot >/dev/null 2>&1; then
    BG=hsetroot
    else
    if which esetroot >/dev/null 2>&1; then
    BG=esetroot
    else
    if which xsetroot >/dev/null 2>&1; then
    BG=xsetroot
    fi
    fi
    fi
    test -z $BG || $BG -solid "#202020"
    # D-bus
    if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval `dbus-launch --sh-syntax --exit-with-session`
    fi
    # Run XDG autostart things. By default don't run anything desktop-specific
    # See xdg-autostart --help more info
    DESKTOP_ENV="COMPIZ"
    if which /usr/bin/xdg-autostart >/dev/null 2>&1; then
    /usr/bin/xdg-autostart $DESKTOP_ENV
    fi
    xrdb -merge ~/.Xresources
    export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
    nvidia-settings -l
    sh ~/.fehbg &
    xrdb -merge ~/.Xresources &
    volumeicon &
    xfce4-panel &
    conky &
    covergloobus &
    (you can find the skeleton file within /etc/xdg/compiz/autostart.sh)
    The relevant part is the xdg-autostart part within the autostart.sh it seems.
    Commenting it out resurrects the problem.

  • Setting of "opening web pages from last session"not works when open next time

    In Options, setting to "open windows & tab pages from last time" does not work. I have tries several time but nothing happens. have written to you earlier also , please help

    ''setting to "open windows & tab pages from last time" does not work.''
    That would be very surprising but a change was made to Firefox 4 to always have the choice of going to History ("Alt+S") and choose "Restore previous session".
    With Firefox 5 coming out in a few days (June 21-22) you might try again then, if the solution the developers built in does not work for you. Do you know about pinning tabs ('''app-tabs''') they persist across sessions as a convenience -- if I really want to keep something permanently then I would bookmark such things as a group. Because they can be closed easily.

  • [SOLVED] DPMS screen off not working with xorg 1.16.0, gnome 3

    After the update of xorg into 1.16.0-2, screen is not turned off by DPMS in GNOME.
    I also tried an manual command:
    $ xset dpms force off
    but it's not working.
    In other WM, this command is working.
    With xorg 1.15.2 and gnome 3, there is not this problem.
    When I entered the command, the screen turned off for a couple of seconds and turned back on.
    Last edited by esrevinu (2014-07-22 23:35:07)

    Updating xf86-video-intel to 2.99.912-4 solved the problem.
    Thanks.

  • [solved] NFS client will not work correctly

    I have all my $HOME on an NFS Server. So long I used suse and debian, now I want switch to arch but the nfs-client ist not working correctly:
    I start "portmap nfslock nfsd netfs" over rc.conf. When I do a "rpcinfo -p <ip-arch-system>" I got the following
    stefan:/home/stefan # rpcinfo -p 192.168.123.3
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100003    2   udp   2049  nfs
        100003    3   udp   2049  nfs
        100003    4   udp   2049  nfs
        100021    1   tcp  48988  nlockmgr
        100021    3   tcp  48988  nlockmgr
        100021    4   tcp  48988  nlockmgr
        100003    2   tcp   2049  nfs
        100003    3   tcp   2049  nfs
        100003    4   tcp   2049  nfs
        100005    3   udp    891  mountd
        100005    3   tcp    894  mountd
    As you see "status" is missing, so the statd is not running. It sould look like the result on my suse box:
    stefan:/home/stefan # rpcinfo -p 192.168.123.2
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100024    1   udp  32768  status
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100024    1   tcp  35804  status
        100021    1   tcp  35804  nlockmgr
        100021    3   tcp  35804  nlockmgr
        100021    4   tcp  35804  nlockmgr
    There is the "status" line and so the statd is running.
    How can I fix that problem, so that statd ist running on my arch box too?
    Last edited by stka (2007-06-10 15:59:48)

    The Problem ist solved.
    I use ldap for authentication. During the setup of the ldapclient I copied the nsswitch.ldap to nsswitch.conf. But the line for "hosts:" was:
    hosts:          dns ldap
    but in my dns ist no localhost entry. After I changed this line to:
    hosts:          files dns ldap
    everything was ok. The statd is now running and I can start to migrate to archlinux ;-)

  • MyRIO standalone application not working, but works well when connected to PC (NI vision + webcam)

    Hi,
    I have a program that can detect motion that occurs in my room using a webcam and will send a picture to my gmail account if motion detected. The program works fine when myRIO is connecting to PC (with the webcam connects to myRIO). However, after I created a standalone application, it's not working. Even the VIs within the first frame of the flat sequence (turn LED on) was not working. The standalone program will work if I disable all of the vision-related VIs. Any suggestions? Thanks!
     I got the driver installed and the webcam connected, so that shouldn't be an issue.
    Thanks in advance.
    -Robin

    I have a 30 GB version of the same. I also got some external speakers for it, UBL I think they are called. I find there is something very odd about whether you charge it up or not. It seems to over-charge sometimes, and then everything freezes. As for connecting to the PC, no chance. After an initial burst on another machine, and after installing itunes on this computer, there is no recognition of the one by the other at all. Plus freezing and locking up. Plus freezing the PC as well, it is very tedious. So no answers, only commiserations. I think Apple are doing a very poor job on this ! And their help facility seems quite hopeless !

  • Alter System Kill Session Not Working

    I'm not certain as to what the problem may be, but the following code does not work in that the session is not being disconnected.
    The attempt is to have this trigger kill a user's logon session if the user is attempting to run a program named 'ex_oc.exe'
    I've tested the code (getting the values back to the table as expected) and it appears to be working but it doesn't execute.
    I've also tried ''ALTER SYSTEM DISCONNECT SESSION'.
    Database is 11g.
    Any ideas?
    Thanks
    CREATE OR REPLACE TRIGGER SYS.DENY_MSB_TRIGGER_UPDATEDD
    AFTER LOGON ON Database
    DECLARE
    v_programname varchar2(64);
    v_logontime date;
    v_process varchar2(24);
    v_machine varchar2(64);
    v_sid number;
    v_serialnum number;
    v_username varchar2(30);
    v_stmt2run VARCHAR2(327);
    cur INTEGER;
    ret INTEGER;
    v_string VARCHAR2(500);
    BEGIN
    SELECT PROGRAM, PROCESS, MACHINE, SID, SERIAL#, USERNAME
    INTO v_programname, v_process, v_machine, v_sid, v_serialnum, v_username
    FROM V$SESSION
    WHERE PROGRAM = LOWER('ex_oc.exe');
    INSERT INTO SAUDIT.DENYMSB (PROGRAM, PROCESS, MACHINE, SID, SERIALNUM, USERNAME)
    VALUES (v_programname, v_process, v_machine, v_sid, v_serialnum, v_username );
    v_string := 'ALTER SYSTEM KILL SESSION' || CHR(39)||v_sid||','||v_serialnum|| CHR(39)||' IMMEDIATE';
    EXECUTE IMMEDIATE v_string;
    END;
    Edited by: user12451703 on Jan 14, 2010 8:57 AM
    Edited by: user12451703 on Jan 14, 2010 8:58 AM

    user12451703 wrote:
    I'm not trying to kill my own session.
    Trigger written by Sys and running it as a generic user.You completely misunderstand triggers. Same as SP/SF trigger is always executed in invoking session on behalf of trigger owner. Below is a slighly modified version of your trigger that does not allow user U1 to connect by killing user U1 session:
    SQL> connect scott as sysdba
    Enter password: *****
    Connected.
    SQL> CREATE OR REPLACE TRIGGER SYS.DENY_MSB_TRIGGER_UPDATEDD
    2 AFTER LOGON ON Database
    3 DECLARE
    4 v_programname varchar2(64);
    5 v_logontime date;
    6 v_process varchar2(24);
    7 v_machine varchar2(64);
    8 v_sid number;
    9 v_serialnum number;
    10 v_username varchar2(30);
    11 v_stmt2run VARCHAR2(327);
    12 cur INTEGER;
    13 ret INTEGER;
    14 v_string VARCHAR2(500);
    15 BEGIN
    16 SELECT PROGRAM, PROCESS, MACHINE, SID, SERIAL#, USERNAME
    17 INTO v_programname, v_process, v_machine, v_sid, v_serialnum, v_username
    18 FROM V$SESSION where username = 'U1';
    19 EXECUTE IMMEDIATE ('ALTER SYSTEM KILL SESSION ''' || v_sid || ',' || v_serialnum || '''');
    20 EXCEPTION
    21 WHEN OTHERS THEN
    22 RAISE_APPLICATION_ERROR(-20001, 'Execution of this program not allowed', TRUE);
    23 END;
    24 /
    Trigger created.
    SQL> create user u1 identified by u1
    2 /
    User created.
    SQL> grant create session to u1
    2 /
    Grant succeeded.
    SQL> connect u1/u1
    ERROR:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20001: Execution of this program not allowed
    ORA-06512: at line 20
    <font color=red size =2>ORA-00027: cannot kill current session</font>
    Warning: You are no longer connected to ORACLE.
    SQL>
    Also, user not that keen to change the name of the exe.Is cex_soc.exe client side executable? If so what prevents user from renaming it?
    SY.

  • [Solved] Wacom pen buttons not working

    Hi, this is probably simple to fix, but I don't understand everything well enough to get it set up.  I have a Fujitsu T5010 with internal Wacom tablet.  The Wacom drivers are installed.  I can use the pen to move the pointer, and click.  However, the buttons on the side of the pen do not work.  Also, the eraser end of the pen seems to register as an ordinary single click, rather than a separate input.
    Here are some relevant outputs:
    $ xsetwacom get "Serial Wacom Tablet FUJ02e5 stylus" all
    Option "Area" "0 0 28808 18080"
    'Button' requires exactly 1 value(s).
    Option "ToolDebugLevel" "0"
    Option "TabletDebugLevel" "0"
    Option "Suppress" "2"
    Option "RawSample" "4"
    Option "PressureCurve" "0 0 100 100"
    Option "Mode" "Absolute"
    Option "TabletPCButton" "on"
    Option "Touch" "off"
    Option "Gesture" "off"
    Option "ZoomDistance" "0"
    Option "ScrollDistance" "0"
    Option "TapTime" "250"
    Property 'Wacom Proximity Threshold' does not exist on device.
    Option "Rotate" "none"
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Option "Threshold" "27"
    Option "ToolType" "325"
    Option "ToolSerial" "0"
    Option "ToolID" "0"
    Option "ToolSerialPrevious" "0"
    Option "BindToSerial" "0"
    Option "TabletID" "144"
    and
    $ xsetwacom get "Serial Wacom Tablet FUJ02e5 eraser" all
    Option "Area" "0 0 28808 18080"
    'Button' requires exactly 1 value(s).
    Option "ToolDebugLevel" "0"
    Option "TabletDebugLevel" "0"
    Option "Suppress" "2"
    Option "RawSample" "4"
    Option "PressureCurve" "0 0 100 100"
    Option "Mode" "Absolute"
    Property 'Wacom Hover Click' does not exist on device.
    Option "Touch" "off"
    Option "Gesture" "off"
    Option "ZoomDistance" "0"
    Option "ScrollDistance" "0"
    Option "TapTime" "250"
    Property 'Wacom Proximity Threshold' does not exist on device.
    Option "Rotate" "none"
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Wheel Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Property 'Wacom Strip Buttons' does not exist on device.
    Option "Threshold" "27"
    Option "ToolType" "379"
    Option "ToolSerial" "0"
    Option "ToolID" "0"
    Option "ToolSerialPrevious" "0"
    Option "BindToSerial" "0"
    Option "TabletID" "144"
    Also, I have no /etc/X11/xorg.conf, but I do have a /etc/X11/xorg.conf.d/50-wacom.conf, which looks like
    $ cat /etc/X11/xorg.conf.d/50-wacom.conf
    Section "InputClass"
    Identifier "Wacom class"
    MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    EndSection
    Section "InputClass"
    Identifier "Wacom serial class"
    MatchProduct "Serial Wacom Tablet"
    Driver "wacom"
    EndSection
    Section "InputClass"
    Identifier "Wacom serial class identifiers"
    MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
    Driver "wacom"
    EndSection
    # Waltop tablets
    Section "InputClass"
    Identifier "Waltop class"
    MatchProduct "WALTOP"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    EndSection
    # N-Trig Duosense Electromagnetic Digitizer
    Section "InputClass"
    Identifier "Wacom N-Trig class"
    MatchProduct "HID 1b96:0001|N-Trig Pen"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    Option "Button2" "3"
    EndSection
    I am running 64-bit Arch, installed only a month ago (so completely systemd), and fully up to date as of last night.
    Last edited by khelar (2012-12-13 19:03:54)

    Never mind, I solved my own issue.  In my /etc/X11/xorg.conf.d/50-wacom.conf, I modified the following section
    Section "InputClass"
    Identifier "Wacom serial class identifiers"
    MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
    Driver "wacom"
    EndSection
    to read
    Section "InputClass"
    Identifier "Wacom serial class identifiers"
    MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
    Driver "wacom"
    Option "Button1" "1"
    Option "Button2" "2"
    Option "Button3" "3"
    EndSection

  • [SOLVED] Cinnamon appearance settings not working.

    I have a strange problem concerning Cinnamon 2.2.0-1 from [community-testing], in which some appearance settings simply do not work. Specifically, I can't change icons or gtk theme, and making any change in cinnamon-settings has no effect whatsoever on the system. I've tried changing the appearance with lxappearance to some success - now the panel and some Gnome3 applications show the selected theme and icons, but the rest of the applications keep the old appearance settings. I have no .gtkrc files in my home folder and I start Cinnamon from LightDM.
    This is the output from running cinnamon-settings from a terminal:
    arachnid92 %> cinnamon-settings [~]
    ** (cinnamon-settings.py:3156): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    libupower-glib.so.1: cannot open shared object file: No such file or directory
    Failed to load module: /usr/lib/cinnamon-control-center-1/panels/libpower.so
    Could not find bluetooth module; is the cinnamon-control-center package installed?
    Could not find wacom module; is the cinnamon-control-center package installed?
    __init__ took 131.978 ms
    pacman -Q | grep cinnamon:
    arachnid92 %> pacman -Q | grep cinnamon [~]
    cinnamon 2.2.0-1
    cinnamon-control-center 2.0.9-1
    cinnamon-desktop 2.2.0-1
    cinnamon-menus 2.2.0-1
    cinnamon-screensaver 2.0.3-4
    cinnamon-session 2.2.0-1
    cinnamon-settings-daemon 2.0.8-6
    cinnamon-translations 2.0.3-1
    Last edited by Arachnid92 (2014-04-18 17:27:58)

    Confirming @Arachnid92's problem.
    I've got a whole raft of problems with the latest update, which I've listed here.
    EDIT: I'm going to wait until these two are updated before I start reporting bugs, purely because it may just be that not all the updates have been pushed at the same time.
    Last edited by clfarron4 (2014-04-14 22:38:40)

  • [SOLVED] cat6500 vlan filtering not working

    Hello!
    I have cat 6500 with SUP32-GE-3B/MSFC2A/PFC3B, s3223-adventerprisek9-mz.122-33.SXJ6.bin,
    and WS-X6148-GE-TX module.
    And I have a couple of 3750G.
    On all of 3750G there is a broadcast filtering of VLAN 4000, and it's working:
    mac access-list extended badhosts
      permit any host ffff.ffff.ffff
    vlan access-map dropbad 10
      action drop
      match mac address badhosts
    vlan access-map dropbad 20
      action forward
    vlan filter dropbad vlan-list 4000
    Then i copy this config to 6500, and it's not working.  I configured two ports, one is switchport access vlan 4000 and other is switchport capture allowed vlan 4000, and i see on both ports same broadcast traffic. Filter is working, but packets are not dropping. I've tried to find something in manual, but found only about platform cwan acl software-switched, enabled it, nothing changed.
    cat6500# sh vlan filter
    VLAN Map dropbad:
            Configured on VLANs:  4000
                Active on VLANs:  4000

    i think i solve the problem: to make vlan filtering to work on 6500, i've added:
    # conf t
    (config)# int vlan 4000
    (config-if)# no shut
    (config-if)# mac packet-classify
    Now, how to mark this question answered?

Maybe you are looking for

  • A few questions before I buy a new iMac/Mac mini and sign up for Creative Cloud.

    Hello Everyone, I am looking to purchase a new Apple computer and sign up for Creative Cloud within the next week and I have a few questions that should be answered before I proceed. My wife and I own a business and we will be using the CS6 apps to c

  • Problem: Disappear Drill Prompt

    Hello, I have a problem with Web Intelligence BO XI R2. When I run a drill down on the chart, and then drill up the drill prompt in context analysis disappear... even if I run a drill down, then the prompt appears, but last... without considering ord

  • HT201269 How do I sync music on my ipod so it's also on my iphone?

    How do I sync music on my ipod so it's also on my iphone? I'm only looking to accessmy personal music, ripped from my CDs, NOT music purchased through iTunes, etc. (heaven forbid! ;-)

  • Corrupt heap when using SQLException getMessage

    Hi all, I'm developing an application in Visual C++ 2005 Express. I'm getting a weird bug when catching SQLExceptions, in the following code, I am catching the SQL Exception, I can get the error code and the error message using the method "what()". I

  • Itunes 7.1.1 upgrade?

    If we are not having any problems with 7.1.059 do we have to upgrade to the 7.1.1? Acer laptop Intel core duo 64   Windows XP Pro   Ipod nano 4GB