Simple Tray Icon Tool

I wrote a simple and general tray icon tool, which can be used for general notifications. You can get it from my github.
When started it waits for command on the standard input. Three commands are accepted:
icon <file>: sets the icon from file
tooltip <text>: sets the tooltip text
hide: hides the icon altogether
Application examples:
1. Xmonad layout icons: I tried bmpanel with xmonad (going for a bit more eyecandy than xmobar), but then I loose the status info of xmonad, particulary the layout info (active window and workspaces are shown nicely using ewmh compatibility). With this tool I can define my pretty printer as
ppLayout = \x -> ("icon " ++ layoutIconPath ++ x ++ ".png")
everything else empty, and pipe the layout to trayIcon.
2. Battery monitor: A bit of parsing of the acpi output
#!/bin/bash
DIR=`dirname $0`
while true; do
acpiOutput=(`acpi`)
status=${acpiOutput[2]}
status=${status:0:-1}
level=${acpiOutput[3]}
level=${level:0:-1}
timeRemaining=${acpiOutput[4]}
if [[ $status == Charging ]]; then
icon=$DIR/icons/battery-0.png
else
icon=$DIR/icons/battery-${level}.png
fi
echo icon $icon
echo tooltip $status, ${level}%, $timeRemaining
sleep 30
done | trayIcon
3. Mail checking
#!/bin/bash
DIR=`dirname $0`
while sleep 30; do $DIR/imap.py; done | trayIcon
where imap.py is this script adapted for producing the trayIcon commands.
I hope you find it useful and come up with more applications.
PS: If you are intereseted I can share the icons I use.

On the one hand, if you don't specify an icon nothing will be shown (even if a tooltip is specified). On the other hand, if stdin is closed the program terminates, so using echo is not appropriate. Try this "interactive session":
$ trayIcon
icon /usr/share/icons/hicolor/16x16/apps/firefox.png
tooltip test

