Ubuntu :: Show Desktop Button Icon Cut Off?
May 4, 2010
This is a super tiny detail that most people probably don't even notice, but why is the show desktop button icon cut off? It looks really weird.
I don't think it was like that in 9.10. Is there any way to fix it?
View 9 Replies
ADVERTISEMENT
Apr 30, 2010
I tried xdg-desktop-icon command. It does install a shortcut. The shortcut works when double clicked. But the shortcut is shown as a standard icon, not the icon defined in the .desktop file. Do I miss something?
View 1 Replies
View Related
May 14, 2010
ubuntu 10.04, show desktop button, how do i change it`s color ?
View 2 Replies
View Related
Feb 15, 2011
I have been trying to active the shortcut <Super>+D to minimize all active windows and show desktop. Compiz is already install on my system,that I have tried all possible combinations of "show desktop" functionality in Compiz and Gnome itself. However, whenever I use the shortcut, it activates(maximize) one window first, and it shows desktop if I use the shortcut second time. Actually same thing happens when I press the "show desktop" button on the panel as well
View 4 Replies
View Related
Jun 5, 2010
I use default ambiance theme.
I love this theme, but show desktop icon is ugly.
It looks like some theme has show desktop icon in theme folder, but others are not.
How can I change icon? I think it's ubuntu's default show desktop icon.
View 5 Replies
View Related
Jan 30, 2010
is there a way to get an icon "show desktop" to my desktop?
View 7 Replies
View Related
Jun 17, 2010
noticed that the button at the bottom left corner of the desktop doesn't work.It is supposed to hide everything on the desktop and when clicked again bring everything back.I was jacking around (learning) with Compiz yesterday, but not sure how that could affect it.
View 2 Replies
View Related
Jun 17, 2010
I hate the purple "Show Desktop Icon" in Lucid and I finally figured out how to change it:
1) sudo apt-get install wmctrl
2) Create the following script and proceed as directed within the script's comments:
#!/bin/sh
# GLD's Show Desktop Button script. Here's how to do it.
# sudo apt-get install wmctrl
# Right click on the panel and select "Add To Panel".
# Choose "Custom Application Launcher".
# Use the file name of this script for the Command.
# Use whatever icon that you want. The generic Ubuntu Show_Desktop_Button icon is located here:
# /usr/share/gnome/help/user-guide/C/figures/show_desktop_button.png
if [ -f /tmp/toggle_show_desktop_$USER ]thenwmctrl -k off
rm /tmp/toggle_show_desktop_$USER elsewmctrl -k on
touch /tmp/toggle_show_desktop_$USERfi
View 2 Replies
View Related
Jun 27, 2011
how to put an icon for the main disk (not Computer) on my Ubuntu 10.04 desktop.
View 4 Replies
View Related
Nov 19, 2010
I've created a custom profile for the terminal, and have edited CompizConfig to make it a transparent shell, so now my background is essentially now my terminal. However, when I click "Show Desktop", it minimizes everything, including this terminal. Would I be able to edit the setting for this so it keeps the terminal up
View 2 Replies
View Related
Jun 23, 2011
I'm looking for a way to may the open windows show just an icon on the taskbar instead of the icon/text/rectangle that's default. Something similar to Windows 7.
View 1 Replies
View Related
Jun 23, 2011
It always shows a same icon, for every application which shows message tray icon. I just did some shell extension work after fresh installation of F15, nothing related on message tray. Don't know how to change it back.Dose anyone knows how to customize message tray icon for gnome-shell?
View 2 Replies
View Related
Jan 5, 2011
i was follow a tutorial how to change show desktop to minimize all windows
can any body help me how to restore it to default ?
View 3 Replies
View Related
Mar 22, 2011
I have just created an 11.3 64 bit image using susestudio. All seems well but would like to customize the desktop via my script that I have added. My question is how do I remove the home directory and the trash icon from the desktop? Or better said what is the path to removing the symbolic link, I cannot find the symbolic links in the desktop directory. It is empty, I do not see any symbolic links under /home/test/Desktop?
View 3 Replies
View Related
Aug 2, 2009
I'm trying to add .desktop file for my application but I'm stuck with very strange problem.I created 48x48 icon for my program called etmmanager.png.I created .desktop file according to specifications:
Code:
[Desktop Entry]
X-SuSE-translate=true
Categories=Application;Utility;X-SuSE-TimeUtility;
Comment=ETM Manager for time logging
Exec=etmmanager
code....
My problem is that icon is not working in menu! I can find my program in Utilities->Time->ETM Manager and this is what I wanted, but there is no icon for the program.
It starts working if I specify absolute path in etmmanager.desktop file like
Code:
Icon=/usr/share/pixmaps/etmmanager.png
About my system - Opensuse 11.1 KDE 4.2
View 3 Replies
View Related
May 3, 2011
I've installed 11.04 as an upgrade to 10.10. Now, the back/forward buttons in Firefox have no icons, which means they're hard to find, and they're also much thinner than usual. Also, the home button has disappeared and I can't put it back from the customize menu. I've reinstalled Firefox to no avail.
View 3 Replies
View Related
May 16, 2011
My power button icon on the toolbar in Unity is invisible -- that is, it occupies the far right-most column of pixels and displays no icon. (See attached screenshot -- the power button menu only comes up with the mouse all the way to the far right (where you can't really see it in the screencap.)).Any idea how to get it back? It's not a big deal, but it'd be nice to avoid being made fun of by my OS X/Wind0ze-using friends for having an invisible power button.I have Natty installed, but using the same /home (and thus the same config files) from previous installs. Might that be the problem?
View 8 Replies
View Related
May 29, 2009
I am running openSUSE 11.1 + KDE 4.2.I wonder where is the desktop button, which minimized all currently opened applications and brings you back to the desktop?
Please could someone let me know how or what do I need to insert to the control panel?
View 5 Replies
View Related
Nov 6, 2009
How do I change the icon on KDEs kmenu button?
View 4 Replies
View Related
Jan 20, 2011
I install ubuntu studio 10.10 64 bit but i want to know how to
show icon of document , download , at places in menu bar?
View 2 Replies
View Related
Apr 28, 2010
Why you put off the button in the left down corner to hide/show all windows? It is the must button! How can I return it back?
View 1 Replies
View Related
Mar 18, 2010
I am using pogodynka.sh to try and get conky to show the temperature and incorporate and icon from weather.ttf to show a graphical depiction... i.e. a sun for sunny, a cloud with a lightening bolt for thunder...
I have managed to get it working in the past (about a year ago) Now I am unable to get the icon to show, the font is installed and being used by other parts of the same instance of conky. However the pogodynka DOES state the temperature. I just have no graphical representation of that, thus it creates a big blank spot in the middle of my conky....
View 1 Replies
View Related
Sep 14, 2010
I don't know what could be causing it, but my Icons from the panel sometimes won't show the whole icon, sometimes it show two icons overlapping each other, I was hoping it would be that I should have set the Panel size according to a "better" and standard Icons size, but that did'nt solve the problem as I changed to 48px; does anyone have a clue what could be causing it?
View 2 Replies
View Related
Jul 23, 2011
The icon for the terminal won't show in the side bar on my desktop when it is running. Is there anyway I can get it back or fix this issue? I'm using Ubuntu 11.04 (Natty Narwhal).
View 2 Replies
View Related
Jul 1, 2010
This is just one of those annoying but superficial things: When I empty my recycle bin, the items fully delete (as far as I can tell) but the icon for the trash remains a full trash can. I have 10.04
View 5 Replies
View Related
Jul 19, 2011
I have set up a server running ubuntu desktop, and I'm able to logon through remote desktop (win 7). The problem is that if I logon from computer 1 and open some programs, I don't see these programs when I logon from computer 2.I logon with the same user, so I find this strange. Is there some setting I have missed to be able to see the same from any computer (logon through remote desktop).
View 5 Replies
View Related
Sep 10, 2010
Could you please help me to get the "Multiple Desktop Windows Icons" back on my KDE desktop panel?I accidentally disabled it by right clicking on bottom left of the panel and now i am not able to restore it back through System Setting > Multiple Desktop
View 2 Replies
View Related
Jun 26, 2011
I just installed Fedora 15 with the gnome desktop which looks like the android system for mobile phones, I installed wine which put the icons on my desktop but whenever I install a windows app it doesn't put an icon on my desktop for that particular application. How would I add an icon for those window apps so I can lunch them from the desktop, I don't know if you call that the desktop or just the program luncher either way how do I put an icon there so I can run those windows apps from there?
View 4 Replies
View Related
Sep 21, 2010
Just updated to KDE 4.5.1, and im having a hard time getting the tray icons to work.
For instance, i cant get the Pidgin tray icon to show. I cant get Qinternet to show either.
View 9 Replies
View Related
Feb 10, 2010
I deleted all APs in my Wireless Section of network manager. After that, the whole network manager icon disappeared. I added the icon back on the panel, but I don't think its the right one. It doesn't do the two green cicles thing when I connect my ethernet wire in. It also doesn't show any wireless AP when I left click on the icon. It doesn't even have an X mark on the bottom left of the icon when no network is detected
View 1 Replies
View Related