Search Results

Search found 3 results on 1 pages for 'vinh'.

Page 1/1 | 1 

  • Alt-tab icon list in Gnome and metacity?

    - by Vinh Nguyen
    Can anyone provide a reference or explain how the icons to the alt-tab list is populated? I would like to specify some icons for some programs that do not have icons, e.g. xterm. I'm using Ubuntu 11.04 with Gnome 2 (Ubuntu Classic) and metacity as the window manager. I did see this thread that mentions /usr/share/pixmap/, but if I use cp gnome-terminal.xpm xterm.xpm the icon was not populated in the alt-tab icon list (even after a logout/login). I do see that the icon is populated when I added the xterm command to the Program Menu.

    Read the article

  • Does a native php (5+) function exist that does the following in 1 line?

    - by Vinh
    function array_value_from_key($array,$key) { return !empty($array[$key]) ? $array[$key] : null; } The reason I ask is because I have a class function that returns an array. Instead of having to do $myArray = myClass::giveMeArray(); $myValue = $myArray[$myKey]; I'd like to do something along the lines of $myValue = array_value_from_key(myClass::giveMeArray(),$myKey); When an object is returned, you can chain the object such as $myValue = myClass::giveMeObject()->aValue; Voila, nice and clean.. not being able to find what seems to be a simple and trivial function is driving me crazy... PS.. one more example of how I'd like to use such a function if(arrayKeyVal(aClass::giveMeArray(),$myKey)) { do_something(); }

    Read the article

1