[SOLVED] forms looking strange in opera since upgrade to gnome 3.4

Hi!
I just upgraded my gnome installation to gnome 3.4 and now I see some strange rendering effects in opera regarding forms.
First problem is that text fields now have an inner border. This creates a 3D effect but looks kind of strange because the text overlaps this inner border:
The second (and more severe) problem is that entries of a drop-down menu disappear when they are hovered:
I searched through gnome's and opera's theme settings but couldn't find any option that could change this behaviour. I also tried removing the .opera directory but it also didn't help.
Can anyone confirm these problems and has anyone an idea how to fix it?
Greetings,
Michael
PS: The screenshots were taken in this forum (search form) but can be seen on all other websites with standard forms.
edit:
fixed in opera 12 build 1406 (currently beta status and only available on AUR)
Last edited by Bevan (2012-05-12 12:43:14)

lucke wrote:Perhaps you have aldabra set as the gtk+ theme in gnome-tweak-tool.
Good idea, but it's set to Adwaita.
-- edit:
ok, this is definately a problem with opera and the new version of Adwaita. If I use the old Adwaita version, that's included in gnome-themes-standard-3.2.1-1, as GTK+ theme both problems are solved. But then other things look weird...
I reported this to the opera team. A workaround is to set "Dialog Toolkit" to 1 (qt) or 4 (neither gtk nor qt) in opera:config.
Last edited by Bevan (2012-04-23 20:51:16)

