** Bug watch added: GNOME Bug Tracker #790607
https://bugzilla.gnome.org/show_bug.cgi?id=790607
** Also affects: gnome-settings-daemon via
https://bugzilla.gnome.org/show_bug.cgi?id=790607
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a
I'm attaching a proof of concept python script that restores the
behaviour (in case it's useful to others).
The script should be launched as:
systemd-inhibit --who=me --why=because --mode=block --what=handle-lid-switch
/path/to/custom_suspend.py
from the session startup (gnome-session-properties
Public bug reported:
Note: I'm flagging this as a bug in gnome-settings-daemon, but the
program itself is not buggy. It's rather the usage of this program
instead of unity-settings-daemon in ubuntu 17.10 that causes a system
regression.
---
Up to and including Ubuntu 17.04, unity-settings-daemon
Hi.
Pacakges for precise including the fix are available in my ppa. Please do test.
https://launchpad.net/~kim.nguyen/+archive/ppa
--
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/70423
Hi.
Pacakges for precise including the fix are available in my ppa. Please do test.
https://launchpad.net/~kim.nguyen/+archive/ppa
--
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/99022
Indeed, the bug was re-introduced. Here is what I *think* happened.
Bug shows in 2.32. Evince folks make the sidepane horizontally
scrollable (GtkScrolledWindow with hscrollpolicy to ALWAYS or
AUTOMATIC), which in turns allows the GtkIconView to be resized
accordingly.
Later people complain about
*** This bug is a duplicate of bug 704232 ***
https://bugs.launchpad.net/bugs/704232
Public bug reported:
When one elarges the thumbnail sidepane horizontally, (s)he cannot
shrink it down to a smaller size:
steps to reproduce:
- open a pdf in evince with sufficiently many pages (say 3).
- M
Public bug reported:
When one elarges the thumbnail sidepane horizontally, (s)he cannot
shrink it down to a smaller size:
steps to reproduce:
- open a pdf in evince with sufficiently many pages (say 3).
- Make the Thumbnail sidepane visible. Originally it should display one column
with the thre
*** This bug is a duplicate of bug 990228 ***
https://bugs.launchpad.net/bugs/990228
** This bug has been marked a duplicate of bug 990228
sidebar minimum width too large
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince i
Hi,
I've posted a patch yesterday in gnome bugzilla. I'll *try* to upload packages
to my ppa so that it gets better testing.
For those who want to test the patch I rather suggest using the second patch at:
https://bugzilla.gnome.org/show_bug.cgi?id=657632
Which also fixes a nasty bug where you c
With latest version (0.2.6-0ubuntu1) there are several shortcommings.
Configuration is the following:
- front monitor DELL 16:9 1680x1050 hard-coded to Primary in xorg.conf
- left monitor is DELL 4:3 1280x1024 rotated counterclockwise (property set in
xorg.conf)
- Intel core i5 clarkdale integrat
@Andrea: ok.
Although I understand this can be a sane default, just ignoring X primary
monitor seems too much. There are several reasonable configurations where the
primary should get the panel, no matter where it is. E.g configuration used
when you need to
copy/read from a secondary monitor pl
@Andrea:
It seems that unity ignores the primary monitor setting in some situations.
Unity version: 4.20.0-0ubuntu2
Set-up:
right monitor, 22" Dell monitor no rotation, primary
left monitor, 19" Dell monitor, left rotation, not primary
Unity launcher still shows up on the left monitor (which I use
The packages are built, I have been running all day with the patched gtk
lib and no segfaults. Feel free to try them out.
--
Applications segfault with gtk+ version 2.17.2 when selecting listbox values
https://bugs.launchpad.net/bugs/391398
You received this bug notification because you are a mem
As a matter of fact, this typo as well as a few others were fixed by commit:
http://git.gnome.org/cgit/gtk+/commit/?id=1a385c50f041cdcc8ee88b27af85094901c2b05d
I'll add it to the package.
--
Applications segfault with gtk+ version 2.17.2 when selecting listbox values
https://bugs.launchpad.net/b
HAaaa the typo is actually upstream it seems:
http://git.gnome.org/cgit/gtk+/commit/?id=3bf1c7adadb1fda69e63fc6fe0f3698d937a1b80
towards the end.
It's only in libgail. Could you try disabling assistive technologies and see if
it still segfaults ?
System/Preferences/Assistive Technologies and un
That's very strange I haven't had a single segfault since the upgrade. Would
you mind posting a backtrace of
synaptic ?
--
Applications segfault with gtk+ version 2.17.2 when selecting listbox values
https://bugs.launchpad.net/bugs/391398
You received this bug notification because you are a memb
> Kim: Deprecated API is only removed when 3.0 is released, not in
releases leading up to 3.
This is an *development* release leading to 3.0. From my understanding
deprecation is done in two steps.
1) Deprecate only the header, not the code. This way new programs don't use the
old function and o
What?
removing deprecated code is a major goal toward gtk 3.0 so this has to be done.
Note that *none* of the applications are broken because of the deprecation, you
don't need a compatibility library and they don't need
to be updated (at least not as far as this bug is concerned).
All the appli
Are the deprecated functions really used by nm-applet and pidgin or is it only
gtk which is segfaulting ?
A quick grep in the pidgin source code shows that at least pidgin is not
using gtk_cell_view_get_cell_renderers.
With gtk currently compiled as it is in Karmic, *any* program which uses
a d
It's not broken, it's gone.
You have:
+#ifndef GTK_DISABLE_DEPRECATED
GList *gtk_cell_view_get_cell_renderers (GtkCellView *cell_view);
+#endif
in gtkcellview.h (and of course GTK_DISABLE_DEPREATED is enabled during
compilation).
The code is still there so the there is no linking error but now
Hi guys,
the problem is the use of the deprecated function get_cell_renderers.
Instances of the bugs are in
- gtk file chooser in the location bar, the drop down tooltip for completion
segfaults,
- evince, the drop down list widget to change the zoom makes the app segfault
- epiphany, the url b
Public bug reported:
Binary package hint: libgtk2.0-0
Starting with gtk 2.10, the location pop up previously available via ctrl-l in
a GtkFileChooser has been merged with the location bar in the main
GtkFileChooser window. The problem is that it overrides the presets file name
when one try to
Public bug reported:
Binary package hint: gedit
It seems that gedit spellcheker does'nt know how to skip latex commands while
the underlying tools (ispell, aspell) can.
This is rather annoying as gedit is the default (and suposedly unique) editor
used by a new user. It should provide that featu
** Tags added: aiglx hibernate suspend
--
Patch for compositing disable hibernate and suspend from logout dialog
https://launchpad.net/bugs/69759
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
25 matches
Mail list logo