Debian Multimedia :: GUFW Icon Missing
Feb 1, 2016
Every time I install Jessie, I also install gufw as a graphical firewall frontend for desktop users, but I've also always had to create my own menu icon because the default one never showed up. I opened up the .desktop file today and took a look to see why it was never displayed in Gnome.
There was a line next to the bottom that basically told it to only appear in Unity. Deleting this line allowed it to appear in the Gnome menu. My question is this. Why is this line even in here?
Screenshot: [URL] .....
View 2 Replies
ADVERTISEMENT
May 19, 2010
For some reason I'm not getting the weather icons associated with displaying the kind of weather. Obviously something is missing somewhere.
View 2 Replies
View Related
Mar 26, 2010
On my laptop, I have stable installed. The original install was about two years ago, and I've just been keeping up with all of the stable updates. It is now an up to date Lenny. Over the months and years I have added several new icon themes to Gnome. I have noticed over time that several of the icon themes' icons have turned up missing. To see what I'm talking about take a look at the screen shots here: [URL]
Screenshot-2 is a closeup.
As you can see, icon themes Amaranth, Crux and Dropline Etiquette are missing their respective theme icons. The icon themes work, when selected, but the icon theme icon in the "Customize Theme" window never appears. Several of the other icon themes are the same. I have tried uninstalling and reinstalling the icon theme packs, but that doesn't fix it. I also have a desktop system of Debian stable with some of the same icon themes as on the laptop, but it does not have this problem. However, it is a much newer installation.
View 4 Replies
View Related
Mar 9, 2011
gufw - transfer gufw rules to a new computer.Set-up over time, a gufw contains dozens of rules.Is there a way to easily copy and transfer these rules to a new computer - without spending hours of setting it up again from scratch, by hand
View 4 Replies
View Related
May 6, 2010
I'm using ubuntu 10.4 and accidently removed the notification area from the top panel. Since then, I haven't been able to retrieve the icon. As I've read in many threads, I've added a new panel and added a notification error, but the area stays empty. (see screenshot) My other icons like the volume control and the amarok icon were gone as well, but setting up a new indicator applet did the trick. Still, the skype icon won't come back, I've even removed Skype and reinstalled it, but nothing changed. how I could get the icon back again?
View 9 Replies
View Related
Mar 24, 2016
I have probllem with Insync (google drive synchronisation).I instaled insync and insync-nautilus, synchronisation was started, but I haven't icon in tray ( upper right corner of the screen ).My system that Debian 8.3 32Bit.
View 1 Replies
View Related
Mar 11, 2011
I installed Debian Squeeze (6) yesterday and noticed on the XFCE4 Setting Manager screen, there is no icon showing next to the Screensaver item. All other icons are present. Am I missing a file or package perhaps?
View 14 Replies
View Related
Aug 22, 2010
I recentlty did a new install and the printer icon no longer shows up in the notification area when printing....I cannot figure out what is missing or did they omit this...
View 3 Replies
View Related
Jan 7, 2016
I'm brand new to Linux and perhaps foolishly jumped right into Debian (Jessie). I've managed to get Dropbox downloaded/installed/whatever the proper parlance is, but in order to access it I have to input Code: Select all~/.dropbox-dist/dropboxd. When I close the root terminal, Dropbox disappears.There's no icons in the menu. Likewise with GUFW. It might be superfluous since UFW seems to be active whenever I check it through the root terminal. Is there any way to configure Dropbox to start automatically and maintain its status even if the root terminal is closed? I've looked around these forums and the internet in general and not found any similar problems. Also, I installed Spotify but whenever I click the icon nothing happens.
View 8 Replies
View Related
May 24, 2011
I have a problem with the unix firewall (gufw). I'm using Linux Mint Debian Edition. The problem appears when I double click on the icon to bring it up for configuring. Everything is grayed out so I click on the "unlock" button. Normally, this is when gufw comes alive with color. But all I get now is a note on the bottom of the gray screen that says "Wrong Identification". Uninstalling and reinstalling UFW and GUFW didn't fix the problem. I would like to have my firewall working for me.
View 3 Replies
View Related
Jul 30, 2015
I have a multi-platform QT4 application and I'm trying to make it run on Debian 7.x. In this app I'm creating 2 QSystemTrayIcon 's and when I run this application on Debian 7.8 with Gnome 3 disabled both tray icons show up nicely in the notification area in the top-right panel. However when I have Gnome 3 enabled nothing shows up in the top-right panel and the tray icon shows up in the (hidden) bottom panel, but the problem is only the first one of my 2 tray icons shows up - the other one is lost.
I'd like to ask, whether it is by design so, that on Gnome 3+Debian 7.8 there can be only one tray icon per application? Or is it some issue with Qt? I tried also Ubuntu 14.04 with Gnome 3 and there both tray icons showed up nicely in the top-right panel.
View 0 Replies
View Related
Feb 23, 2016
i've installed dropbox from URL...i started the daemon and all seems run ok.Now i want to configure the selective syn but i can't see the dropbox icon in the menu bar.i need to select preference from dropbox icon. URL...where is the icon?
View 11 Replies
View Related
Jul 22, 2009
There doesn`t seem to be a tray icon for Rhythmbox. The only way to minimize it seems to be to the taskbar. I have used Rhythmbox. I am using a fully updated Debian Testing with Rhythmbox 0.12.3.
View 9 Replies
View Related
Sep 9, 2010
I have a 2 Computers:
Computer A has a RAID array in it, and everything works perfectly fine. When Computer A powers on, the RAID array is automatically mounted, mdadm takes care of all of the things it's supposed to, and an icon for the RAID array is automatically placed on the desktop. Everything Just Works (TM).
Computer B is configured similarly to Computer A. They have identical configuration files (at least, all the ones I've checked are identical), and when Computer B powers on, the RAID array is automatically mounted, mdadm takes care of all of the things it's supposed to, BUT, NO icon for the RAID array is automatically placed on the desktop. How do I change that?
They have identical /etc/fstab's (the lines in bold are the ones that matter):
Computer A
mediaserver:/home/mediaserver/Desktop# cat /etc/fstab .....
Computer B
mediaserver:/home/mediaserver# cat /etc/fstab
# /etc/fstab: static file system information .....
They have identical /etc/mdadm/mdadm.conf's
Computer A
mediaserver:/home/mediaserver/Desktop# cat /etc/mdadm/mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=0.90 UUID=82bfcecf:5cd4d557:2f1fbd23:68e2797c
Computer B
mediaserver:/home/mediaserver# cat /etc/mdadm/mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=0.90 UUID=6c24c0e5:84ead07e:c109596b:d7e29b7e
The outputs of mount are also very similar:
Computer A
mediaserver:/home/mediaserver/Desktop# mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md0 on /mnt/arrayCOMP_A type xfs (rw)
Computer B
mediaserver@mediaserver:~$ mount
/dev/hdc1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md0 on /mnt/arrayCOMP_B type xfs (rw)
mediaserver@mediaserver:~$
So how do I get an icon for the device /dev/md0 to automagically appear on the desktop every time the device is mounted (which occurs every time the computer boots up)?
View 7 Replies
View Related
Jul 25, 2011
I installed aptosid ( ex-sidux), based on debian sid. It uses xfce manager.
On the desktop I have many icons ( like other patitions, trash, ..), I want to remove them, where to do it, they don't appear in the Desktop directory (they are not links).
By the way, I think, if I really understand it ??, xrandr replaces xorg, I can't find the file used by xrandr unlike xorg uses xorg.conf.
View 3 Replies
View Related
Mar 9, 2010
I don't know what happened here, but running debian lenny and all of a sudden my icon theme is rodent, a decent chunk of icons are not showing up, and when I go to the icon changing panel they all look the same - like rodent! Icon themes I put in ~/.icons don't show up, and the icons in /usr/share/icons are permission as such:
root:root
755
View 2 Replies
View Related
May 31, 2015
I recently installed Debian 8 with the Xfce Desktop Environment, which uses the Lightdm gtk greeter as its login manager. My login screen at the moment looks something like this: [URL] ..... In particular, I still have the "grey person" as the default user avatar.
I have been unsuccessfully attempting to change my personal login avatar, following the advice on the Arch Linux wiki: [URL] .... I began by naming my desired avatar .face and saving it in my home directory. That didn't work, but I was not discouraged because the wiki mentioned that there were issues with the ".icon method". So I then installed accountservice, created a directory for my user, and saved my desired avatar as a 96x96 PNG named username.png in the appropriate directory (making sure that it had the necessary permissions, of course). That didn't work either...
View 2 Replies
View Related
Oct 17, 2015
i have a problem with both spotify and teamviewer. Both of them work just fine but when i close the main window they keep going in background (as they should) but, not showing any tray icon, if i want to close them i have to manually kill them in a terminal. For teamviewer there's an option to choose to completely close the program by closing the windows but i would like to have the possibility of having the app working in background with a tray icon!!!
Spotify gave me the same problem but i read on spotify community that is a bug of the current version. Still i'd like to solve the problem with teamviewer.I had a similar problem with skype and i solved getting a plugin from https://extensions.gnome.org/ but for teamviewer i don't see anything similar...
debian 8.2 jessie
asus n53jl
kernel 3.16.0-4-amd64
View 0 Replies
View Related
Mar 6, 2010
This problem showed after fresh installation of Debian Testing (image is dated at 1 march 2010). When I want remove cd I click button on device but the icon is still at the desktop and in the nautilus too (in the left sidebar). I have to remove it manualy from nautilus or desktop ( option: eject ). This problem shows with packages like gnome-mount or gnome-volume-manager ot without them.
View 5 Replies
View Related
Feb 2, 2011
Any way to remove the background color from the icon text? The little color bubble that holds the icon text? Yes I know I am picky...
2011-02-01-203633_1280x800_scrot.png (6.88 KiB) Viewed 504 times
View 12 Replies
View Related
Aug 1, 2011
The first issue is adding launch icons to the task bar. I can add launchers, but cannot figure out how to link them to applications. It is only half a problem, because putting links on the desktop is easy, but I prefer having launchers on the task bar so the desktop is not cluttered.The big problem is placement of desktop icons. I like to put icons on the right side of the screen, and more importantly, I like to group related icons. For example, if I had a folder or document for Linux and another for Debian, I want them grouped together. I also like arranging by category: folders in one column, documents and images in another and launchers (if any) in a third. However, if there is way to enable desktop icons to be moved, I cannot figure it out. Icons are fixed on the left side of the screen with folders first in alphabetical order, then documents/images in alphabetical or numerical order, and launch icons last.My guess is icons can be moved, but I am not computer literate enough to figure it out. It does not make sense that the task bar can be placed on the top, bottom, left or right, but desktop icons cannot be moved. I have tried every preference setting, but there are no relevant options.Am I over-looking something that is not obvious or is it a strange deficiency with LXDE?
View 3 Replies
View Related
Oct 10, 2015
I'm using Robolinux Cinnamon which is Debian 8.2 (fantasic OS btw). I usually use a blank, black wallpaper but the default color of the icon font is black. I googled this question for about an hour before I came here. How to change the icon font color on the desktop to white?
View 7 Replies
View Related
Oct 5, 2010
I've got a desktop "konsole" shortcut that works great, it has a "konsole" icon on it that fits well.
I've copied this desktop shortcut to a taskbar shortcut (via drag'n drop).
The result is a usable shortcut, but with a wrong icon image.
I've reproduced the problem three times for different apps and obtained three times the same icon (but the shortcut is however good).
If I open the configuration popup, it displays the correct icon ...
Indeed, I found a way to change the icon : I must modify the icon of the filetype associated with "desktop" filetype ... but after a reboot, all icons will changed Strange isn't it ? have a look of the screenshot
View 3 Replies
View Related
Dec 8, 2010
I downloaded an flv video from ..... and tried to transorm it into mp3 with sound converter but the choise to make it mp3 is not there at all.Am I missing some codec and if so how can I install it?
View 1 Replies
View Related
Aug 19, 2011
I seem to have no end of strange problems. Ctl-Alt-Del no longer presents me with the logout/shutdown dialog. I have no idea what caused it to disappear. I have to use Ctl-Alt-Backspace to kill X now in order to shutdown, reboot, or log in as a different user. I can't find any setting in kdmrc that might affect this. I'm running straight squeeze. I have been removing and re-installing a variety of packages, (see my post on Kaffeine, e.g.) but have not seen any errors or found any broken packages.
View 2 Replies
View Related
Nov 22, 2014
I got a new laptop, Dell Vostro with AMD A6. This came with Ubuntu 12. Got rid of it!I installed Debian 7.6 from a Live dvd with gnome & update it and no have Debian 7.7. I saw a few videos where Debian 7 comes with a vertical menu bar at the left of the screen and most of the options are available is a nice graphical interface. This is missing in my installation.Below is a link of desktop image i could find. The left activities bar does not show on my system. URL....
Also including diplay details if this could be display drivers related.
01:00.0 Display controller: Advanced Micro Devices [AMD] nee ATI Device 6663
Subsystem: Dell Device 0682
Physical Slot: 0
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at c0000000 (64-bit, prefetchable) [size=256M]
[code]....
View 11 Replies
View Related
Oct 31, 2015
I have a problem with my Debian 8 installation. This morning I was playing around with libvirt and virt-manager while I was routinely installing updates using apt-get. While doing that, my system crashed (probably because of the running Win8 VM). After resetting (in hardware), I got access to the emergency console where I tried executing "dpkg --configure -a" which worked.
After restarting, I first noticed that the login screen background (just the normal Jessie one on LXDM) was missing and the screen was black instead. After logging in, I saw that nearly every image/icon/whatever is missing. For example:
- the icons in lxpanel (I use LXDE)
- the copy and paste icons nearly everywhere
- the New Tab icon in Firefox
- many more icons
- the desktop and login background
A few images are still there:
- interestingly, the lxpanel icons are replaced by "icon missing" icons which still work
- most icons in Firefox except for New Tab
- all images of LibreOffices (so this problem might be Gtk+ only)
Some programs don't work (obviously because they can't load their menu icons and don't a fallback). An example for this would be Inkscape. It crashes at start:
Code: Select all(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
[Code] .....
Note: I use a German system. "Format der Bilddatei unbekannt" means something like "Format of image file is unknown", "Bildtyp 'xpm' wird nicht unterstützt" means "xpm image type is not supported".
Concerning the desktop background, I looked at /etc/alternatives/desktop-background and found a correct SVG image which was the one I had before.
How I could restore these images?
View 2 Replies
View Related
Mar 27, 2010
I am testing LXDE on my test-laptop and it looks quite nice and fast. I am thinking of switching DE from Gnome.
My question: are there features in Gnome that are missing in LXDE? I can not think of any, so far. The only thing I miss so far is a possibility to edit the menu, as the menu is huge
View 11 Replies
View Related
Jul 2, 2010
I just got my new version of Debian, and under System>Preferences, near the top of the list, there should be a CompizConfig Settings Manager. But it's not there. I've tried apt-getting compiz, but it says I have the latest version out there. So I don't know what to do next.
View 8 Replies
View Related
Aug 30, 2010
I'm getting an error in Rhythmbox. It says that my ID3 Tag Demuxer is missing. I found this Ubuntu thread and I think it may have the solution:Unfortunately I can't do what it suggests because the command isn't recognised.gst-inspect id3demuxThis could also be an optionAnother solution is to remove gnome-codec-install
View 11 Replies
View Related