Problem with terminal in tiger

Hi,
Running 10.4.11 on my Powerbook, have used Terminal a couple of times, mostly for the games. Suddenly it won't work-- when I open up Terminal and type "emacs" here is what I get:
dumpemacs: Must be run as root unless -n is used
emacs: child exited with status 1
Typing "emacs -n" doesn't work, either.
I have repaired permissions on my HD, did that make Terminal dysfunctional? I've repaired permissions again after I had this problem but it obviously didn't fix the issue, so I suspect that's totally irrelevant.
Please help me, it is very important I get back to my therapy sessions with Eliza!

Are you using an administrator account? Try this:
sudo emacs
You'll be asked for an administrator password. Enter it (don't worry about the lack of *s showing up; they're not supposed to), and you should be good to go.
Also, try hand checking the permissions on the emacs executable. In a Finder window, hit Command-Shift-G, type "/usr/bin" (without the quotes) and then scroll to emacs. Select it, and hit Command-I, then check out the permission and make sure it's executable.

Similar Messages

  • Problem with Terminal.app - unable to input '^' (Shift + 6)

    Hello everyone,
    I'm experiencing a strange problem with Terminal since this morning: I'm not able to input symbol '^' (Shift + 6) in any terminal application. Both Terminal.app and iTerm.app show the same problem. I'm able to input '^' in all other applications, as you can see, without any problem. Is it something related to key bindings? Anybody with similar problems?
    Thanks,
    Luca

    What terminal emulation are you using? Which shell? I suggest you look into whatever terminal emulation you are using. Try googling for the type of terminal emulation you are using to see if that sheds any light on this issue.

  • Performance problems with new Java Tiger style recommendations

    Performance problems with jdk 1.5 on Linux plattform
    (not tested on Windows, might be the same)
    using the new style recommendations.
    I need fast Vector loops for high speed mathematical calculations, some
    hints about the fastest way to program that loop would be also great!
    After refactoring using the new features from java 1.5 (as recommended from
    SUN) I lost performance significantly:
    using a vector:
    public Vector<unit> units;
    The new code (recommended from SUN for Java Tiger for redesign):
    for (unit u: units) u.accumulate();
    runs more than 30% slower than the old code:
    for (int i = 0; i < units.size(); i++) units.elementAt(i).accumulate();
    I expected the opposite.
    Is there any information available that helps?
    The following additional information I got from Mr. Shankar Unni:
    I got some fairly anomalous results comparing ArrayList and Vector: for the
    1.5-style loops, ArrayList was faster then Vector, but for a loop with get()
    calls, Vector was faster. Vector was even faster than that using
    elementAt(), which was a surprise:
    For a million summing iterations over a 100-element array:
    vector elementAt loop took 3446 ms.
    vector get loop took 3796 ms.
    vector iterator loop took 5469 ms.
    arraylist get loop took 4136 ms.
    arraylist iterator loop took 4668 ms.

    If your topic doesn't change, please stay in your original post.

  • HP T410 All-In-One (H2W21AA) serious RDP problem with terminal server

    Hi there! The scheme is this:
    HP T410 All-In-One (H2W21AA) 
    firmware that was out-of-the-box got some graphical problems with RDP, so i updated the Smart Zero Core Image to the latest Z6A44019 Rev. 1 (11 dec 2013). Graphical problem gone, but new, much more unpleasant problem emerged.
    This thin client is connected to Windows Server 2008 R2 SP1, all updates are up-to-date. Terminal Server. 
    the steps:
    - i connect from my machine (W7SP1x64 with latest updates) via RDP (mstsc.exe or tsmmc.mmc - doesn't matter) to the terminal server
    - i open up the remote desktop services manager, right click on the user that's connected from the T410
    - i hit "remote control" button
    - for a moment i see some bits of user's desktop, but in less than a second my RDP session drops with the following error:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: mstsc.exe
    Application Version: 6.2.9200.16398
    Application Timestamp: 5036045e
    Fault Module Name: mstscax.dll
    Fault Module Version: 6.2.9200.16398
    Fault Module Timestamp: 5035e59d
    Exception Code: c0000005
    Exception Offset: 00000000000f2220
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 1049
    Additional Information 1: 2328
    Additional Information 2: 2328419a4b40d8964e7f792f0ac157d5
    Additional Information 3: 3197
    Additional Information 4: 319796c94d8825616721d114b3479569
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt
    the problem is not present for the rest on the terminal users (that are connected from a unix thin clients), i remote control their session without any issues.
    Please help me. We are building a new office and planning it for using PoE on every workdesk with your T410 Thin Client. But the fact that i can't manage them remotely brings me a lot of grief.

    Hello again! I am sad to tell that my solution was not fully effective - i have got the new problem now
    when i remote control session, it connects and works for some time, but at some point (which can be even a second from connection) it disconnects, throws me back to my admin session, and on the client side of t410 the following message appears: 

  • Problem with Terminal on launch

    All right, I guess this best fits into UNIX discussions, though it's more of a problem with the terminal itself.
    Recently, I wrote a relatively simple application with Xcode. I wanted to see the output of the app, and since I was too lazy to open up Xcode or browse around for the file and I knew that I only had to use the up arrow in terminal to launch it, that being the last command, I did so. Everything worked as expected. Until the next launch of terminal, that is.
    When I next launched, Terminal seemed to have automatically entered that command. As a result, the app executed immediately without any input from me, and then Terminal displayed Process Completed. I relaunched. Same thing. I used shiftcmdn to enter a new command. I did only cd, hoping that it at least wouldn't bother to display the application's output (rather long) on next launch. So now, when I launch terminal, it immediately enters "cd; exit".
    What I see is exactly as follows:
    Last login: (Date) (time) on ttyp1
    cd; exit (this is sporadic. It's sometimes here, and sometimes...not.)
    Welcome to Darwin!
    benls-computer-2:~ benl$ cd; exit
    logout
    [[Process completed]]
    Again, this all happens immediately without any input from me.
    I can't really do anything useful in terminal at present. I've tried opening new terminal windows, relaunching, logging out and in, rebooting, resetting, ctrl-c...the works, and I don't know what else to try.
    Any suggestions?
    Message was edited by: Benjamin Lehmann

    This is common? How does it happen?
    I don't recall exactly how it happens - something to so with how you launch the app, or save a window setting or something. What I do know is that if you search these (and other) boards you'll find a lot of people reporting the same thing - of course 'a lot' is a relative term, but it happens often enough that I knew the solution even though I've never been affected myself, either.

  • Problem with Terminal.app after upgrade

    Hi,
    I just installed Tiger over Panther. Everything went and seems just fine, except:
    When I try to run Terminal, I see:
    You are not authorized to run this application.
    The administrator has set your shell to an illegal value.
    I am not sure I understand from the message what is the problem:
    a) Not authorized should mean Unix user permissions, right?
    (In Finder's info window, I see :
    - you can read/write
    - Owner: system
    - Group: admin
    - Access: r/w
    Seems bad as I am supposed to rwx, but that I guess is just Finder-specific simplification:-).
    From the other hand,
    b) an "illegal value" (whatever it is - say /bin/mabooka) should be possible to just change - ?
    How?
    The Terminal is not giving me any options except "Quit".
    The box is single-user, the admin is myself...
    Please help if you saw something similar... Thanks!

    Thanks Ali,
    It was hard to find the solution in search list, but it was there.
    The correct answer is:
    ================
    Re: Terminal: Not authorized to run app... shell has an illegal value?!!
    Posted: Jun 3, 2006 6:57 PM in response to: Eric Bigham
    Helpful
    Click on Terminal.app to select it, CMD+I, and check the ownership and permissions. It should show that you have R&W. If so, then drag ~/Library/Preferences/com.apple.Terminal.plist file to the desktop, log out and back in, and try launching it again.
    ================
    Also it was entertaining to read and then use Netinfo Manager:
    Using this utility, I've found that my shell was set to "bin/tc" (instead of /bin/tcsh, as I set it years ago on Panther).
    Apparently:
    1) there is a bug in installation (who else could change "tsch" to "tc"?!?);
    2) there is a bug in the message ("You are not authorized..."): -- nothing to do with authorization.
    In any case, the problem's been solved, many thanks.

  • Reformatting/reinstalling problems with iMac and Tiger... Please help!

    Hi!
    I've been trying to sell my iMac so that I can fund the purchase of a Macbook. Finally found a buyer, told him I would format the hard drive and re-install Tiger for his convenience (and my security).
    I'll try to describe now the problems I have had:
    - I booted from the installer disk 1; opened disk utility; zeroed out the entire drive (the one, in disk utility, on the left-hand drawer w/ the mfgr. # and drive size -- i.e., the MAIN one). This may be where I made my mistake...
    - After this finished, I went back to the installer and began the installation process. Everything seemed to be on track.
    - Disk 1 finished, the computer automatically restarted.
    - Upon restart, I was asked to install the 2nd disk.
    - Here is where I KNOW something (I did probably) went wrong: disk 1 would not eject; instead, I got a spinning beach ball for what seemed to be a long while... TOO long... SO long, in fact, that I manually restarted the computer, hit the eject button, removed disk 1, and inserted disk 2 in the hopes that the installation process would pick up where I left it. Unfortunately, it didn't.
    - The computer will not boot-up from, recognize, or even ask for disk 2, at all. All I get, when trying to boot up from anything but disk 1 is a grey screen, and the flashing folder/"?" icon.
    - I can still access installer and all the utilities when I boot from the installer disk 1. HOWEVER, when I try to run the installer again--trying to begin the process from scratch--the installer fails to locate the target volume! Moreover, when I try to use disk utility, it cannot verify or repair my HD (the main HD or the "My Computer" HD -- if that makes sense, my knowledge of the proper terminology is poor), nor can it erase them again. The reason? The message I get says "Volume failed to unmount," or something along those lines.
    - Under information, I see that these drives are verified (or so the computer says) so I hope real damage hasn't been done, and that I just short-circuited the hardware somewhere along the line.
    So -- might anyone have an idea as to how I can get this process back on track? Any help would be GREATLY appreciated!!! Thank you thank you THANK YOU, in advance!
    Cooper

    Thank you, Kappy and baltwo!
    Yes, it is the 17" G5 iMac in my info. and, yes, I am using the (Tiger) disks that came with the iMac.
    What I ended up doing was this, and I wonder if you might have any idea if it sounds good or not -- it seems, now, to be working:
    - I entered terminal, and typed: "diskutil unmount /volumes/untitled" in order to force-unmount the volume that seemed to be giving me so much trouble.
    - From there, I partitioned the main HD (extended, etc.), in order to create a new target volume for OSX.
    - This done, I went back to installer, it found the new target volume, and voila! It's begun installing from disk 1 !
    I wonder, though, should I have tried to erase that first, unmounted problem volume? I'm not sure how I could have -- it was unselectable from disk-utility once I unmounted it. It seemed that there was information on it -- 6.5GB, it had gone through the entire first-disk of the install process -- but, then again, the main HD showed all 148GB free once I unmounted that volume and created the new partition...
    Any further advice you might give?
    Thanks, again!

  • Problems with terminal application - characteristic HD noises

    Hi,
    I hope you can advise me for the rather obscure problem I am having. I have installed Darwin ports and am using the python app hellanzb, which is an automated usenet downloader. The problem that I have is that now, when starting up the terminal for the first time, quitting the terminal or opening a new shell, the system grinds to a halt for approx. 30s, during which time the HD spins in a consistent way. (dot-d-dot, dot-d-dot, dash, dash as it happens). Now I can understand this happening if the python app is already working but the fact that the behaviour is repeated when the hellanzb app is not working is confusing me.
    The obvious solution would be to get rid of darwin ports but some of the programs that darwin ports enables have been handy to me (the R stats program).
    Any ideas or has anyone else encountered this minor (but annoying glitch)?
    Thanks for reading.
    iMac G4 800 MHz 17"   Mac OS X (10.4.5)   768Mb RAM

    Trashing the preference file brought up the terminal window much faster - it defaulted to the tcsh. I was previously using the bash shell and when I changed the shell in the terminal preferences file, the hard disk whirring pattern described above started again and the terminal prompt took ~15s to appear, something that was instantaneous in the tcsh.
    I guess that this mean that the problem lies with loading the bash shell. Is there a tcsh equivalent to .bashrc? I have been using bash because my friend told me that it was better than tcsh. Would the best option be to switch to tcsh?
    Thanks for the reply.

  • [Solved]XFCE 4.8 - Odd problem with terminal size.

    I've been using Xfce for nearly two months now, and am enjoying it quite a bit.   However last night an odd, and annoying, problem cropped up that I can't seem to figure out.
    For the main font I'm using Sans.   If I set it to 9 (which is what I would like as default size) it makes my terminal emulators open with 70x21 instead of 80x24.   When I check out ~/.config/Terminal/terminalrc, it still has 80x24 as its settings.   I use Terminator as my main terminal emulator, and its config contains no geometry settings at all.   I also checked out Xterm's config just to be sure, and even it is still set to 80x24.   
    If I set the font size to 10+, the terminal behaves correctly again.   I've narrowed down all possible config files, and the only thing I see changing the terminal size is when I move the font size down to 9. 
    I suppose i could create a bash script to launch terminator with the -geometry=80x24 string, but that just seems sloppy.
    Last edited by Beelzebud (2011-06-07 17:29:19)

    I found a solution to my problem.   I'm using the Oxygen-Gtk theme, which mimics the KDE4 oxygen theme.   In the theme is a config file called 'kdeglobals', which contains font settings.  If I set the 'desktopFont' and 'font' settings to 10, and leave the 'menuFont' at 9, it actually achieves a result better than I was hoping for.   My menus and UI all have small fonts now, but the fonts inside of the windows (like medit or thunar) are at 10 which are a bit easier to read.  I'm still not sure why setting the default font to 9 causes the terminal window to shrink, but this ended up working better than I had planned.  I guess I should have tinkered a bit more before I posted.   I just needed to sleep on it.   
    At any rate I'm happy now.   I have a very sleek looking dark oxygen theme on xfce4.
    Just so this wasn't a complete waste of everyone's time, here are the config files I'm using to achieve a dark oxygen-gtk theme.   Just install oxygen-gtk, and then make a copy of /usr/share/themes/oxygen-gtk and use these configs for a darker look:
    /usr/share/themes/oxygen-gtk-dark/gtk-2.0/kdeglobals
    [ColorEffects:Disabled]
    Color=112,111,110
    ColorAmount=-0.8
    ColorEffect=0
    ContrastAmount=0.65
    ContrastEffect=1
    IntensityAmount=0.25
    IntensityEffect=2
    [ColorEffects:Inactive]
    ChangeSelectionColor=true
    Color=0,0,0
    ColorAmount=0.025
    ColorEffect=2
    ContrastAmount=0.4
    ContrastEffect=2
    Enable=false
    IntensityAmount=0
    IntensityEffect=0
    [Colors:Button]
    BackgroundAlternate=66,65,64
    BackgroundNormal=64,63,62
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=232,230,227
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:Selection]
    BackgroundAlternate=22,68,120
    BackgroundNormal=24,72,128
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=81,119,166
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=255,255,255
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:Tooltip]
    BackgroundAlternate=17,51,86
    BackgroundNormal=16,48,80
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=196,209,224
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:View]
    BackgroundAlternate=36,35,35
    BackgroundNormal=32,31,31
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=212,210,207
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:Window]
    BackgroundAlternate=52,51,50
    BackgroundNormal=48,47,47
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=224,222,219
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [General]
    XftAntialias=true
    XftHintStyle=hintmedium
    XftSubPixel=none
    desktopFont=Sans Serif,10,-1,5,50,0,0,0,0,0
    fixed=Monospace,9,-1,5,50,0,0,0,0,0
    font=Sans Serif,10,-1,5,50,0,0,0,0,0
    menuFont=Sans Serif,9,-1,5,50,0,0,0,0,0
    shadeSortColumn=true
    smallestReadableFont=Sans Serif,8,-1,5,50,0,0,0,0,0
    taskbarFont=JH_Fallout,9,-1,5,50,0,0,0,0,0
    toolBarFont=Sans Serif,8,-1,5,50,0,0,0,0,0
    [Icons]
    Theme=Amazing_Dark
    *Change the icon theme to whatever you want
    /usr/share/themes/oxygen-gtk-dark/gtk-2.0/
    # global settings
    gtk-alternative-button-order = 1
    # oxygen's generic style options
    style "oxygen-default"
    GtkPaned::handle-size = 3
    GtkButton::child_displacement_x = 0
    GtkButton::child_displacement_y = 0
    GtkButton::default_border = { 0, 0, 0, 0 }
    GtkButton::default_outside_border = { 0, 0, 0, 0 }
    GtkButton::inner-border = { 2, 2, 1, 0 }
    GtkToggleButton::inner-border = { 0, 0, 1, 0 }
    GtkCalendar::inner-border = 0
    GtkCalendar::horizontal-separation = 0
    GtkCheckButton::indicator-size = 18
    GtkComboBox::appears-as-list = 1
    GtkEntry::honors-transparent-bg-hint = 1
    GtkExpander::expander-size = 15
    GtkMenu::horizontal-padding = 3
    GtkMenu::vertical-padding = 5
    GtkMenu::horizontal-offset = -7
    GtkCheckMenuItem::indicator-size = 16
    GtkScale::slider-width = 23
    GtkScale::slider-length = 15
    GtkScrollbar::trough-border=1
    GtkScrollbar::stepper-size=12
    GtkScrolledWindow::scrollbar-spacing=1
    GtkStatusbar::has-resize-grip = FALSE
    GtkTreeView::allow-rules = 1
    GtkTreeView::row-ending-details = 1
    GtkTreeView::expander-size = 15
    # shadow types
    GtkMenuBar::shadow-type = GTK_SHADOW_NONE
    GtkStatusbar::shadow-type = GTK_SHADOW_NONE
    GtkToolbar::shadow-type = GTK_SHADOW_NONE
    bg[NORMAL] = { 0.188, 0.184, 0.184 }
    bg[SELECTED] = { 0.094, 0.282, 0.502 }
    bg[INSENSITIVE] = { 0.188, 0.184, 0.184 }
    bg[ACTIVE] = { 0.165, 0.161, 0.161 }
    bg[PRELIGHT] = { 0.188, 0.184, 0.184 }
    base[NORMAL] = { 0.125, 0.122, 0.122 }
    base[SELECTED] = { 0.094, 0.282, 0.502 }
    base[INSENSITIVE] = { 0.188, 0.184, 0.184 }
    base[ACTIVE] = { 0.094, 0.282, 0.502 }
    base[PRELIGHT] = { 0.094, 0.282, 0.502 }
    text[NORMAL] = { 0.831, 0.824, 0.812 }
    text[SELECTED] = { 1.000, 1.000, 1.000 }
    text[INSENSITIVE] = { 0.165, 0.161, 0.161 }
    text[ACTIVE] = { 1.000, 1.000, 1.000 }
    text[PRELIGHT] = { 1.000, 1.000, 1.000 }
    fg[NORMAL] = { 0.878, 0.871, 0.859 }
    fg[SELECTED] = { 1.000, 1.000, 1.000 }
    fg[INSENSITIVE] = { 0.165, 0.161, 0.161 }
    fg[ACTIVE] = { 0.878, 0.871, 0.859 }
    fg[PRELIGHT] = { 0.878, 0.871, 0.859 }
    engine "oxygen-gtk"
    class "*" style "oxygen-default"
    # entries
    # do not change unless also changing Entry_SideMargin in OxygenStyle.h
    style "oxygen-entry-margins" = "oxygen-default"
    { xthickness = 5 }
    class "GtkEntry" style "oxygen-entry-margins"
    # menuitems padding
    style "oxygen-menubar" = "oxygen-default"
    xthickness = 1
    ythickness = 1
    class "GtkMenuBar" style "oxygen-menubar"
    # menuitems padding
    style "oxygen-menubaritem" = "oxygen-default"
    { xthickness = 3 }
    style "oxygen-menuitem" = "oxygen-default"
    xthickness = 1
    ythickness = 5
    style "oxygen-separator-menuitem" = "oxygen-default"
    xthickness = 1
    ythickness = 1
    class "GtkMenuItem" style "oxygen-menubaritem"
    widget_class "*<GtkMenu>.<GtkMenuItem>" style "oxygen-menuitem"
    widget_class "*<GtkMenu>.<GtkSeparatorMenuItem>" style "oxygen-separator-menuitem"
    # toolbuttons with menu
    style "oxygen-menutoolbutton" = "oxygen-default"
    xthickness=1
    ythickness=1
    GtkButton::focus-padding=0
    GtkWidget::focus-line-width=0
    class "*GtkMenuToolButton" style "oxygen-menutoolbutton"
    widget_class "*.GtkMenuToolButton.*Box.GtkToggleButton" style "oxygen-menutoolbutton"
    # icon views
    style "oxygen-iconview" = "oxygen-default"
    { GtkWidget::focus-line-width=0 }
    class "GtkIconView" style "oxygen-iconview"
    # notebook settings
    style "oxygen-notebook" = "oxygen-default"
    xthickness = 4
    ythickness = 4
    class "GtkNotebook" style "oxygen-notebook"
    # comboboxes
    style "oxygen-combobox" = "oxygen-default"
    # must set combobox frame x thickness to 0, otherwise there
    # is a dead area between combobox text and button
    xthickness = 0
    style "oxygen-combobox-frame" = "oxygen-default"
    # must set combobox frame x thickness to 0, otherwise there
    # is a dead area between combobox text and button
    xthickness = 4
    ythickness = 4
    class "GtkComboBox" style "oxygen-combobox"
    widget_class "*<GtkComboBox>.<GtkFrame>" style "oxygen-combobox-frame"
    # editable combobox margins
    style "oxygen-combobox-entry" = "oxygen-default"
    xthickness = 1
    ythickness = 1
    class "GtkComboBoxEntry" style "oxygen-combobox-entry"
    style "oxygen-combobox-entry-button" = "oxygen-combobox-entry"
    { xthickness = 2 }
    widget_class "*<GtkComboBoxEntry>.<GtkButton>" style "oxygen-combobox-entry-button"
    style "oxygen-combo-button" = "oxygen-combobox-entry"
    { xthickness = 0 }
    widget_class "*<GtkCombo>.<GtkButton>" style "oxygen-combo-button"
    # option menu
    style "oxygen-option-menu" = "oxygen-default"
    xthickness = 4
    ythickness = 0
    class "GtkOptionMenu" style "oxygen-option-menu"
    # vertical separators need enough room
    style "oxygen-vseparator" = "oxygen-default"
    { xthickness = 3 }
    class "GtkVSeparator" style "oxygen-vseparator"
    # 2pixels thickness.
    style "oxygen-w2" = "oxygen-default"
    xthickness = 2
    ythickness = 2
    class "GtkScrolledWindow" style "oxygen-w2"
    class "GtkViewport" style "oxygen-w2"
    class "GtkFrame" style "oxygen-w2"
    class "GtkProgressBar" style "oxygen-w2"
    # tree headers
    style "oxygen-header" = "oxygen-default"
    xthickness = 2
    ythickness = 0
    widget_class "*<GtkTreeView>.<GtkButton>" style "oxygen-header"
    widget_class "*<GtkList>.<GtkButton>" style "oxygen-header"
    widget_class "*GimpThumbBox*.<GtkEventBox>.<GtkVBox>.<GtkButton>" style "oxygen-header"
    # Workarounds
    # gimp
    style "oxygen-gimp-scale"
    # this ensures that toolpanels fonts in gimp is identical
    # to default font (which otherwise is ugly
    GimpDock::font-scale = 1.01
    class "*" style "oxygen-gimp-scale"
    This will basically give you an oxygen theme in gtk2 that looks nearly identical to KDE4's Oxygen theme with the Obsidian Coast color pack.

  • Problem with JPGs after Tiger upgrade

    Hi, I normally get answers from this excellent forum by searching, but I can't find anyone who's had the same problem.
    I have a Lacie d2 firewire hard drive, which I've had since I was using a G3 iMac running OS9 (gradually updated to the last version). When I bought a shiny new G5 running Panther everything worked fine and all my existing files opened without any problem. Since upgrading to Tiger, however, I now find that some (not all) JPG picture files that I saved on the external drive with OS9 appear as unix executable and can't be opened. To make matters worse, when I open those files that I can (in Preview), if I make any changes and save, the new version gets saved as a unix executable! Also, I've found some heavily edited images where the thumbnail now shows the ORIGINAL (pre edited) version of the picture - even when the edited version came from someone else and I never had the original!!
    I've now found that the same thing is happening wih pictures on the memory stick duo that I use in my mobile phone, again only with ones that I dragged there with OS9.
    Any ideas on this confusing problem would be very much appreciated.

    First question: do the files have the .jpg extension?
    Second: is the memory stick formatted as FAT32?
    This problem usually crops up because there is a difference in the way OS 9 and OS X store the resource information on a FAT32 volume. Without a resource it can read, and without a .jpg extension, OS X can reach the conclusion that the file in question is a UNIX executable. It should work if you simply add the .jpg extension to the name. When you open and save evidently you are still not getting the extension added to the file name.
    Francine
    Schwieder

  • Installation Problems with OS X Tiger

    I'm currently running osX ver 10.1.5 i think. ( the nunber of versions are driving me nuts). Right now, i'm trying to install OS X Tiger ver 10.4. I've put in the disc, watch the window appear, clicked on the install icon, the reboot icon appeared, and clicked on it. After the reboot, the same window remains, but no further windows appear. So, i decided to click the icon again, as the same, the reboot button appears, and this time, while rebooting, i pressed the "C" key. After the whole system rebooted, it still remains unchanged.
    Could it be my installation disc giving me problems? Or is it my system giving me problems? Currently running 640 MB and a 120GB hard drive.
    Please help...!
    G4   Mac OS X (10.2.x)  

    Mine is a Power Mac blue/grey G4. It is no point buying a software that works on some machines and doesn't seem to run on others of almost the same specs. I just tried using the startup disc function to run it off the DVD rom. It apparently also doesn't work. I'm almost to the point of pulling out my hair, please help!

  • Problem with Terminal Paths

    I was trying to set up my terminal to use for my computer science class and when i used the instructions from my professor to be able to run the binaries I get this when i open terminal.
    -bash: export: `/Library/Frameworks/Python.framework/Versions/3.1/bin:/Library/Frameworks/Pyth on.framework/Versions/Current/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/ usr/X11/bin:.': not a valid identifier
    -bash: export: `/Library/Frameworks/Python.framework/Versions/3.1/bin:/Library/Frameworks/Pyth on.framework/Versions/Current/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/ usr/X11/bin:.': not a valid identifier
    -bash: export: `/Users/ewhuff/bin::.': not a valid identifier
    eric-huffs-macbook:~ ewhuff$

    "Instructions from my professor" is not very helpful. What exactly did you do?
    A question like this is better in the Unix forum, so repost your question there, with more info.
    <http://discussions.apple.com/forum.jspa?forumID=735>

  • Problem with Terminal.app

    I was messing with Privoxy a little while ago. While executing the "StartPrivoxy.command" file something must've gotten corrupted or changed because now everytime I start the terminal or open a new one I am unable to do anything.
    This is the text I get:
    "Last login: Sat Sep 8 22:15:21 on ttyp1
    /Library/Privoxy/StartPrivoxy.command; exit
    Welcome to Darwin!
    Kamui:~ Kypt$ /Library/Privoxy/StartPrivoxy.command; exit
    Sep 08 22:18:25 Privoxy(000000a0) Info: loading configuration file '/Library/Privoxy/config':
    Sep 08 22:18:26 Privoxy(000000a0) Fatal error: can't bind to 127.0.0.1:8118: There may be another Privoxy or some other proxy running on port 8118
    logout
    [Process completed]
    As you can see, as soon as the shell opens up the command gets inputed and then logs out, leaving me unable to use it. This seems to be shell-agnostic since I've tried the other shells that OSX comes bundled up with and they all start w/ that. I've checked /etc/profile and the individual shell's configuration files to find something which may be burnt into a configuration but I can't find the culprit. Any idea of where to look? I'd hate to have to do an archive install just for this..
    Thanks

    Found it, needed to delete the .plist. Thanks

  • Problems with Terminal. :(

    HI everyone, I was starting up my minecraft server when I unforrunately got this error message:
    login: PAM Error (line 400): System error
    /Users/Paolo/Desktop/Paolo\'s\ server/start.command ; exit;
    [Process exited - exit code 1]
    Can anyone help me? I need help fast. To make things easier, I am using a 2006 MacBook with 10.5.8 and 4GB.

    By the way, it was a bukkit server for 1.7.2 and I was starting it up using Terminal.

  • Problems with terminating event

    Hi all,
    I defined a terminating event for a task.
    I want all instances of this task to be completed when raising the event.
    I made the binding of the object.
    I defined the event as  a instance linkage(is this correct?)
    Does a terminating event works for a dialog task?
    When I start the event, I get only the following message in the event trace
    'no receiver  entered' but I have the impression that with the instance linkage, you cannot enter receiver data.
    I tried also the type linkages but this gives me this error
    ' task  not defined as start/end event'
    Thanks for any help,
    Hans
    I

    Hello Hans,
    I don't think this is that straightforward, because instance linkage is always use a key. If I understand your question correctly, you have several different tasks with different objects and you want all of them to terminate when a single event is raised. Unfortunately a terminating events will wait for an event using an object instance.
    One workaround would be to use the task as the object whose events you're waiting for. In other words an instance of a subtype of TASK with the key corresponding to your workflow template ID. So now your task is waiting for an event TASK.ZCOMPLETE. The downside to this is that you have to code the task number that you are trying to terminate into wherever you are raising the event.
    Hope that helps.
    Cheers,
    Mike

Maybe you are looking for