[Bug 387957] Re: Improve Save As Dialog Box (focus issues)
Glad this was reported, sad to see it was marked invalid, it is definitely annoying. gdi2k's solution seems reasonable. -- Improve Save As Dialog Box (focus issues) https://bugs.launchpad.net/bugs/387957 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 387957] Re: Improve Save As Dialog Box (focus issues)
This is definitely an irritating 'bug/feature' regardless of who things what about it; one of the most common times to encounter it myself is in saving things from a web browser, as most people will do once in a while; if you want to browse for a folder to put it, but rename the document (which happens every time I download an academic paper for example) then you would logically begin typing, as the name is 'highlighted'. I believe part of the issue is the colour of the highlighted text; it looks the same whether the name box is in focus or not; I am aware of the fact that there is a little highlight around the edge of the name box when it is highlighted, but apparently forget that every time I go to save something; if the highlighting of the text were changed to say grey when the box was not in focus, I think it would be much more clear at least. Not a solution in my mind, but at least a way to make it more obvious what is happening. -- Improve Save As Dialog Box (focus issues) https://bugs.launchpad.net/bugs/387957 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1406538] Re: Screenshot contains selected area highlight
After going through the trouble of building the latest gnome-screenshot, I've discovered this bug is still definitely present, in gnome- screenshot 3.26.1 on Ubuntu 16.04.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406538 Title: Screenshot contains selected area highlight To manage notifications about this bug go to: https://bugs.launchpad.net/linuxmint/+bug/1406538/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 771875] Re: Compiz Screenshot renders blue overlay on screenshots
This is also a problem in 16.04 in gnome-flashback -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771875 Title: Compiz Screenshot renders blue overlay on screenshots To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/771875/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 743176] Re: Pink layer on taken screenshots (gnome-screenshot)
This is also a problem in 16.04 in gnome-flashback -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743176 Title: Pink layer on taken screenshots (gnome-screenshot) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/743176/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1089069] Re: When taking a screenshot sometimes the image will look orange-colored
Also happens to me, in 16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1089069 Title: When taking a screenshot sometimes the image will look orange-colored To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-screenshot/+bug/1089069/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1089069] Re: When taking a screenshot sometimes the image will look orange-colored
version: gnome-screenshot 3.18.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1089069 Title: When taking a screenshot sometimes the image will look orange-colored To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-screenshot/+bug/1089069/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 974242] Re: Compiz is moving windows against my will
This seems to have fixed for me as well :) The only caveat is that with Window Place turned off (couldn't work with it on until this fix), new windows still start underneath the top bar. I guess that's a separate issue, but still. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974242 Title: Compiz is moving windows against my will To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/974242/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 996968] Re: Samba needs to be stopped and restarted in order to work
I forgot to mention that this is on ubuntu 12.04LTS for me as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996968 Title: Samba needs to be stopped and restarted in order to work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/996968/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1191596] [NEW] Host user can kill process of different LXC user, if same userid
Public bug reported: Hi, I'm setting up a webserver, and decided after some reading and significant setup to contain various sites in their own LXC containers. The websites have different sets of developers, and several have daemons for which I created users. Consequently, there is not a 1:1 match between users on the host and inside each LXC. I noticed when running ps auxf on the host machine, that various processes were ascribed to the wrong users -- and surmised that it was just a result of what the host thought which names belonged to those userid's; but I hoped it wouldn't let me kill them as that user. So I su'd to normal user "dave" userid 1003 and was able to kill each of the websites daemons, which each had a name like "eebot" and were userid 1003. Surely this is undesirable behaviour! I have since added duplicate daemon userid's and moved them into the 996 range so normal users won't likely accidentally overlap, but I think there should be a way to prevent regular host users from killing processes inside LXC that coincidentally happen to have the same userid. I also noticed, for example, when running ps auxf, that the mysql user in the LXC's have the same userid as "colord" on the host, for the same reasons. While this is probably not a huge deal, there could easily be a situation where this was undesirable. As an addendum, the reason I have the users added on the host is so they can SSH to it, and then into their respective LXC environments. PS. I'm half-tempted to call this a security vulnerability, but I'm not sure what exactly that applies to; as a system administrator I might consider it a security vulnerability, as user A can kill user B's stuff, if the userid's match that way. -- $ lsb_release -rd Description:Ubuntu 12.04.2 LTS Release:12.04 $ apt-cache policy lxc lxc: Installed: 0.7.5-3ubuntu67 Candidate: 0.7.5-3ubuntu67 Version table: 0.8.0~rc1-4ubuntu39.12.10.2~ubuntu12.04.1 0 100 http://mirror.peer1.net/ubuntu/ precise-backports/universe amd64 Packages *** 0.7.5-3ubuntu67 0 500 http://mirror.peer1.net/ubuntu/ precise-updates/universe amd64 Packages 100 /var/lib/dpkg/status 0.7.5-3ubuntu52 0 500 http://mirror.peer1.net/ubuntu/ precise/universe amd64 Packages ** Affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191596 Title: Host user can kill process of different LXC user, if same userid To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1191596/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 996968] Re: Samba needs to be stopped and restarted in order to work
This also affects me; I was simply follwing the recommendation, in the configuration file, since my server is also a firewall: # Only bind to the named interfaces and/or networks; you must use the # 'interfaces' option above to use this. # It is recommended that you enable this feature if your Samba machine is # not protected by a firewall or is a firewall itself. However, this # option cannot handle dynamic or non-broadcast interfaces correctly. bind interfaces only = yes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996968 Title: Samba needs to be stopped and restarted in order to work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/996968/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1191596] Re: user namespaces are needed to protect container and host
Ah, yes I've read about the work on namespaces, but always with reference to protecting the host from the container. I'd not seen anything about protecting the container from unprivileged users on the host. Thanks for the clarification, and prioritization. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191596 Title: user namespaces are needed to protect container and host To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1191596/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 583995] Re: ALSA woke us up to write new data to the device, but there was actually nothing to write!
In 12.04 I'm getting this too: Jun 25 14:46:01 qzi7 pulseaudio[2234]: [alsa-sink] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! Jun 25 14:46:01 qzi7 pulseaudio[2234]: [alsa-sink] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers. Jun 25 14:46:01 qzi7 pulseaudio[2234]: [alsa-sink] alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/583995 Title: ALSA woke us up to write new data to the device, but there was actually nothing to write! To manage notifications about this bug go to: https://bugs.launchpad.net/alsa-driver/+bug/583995/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 559251] Re: [lucid beta2] Xchat ignores sound alert configuration settings
This just started happening to me in Ubuntu 8.04 randomly one day; The odd thing is that it doesn't seem to have happened with an update (or restart, this one just stays on); it just started happening! There shouldn't be some hotkey that could trigger this, but I don't know how it started happening otherwise. I is also driving me insane though! -- [lucid beta2] Xchat ignores sound alert configuration settings https://bugs.launchpad.net/bugs/559251 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 387957] Re: Improve Save As Dialog Box (focus issues)
While that technically would work, for many of us who are expecting the selection when beginning typing that would also be confusing. I don't necessarily notice that the selection box has popped up at the bottom when I'm looking at the name. One thing that I think would help this bug (for me anyway) would be to differentiate the highlight colour between boxes that have focus and boxes that don't. For example if it were a grey highlight when it did not have focus and a slightly orangish (or whatever for the new theme) tinge for highlighted+focused it would (eventually) be obvious that you don't have it focused. Though I definitely agree in general that the better fix is simply to revert focus back to the name. -- Improve Save As Dialog Box (focus issues) https://bugs.launchpad.net/bugs/387957 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 387957] Re: Improve Save As Dialog Box (focus issues)
Also, does this qualify for the latest round of papercuts? I assume the reason this was changed to invalid was due to the last round of papercuts finishing, though I'm not entirely familiar with the process. -- Improve Save As Dialog Box (focus issues) https://bugs.launchpad.net/bugs/387957 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 583122] Re: firefox occasionally highlights contents of form fields while typing thereby overwriting previously entered keystrokes
This also affects me; it appears to affect certain (one line) input boxes and not others (however it does not always happen), though there doesn't seem to be any correlation between the ones it affects; one is a "Subject" box in an internal company webpage, so it has been of considerable annoyance =( It does eventually go away with enough random moving around it seems. I'm running 64 bit ubuntu 10.04. -- firefox occasionally highlights contents of form fields while typing thereby overwriting previously entered keystrokes https://bugs.launchpad.net/bugs/583122 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs