[Bug 1895781] Re: ~/.gnomerc is not loaded anymore at startup

2022-10-20 Thread Kentaro
The same issue has been reproduced in Jammy (22.04.1). The following patch for 55gnome-session_gnomerc is a workaround that fixes this issue. 5c5 < if [ "$BASESTARTUP" = x-session-manager ]; then --- > if [ "$BASESTARTUP" = x-session-manager ] || [ "$BASESTARTUP" = env ]; then -- You received

[Bug 1895781] Re: ~/.gnomerc is not loaded anymore at startup

2020-09-16 Thread Kentaro
I think we should not post this bug report to the upstream's BTS because this bug only occus on Ubuntu. Here are some background info. '55gnome-session_gnomerc' is created by Debian and not included in the original tarball of gnome-session, and it perfectly works on Debian. So why it fails on

[Bug 1895781] [NEW] ~/.gnomerc is not loaded anymore at startup

2020-09-15 Thread Kentaro
Public bug reported: I have clean-installed Focal and configured to run X.org server instead of Wayland, and found that the ~/.gnomerc is not loaded anymore. In /etc/X11/Xsession.d/55gnome-session_gnomerc, it tries to load ~/.gnomerc but it fails because of the change of the gnome-session's

[Bug 1739684] Re: gimp screenshots are broken

2018-02-28 Thread Kentaro Hayashi
FYI: There are related bugs. It may be fixed in Gimp 2.10. gimp: screenshot does not work with wayland https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880186 Bug 757687 - Screenshot functionality broken under Wayland https://bugzilla.gnome.org/show_bug.cgi?id=757687 ** Bug watch added:

[Bug 1739684] Re: gimp screenshots are broken

2018-02-28 Thread Kentaro Hayashi
** Attachment added: "Captured screenshot image is black" https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1739684/+attachment/5065764/+files/ubuntu1710-gimp-screenshot-black.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1739684] Re: gimp screenshots are broken

2018-02-28 Thread Kentaro Hayashi
I'm also hit this bug. captured image is black on wayland. ~$ env | grep wayland WAYLAND_DISPLAY=wayland-0 XDG_SESSION_TYPE=wayland $ dpkg -l gimp gimp-data Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/

[Bug 1001526] [NEW] Default Library Location settings causes a performance issue

2012-05-18 Thread Kentaro
Public bug reported: The default library location of Rhythmbox is set to $HOME and $HOME/.ubuntuone/Purchased%20from%20Ubuntu%20One at the first time of activation. Even if org.gnome.rhytmbox.rhythmdb was set to empty by manual using gsettings, the default directories are added automatically.

[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-05-16 Thread Kentaro
@Jason You're genius! Because LightDM does not use gnome-settings-daemon, no g-s-d issues happen. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/649809 Title: the session settings

[Bug 553162] Re: Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector and gdm stop disagreeing

2011-05-14 Thread Kentaro
@Gunnar, (#107) Thank you for your help. I tested it and it seems to be working at this moment. I was in doubt that selecting English of Language menu affects all locale settings such as LC_TIME or LC_NUMERIC. Let me see what happens with my settings. Now I have export LANG=ja_JP.UTF-8; export

[Bug 553162] Re: Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector and gdm stop disagreeing

2011-05-13 Thread Kentaro
The patch #36 (36_language_environment_settings.patch) damaged my desktop environment by setting LANGUAGES. I'm Japanese and my LANG is ja_JP.UTF-8, but because of some reasons my LC_MESSAGES is set to C by .gnomerc and .zshenv to display non- translated messages/texts. This worked very well for

[Bug 553162] Re: Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector and gdm stop disagreeing

2011-05-13 Thread Kentaro
Let me correct my previous comment: s/LANGUAGES/LANGUAGE/g -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/553162 Title: Set $LANGUAGE if the user picks a different locale in gdm, so