Desktop Panel misbehaviour


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Desktop Panel misbehaviour
# 1  
Old 10-19-2008
Desktop Panel misbehaviour

On my Desktop panel the 'shortcuts' to 'Places' all opens Rhytmbox instaed of
Documents,Pictures etc. My system is SunOS Ultra20 5.11 snv_99 i86pc i386 i86pc
Solaris
It came with my first opening of rhytmbox.Smilie
Does anybody know how to fix this?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Linux

System Panel disappear.

Dear all, I lost my CentOS 6.4, Systems default bar/panel where we navigate our system for the Applications, Places & System, Is there anyone who can help me please??? (1 Reply)
Discussion started by: saqlain.bashir
1 Replies

2. Red Hat

Gnome3 top panel

I installed fedora15, but it's panel is on the top. How to move it down to the bottom? (2 Replies)
Discussion started by: vistastar
2 Replies

3. Red Hat

Firefox do not starts from Panel

Hi I am facing a problem related firefox and some other applications like DocumentViewer (evince). I can run the firefox from terminal by just giving command "firefox" but when I made its shortcut in panel and try to run through that panel shortcut , the mouse coursor just becomes busy for... (10 Replies)
Discussion started by: mak_mailbox
10 Replies

4. UNIX for Dummies Questions & Answers

Adding Applets to panel

This may sound simple, but its not! I have been making a few live-cds lately and have been customizing it using gconftool-2 --direct etc.... to change background, panel color etc... I have looked and looked but cannot find a way to add a applet to the top panel via command line, im sure there must... (0 Replies)
Discussion started by: dave123
0 Replies

5. AIX

alert signal in panel

hi experts, In my AIX p-series server, in the panel board, i saw the attention singal is glowing..... i dont know how to clear this from console/remotly..... please help me out. thanks in advance (3 Replies)
Discussion started by: rrlog
3 Replies

6. What is on Your Mind?

Flat Panel Display

Hi, I am going to buy a new TV set, but I am not sure what to buy.. I would like to have a Flat Screen, around 42" (~106cm), but i am a bit confused... Reading the technical papers, plasma displays seems to better, but talking with friends and colleagues, they would prefer LCDs... Plasma... (2 Replies)
Discussion started by: pressy
2 Replies

7. UNIX for Dummies Questions & Answers

Control Panel seeking.

Hi, guys. My friends and I used to rent space from our ISP, and they applied Cpanel to help us to config. Recently we just upgrade to the dedicated server plan, and there is nothing but only the os has been installed. Since Cpanel is the commercial software, we cannot afford it, we need to find a... (2 Replies)
Discussion started by: HOUSCOUS
2 Replies
Login or Register to Ask a Question
PLINITBUTTON(2) 						System Calls Manual						   PLINITBUTTON(2)

NAME
plinitbutton, plinitcanvas, plinitcheckbutton, plinitedit, plinitentry, plinitframe, plinitgroup, plinitidollist, plinitlabel, plinitlist, plinitmenu, plinitmessage, plinitpopup, plinitpulldown, plinitradiobutton, plinitscrollbar, plinitslider, plinittextview - panel reinitial- ization functions SYNOPSIS
#include <u.h> #include <libg.h> #include <panel.h> void plinitbutton(Panel*, int, Icon*, void (*)(Panel*, int)) void plinitcanvas(Panel*, int, void (*)(Panel*, Mouse*)) void plinitcheckbutton(Panel*, int, Icon*, void (*)(Panel*, int, int)) void plinitedit(Panel*, int, Point, Rune*, int, void (*)(Panel *)) void plinitentry(Panel*, int, int, char*, void (*)(Panel*, char*)) void plinitframe(Panel*, int) void plinitgroup(Panel*, int) void plinitlabel(Panel*, int, Icon*) void plinitlist(Panel*, int, char *(*)(int), int, void(*)(Panel*, int, int)) void plinitmenu(Panel*, int, Icon**, int, void (*)(int, int)) void plinitmessage(Panel*, int, int, char*) void plinitpopup(Panel*, int, Panel*, Panel*, Panel*) void plinitpulldown(Panel*, int, Icon*, Panel*, int) void plinitradiobutton(Panel*, int, Icon*, void (*)(Panel*, int, int)) void plinitscrollbar(Panel*, int) void plinitslider(Panel*, int, Point, void(*)(Panel*, int, int, int)) void plinittextview(Panel*, int, Point, Rtext*, void (*)(Panel*, int, Rtext*)) DESCRIPTION
Corresponding to each Panel-creation function (see plbutton(2)) is a function that reinitializes the parameters of that kind of panel. The reinitialization functions are all named by inserting the string init after the creation function's initial pl. For example, plinitbutton will reinitialize a panel created by plbutton. Their argument lists are identical to the corresponding creation function, except that the first argument is a pointer to the panel to be reinitialized, rather than its parent. SOURCE
/sys/src/libpanel SEE ALSO
plinit(2), plbutton(2), graphics(2) Tom Duff, ``A quick introduction to the panel library''. PLINITBUTTON(2)