Similar Messages

  • Netcfg tray icon v3

    This is the release of what I consider a 'simple' tray icon for netcfg. The aim is a very simple front to start/stop netcfg/netlib profiles and just make it a little more convenient. Not a full clicky configure-everything GUI. 
    The icon and tooltip indicate the network connectivity, and networks can be selected for the menu. It's still a little rough around the edges, but already very useful.
    At present it can connect/disconnect profiles and run auto-wireless on an interface.
    Permissions
    As netcfg needs to be run as root, the tray icon needs to be configured to run /usr/bin/netcfg-tray-helper as root somehow.
    By default the tray icon uses gksudo, in the package 'gksu'. This brings in gnome deps - however this can be changed:
    cp -r /etc/xdg/netcfg-tray ~/.config/
    Then edit the root_cmd option to something without gnome deps. I set mine to sudo, then ran visudo and configured sudo to allow passwordless use of /usr/bin/netcfg-tray-helper.
    Notifications
    Notifications are somewhat configurable. Have a look at the default configuration, presently it supports:
    * no notifications
    * libnotify
    * dzen2
    For libnotify with no gnome deps, either use xfce4-notifyd or noteo  (written by an Archer! - http://aur.archlinux.org/packages.php?ID=15952)
    Download
    PKGBUILD: http://aur.archlinux.org/packages.php?ID=27601
    Source: ftp://ftp.archlinux.org/other/netcfg/tr … y-3.tar.gz
    Package: ftp://ftp.archlinux.org/other/netcfg/tr … pkg.tar.gz
    Depends on netcfg >=2.2.0b3 (testing) - The netcfg release in testing is pretty stable,  and will be moved to [core] in the near future with some minor changes.
    Feature Requests
    Keep in mind the aim is a very simple front to start/stop netcfg/netlib profiles and just make it a little more convenient. Not to become a full clicky configure-all GUI. 
    * Creating new profiles - Next feature to add. It'll be basic, not a full GUI for every option, probably just a simple text box/editor.
    * Scanning for available wireless networks - Will be optional. When I find a _clean_ way that does not introduce new deps, and does not involve parsing iwlist scan. I'm thinking a very short C app that uses the standard wireless extensions to get a parsable list of available networks, though I havn't used C for years.
    * Link quality - Maybe. Definitely optional, but like scanning, I need to find a good way to do it.
    Last edited by iphitus (2009-06-26 14:50:37)

    uploaded v3, again more small fixes.
    - picking a new profile on an active interface now disconnects the existing profile (thanks eldragon)
    - tooltip gives more useful information
    - factored out another couple of functions to netcfg.py
    PKGBUILD: http://aur.archlinux.org/packages.php?ID=27601
    Source: ftp://ftp.archlinux.org/other/netcfg/tr … y-3.tar.gz
    Package: ftp://ftp.archlinux.org/other/netcfg/tr … pkg.tar.gz
    ilembitov: ftp://ftp.archlinux.org/other/netcfg/tr … g-tray.png - The icon does not have a black background, that's just the intel drivers or import not taking a proper screenshot. If you've been to that cafe before and made a profile already, then yes, just select the profile in the menu. If you've never been there, you'll need to create the profile, then you can connect. Oh, and it'll get a wiki entry/webpage, and all that soon.
    Last edited by iphitus (2009-06-26 14:46:44)

  • Transparent tray icon wont work in gnome

    hi,
    im trying to create application with simple tray icon. i dont want to use all space, some parts need to be transparent. well, on windows i have no problems, icon displayed just as it should be, 16x16 with transparent parts.
    however, on linux (Ubuntu, Gnome) it wont work so nice. icon area seems so to be bigger, couse my icon appears in upper left corner and the remaining area is grey. as it is with transparent part of the image. any ideas?
    Image image = Toolkit.getDefaultToolkit().getImage("kvad.png");
    trayIcon = new TrayIcon(image);

    PigWithGuns wrote:
    I have got a blackberry curve 9300 and bbm was installed in when I got it. But just yesterday I realised that either my bbm icon was broken or just taking forever to load!
    Please help!
    Hello PigWithGuns,
    Please perform hard reset by pulling your battery while your BlackBerry is ON and reinsert again in a few seconds. If still persists, upgrade or reinstall your BBM http://blackberry.com/bbm
    Thanks.
    Good luck!
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

  • Is there any way by which I can not use Thunar Sys Tray icon?

    I am using stalonetray in OpenBox in Arch and when I copy-paste or cut-paste files in Thunar, a sys tray icon pops up. I don't want it to pop up.
    Is there any way by which I can make it to not pop up?

    Trilby wrote:
    I haven't used thunar for a while - but I don't remember it ever doing this before.  I just verified that it doesn't here (freshly installed thunar, and cut-pasted, copy-pasted, etc, and I didn't get a tray icon.
    Are you sure this isn't some other tool, like a clipboard manager?  Are their any tooltip popups or menus available on the tray icon and/or what happens when you click the icon?
    No. I use only Thunar. When I hover on the icon it says that "1 file operation running" when a copy-paste or cut-paste operation happens and when I left click and right click on it, it shows the copying window of thunar. The icon shows two small yellow folders placed diagonally. It's the same icon that appears on the file operation progress window of Thunar. I don't know whether Numix has anything to do with the specific icon though.
    Last edited by chosentorture (2015-01-11 00:13:32)

  • Beats audio tray Icon

    Hello Community
    I have Notebook with beatsaudio.  Today beatsaudio system tray / taskbar Icon loaded.  When I first setup machine I was able to set so Icon does not populate.  I do not mean I was able to hide Icon.  I did something at machine setup so Icon does not load.    I've looked for beats startup ... nothing jumps out as beats.
    I've been up over and around my machine.  I cannot figure out why Icon is suddenly back nor how to make Icon not load.
    I do not use beatsaudio outside what ever default influence beats has on audio.   I can open beatsaudio control panel....but, cannot find check box not to load tray Icon.    Rt Clk Icon does not have hide option.  Granted I may hide Icon behind ....but, I want Icon not to load. 
    Any ideas.....
    This question was solved.
    View Solution.

    @bjm,
    Hello and thank you for posting on the HP support forums.  First thing you will want to try is to us the Microsoft configuration tool.  
    Using System Configuration (msconfig)
    Besides shutting things down in the startup tab check under the services tab.
    If you can not find this then do a system restore back before you noticed the problem.
    HP PCs - Using Microsoft System Restore (Windows 8)
    Please let me know how things go.
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • How to create a kde panel system tray icon set?

    hi, i would like to perform a modification of oxygen style to obtain a system tray composed by icons only in grayscale or b/n tones.
    i tried editing the klipper icon, by desaturating all klipper.png in the various oxygen directories, and it works fine.
    but in this manner all the klipper's icons used by kde are in grayscale.
    now, if i change kmix icons state, also amarok's and other icons would change?
    is there any method to avoid this conflict?
    bye

    ozeta wrote:
    FrozenFox wrote:To do this without affecting the icons elsewhere in the system is probably impossible without editing the source code to the sys tray plasmoid/widget and adding in a color filter of some sort. If you don't know how to program this in, you're probably out of luck. Would be interested in someone else proving me wrong though.
    hi, i can't program the system tray it would be nice if there were someone that made a patch or something else. however i decolorize some icons (kmix, klipper and kmess) in a first try and this is the (not bad) result:
    http://i.imagehost.org/0045/snapshot16.png
    the thing is, kde HAS options for coloring icons in different places. Problem is that KDE does not use those - at least i never managed to make it work. It only worked if i set the colors globally
    i tried to use this tool: only Desktop Effects works, but it changes both desktop and panel icons....but not system tray icons!!!
    wow

  • How do I install a patch? (xfce4-power-manager tray icon patch)

    Sorry if this is a stupid question or if the answer can be found elsewhere, but I googled and searched the forums and couldn't find any answers.
    xfce4-power-manager had for the longest time had a tray icon showing battery status, and they recently decided to remove it in favor of a xfce-panel only icon. Bringing it back was requested on bugzilla and a patch was released.
    But I really have no idea what to do with it. Can someone shine some light on this for me?
    Last edited by ralph_13 (2015-03-13 00:17:15)

    Putting prepare before the other functions didn't seem to work. Below is the full makepkg log:
    [ralph@AnarchBox xfce4-power-manager-p]$ makepkg
    ==> Making package: xfce4-power-manager 1.4.3-1 (Mon Mar 16 15:36:12 BRT 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Downloading xfce4-power-manager-1.4.3.tar.bz2...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 368 100 368 0 0 559 0 --:--:-- --:--:-- --:--:-- 560
    100 366 100 366 0 0 361 0 0:00:01 0:00:01 --:--:-- 98000
    100 1112k 100 1112k 0 0 31763 0 0:00:35 0:00:35 --:--:-- 23720
    -> Downloading attachment.cgi?id=5979...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 24765 100 24765 0 0 14505 0 0:00:01 0:00:01 --:--:-- 14499
    ==> Validating source files with sha256sums...
    xfce4-power-manager-1.4.3.tar.bz2 ... Passed
    attachment.cgi?id=5979 ... Passed
    ==> Extracting sources...
    -> Extracting xfce4-power-manager-1.4.3.tar.bz2 with bsdtar
    ==> Starting prepare()...
    patching file data/interfaces/xfpm-settings.ui
    patching file panel-plugins/power-manager-plugin/power-manager-button.c
    patching file panel-plugins/power-manager-plugin/power-manager-button.h
    patching file settings/xfpm-settings.c
    patching file src/Makefile.am
    patching file src/xfpm-manager.c
    Hunk #6 succeeded at 707 (offset 3 lines).
    Hunk #7 succeeded at 928 (offset 3 lines).
    patching file src/xfpm-power.c
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether UID '1000' is supported by ustar format... yes
    checking whether GID '1000' is supported by ustar format... yes
    checking how to create a ustar tar archive... gnutar
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether make supports nested variables... (cached) yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking whether gcc understands -c and -o together... (cached) yes
    checking dependency style of gcc... (cached) gcc3
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for fgrep... /usr/bin/grep -F
    checking how to print strings... printf
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether NLS is requested... yes
    checking for intltool >= 0.31... 0.50.2 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.20.2
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for ANSI C header files... (cached) yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for sys/types.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking sys/user.h usability... yes
    checking sys/user.h presence... yes
    checking for sys/user.h... yes
    checking sys/wait.h usability... yes
    checking sys/wait.h presence... yes
    checking for sys/wait.h... yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking math.h usability... yes
    checking math.h presence... yes
    checking for math.h... yes
    checking for unistd.h... (cached) yes
    checking sys/resource.h usability... yes
    checking sys/resource.h presence... yes
    checking for sys/resource.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking sys/sysctl.h usability... yes
    checking sys/sysctl.h presence... yes
    checking for sys/sysctl.h... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking procfs.h usability... no
    checking procfs.h presence... no
    checking for procfs.h... no
    checking for getpwuid... yes
    checking for setsid... yes
    checking for sigaction... yes
    checking for round in -lm... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for catalogs to be installed... ar ast bg ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu id is it ja kk ko lt ms nb nl nn oc pa pl pt_BR pt ro ru si sk sl sr sv te th tr ug uk ur_PK ur vi zh_CN zh_HK zh_TW
    checking for bind_textdomain_codeset... (cached) yes
    checking for locales directory... ${datarootdir}/locale
    checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for gtk+-2.0 >= 2.24.0... 2.24.27
    checking GTK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz
    checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for glib-2.0 >= 2.30.0... 2.42.2
    checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking GLIB_LIBS... -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for gobject-2.0 >= 2.30.0... 2.42.2
    checking GOBJECT_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking GOBJECT_LIBS... -lgobject-2.0 -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for gthread-2.0 >= 2.30.0... 2.42.2
    checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking GTHREAD_LIBS... -lgthread-2.0 -pthread -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for gmodule-2.0 >= 2.30.0... 2.42.2
    checking GMODULE_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking GMODULE_LIBS... -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for dbus-1 >= 1.1... 1.8.16
    checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
    checking DBUS_LIBS... -ldbus-1
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for dbus-glib-1 >= 0.84... 0.102
    checking DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for libxfconf-0 >= 4.10.0... 4.12.0
    checking XFCONF_CFLAGS... -I/usr/include/xfce4/xfconf-0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking XFCONF_LIBS... -lxfconf-0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for libxfce4ui-1 >= 4.10.0... 4.12.0
    checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking LIBXFCE4UI_LIBS... -lxfce4ui-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lxfce4util -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for libxfce4util-1.0 >= 4.10.0... 4.12.1
    checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for libnotify >= 0.4.1... 0.7.6
    checking LIBNOTIFY_CFLAGS... -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking LIBNOTIFY_LIBS... -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for upower-glib >= 0.9.7... 0.99.2
    checking UPOWER_CFLAGS... -pthread -I/usr/include/libupower-glib -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking UPOWER_LIBS... -lupower-glib -lgobject-2.0 -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for xrandr >= 1.2.0... 1.4.2
    checking XRANDR_CFLAGS...
    checking XRANDR_LIBS... -lXrandr
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for x11 >= 1.0.0... 1.6.2
    checking X11_CFLAGS...
    checking X11_LIBS... -lX11
    checking whether to build with polkit support... yes
    checking for DPMSQueryExtension in -lXext... yes
    checking whether XF86XK_Suspend is declared... yes
    checking whether XF86XK_Hibernate is declared... yes
    checking whether to build with network manager support.... no
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for libxfce4panel-1.0 >= 4.10.0... 4.12.0
    checking LIBXFCE4PANEL_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking LIBXFCE4PANEL_LIBS... -lxfce4panel-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -Wl,--export-dynamic -lgmodule-2.0 -pthread -lxfce4util -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for lxpanel >= 0.7.0... 0.8.0
    checking LXDEPANEL_NEW_CFLAGS... -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking LXDEPANEL_NEW_LIBS... -L/usr/lib/lxpanel -llxpanel -lfm -lgthread-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for lxpanel >= 0.5.6... 0.8.0
    checking LXDEPANEL_CFLAGS... -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking LXDEPANEL_LIBS... -L/usr/lib/lxpanel -llxpanel -lfm -lgthread-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0
    checking whether to build with debugging support... no
    checking PLATFORM_CPPFLAGS...
    checking PLATFORM_CFLAGS...
    checking PLATFORM_LDFLAGS...
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libdbus/Makefile
    config.status: creating common/Makefile
    config.status: creating src/Makefile
    config.status: creating settings/Makefile
    config.status: creating panel-plugins/Makefile
    config.status: creating panel-plugins/power-manager-plugin/Makefile
    config.status: creating panel-plugins/power-manager-plugin/lxde-0.7/Makefile
    config.status: creating panel-plugins/power-manager-plugin/lxde/Makefile
    config.status: creating panel-plugins/power-manager-plugin/xfce/Makefile
    config.status: creating data/Makefile
    config.status: creating data/icons/Makefile
    config.status: creating data/icons/16x16/Makefile
    config.status: creating data/icons/22x22/Makefile
    config.status: creating data/icons/24x24/Makefile
    config.status: creating data/icons/32x32/Makefile
    config.status: creating data/icons/48x48/Makefile
    config.status: creating data/icons/scalable/Makefile
    config.status: creating data/interfaces/Makefile
    config.status: creating data/appdata/Makefile
    config.status: creating po/Makefile.in
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing default-1 commands
    config.status: executing po/stamp-it commands
    prefix: /usr
    xdg autostart: /etc/xdg/autostart
    POLKIT: yes
    Network manager: no
    Build panel plugins: yes
    Xfce plugins: yes
    LXDE plugins: yes
    Backend: linux
    Debug: no
    Configuration finished, type make to compile
    make all-recursive
    make[1]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3'
    Making all in data
    make[2]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data'
    Making all in icons
    make[3]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons'
    Making all in 16x16
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/16x16'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/16x16'
    Making all in 22x22
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/22x22'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/22x22'
    Making all in 24x24
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/24x24'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/24x24'
    Making all in 32x32
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/32x32'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/32x32'
    Making all in 48x48
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/48x48'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/48x48'
    Making all in scalable
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/scalable'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons/scalable'
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons'
    make[4]: Nothing to be done for 'all-am'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons'
    make[3]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/icons'
    Making all in interfaces
    make[3]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/interfaces'
    make all-am
    make[4]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/interfaces'
    make[4]: Nothing to be done for 'all-am'.
    make[4]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/interfaces'
    make[3]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/interfaces'
    Making all in appdata
    make[3]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/appdata'
    ITMRG xfce4-power-manager.appdata.xml
    make[3]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data/appdata'
    make[3]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data'
    make[3]: Nothing to be done for 'all-am'.
    make[3]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data'
    make[2]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/data'
    Making all in libdbus
    make[2]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/libdbus'
    make all-am
    make[3]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/libdbus'
    CC libxfpmdbus_la-xfpm-dbus.lo
    CC libxfpmdbus_la-xfpm-dbus-monitor.lo
    CC libxfpmdbus_la-xfpm-unique.lo
    CC libxfpmdbus_la-xfpm-dbus-marshal.lo
    CCLD libxfpmdbus.la
    make[3]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/libdbus'
    make[2]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/libdbus'
    Making all in common
    make[2]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/common'
    make all-am
    make[3]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/common'
    CC libxfpmcommon_la-xfpm-enum-types.lo
    CC libxfpmcommon_la-xfpm-common.lo
    CC libxfpmcommon_la-xfpm-brightness.lo
    CC libxfpmcommon_la-xfpm-debug.lo
    CC libxfpmcommon_la-xfpm-power-common.lo
    CCLD libxfpmcommon.la
    make[3]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/common'
    make[2]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/common'
    Making all in src
    make[2]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/src'
    make all-am
    make[3]: Entering directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/src'
    CC xfce4_power_manager-xfpm-marshal.o
    CC xfce4_power_manager-xfpm-main.o
    CC xfce4_power_manager-xfpm-manager.o
    xfpm-manager.c: In function ‘xfpm_manager_show_tray_icon’:
    xfpm-manager.c:751:33: warning: assignment makes pointer from integer without a cast
    manager->priv->power_button = power_manager_button_new ();
    ^
    CC xfce4_power_manager-xfpm-power.o
    CC xfce4_power_manager-xfpm-battery.o
    CC xfce4_power_manager-xfpm-xfconf.o
    CC xfce4_power_manager-xfpm-console-kit.o
    CC xfce4_power_manager-xfpm-systemd.o
    CC xfce4_power_manager-egg-idletime.o
    CC xfce4_power_manager-xfpm-backlight.o
    CC xfce4_power_manager-xfpm-kbd-backlight.o
    CC xfce4_power_manager-xfpm-dpms.o
    CC xfce4_power_manager-xfpm-button.o
    CC xfce4_power_manager-xfpm-network-manager.o
    CC xfce4_power_manager-xfpm-inhibit.o
    CC xfce4_power_manager-xfpm-notify.o
    CC xfce4_power_manager-xfpm-polkit.o
    CC xfce4_power_manager-xfpm-errors.o
    CC xfce4_power_manager-xfpm-suspend.o
    CCLD xfce4-power-manager
    xfce4_power_manager-xfpm-manager.o: In function `xfpm_manager_tray_update_icon':
    xfpm-manager.c:(.text+0x11c9): undefined reference to `power_manager_button_get_type'
    xfpm-manager.c:(.text+0x1224): undefined reference to `power_manager_button_get_icon_name'
    xfce4_power_manager-xfpm-manager.o: In function `xfpm_manager_tray_update_tooltip':
    xfpm-manager.c:(.text+0x128d): undefined reference to `power_manager_button_get_type'
    xfpm-manager.c:(.text+0x1324): undefined reference to `power_manager_button_get_tooltip'
    xfpm-manager.c:(.text+0x1336): undefined reference to `power_manager_button_get_tooltip'
    xfce4_power_manager-xfpm-manager.o: In function `xfpm_manager_set_property':
    xfpm-manager.c:(.text+0x14e0): undefined reference to `power_manager_button_new'
    xfpm-manager.c:(.text+0x150e): undefined reference to `power_manager_button_show'
    xfce4_power_manager-xfpm-manager.o: In function `xfpm_manager_show_tray_menu':
    xfpm-manager.c:(.text+0xa9): undefined reference to `power_manager_button_show_menu'
    collect2: error: ld returned 1 exit status
    Makefile:742: recipe for target 'xfce4-power-manager' failed
    make[3]: *** [xfce4-power-manager] Error 1
    make[3]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/src'
    Makefile:604: recipe for target 'all' failed
    make[2]: *** [all] Error 2
    make[2]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3/src'
    Makefile:510: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/home/ralph/.abs/xfce4-power-manager-p/src/xfce4-power-manager-1.4.3'
    Makefile:441: recipe for target 'all' failed
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...

  • Creative Mixer 'can't register tray icon' after updating dri

    I have Soundblaster 6pci and was having problems with 'warbled' sound. I updated the driver and now every time I reboot, I keep getting the error "Creative Mixer can't register tray icon" and the arrow by my startup programs won't appear. The mixer is checked in msconfig. If I do a system restore or reinstall the old driver, the mixer starts on reboot, but then I have no sound. Even doing a clean reinstall of the original driver doesn't repair the sound.
    Any suggestions?

    The app will be in following folder:
    Win:Program Files\Adobe\Adobe Photoshop CC
    Mac:Applications /Adobe Photoshop CC
    If it not there Run the Cleaner tool to remove Ps CC :http://www.adobe.com/support/contact/cscleanertool.html . Restart your system and then try installing Ps again from CC app.
    Regards,
    Ashutosh

  • On a MAC (10.6) I want to make the icons/tool bar text bigger. How???

    Simple. I want to make the icons/tool bar text bigger. i.e., the words "Home" "Reload" "Stop" "History", etc in toolbar are way, too small. I need bigger icons, toolbar text, and bigger text on TABS. How can I do this?

    See:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • Proper tray icon iconify/bring to front behavior

    Hi, I have a small but annoying problem with JDIC tray icons and JFrame. Maybe there's some really simple solution for this but I can't see it.
    My app has one JFrame and a TrayIcon for it. Currently, a click to tray icon iconifies the frame when it's visible, and a click to tray deiconifies the frame when it's iconified. Simple enough, but my problem comes when I try to make the behavior a little more user-friendly: when the frame is visible, a click to to tray should bring it to the front IF it's not the topmost window - and iconify only when it's the topmost window.
    The problem is, that when I click the tray icon - the JFrame loses it's focus and my code just always brings the frame on top.
    Here's my code (Workbench contains a JFrame):
    tray.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e) {
                        Workbench workbench = app.getWorkbench();
                        if (workbench.isIconified()) {
                             if (!workbench.isVisible()) {
                                  workbench.setVisible(true);
                             workbench.deiconify();
                             workbench.toFront();
                        } else {
    // here's the problem
                             if (workbench.isFocused()) {
                                  workbench.iconify();
                             } else {
                                  workbench.toFront();
              });I thought about somekind of timer hack, that would check the time since the frame lost focus and compare it to current time when I press the tray icon, but that's an ugly solution - and some users might hold the button down longer than others.
    Another would be to ask the topmost OS window with JNI (afaik. there is no such method in Java?)
    btw. I just tried how mIRC does this, and it seems to get stuck to the "toFront()-state" too, when I set some another window to an "always-on-top"-mode. So I guess it's not the most ideal solution to ask the OS for the topmost window - but that would still do it for me.
    Anyone have other ideas ?
    Message was edited by:
    finalfrontier

    I am very interested in implementing just such a thing with my Java application. I am in the starting phases of this project and ran across your post in my search for info.
    How much do you already have implemented? I.E., can you display the icon but are just having trouble catching the events for when the icon is clicked? Or do you not even have the ability to display the icon yet? I have found the Windows documentation on the MSDN site for the shell function Shell_NotifyIcon(), which is what we want to use but I have not begun any attempts to use it yet.
    If you (or anyone else) have any info or have had any success at all with this yet, I would be very interested in hearing how it works. I'll be happy to share any info I find, when/if I get that far.
    Thanks,
    j

  • New LabVIEW 2014 Tray Icon

    I now have LabVIEW 2104 on my Windows PC and love the new Tray Icon.  Can somebody produce an Icon file for the other labview versions? I don't have the tools or the skill.
    I have LabVIEW 2009, 2010, 2011, 2012, 2013 as well as the new 2014 (see Below).
    Ken

    http://forums.ni.com/t5/LabVIEW/How-To-Setup-your-LV-Icons-so-you-can-tell-versions-apart/m-p/125285...
    Try to take over the world!

  • Lost Tray Icons

    Hi,
    I have had my iPad for a while now. Every so often I loose everything in the tray. I am not clear on how this occurs. I can search for the apps, for example Safari, and its still installed however it goes missing and its not relocated to a folder or any other location, it just goes missing. As a matter of fact ALL the icons in the tray seem to vanish at the same time. The only way I have found to resolve this is to reset the home screen which in turns blows away all my folders. So far this has happened about 6 times. At this point I am about ready to just stop using the device because of this. Its a huge pain to restore all my apps back to folders. While this is my first post in the apple forums I have asked this same question on other forums and searched for some time on the web and found no other instances of this. I have found folks that lost 1 icon , such as the app store icon, but never ALL the tray icons. If this is the result of something I am doing wrong I would love to know what that is. Also is there a way to resolve this without doing a reset on the home screen?
    Thanks
    Chris

    This is a common issue with jailbroken iPads (found that out using a tool called Google). I'm going to assume yours isn't jailbroken, though, and say that you should try a reset (Hold down Sleep and Home buttons until the Apple logo appears on screen), and see if this fixes it.

  • Simple GUI admin tools?

    Hello,
    I am trying to customize arch linux for a windows user, who does not know linux, but want to use it And all this is on an old Pentium 600MHz with 128MB RAM, so I am looking for light solutions.
    So I have installed icewm with XP theme, rox, xfe and idesk, which basically resemble WindowsXP.
    But now I am searching for simple GUI admin tools to manage users (add new user, change password). I would prefer the "unix way" - one simple tool for one task, instead of one Swiss-army-knife app. The only two tools I found are linuxconf/gnome-linuxconf (which unfortunately is not developed anymore) and webmin/usermin (which needs a webserver, and is way too complicated). Do you know any useful tools like this? Do you have any other recommendations? For example, I could not find simple and not terminal-only mixer, and there is no mixer tray for icewm, so I had to use aumix-gtk ang gnome-alsamixer (both of which are too complicated).
    Do you know similar projects? Or if other (possibly "mini") distros use some light and not distro-specific tools? Please share your recommendations.
    Regards,
    miko

    all arch has is webmin and usermin really and yes they aren't super easy to use... I agree it would be handy to have something basic in arch like that. Just doesn't exist as far as I know.

  • Can't mount Time Capsule on PC (white system tray icon no longer there)

    My new time capsule is working perfectly on my MacBookPro, however recently I tried to get it to work on my PC laptop. I easily got the wireless internet work on the PC, that's not a problem. I installed the airport utility on my PC and it was able to recognize it through the airport utility interface/configuring window where I could change settings, etc., just like I could on my Mac. There used to be (on my PC) this white icon in my system tray on the lower right of my screen. When I clicked on this I could type my password, as prompted, and mount to the time capsule, which I could now see in My Computer as a drive. I tested a few files by dragging them over into the drive, and it worked fine. Now, a week later the icon in the system tray has disappeared, and I can no longer see the time capsule on my PC in My Computer. I can still click on the airport utility icon in my programs and see/change settings in my time capsule from my PC, but cannot see nor access the drive from My Computer (or mount by clicking on this now missing icon). Anyone else know what I can do? Thanks in advance!

    I was just having this problem and figured out that the white system tray icon is the Airport Base Station Agent. It wasn't running for me for some reason, too, but I found it and started it back up again at C:\Program Files\AirPort\APAgent.exe.
    Here's an Apple Support article (it's a little old) I found that discusses drive mapping in windows with the Airport Base Station Agent: http://support.apple.com/kb/HT1331
    Hope this helps.

  • How do I get firefox 3.5 back? Firefox 4 can't find yahoo.mail URL. Using your suggestions has caused me to loose my system tray icons and printers from my computer altogether and my system restore will no longer work either.

    Firefox 4.0 cannot find the Yahoo mail URL. Working with the Verizon tech we were able to get Internet Explorer to finaly find the yahoo mail web site. But not luck with Firefox 4.0 .
    Since trying your suggestions to make firefox 4 find the Yahoo mail URL. I have noticed that all of my system tray icons except the Panda anti virus and volume control icons have disapeared. My system restore will not restore and printers are gone altogether. How do I get the old firefox and all i've lost back.
    Hector, [email protected]

    Still cannot fix it to get Yahoo e-mail. This what I get now from Ff3.5 now.
    Sorry, we can't find "http://us.mc1121.mail.yahoo.com/mc/welcome". Please check the spelling of the web address.
    From Ff4 it can't find the " URL proxy server" on it's server???
    Have tried most every solutions/suggestion I could find have my computer just keeps getting worse. Where do I find the 4 solutions you mention here to see if I have not already tried them? I don't see or know where to go to find these solutions??? Can anyone help me find the fix???
    E-mail add. [email protected]

Maybe you are looking for