David, I am thankful that it does. It should be the default behaviour
IMO.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1250759
Title:
gnome-control-center sound-nua
Public bug reported:
Previously when I opened a terminal and made an SSH connection I would
get pop-up dialog asking to unlock the public key with the passphrase.
Well, the dialog is no longer appearing. I can unlock the public key in
the terminal, but the unlocked key is not saved in the keyring
in /var/log/auth.log
I see following messages
gnome-keyring-daemon[2314]: couldn't set environment variable in session:
Setenv interface is only available during the Initialization phase
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to
Correction:
$ ssh-add
does add it to the keyring. I just had to add my current key by name.
$ ssh-add id_rsa.1
Still no dialog, though.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad
This problem still exists in 12.04.4. I have added a screenshot. When
this happens I am unable to close evolution and I have to use "evolution
--force-shutdown" from the command line to close evolution! It would
have been better if evolution would time out images it cannot load.
** Attachment add
Off the top of my head, problems which rendered Geary unusable were:
* Certain types of attachment wouldn't show as an attachment on incoming email.
* Deleting an email deleted it completely. No bin, no undo.
* Moving multiple items to a folder/label is impossible.
* No email signatures.
* Columns
This bug was fixed in the package evolution-data-server -
3.10.3-0ubuntu1
---
evolution-data-server (3.10.3-0ubuntu1) trusty; urgency=medium
* New upstream version, drop git_uoa_calendar.patch included
* debian/control: updated libgweather requirement
* debian/patches/git_write_
This bug was fixed in the package evolution - 3.10.3-0ubuntu3
---
evolution (3.10.3-0ubuntu3) trusty; urgency=low
[ Sebastien Bacher ]
* debian/control.in:
- Recommends evolution-indicator (lp: #553527)
[ Martin Pitt ]
* Fix Vcs-* to point to the right branch.
* New ups
This bug was fixed in the package gnome-panel - 1:3.8.0-1ubuntu3
---
gnome-panel (1:3.8.0-1ubuntu3) trusty; urgency=low
* Rebuild for libgweather transition.
* Remove gnome-screensaver from required components (LP: #1199074).
-- Dmitry ShachnevThu, 16 Jan 2014 12:46:14 +0400
** Changed in: hundredpapercuts
Importance: Undecided => Low
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1215463
Title:
"Disable while typing" should disable cu
** Changed in: hundredpapercuts
Importance: Medium => High
** Changed in: hundredpapercuts
Assignee: Papercuts Ninjas (papercuts-ninja) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://b
** Changed in: hundredpapercuts
Assignee: Papercuts Ninjas (papercuts-ninja) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1201679
Title:
ibus'
** Changed in: hundredpapercuts
Importance: Low => Medium
** Changed in: hundredpapercuts
Assignee: Papercuts Ninjas (papercuts-ninja) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bug
** Changed in: hundredpapercuts
Status: New => Triaged
** Changed in: hundredpapercuts
Assignee: Papercuts Ninjas (papercuts-ninja) => (unassigned)
** Changed in: hundredpapercuts
Importance: Undecided => Low
--
You received this bug notification because you are a member of Ubunt
** Changed in: gnome-settings-daemon (Ubuntu)
Importance: Undecided => Wishlist
** Changed in: gnome-settings-daemon (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ub
** Package changed: indicator-keyboard (Ubuntu) => unity-control-center
(Ubuntu)
** No longer affects: indicator-keyboard
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/12
I have the same problem as zzecool (zzecool) - can't switch layout after
the computer goes idle. But in my case it's even worse, since I seem to
be affected by this bug - https://www.mail-archive.com/desktop-
packa...@lists.launchpad.net/msg276511.html
--
You received this bug notification becaus
** Changed in: evince (Ubuntu)
Status: New => Invalid
** Changed in: evince (Ubuntu)
Importance: Undecided => Low
** Changed in: evince (Ubuntu Saucy)
Importance: Undecided => Low
** Changed in: evince (Ubuntu Saucy)
Status: New => Invalid
--
You received this bug notificat
Hi again,
I've found one PDF that shows the problem:
http://ercim-news.ercim.eu/images/stories/EN93/EN93-web.pdf
In fact, doing more tests with this PDF I discovered that the problem
occurs only when using the F3 key to go to the next entry. If using the
"next entry" arrow on top left of the wind
Bug still exists in OpenSuSe 13.1.
Please inform GNOME developers and fix this bug using joint efforts.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1067876
Title:
Missing "Safely R
Bug still exists in OpenSuSe 12.3.
Please inform GNOME developers and fix this bug using joint efforts.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1067876
Title:
Missing "Safely R
** Tags added: trusty
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1035701
Title:
grilo plugins should be enabled in Totem
To manage notifications about this bug go to:
https://bu
Sorry for the delay replying there.
While fixing another issue I ran into a bug in the logic of the code
determining what configuration file to read, which is likely the cause of the
issue there. It would be nice if somebody having the issue could test that
update and confirm is resolves the bu
Public bug reported:
http://dbus.freedesktop.org/doc/dbus-specification.html#basic-types :
"""
Conventional name: BYTE
ASCII type-code: y (121)
Encoding: Unsigned 8-bit integer
"""
Currently dbus-cpp defines the byte as signed std::int8_t.
This should be changed to std::uint8_t.
Unfortunately t
As with 13.10 the machine will shutdown without complaining regardless
which user demands it - thats also not the behaviour expected because my
unsaved work will be lost. this should be allowed only to administrator
or at least there should be a warning message.
--
You received this bug notificat
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gnome-control-center (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https:/
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gnome-tweak-tool (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bug
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: indicator-keyboard (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://b
** Bug watch added: GNOME Bug Tracker #681871
https://bugzilla.gnome.org/show_bug.cgi?id=681871
** Changed in: nautilus
Importance: Medium => Unknown
** Changed in: nautilus
Status: Invalid => Unknown
** Changed in: nautilus
Remote watch: GNOME Bug Tracker #699087 => GNOME Bug Trac
Thanks Sebastien. I won't test right now because I'm working on my test
suite for Alpha 2 (flavors) testing but I will follow up next week :^)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs
** Changed in: gnome-settings-daemon (Ubuntu)
Status: In Progress => Confirmed
** Changed in: gnome-settings-daemon (Ubuntu)
Assignee: Chase Douglas (chasedouglas) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscrib
On Sat, 18 Jan 2014 20:59:06 -, you wrote:
Q> I'm seeing the safely remove option just fine in 13.10.
Q>
It is NOT working correctly. It does unmount a thumb drive but DOES
NOT POWER IT OFF. I know because my thumb drives have a power LED,
after 'Safely' removing, or unmounting, the LED is
Thanks, indeed it behaves uncorrectly sometimes... the issue seems to be
an upstream one and it would be nice if somebody having it could send
the bug to the developers of the software by following the instructions
at https://wiki.ubuntu.com/Bugs/Upstream/GNOME.
** Changed in: evince (Ubuntu)
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1245915
Title:
Can't change auto login status to "no" in Ubuntu or Ubuntu GNOME Saucy
after "yes" is selected
Public bug reported:
Eog crashes when i zoom in or zoom out! The screen becomes black. I can
press ctrl+alt+f2 to login again in console but i cant rerun the xorg
server using startx because i get errors!I use amd proprietary driver
(the latest version).
I dont really know how to write bug report
** Also affects: gnome-control-center (Baltix)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1218322
Title:
Can't set key
Original reporter = https://launchpad.net/~david-suisse1
-deactivatedaccount-deactivatedaccount
David ., thank you for reporting this and helping make Ubuntu better. However,
your crash report is missing. Please follow these instructions to have apport
report a new bug about your crash that can
** Changed in: nautilus
Status: Unknown => New
** Changed in: nautilus
Importance: Unknown => Wishlist
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1164016
Title:
res
Isn't this bug a duplicate of bug #1218322 (Can't set keyboard layout
change to alt+shift, ctrl+shift, etc.)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1244158
Titl
Public bug reported:
Similar to this bug https://bugs.launchpad.net/ubuntu/+source/gnome-
panel/+bug/1078679 but I can't use the script suggested to get the top
panel to work at all. It just shades from dark on the left-hand side to
light on the right-hand side.
I get this error in Terminal:
***
** Description changed:
Similar to this bug https://bugs.launchpad.net/ubuntu/+source/gnome-
panel/+bug/1078679 but I can't use the script suggested to get the top
panel to work at all. It just shades from dark on the left-hand side to
- light on the right-hand side.
+ light on the right-han
Can you run tail -f -n 0 /var/log/syslog, then activate the safely
remove option, and paste the output, and check to see if the /dev/sdX
node is still present?
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bug
** Also affects: ubuntu-gnome
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1270574
Title:
keyboard layout settings must b
Removing packages from trusty:
epiphany-extensions 3.6.0-0ubuntu2 in trusty
Comment: lp #1258750, no longer supports extensions
1 package successfully removed.
** Changed in: epiphany-extensions (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because yo
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: empathy (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: empathy (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: empathy (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1
** Also affects: gnome-panel (Baltix)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1263591
Title:
Add notification-area to panel-d
** Summary changed:
- Top gnome-panel won't work on GNOME Fallback
+ Top gnome-panel won't work on GNOME Flashback
** Description changed:
Similar to this bug https://bugs.launchpad.net/ubuntu/+source/gnome-
panel/+bug/1078679 but I can't use the script suggested to get the top
panel to wo
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: evince (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/117
*** This bug is a duplicate of bug 1235446 ***
https://bugs.launchpad.net/bugs/1235446
Thank you for taking the time to report this crash and helping to make
this software better. This particular crash has already been reported
and is a duplicate of bug #1235446, so is being marked as such.
Public bug reported:
I've just upgraded from Ubuntu 13.04 to 13.10. All is apparently working
fine except the screen that does not turn off anymore after the time
defined in "turn the screen off after xxx minutes". I saw that a similar
bug was opened (#1228939) but is now considered as fixed. Ind
Public bug reported:
After recent updates; I can't open totem, it fails with:
totem: error while loading shared libraries: libwayland-egl.so.1: cannot open
shared object file: No such file or directory
which doesn't seem right.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: totem 3.10.1-
I had the same problem with a MS scult confort mouse on an up to date
saucy (with gnome-bluetooth=3.8.1-2ubuntu2)
Proposed fix:
/usr/share/gnome-bluetooth/pin-code-database.xml:
followed by a reboot didnt helped
But installing blueman as suggested by Centurix is a functionnal workaround f
Public bug reported:
Description:Ubuntu 13.10
Release:13.10
brasero:
Installed: 3.8.0-1ubuntu3
Candidate: 3.8.0-1ubuntu3
Version table:
*** 3.8.0-1ubuntu3 0
500 http://ca.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status
When invoked
You have been subscribed to a public bug:
HOW TO REPRODUCE
1. Run Eclipse.
2. Move the cursor to the top of the screen.
3. Click on any of the menu items (File, Edit, Navigate, ...)
**
EXPECTED BEHAVIOUR
**
- The content of the s
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gimp (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1208019
** Project changed: inkscape => gimp (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1208019
Title:
Eclipse menus doesn't show up in Saucy
To manage notifications about this
On Mon, Jan 20, 2014 at 09:56:56PM -, Sergio Schvezov wrote:
> Public bug reported:
>
> After recent updates; I can't open totem, it fails with:
> totem: error while loading shared libraries: libwayland-egl.so.1: cannot open
> shared object file: No such file or directory
>
> which doesn't s
Public bug reported:
I have installed mpv (a fork of mplayer) from sources.
The desktop file installed is:
[Desktop Entry]
Type=Application
Name=mpv Media Player
Name[ca]=Reproductor multimèdia mpv
Name[cs]=mpv přehrávač
Name[pl]=mpv odtwarzacz multimedialny
Name[ru]=Проигрыватель mpv
GenericName
** Changed in: gnome-terminal
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/234753
Title:
gnome-terminal doesn't kill processes when closing a tab
To manage not
On 20/01/14 20:16, Iain Lane wrote:
> On Mon, Jan 20, 2014 at 09:56:56PM -, Sergio Schvezov wrote:
>> Public bug reported:
>>
>> After recent updates; I can't open totem, it fails with:
>> totem: error while loading shared libraries: libwayland-egl.so.1: cannot
>> open shared object file: No s
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]
** Changed in: nautilus (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchp
Public bug reported:
poppler does not seem to detect Qt 5.2, disabling Qt 5 part build and
resulting in the following failure:
https://launchpadlibrarian.net/162915631/buildlog_ubuntu-trusty-
amd64.poppler_1%3A0.24.3-0ubuntu12~qt52_FAILEDTOBUILD.txt.gz
** Affects: poppler (Ubuntu)
Importanc
hi all,
for me i have the same bug but with an another device : it a Nokia lumia
620 windows phone . the name displayed on ubuntu is RM-846.
thanks
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpa
** Changed in: poppler (Ubuntu)
Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1271026
Title:
poppler does not detect Qt
I can confirm that the solution suggested by Norbert works. Just add the
following ppa to your system
sudo add-apt-repository ppa:libreoffice/libreoffice-4-1
sudo apt -f update
sudo apt-f upgrade
#Then it will remove the olf libreoffice leaving broken packages
sudo apt-f install
#will fix the rep
*** This bug is a duplicate of bug 1270584 ***
https://bugs.launchpad.net/bugs/1270584
Thank you for taking the time to report this crash and helping to make
this software better. This particular crash has already been reported
and is a duplicate of bug #1270584, so is being marked as such.
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gvfs (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1270584
69 matches
Mail list logo