Bug#651059: Acknowledgement (gnome-panel: Please reduce the size of the user status menu)

2012-01-10 Thread Marcus Comstedt
Hi. I created a patch to make the user menu title configurable (I didn't create a preference dialog, but at least it can be set manually with gsettings). https://github.com/zeldin/gnome-panel/blob/f5ae6375d077cf13e03f0af2888edbbeba6e9357/debian/patches/13_configurable_user_menu_title.patch /

Bug#652808: libglib2.0-0: glib fails to detect default timezone

2011-12-21 Thread Marcus Comstedt
Hi again. Looking a bit at the source code, it looks like the problem is that the code expects /etc/localtime to start with "TZif2". In my case, it starts with "TZif", without the "2". The file has not been changed since the system was installed in 2007. So I guess the summary of the issue cou

Bug#652808: libglib2.0-0: glib fails to detect default timezone

2011-12-21 Thread Marcus Comstedt
Hi Josselin, Thanks for replying. Josselin Mouette writes: > This program works perfectly fine for me. Do you have $TZ set? What is your /etc/localtime set to? How can I help you further in reproducing the problem? // Marcus -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@li

Bug#652808: libglib2.0-0: glib fails to detect default timezone

2011-12-20 Thread Marcus Comstedt
Package: libglib2.0-0 Version: 2.30.2-4 Severity: normal Dear Maintainer, glib is unable to detect the correct timezone on my Debian system, which is configured to CET using /etc/localtime ($TZ is not set). Running the following test program: --8<-- #include #include #include int main() {

Bug#648220: After upgrade to gdm3 session selection defaults to "system default"

2011-12-05 Thread Marcus Comstedt
Package: gdm3 Version: 3.0.4-4 Followup-For: Bug #648220 Dear Maintainer, I'm also affected by this problem, and have observed the following: If you click on a face in the face browser, then the correct session for that user is selected. However, if you type the username manually (either becaus

Bug#651059: gnome-panel: Please reduce the size of the user status menu

2011-12-05 Thread Marcus Comstedt
Package: gnome-panel Version: 3.0.2-1 Severity: wishlist Dear Maintainer, The new "user status menu" isn't half bad, but one thing really irks me about it: that it always displays the full user name in the panel. This eats up a lot of panel space (especially for people with long names) for no go

Bug#614982: gdm3 greeter should display the time in the current locales

2011-12-02 Thread Marcus Comstedt
Package: gdm3 Version: 3.0.4-4 Followup-For: Bug #614982 Dear Maintainer, Looking at the source-code, the hardcoded strftime strings are passed to gettext, to allow localization. But this is incorrect; time formatting should be subject to LC_TIME, not LC_MESSAGES. Anyway, a way to override the

Bug#650741: Acknowledgement (gnome-session-fallback: gnome-session-fallback displays useless message and quits (gdm3))

2011-12-02 Thread Marcus Comstedt
Additional observations: The failure only happens when $WINDOW_MANAGER is set to "sawfish". With metacity it works. I can see that sawfish is running and working fine when the "Oh no" screen appears though (I can use Alt-Tab for example). // Marcus -- To UNSUBSCRIBE, email to debian-bu

Bug#650741: gnome-session-fallback: gnome-session-fallback displays useless message and quits (gdm3)

2011-12-02 Thread Marcus Comstedt
Package: gnome-session-fallback Version: 3.0.2-3 Severity: important Dear Maintainer, After upgrading packages in testing yesterday, which among other things installed gdm3, normal gnome sessions do not work anymore. The new "gnome" session, which runs gnome-shell, seems to work, but when I try

Bug#442156: console-tools: segfault in loadkeys when include directive is used in keymap on stdin

2007-09-13 Thread Marcus Comstedt
Package: console-tools Version: 1:0.2.3dbs-65 Severity: minor If a keymap containing the "include" directive is passed to loadkeys via stdin, you get a segfault instead of the error message telling you the file can not be found. The reason is that analyze.l tries to xstrdup filename, which is NU

Bug#435686: svn-load: Using strings instead of lambdas in move-map file doesn't work as advertised

2007-08-02 Thread Marcus Comstedt
Package: svn-load Version: 0.6-1 Severity: normal Tags: patch When including several lines in a move-map file which use the convenience feature of specifying a string instead of a lambda, that string is not stored properly for each line. Instead, the last string in the file will be used with eac

Bug#360827: pcsx-bin: invalid use of psxHu{32, 16} instead of psxHu{32, 16}ref gives compilation error on big-endian systems

2006-04-04 Thread Marcus Comstedt
Package: pcsx-bin Version: 1:1.6-3 Severity: serious Tags: patch Justification: no longer builds from source When the previously reported endianness detection problem is fixed, it turns out that the big endian version of the code doesn't build, due to some incorrect uses of the macros psxHu32 and

Bug#360816: pcsx-bin: fails to run on big-endian machines due to invalid endianness checks

2006-04-04 Thread Marcus Comstedt
Package: pcsx-bin Version: 1:1.6-3 Severity: important In multiple places in the pcsx source code, checks for big endianness is performed using #if defined(__MACOSX__). Obviously, this will not work for Linux. As a result, the code will assume little endian and break. I have noticed this in the