Similar Messages

  • [SOLVED] Desktop looks strange after upgrade to Gnome3!

    Hi there,
    I just upgraded my system (about 200 packages) and when I rebooted my Login-Screen looked strange.
    When I logged in the strange screen persisted... Arch told me that Gnome3 couldn't be loaded and
    that this has probably something to do with my graphics hardware.
    This is what it looks like:
    http://imageshack.us/photo/my-images/70 … otown.png/
    As you can see my Dekstop looks like shit. Also the WiFi Password isnt saved, which is a minor issue for me.
    But what really sucks is that the system flag is missing!!
    I have no idea how to even start to solve this...
    Please help!!!
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by gunjah292 (2011-05-05 13:03:56)

    gunjah292 wrote:
    I found out the problem, I checked the box in the second tab of the gnome-session-properties! I renamed the /.config directory in my home directory, rebooted than deleted the new .config and named the old one back!
    Now it works again!!
    Sorry to have stolen your time!
    bug https://bugzilla.gnome.org/show_bug.cgi?id=647359
    gunjah292 wrote:How can I mark this solved??
    edit the first post.

  • [SOLVED] Openbox autostart no longer working since upgrade

    After the upgrade on May 14 2013 my autostart file no longer works. I tried renaming my autostart.sh to just autostart no luck. There is nothing wrong with the autostart file as I can run it manually and it will load all my apps. Also, if I cd to  /usr/lib/openbox/ and run openbox-autostart directly it works. Here are the updated packages:
    [2013-05-14 21:34] [PACMAN] upgraded ethtool (1:3.8-1 -> 1:3.9-1)
    [2013-05-14 21:34] [PACMAN] upgraded firefox (20.0.1-5 -> 21.0-1)
    [2013-05-14 21:34] [PACMAN] upgraded gsettings-desktop-schemas (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded glib-networking (2.36.1-1 -> 2.36.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.0.1-2 -> 3.8.2.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnupg (2.0.19-7 -> 2.0.20-1)
    [2013-05-14 21:34] [PACMAN] upgraded gtkmm (2.24.2-2 -> 2.24.3-1)
    [2013-05-14 21:34] [PACMAN] upgraded gvfs (1.16.1-2 -> 1.16.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded libical (0.48-1 -> 1.0-2)
    [2013-05-14 21:34] [PACMAN] upgraded mplayer (35920-2 -> 35920-3)
    [2013-05-14 21:34] [PACMAN] upgraded orage (4.8.4-1 -> 4.8.4-2)
    [2013-05-14 21:34] [PACMAN] upgraded pango (1.34.0-1 -> 1.34.1-1)
    [2013-05-14 21:34] [PACMAN] upgraded pdnsd (1.2.9.a-1 -> 1.2.9.a-2)
    [2013-05-14 21:34] [PACMAN] upgraded python2-distribute (0.6.38-1 -> 0.6.39-1)
    [2013-05-14 21:34] [PACMAN] upgraded python2-zope-interface (4.0.3-1 -> 4.0.5-1)
    [2013-05-14 21:34] [PACMAN] upgraded sudo (1.8.6.p8-1 -> 1.8.6.p8-2)
    [2013-05-14 21:34] [PACMAN] upgraded thunderbird (17.0.5-2 -> 17.0.6-1)
    [2013-05-14 21:34] [PACMAN] upgraded virtualbox (4.2.12-2 -> 4.2.12-3)
    [2013-05-14 21:34] [PACMAN] upgraded vte-common (0.34.4-1 -> 0.34.5-1)
    [2013-05-14 21:35] [PACMAN] upgraded python3-threaded_servers (2013.5.12.3-1 -> 2013.5.14.1-1)
    Not sure what's going on or what could have caused it. My .xinitrc looks like this:
    #!/bin/sh
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    export BROWSER="chromium"
    # Start GNOME Keyring
    eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
    # You probably need to do this too:
    export SSH_AUTH_SOCK
    export GPG_AGENT_INFO
    export GNOME_KEYRING_CONTROL
    export GNOME_KEYRING_PID
    exec openbox-session
    My .zprofile
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx &> ~/.xlog
    My systemd startup service:
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Getty on %I
    Documentation=man:agetty(8) man:systemd-getty-generator(8)
    Documentation=http://0pointer.de/blog/projects/serial-console.html
    After=systemd-user-sessions.service plymouth-quit-wait.service
    After=rc-local.service
    # If additional gettys are spawned during boot then we should make
    # sure that this is synchronized before getty.target, even though
    # getty.target didn't actually pull it in.
    Before=getty.target
    IgnoreOnIsolate=yes
    # On systems without virtual consoles, don't start any getty. (Note
    # that serial gettys are covered by [email protected], not this
    # unit
    ConditionPathExists=/dev/tty0
    [Service]
    # the VT is cleared by TTYVTDisallocate
    ExecStart=-/sbin/agetty -a dodo3773 %I 38400
    Type=simple
    #Restart=always
    #RestartSec=0
    UtmpIdentifier=%I
    TTYPath=/dev/%I
    TTYReset=no
    TTYVHangup=no
    TTYVTDisallocate=no
    KillMode=process
    IgnoreSIGPIPE=no
    # Unset locale for the console getty since the console has problems
    # displaying some internationalized messages.
    Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
    # Some login implementations ignore SIGTERM, so we send SIGHUP
    # instead, to ensure that login terminates cleanly.
    KillSignal=SIGHUP
    [Install]
    WantedBy=getty.target
    Edit: I tried switching to bash in a tty and then just startx but that doesn't help either.
    Edit2: To be clear openbox does load a desktop. The autostart scripts at ~/.config/openbox/ just don't run. Thanks.
    Edit3: I decided to run the command issued in openbox-session and added --debug to it. Here is the output of "xinit /usr/bin/openbox --debug --startup "/usr/lib/openbox/openbox-autostart OPENBOX" "$@" -- :1 -nolisten tcp" :
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.8.7-1-ARCH x86_64
    Current Operating System: Linux dodo713 3.9.2-2-ck #1 SMP PREEMPT Sun May 12 18:19:49 EDT 2013 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=06874255-7a5d-4968-8f09-1e53cb761f44 ro quiet init=/usr/lib/systemd/systemd
    Build Date: 17 April 2013 02:37:06PM
    Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.1.log", Time: Fri May 17 08:14:11 2013
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    setversion 1.4 failed
    Openbox-Debug: --startup /usr/lib/openbox/openbox-autostart OPENBOX
    Openbox-Debug: Moving to desktop 1
    Openbox-Debug: not managing override redirect window 0x4000bb
    which: no hsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no esetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no xsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    kupfer: Reading from stdin
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    Openbox-Debug: Caught signal 22. Ignoring.
    Openbox-Debug: UPDATE DESKTOP NAMES
    Openbox-Debug: Keyboard map changed. Reloading keyboard bindings.
    Edit4: Removed everything from /etc/xdg/autostart and ~/.config/autostart/ directories. That didn't work.
    Edit5: Tried installing xorg-xsetroot to let openbox set the color of the wallpaper. That didn't work.
    Edit6: Checked the output of "loginctl show-session $XDG_SESSION_ID" to make sure that wasn't the issue. Looks okay to me:
    Id=1
    Timestamp=Fri 2013-05-17 10:25:53 PDT
    TimestampMonotonic=13650783
    DefaultControlGroup=systemd:/user/1000.user/1.session
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=405
    Audit=1
    Type=tty
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=no
    IdleSinceHint=1368811547544203
    IdleSinceHintMonotonic=7545641
    Name=dodo3773
    Edit7: Tried installing xorg-xrdb thinking maybe that would help and did todays updates. No luck yet.
    Edit8: Kupfer still loads even though nothing else does. So I uninstalled kupfer. Same thing though. No autostart.
    Edit9: Tried booting into repo kernel instead of ck kernel. Didn't work.
    Last edited by dodo3773 (2013-05-19 06:34:44)

    WonderWoofy wrote:Interestingly, of all those things you included in your post, you forgot to include the autostart script itself.  What does that look like?
    Well, since it worked fine even when called indirectly through openbox-autostart and since it's worked fine for months I figured it was fine. I am happy to post it though. Here you go:
    feh --bg-scale /home/dodo3773/Pictures/blacksolid.png &
    xfce4-panel &
    numlockx &
    keepassx -lock &
    kupfer --no-splash &
    ~/Documents/Scripts/startupopen.sh &
    sleep 30 && sudo /usr/bin/ntpd -qg &
    sudo /usr/sbin/ethtool -K eth0 rx off &
    ~/Documents/Scripts/conky.sh &
    sudo /home/dodo3773/Documents/Scripts/temp_throttlenew > /dev/null 2>&1 &
    Here are the external scripts that are called (startupopen.sh and temp_throttlenew):
    startupopen.sh
    #! /bin/bash
    sleep 13
    chromium &
    thunderbird &
    sleep 20
    devilspie -a &
    sleep 7
    pkill devilspie &
    exit
    temp_throttlenew
    #!/bin/bash
    # temp_throttle.sh max_temp
    # USE CELSIUS TEMPERATURES.
    if [[ $EUID -ne 0 ]]; then
    echo "This script must be run as root" 1>&2
    exit 1
    fi
    #if [ $# -ne 1 ]; then
    # If temperature wasn't given, then print a message and exit.
    # echo "Please supply a maximum desired temperature in Celsius." 1>&2
    # echo "For example: ${0} 60" 1>&2
    # exit 2
    #else
    #Set the first argument as the maximum desired temperature.
    MAX_TEMP=85
    #fi
    # The frequency will increase when low temperature is reached.
    let LOW_TEMP=$MAX_TEMP-5
    CORES=$(nproc) # Get number of CPU cores.
    echo -e "Number of CPU cores detected: $CORES\n"
    # Temperatures internally are calculated to the thousandth.
    MAX_TEMP=${MAX_TEMP}000
    LOW_TEMP=${LOW_TEMP}000
    # FREQ_LIST is a list (array) of all available cpu frequencies the system allows.
    declare -a FREQ_LIST=($(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies))
    # CURRENT_FREQ relates to the FREQ_LIST by keeping record of the currently set frequency.
    let CURRENT_FREQ=1
    function set_freq {
    echo ${FREQ_LIST[$1]}
    cpupower frequency-set -g "ondemand" -d "800MHz" -u ${FREQ_LIST[$1]}
    function throttle {
    if [ $CURRENT_FREQ -ne $((${#FREQ_LIST[@]}-1)) ]; then
    let CURRENT_FREQ+=1
    echo -n "throttle "
    set_freq $CURRENT_FREQ
    fi
    function unthrottle {
    if [ $CURRENT_FREQ -ne 0 ]; then
    let CURRENT_FREQ-=1
    echo -n "unthrottle "
    set_freq $CURRENT_FREQ
    fi
    function get_temp {
    # Get the system temperature.
    # If one of these doesn't work, the try uncommenting another.
    TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)
    #TEMP=$(cat /sys/class/hwmon/hwmon0/temp1_input)
    #TEMP=$(cat /sys/class/hwmon/hwmon1/device/temp1_input)
    while true; do
    get_temp
    if [ $TEMP -gt $MAX_TEMP ]; then # Throttle if too hot.
    throttle
    elif [ $TEMP -le $LOW_TEMP ]; then # Unthrottle if cool.
    unthrottle
    fi
    sleep 3
    done
    Stuff that needs sudo is in my sudoers as "username hostname NOPASSWD: item1,item2,etc,etc". Nothing too exciting. Seems like if there was suddenly something wrong with my autostart file at least some of the stuff would run either way though cause of "&". Pretty puzzling this issue is.

  • [Solved] Openproj looks strange in the awesome WM

    Hi Community,
    I just installed openproj from the AUR. But when I run it in the awesome WM, I found the background of the application looked nearly blank, which made openproj impossible to edit in.
    It looks strange. So, openproj cannot be run from the awesome WM?
    Any idea will be helpful. Thanks.
    =======
    Solved:
    Just edit the file /usr/bin/openproj and add a line to be as follows:
    #!/bin/sh
    wmname LG3D
    java -Xms128m -Xmx768m -jar /usr/share/openproj/openproj.jar > /dev/null
    Last edited by cwjiof (2010-01-12 14:45:20)

    Thank you very much!
    =====
    Edit:
    I've found a detailed description from this article: Java GUI application in Awesome Window Manager.
    There is a known problem with Java and the non-reparenting Window Managers like for example Awesome.
    Java applications which use the XToolkit/XAWT backend may draw gray windows only. The XToolkit/XAWT backend breaks ICCCM-compliance in JDK 5 and 6 because it assumes a reparenting window manager.
    There are a number of places where this is described:
        * in the FAQ : GUI Java apps appear as a gray screen!
        * in the wiki Problems with Java
        * in the Man page
    To sum up:
        * it doesn't affect version Java 1.4.2 and before.
        * it doesn't affect version Java 1.7 and hopefully after.
        * the best workaround by far, is to set a name to the Window Manager, so it is recognise by Java as a non-reparenting Window Manager. A simple utility allow to set this name. Just add 'wmname LG3D' to your .xinitrc or simply run it.
        * Here are other workarounds left here for reference:
              o launch another X server, like Xephyr
              o set the following environment variable (to use the older Motif back-end instead): AWT_TOOLKIT=MToolkit. But this won't work in the following cases :
                    + OpenJDK/IcedTea doesn't include the Motif toolkit.
                    + doesn't work for x86_64 Java, for whatever reason
    Last edited by cwjiof (2009-10-19 12:07:14)

  • Things keep disappearing since upgrade to Gnome 2.22

    Ever since I upgraded to Gnome 2.22, things keep disappearing from the desktop. 
    1.  When I start a Gnome session, Gkrellm automatically starts and appears on workspace 1.  If I change workspaces, then come back to workspace 1 Gkrellm is gone.  I try to start it and it says:
    gkrellm: Exiting because multiple instances option is off.
    Evidently it is still running, it is just gone from the desktop.
    2.  When I start a Gnome session, I have Firestarter start automatically.  When I send Firestarter to the tray, after a short period of time, the Firestarter Icon is gone from the tray.  Then the only way I can bring the FIrestarter GUI back up is to restart Firestarter. 
    Anyone else having problems with stuff disappearing with Gnome 2.22?
    Pudge

    I personally stopped using gnome after 2.20 its just so... well buggy. My girlfriend however is still using it and she occasionally has the entire desktop disappear on start up, randomly either nautilus or gnome-panel will crash on start up. Could be related I guess.
    Ive read somewhere that problems like this can be related to the GTK theme or something random like that, though she is using the default clearlooks gnome theme.
    Best thing to do is look through /var/log/Xorg.<x>.log and /var/log/everything.log and see whats crashing, if anything.

  • [SOLVED] USB 3G no longer works after upgrade to GNOME 3.8

    I did the 'big' update today, including upgrading to GNOME 3.8. Unfortunately, NetworkManager no longer picks up my 3G USB modem (which used to work fine before the update). Any pointers as to how I could debug this would be greatly appreciated.
    wvdial has never really worked for me, but gnome networkmanager used to pick up my device and the connection, and now simply acts as if it's no longer present. Attempting to follow the instructions on the wiki to re-setup my USB stick (the instructions I followed in the first place) no longer works. Did today's update cause the same problem for anybody else?
    **Update: After updating today to modemmanager 0.7.990-4 and running
    sudo systemctl enable ModemManager
    sudo systemctl start ModemManager
    I have full connectivity again with the built-in DW5550 mobile broadband card in my Dell Precision M6600 (including showing signal strength in the GNOME 3.8 top bar, etc). Thanks all for the help, and (most importantly) to whoever fixed up modemmanager!
    Last edited by dawid.loubser (2013-04-26 16:57:42)

    wvdial might also be a workaround, if one does not like to downgrade. In my case, I had to unset my PIN on the SIM card first. One can do that using a mobile phone, for example.
    Then
    # pacman -S wvdial
    in /etc/wvdial.conf, I put
    [Dialer Defaults]
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Modem Type = Analog Modem
    ISDN = 0
    Stupid Mode = 1
    Dial Attempts = 3
    Init1 = ATZ
    [Dialer huawei]
    Modem = /dev/serial/by-id/usb-ZTE_Incorporated_1_1_Surf-stick_MF19001MOD010000-if02-port0
    Baud = 115200
    [Dialer voda]
    Init3 = AT+CGDCONT=1,"IP","web.vodafone.de"
    [Dialer dial]
    Phone=*99**1#
    Username = umts
    Password = umts
    You can find out your modem name by looking it up with
    ls /dev/serial/by-id/
    In my case there were names containing the strings if00, if01 and if02, and if02 turned out to be the correct one. This depends on hardware.
    Also, in the "Init 3" line, you may have to replace "web.vodafone.de" according to your provider. The section "dial" seems to be quite universal from what I read on the web, so you may not have to change that.
    then
    # wvdial huawei voda dial
    and hope for the best.
    Disclaimer: I do not have a comprehensive understanding of what I did here, but it worked in my case and it might work for you, too.
    I noticed that the Defaults section makes a difference, because the one I just edited in above avoids some delay in dialing.
    Last edited by tobi-fankhaenel (2013-04-23 08:23:00)

  • [SOLVED] External sound output silent since upgrade to GNOME 3.16

    Hi.
    I just upgraded my machine to GNOME 3.16 (pacman log). Since then, sound output (whether the GNOME Sound applet test, or Clementine, or YouTube from Firefox)...
    ... works fine when outputting to the laptop speakers.
    ... is silent when I plug my external speakers to the computer's jack 3.5" out. I have two outputs, am using the same as before the upgrade but tried both nevertheless, and plugging an mp3 player works.
    Here is my config:
    laptop = Dell XPS 1645
    uname -a = Linux x 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64 GNU/Linux
    pulseaudio = pulseaudio 6.0-1
    Any idea? Debug suggestions? Need more info? Thanks for the help.
    EDIT: Problem solved after a second reboot :-/
    Last edited by ronjouch (2015-04-10 09:56:41)

    LeCrayonVert wrote:Removed both options...still the same thing.
    I've tried to reinstall kernel26-lts...and even with this kernel, the same error occurs...It's most likely related to the mkinitcpio creation process.
    Did you try the fallback initramfs?

  • Strange AppleScript Behavior Since Upgrade

    Here's a weird one: After upgrading to Tiger, I also upgraded a very simple applescript that sets the sound volume. I use it on login in case I was "rockin' out" when I last logged off. The old script was simply:
    set sound volume 2
    but that syntax is now "deprecated," so I updated it to the new version:
    set sound volume output volume 25
    But this new script produces a strange error: "Can't make current application into type small real." HUH?
    OK, so...I created another user account and tried it from a fresh account and it WORKED. So, I thought maybe there was something weird in the system. I did a re-install of Tiger using "archive and install" and then tried the new account again - it still worked. The old account still produced the weird error message.
    So I began moving all my stuff to the new account. But in the process, thought I would check the script again. Now that I'm 98% moved into the new account...the script now causes the same error!
    AAAGGGGHHHHH!
    Has anyone had an experience like this? What do I do now?

    Move half of your home folder's contents to the desktop, and then try the script again; if it works, move half of the items on the desktop back and try again. If it doesn't work, move half of the items currently in the home folder to the desktop. Repeat this process until you find the problem file or have run through everything. If you find the file, post back with its name and path, as knowing this may be useful in troubleshooting future cases of the same issue.
    (15350)

  • Strange Graphics Problem Since Upgrading to 10.5.5

    Hi,
    I have a March 08 Octo core Mac Pro with 23" Cinema display which have both been trouble free until today. After waking the mac pro up from sleep the screen graphics were all messed up. I was able to clear it by moving the cursor over the affected areas. The computer also kept asking me for my wireless network password, but would not accept it.
    I re-booted and was confronted with the same screen again, only this time it connected to my network okay. Again, I could clear the mess by moving the cursor around. I tried re-booting again and once again the same screen. Now I get the screen whenever I turn the computer on or off. Once I have cleared the mess, the system seems to work fine.
    Anyone else experienced this? Any ideas?
    Here is a picture of the screen.
    [IMG]http://img156.imageshack.us/img156/8873/img0103ke9.jpg[/IMG][/URL]
    Message was edited by: JJ81
    Message was edited by: JJ81

    I would suggest doing the Leopard 5.5. combo upgrade download from apple. I had a number of issues following normal 5.5 upgrade but this solution solved everything.
    http://www.apple.com/support/downloads/macosx1055comboupdate.html
    Message was edited by: Denisimo

  • [Solved]can't disable auto login after upgrade to gnome 2.28

    Prior to upgrading gnome to the latest version I had set gdm up to auto log me in. Since the upgrade I can't figure out how to disable auto login. I would like to be able to disable auto login, can anyone on here please help me out here? Thanks for any help provided.
    Last edited by daedalusman (2009-11-03 05:06:05)

    anonymous_user wrote:Look in your /etc/gdm/custom.conf file.
    Ah, thanks a bunch. This had been bothering me for awhile now, just finely got around to trying to fix it. Thanks again.
    Ranguvar wrote:
    You can't.  Using the advanced AI now in 2.28, GNOME has decided you are too stupid to log in yourself, and is now in User Protection Mode(TM).
    tongue xD
    Sorry, I have no constructive advice.  Just poking fun.
    No problem, you actually made me laugh out loud, so thanks for that.

  • Iphone and 3 ipods not registering with iTunes since upgrading to version 10.4!

    Good day and thanks for your help.  AppleCare has been unable to solve or identify my problem.  Since upgrading to version 10.4 I am unable to have my iphone or ipods be recognized in iTunes.  I have deleted and reloaded iTunes four times, as instructed by my AppleCare tech.  I still cannot see any devices in iTunes.  I am running a Dell Latitude D620 with XP, Service Pack 3.  My device manager shows all USB ports are active and working properly.  I have tried multiple Apple sync cables.  My phone and cable work fine on my wife's laptop, so I do not believe it is a hardware issue with the cable or phone.
    I heard a rumor that I need USB 2.0 ports for version 10.4.  I believe my ports are version 1.  Is this true?  If so, how can I find and reinstall iTunes version 10.3.
    Thank you for your time and assistance.  I am extremely frustrated by this process!

    Hi robert2232!
    I have a couple of articles here that can help you with troubleshooting this issue:
    Mac OS X: Resetting the SyncServices folder
    http://support.apple.com/kb/TS1627
    If the issue is still appearing after following the suggested steps in that article, then you will want to see this article for some further troubleshooting steps:
    Sync Services: Advanced troubleshooting for contact and calendar syncing
    http://support.apple.com/kb/ts2481
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • I am a macbook pro user form last 2 yrs, recently i upgraded to Mountain Lion from Snow leopard. Since then  operational  speed is a major concern. Now It has crashed so very badly that I am scared of my data.Please help me.

    I am a macbook pro user form last 2 yrs, recently i upgraded to Mountain Lion from Snow leopard. Since then  operational  speed is a major concern. Now It has crashed so very badly that I am scared of my data.Please help me.

    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Since upgrading to FaceTime 1.0.5 (170) I am no longer able to open the application on my MacBook Pro. I am using operation system OSX 10.6.8 and being presented with error message "You have been disconnected  - an internal error occurred.

    No longer able to open the application on my MacBook Pro since upgrading to FaceTime 1.0.5 (170). The operating system is OSX 10.6.8. 

    My problem opening FaceTime after the upgrade is now solved. I didn't pay enough attention when prompted to decide where to store the application upgrade and as a consequence the computer created another "Applications" folder within the existing one. When I subsequently clicked on the icon on the dock to open the application the computer couldn't find the software.
    Makerfield2

  • Cmake not working properly, since upgrading system. [SOLVED]

    Since upgrading my system yesterday Cmake doesn't seem to be working correctly. It doesn't seem to be finding files that a build requires, even though they are in /usr/include. I've been able to reproduce this on a few packages, now.  I've just produced it again, while trying to compile compiz from sources;
    [ninez@ninez compiz-libcompizconfig]$ build-compiz
    -- The C compiler identification is GNU 4.7.0
    -- The CXX compiler identification is GNU 4.7.0
    -- Check for working C compiler: /usr/bin/gcc
    -- Check for working C compiler: /usr/bin/gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
    CMake Error at CMakeLists.txt:11 (include):
    include could not find load file:
    CompizCommon
    CMake Error at CMakeLists.txt:12 (include):
    include could not find load file:
    CompizPackage
    -- checking for module 'protobuf'
    -- found protobuf, version 2.4.1
    -- Looking for sys/inotify.h
    -- Looking for sys/inotify.h - found
    CMake Error at CMakeLists.txt:127 (compiz_pkg_check_modules):
    Unknown CMake command "compiz_pkg_check_modules".
    -- Configuring incomplete, errors occurred!
    NOTE: Before the upgrade, compiling with cmake worked just fine, including this very source code.
    I'll see if i can remember what other packages were giving me grief, and post them as well. ~ if i manually specify the complete 'include' path for things like CompizCommon (in CMakelists.txt) , i do get past the issue. However, like i said - this wasn't a problem before upgrading, and i shouldn't have to manually put in the full paths. something is wrong.
    any help is appreciated
    cheerz
    Last edited by triplesquarednine (2012-04-25 21:26:27)

    rufflove wrote:
    Looking at the changelog for cmake 2.8.8, it could well be that it is working as intended.
    Noah, downgrading to cmake 2.8.7 is quick way around the problem.
    Thanks for this, Rufflove.
    I just got in the door, so i think i'll downgrade cmake.
    cheerz
    EDIT: Yup, That's seems to do the trick. 2.8.7 works OOTB, 2.8.8 does not.
    I've also mentioned this to Sam. (in case, it turns out that they need to change some stuff for that version).
    marked [SOLVED]
    Last edited by triplesquarednine (2012-04-25 17:54:53)

  • Since upgrading my mid-2010 MacBook Pro from the original Snow Leopard to Yosemite 10.10.2 there have been multiple instances of restart (crash) also slow operation. Any suggestions?

    Since upgrading my mid-2010 MacBook Pro from the original Snow Leopard to Yosemite 10.10.2 there have been multiple instances of restart (crash) also slow operation & pop up message stating web content has failed. Any suggestions?

    Many thanks for your interest, I've downloaded & run the app as suggested, report copies & pasted below.
    Problem description:
    Following upgrade from Snow Leopard to Yosemite 10.10.2 machine is slower & suffers from shut down / reboot and closing web pages due to unexpected error
    EtreCheck version: 2.1.8 (121)
    Report generated 6 February 2015 08:40:29 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro6,2
        1 2.4 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 75
    Video Information: ℹ️
        Intel HD Graphics - VRAM: 288 MB
            Color LCD 1440 x 900
        NVIDIA GeForce GT 330M - VRAM: 256 MB
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:13:14
    Disk Information: ℹ️
        Hitachi HTS545032B9SA02 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (134.68 GB free)
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        BUFFALO HD-PVU2 500.11 GB
            EFI (disk2s1) <not mounted> : 210 MB
            Time Machine Backups (disk2s2) /Volumes/Time Machine Backups : 499.76 GB (257.33 GB free)
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. Built-in iSight
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    jp.co.buffalo.driver.turbousbhdd (1.0.0) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Skype    UNKNOWN  (missing value)
        Safari    Application  (/Applications/Safari.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Android File Transfer Agent    Application  (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
        ConnectService    Application  (/Library/Application Support/ArcSoft/Connect Service/ConnectService.app)
    Internet Plug-ins: ℹ️
        Flip4Mac WMV Plugin: Version: 2.4.4.2 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 4.0.60129.0 [Click for support]
        iPhotoPhotocast: Version: 7.0
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 184.16 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 499.76 GB
            Total number of backups: 184
            Oldest backup: 2010-12-10 15:37:39 +0000
            Last backup: 2015-02-06 02:49:24 +0000
            Size of backup disk: Too small
                Backup size 499.76 GB < (Disk used 184.16 GB X 3)
    Top Processes by CPU: ℹ️
             5%    WindowServer
             1%    ConnectService
             1%    Skype
             0%    systemstatsd
             0%    launchd
    Top Processes by Memory: ℹ️
        193 MB    Skype
        168 MB    mds_stores
        132 MB    com.apple.WebKit.WebContent
        107 MB    Mail
        99 MB    ocspd
    Virtual Memory Information: ℹ️
        889 MB    Free RAM
        1.99 GB    Active RAM
        455 MB    Inactive RAM
        825 MB    Wired RAM
        1.11 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 6, 2015, 08:27:32 AM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-02-06-082732 _[redacted].crash
        Feb 6, 2015, 08:25:19 AM    Self test - passed
        Feb 5, 2015, 04:37:08 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-05-163708_[redacted].crash
        Feb 5, 2015, 10:01:02 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-05-100102_[redacted].crash
        Feb 5, 2015, 12:03:59 AM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-05-000359_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 11:58:58 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-04-235858_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 11:54:35 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-04-235435_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 11:49:03 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-04-234903_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 09:40:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-214016_[redacted].crash
        Feb 4, 2015, 09:38:12 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-213812_[redacted].crash
        Feb 4, 2015, 09:27:56 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-212756_[redacted].crash
        Feb 4, 2015, 09:25:25 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-212525_[redacted].crash
        Feb 4, 2015, 09:20:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-212016_[redacted].crash
        Feb 4, 2015, 09:18:10 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-211810_[redacted].crash
        Feb 4, 2015, 09:12:54 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-211254_[redacted].crash
        Feb 4, 2015, 08:40:48 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-204048_[redacted].crash
        Feb 4, 2015, 08:22:04 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-202204_[redacted].crash
        Feb 4, 2015, 12:11:35 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-001135_[redacted].crash
        Feb 3, 2015, 09:44:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-03-214433_[redacted].crash
        Feb 3, 2015, 05:40:21 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-03-174021_[redacted].cpu_resource.diag [Click for details]
        Feb 3, 2015, 09:05:45 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-03-090545_[redacted].crash
        Jan 28, 2015, 06:10:42 PM    /Library/Logs/DiagnosticReports/Kernel_2015-01-28-181042_[redacted].panic [Click for details]
        Jan 21, 2015, 10:51:25 PM    /Library/Logs/DiagnosticReports/Kernel_2015-01-21-225125_[redacted].panic [Click for details]
        Jan 20, 2015, 11:12:47 AM    /Library/Logs/DiagnosticReports/Kernel_2015-01-20-111247_[redacted].panic [Click for details]
        Jan 18, 2015, 09:57:31 AM    /Library/Logs/DiagnosticReports/Kernel_2015-01-18-095731_[redacted].panic [Click for details]
    The only observations are that the backup drive is deemed too small and the quite long list of diagnostic reports dated between  Jan 18, 2015 (which I believe is the day I upgraded to Yosemite) & today the latest Yosemite update was installed on Jan 28, 2015
    Any further assistance will be appreciated

Maybe you are looking for

  • TS1702 Spreadsheet app for excel - can't find it now in the store ???

    A few years ago I DL'd a spreadsheet app (for excel).  Believe it was Free.  When I tried to install the app on my iPhone 4s (had a 3GS) it would open then immediately close.  It's logo was the white Sum symbol over a blue background.  Can't find it

  • PHP charater encoding problem.. i think

    Hi, IF I post a message through my form containing the Danish characters " � � � " and read it in my email client (TB 1.5 or OE) it has turned into this " ������ " instead of the � (or æ), � (or oslash;), � (or å). Does anybody know why? I know it mu

  • Customize "Edit Properties" form sharepoint 2013.

    I'd like to customize the form for the document.  However when it pops up I can't edit it like any other page.  In SP Designer I looked under the (library/forms) and see an EditForm.aspx.  However this deosn't appear to be it.  When I renamed that th

  • Different clickable areas in a JButton

    I have made an JButton witch looks like this: * <----- -----> * The two arrows are in fact one icon. Can I make it so that different actions will occur depending where I click on the Icon? (This is part of an much larger applet where the button will

  • Need SAP training institutes in DELHI or Gurgaon

    Hi, Please give me the details of any good SAP FICO training institute in Gurgaon or Delhi. Also plz tell me how to award the points.