I think gnome-settings-daemon should also build-depend on libcolord-dev
(>= 0.1.9), liblcms2-dev (>= 2.2) to build the color plugin.
--
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
** Changed in: yelp (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.
https://bugs.launchpad.net/bugs/675825
Title:
Ubuntu Help Center spawns new windows ad infinitum
--
deskt
A workaround I’m using for now. https://launchpad.net/~ion/+archive/gsd-
lcdfilter
--
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/368022
Title:
gnome-settings-daemon
** Summary changed:
- Double-clicking on archive should extract it
+ Explore alternative default behaviors when double-clicking on archive files;
Archive Manager is complicated
--
Explore alternative default behaviors when double-clicking on archive files;
Archive Manager is complicated
https:
I think the gconf value should have been T, not
T. Compiz probably just ignores .
--
Misassigns metacity keybinding for opening terminal
https://bugs.launchpad.net/bugs/529852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ub
Malicious software in Windows has been known to try getting past simple
file type checks by spreading a zip file containing the actual
executable.
In our case, a user could get a tarball containing an executable with
the +x bit set from a malicious user.
Perhaps make file-roller ask the user befo
** Also affects: wine1.2 (Ubuntu)
Importance: Undecided
Status: New
--
needs to block non-executable files from executing
https://bugs.launchpad.net/bugs/506702
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/29746029/Dependencies.txt
** Attachment added: "ProcEnviron.txt"
http://launchpadlibrarian.net/29746030/ProcEnviron.txt
--
/etc/gdm/Xsession breaks LANGUAGE
https://bugs.launchpad.net/bugs/407300
You received this bug n
Public bug reported:
Binary package hint: gdm
/etc/gdm/Xsession contains:
if [ -n "$LANGUAGE" ]; then
if [ "$LANGUAGE" != "$LANG" ]; then
LANGUAGE="$LANG"
fi
LANGUAGE is not only an extension of LC_MESSAGES (not LANG), it doesn’t
even have the same syntax as LANG.
My locale set
PEBKAC.
I used a /etc/X11/Xmodmap which included:
! Caps Lock
keycode 66 = Control_L
clear lock
clear control
add control = Control_L Control_R
This did work in intrepid, but no longer in jaunty. Changing the keycode
line to
keycode 66 = Control_L Control_L Control_L Control_L Control_L
fi
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/23247065/Dependencies.txt
--
Unable to input Unicode with Ctrl-Shift-U after upgrading to jaunty
https://bugs.launchpad.net/bugs/336150
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, whi
Public bug reported:
It used to be possible to input Unicode characters by typing Ctrl-
Shift-U, the hexadecimal Unicode codepoint and a space/enter in Gtk
programs.
For instance, to input π one could type Ctrl-Shift-U, 03C0, enter.
It seems Ctrl-Shift-U is now passed to the application itself t
Public bug reported:
Binary package hint: gdm
Please make it possible for an administrator to allow anybody to launch
a guest session from the gdm login screen. This shouldn’t be allowed by
default, of course.
It would also make it possible for a guest to visit the computer by
herself when the s
I can’t reproduce this anymore. Seems to have been fixed somewhere along
the line.
** Changed in: gimp (Ubuntu)
Status: Incomplete => Fix Released
--
Autocrop Layer crops the whole image if the layer is already cropped to minimum
https://bugs.launchpad.net/bugs/125045
You received this bu
** Attachment added: "Valgrind report with more dbgsym packages"
http://launchpadlibrarian.net/9090033/gimp.valgrind.21775
--
GIMP crashes when trying to resize an image.
https://bugs.launchpad.net/bugs/135650
You received this bug notification because you are a member of Ubuntu
Desktop Bugs,
Here’s a transcript of a gdb session in ubuntulooks’
option_menu_get_props.
** Attachment added: "gdb session"
http://launchpadlibrarian.net/9083696/gimp.gdb
** Also affects: ubuntulooks (Ubuntu)
Importance: Undecided
Status: New
--
GIMP crashes when trying to resize an image.
http
Here’s a valgrind report. It took a full fifteen minutes just to get
gimp’s main window opened in a valgrind session. ;-)
This seems to be the relevant part:
==939== Invalid free() / delete / delete[]
==939==at 0x402137F: free (vg_replace_malloc.c:233)
==939==by 0x47948C0: g_free (in /usr/
I investigated the problem a bit further. It isn’t a segmentation fault,
but instead libc detects a problem, prints a stack trace and calls
abort().
When using ‘--stack-trace-mode never’, gimp refrains from catching
SIGBUS, SIGSEGV and SIGFPE, but it still catches SIGABRT, which isn’t
then raised
‘--stack-trace-mode never’ doesn’t work, it’s as simple as that.
I don’t believe my debugging intentions or someone’s misunderstanding of
them matters regarding the validity of this bug report.
This shouldn’t happen:
% gimp --stack-trace-mode never
This is a development version of GIMP.
Gimp crashes. It catches the SEGV using its own handler, so apport and
gdb don’t catch it. A parameter should prevent gimp from catching the
signal. The parameter doesn’t work. How is this invalid?
--
--stack-trace-mode doesn’t seem to work
https://bugs.launchpad.net/bugs/136439
You received this
I reported bug #136439 about the --stack-trace-mode problem.
--
GIMP crashes when trying to resize an image.
https://bugs.launchpad.net/bugs/135650
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gimp in ubuntu.
--
desktop-bugs mail
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/9079289/Dependencies.txt
--
--stack-trace-mode doesn’t seem to work
https://bugs.launchpad.net/bugs/136439
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gimp
Public bug reported:
Binary package hint: gimp
I’m trying to prevent gimp from catching SIGSEGV in order to debug a
crash properly.
‘gimp --stack-trace-mode never’ doesn’t seem to work.
ProblemType: Bug
Architecture: i386
Date: Fri Aug 31 20:32:18 2007
DistroRelease: Ubuntu 7.10
NonfreeKernelMo
Almost all dialogs crash without G_SLICE=always-malloc here.
I’ve been fighting with gimp’s internal functionality that catches
crashes and prints stack traces. I just can’t seem to turn it off. gimp
--stack-trace-mode=never doesn’t seem to work.
Because of that, apport doesn’t detect the crashes
Public bug reported:
Binary package hint: gimp
If a layer has empty borders, Autocrop Layer works correctly, but if
it’s used again, the whole image is cropped to the layer’s size.
When that happens, some other layers may also be destroyed. That has
happened three times so far with images with 3
As a different -ubuntu3 was released, here's a new debdiff.
** Attachment added: "vte_0.16.0-0ubuntu4.debdiff"
http://librarian.launchpad.net/6840361/vte_0.16.0-0ubuntu4.debdiff
--
[apport] GNOME Terminal Unicode SIGSEGV
https://launchpad.net/bugs/89524
--
desktop-bugs mailing list
desktop-
This seems to fix the problem.
vte (1:0.16.0-0ubuntu3) feisty; urgency=low
* debian/patches/95_segfault_with_unicode_input.patch:
- Fix segfault when typing an Unicode character with Ctrl-Shift-U.
Thanks to Chris Wilson for the patch, which was downloaded from
http://bugzill
** Also affects: vte (Ubuntu)
Importance: Undecided
Status: Unconfirmed
** Also affects: xfce4-terminal (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
[apport] GNOME Terminal Unicode SIGSEGV
https://launchpad.net/bugs/89524
--
desktop-bugs mailing list
desktop-bugs@l
Also xfce4-terminal suffers from the same problem. For the apport files
from a xfce4-terminal crash, see bug #92521.
Adding libvte9 to the Affects list, as it provides the terminal widget
both gnome-terminal and xfce4-terminal use.
--
[apport] GNOME Terminal Unicode SIGSEGV
https://launchpad.net
*** This bug is a duplicate of bug 89524 ***
Public bug reported:
Binary package hint: xfce4-terminal
The terminal crashes most of the times I input a Unicode character with
e.g. Ctrl-Shift-U2013.
ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Thu Mar 15 15:34:20 2007
DistroRelease
*** This bug is a duplicate of bug 89524 ***
** Attachment added: "CoreDump.gz"
http://librarian.launchpad.net/6823838/CoreDump.gz
** Attachment added: "Dependencies.txt"
http://librarian.launchpad.net/6823839/Dependencies.txt
** Attachment added: "Disassembly.txt"
http://librarian.lau
> If you folks out there with multi-head support enabled could offer up
some of your aspect ratios, it would be most helpful.
It's simply (2*x):y for two equivalent monitors side-by-side, e.g. two
4:3 monitors → 8:3.
> 4:5 accomodates 4:3 etc, and 16:10 accomodates 16:9
Well, with the zoom setti
W
What do you want to wear? [p or ?*] ?
p - a brown paper bag.--More--
What do you want to wear? [p or ?*] p
You are now wearing a brown paper bag.
* debian/rules:
- Whoops, the cdbs class for gnome packages already calls dh_gconf.
Remove the redundant dh_gconf call.
- Generate gco
** Attachment added: "feisty-wallpapers_0.9-0ubuntu3.debdiff"
http://librarian.launchpad.net/5279273/feisty-wallpapers_0.9-0ubuntu3.debdiff
--
Wrong gconf defaults for wallpaper
https://launchpad.net/bugs/74698
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.
** Attachment added: "ubuntu-artwork_34.debdiff"
http://librarian.launchpad.net/5279257/ubuntu-artwork_34.debdiff
--
Wrong gconf defaults for wallpaper
https://launchpad.net/bugs/74698
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/deskt
Public bug reported:
The default gconf wallpaper settings installed by ubuntu-artwork do not
follow the current settings in ubuntu-wallpapers.xml (from feisty-
wallpapers).
That causes the wrong scale mode and background color to be used by
default.
I propose the following changes:
• feisty-wall
Public bug reported:
The reverted package contains following images:
warty-final-ubuntu.png: 1600×1200, 1.6 MiB
warty-final-ws-ubuntu.png: 1600×1000, 1.3 MiB
The smaller one is simply a cropped version of the larger one.
The smaller one should be removed and
/usr/share/gnome-background-properti
I'd like to point out that the following portions of your picture will be
visible on 4:3 and 8:3 displays with the Zoom setting:
http://johan.kiviniemi.name/tmp/severis_wallpaper-monitor_aspects
Additionally, although that is a nice picture, it might have a bit too
much contrast for a desktop bac
One alternative is to include a single widescreen image, which will then
be cropped from the sides on a 4:3 screen with the zoom setting.
--
no wallpaper for dual head/very wide screen monitors
https://launchpad.net/bugs/45385
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://l
There's a very simple solution made possible by a new feature (at last)
in Gnome 2.16:
Simply include just one background image (the current 4:3 one), but in
/usr/share/gnome-background-properties/ubuntu-wallpapers.xml change
stretched
to
zoom
On a 16:9 screen (or 8:3, as in my dualscreen setup)
For comparison, here are some screenshots with and without the patch
and/or the gtkrc modification.
http://johan.kiviniemi.name/pictures/icons/
--
Ok/Cancel buttons
https://launchpad.net/bugs/40607
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listi
** Attachment added: "A fixed themes/ubuntu/theme.c"
http://librarian.launchpad.net/2953900/theme.c
--
Panel notification appears too low, distorts bubble
https://launchpad.net/bugs/46642
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desk
Sorry for the duplicate post above.
I just verified that the bug only exists in the ubuntu theme, not the
upstream default theme. I thought i'd mention this here in case someone
else is going to inspect the code.
--
Panel notification appears too low, distorts bubble
https://launchpad.net/bugs/4
I am able to reproduce this problem every time by killing notification-
daemon and running a test program that opens a notification near the
bottom of the screen.
I.e. the very first notification opened by an instance of notification-
daemon suffers from this problem.
I'll try to find the offendi
I am able to reproduce this problem every time by killing notification-
daemon and running a test program that opens a notification near the
bottom of the screen.
I.e. the very first notification opened by an instance of notification-
daemon suffers from this problem.
I'll try to find the offendi
> The xinerama patch removed the querry for the work-area. This is
apparently the root of the problem.
That specific change (bug #31433) only affects arrowless notifications.
The get_work_area function is only called by
_remove_bubble_from_poptart_stack and
_notify_daemon_add_bubble_to_poptart_sta
I added the following to my ~/.gtkrc-2.0. The close buttons in tabs,
notifications etc. look fine now (just like in the mockup).
Unfortunately this affects every other button as well.
style "my-button"
{
GtkWidget::focus-padding = 0
xthickness = 0
ythickness = 0
}
class "G
** Attachment added: "Problem with tab close buttons"
http://librarian.launchpad.net/2924006/close-problem.png
** Attachment added: "Proposed solution to the above (mockup)"
http://librarian.launchpad.net/2924007/close-solution.png
--
Ok/Cancel buttons
https://launchpad.net/bugs/40607
--
** Attachment added: "debian/patches/03_gtk_apply_close_ok.patch"
http://librarian.launchpad.net/2868734/03_gtk_apply_close_ok.patch
--
Ok/Cancel buttons
https://launchpad.net/bugs/40607
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/deskt
IMO the concept in Frank Schoep's minimalistic usplash theme is
excellent – definitely worth considering as the default for dapper.
Users are always able to go to a virtual console, remove "splash" from
the kernel command line or install another usplash theme if they want to
see the messages.
The
** Attachment added: "01_ubuntu_theme.patch"
http://librarian.launchpad.net/2600356/01_ubuntu_theme.patch
** Attachment added: "03_xinerama.patch"
http://librarian.launchpad.net/2600357/03_xinerama.patch
--
notify bubble has text across screens
https://launchpad.net/bugs/31433
--
desktop-
A version of notification-daemon with those patches added is available
at:
## wget -q -O- http://johan.kiviniemi.name/pubkey | sudo apt-key add -
deb http://johan.kiviniemi.name/ubuntu/ dapper notification-daemon
deb-src http://johan.kiviniemi.name/ubuntu/ dapper notification-daemon
Please test i
I modified /etc/gdm/Xsession to run id(1) with various parameters, here's the
output:
id -u: 1005
id -g: 0
id -G: 100 0 4 20 24 25 29 30 44 46 104 105 106
id -r -u: 1005
id -r -g: 100
id -r -G: 100 0 4 20 24 25 29 30 44 46 104 105 106
--
Can't register Xsession on dapper beta
https://launchpad.
I can confirm this on two machines with gdm 2.14.4-0ubuntu2.
--
Can't register Xsession on dapper beta
https://launchpad.net/bugs/42397
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
54 matches
Mail list logo