[Desktop-packages] [Bug 1697122] Re: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures
Quick workaround for those who want to enjoy the benefits right away: echo "MOZ_USE_XINPUT2=1" | sudo tee /etc/environment.d/90firefox-xinput2.conf -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1697122 Title: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures Status in firefox package in Ubuntu: Confirmed Bug description: Ubuntu version: Kubuntu 17.04 Firefox version: 53.0.3+build1-0ubuntu0.17.04.2 In Firefox, two-finger scroll gestures on a touchpad are interpreted as scroll wheel rotations, and the content scrolls three lines at a time. This is inappropriate behavior for touchpad scrolling; it should scroll pixel-by-pixel. Firefox already has the ability to do this, you just need to turn it on by running the program with MOZ_USE_XINPUT2=1 in the environment: for example, by running `MOZ_USE_XINPUT2=1 firefox`, or adding it to /etc/environment or something like that. Turning on this behavior yields a large usability improvement for laptop users. Therefore, I am proposing that MOZ_USE_XINPUT2=1 be permanently added to the packaging such that it's always present when Firefox runs. This is what Fedora does, and it results in a much improved experience for the laptop user. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697122/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1697122] Re: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures
For completeness sake, here is the OpenSuse bug report talking about it: https://bugzilla.opensuse.org/show_bug.cgi?id=1032003 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1697122 Title: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures Status in firefox package in Ubuntu: Confirmed Bug description: Ubuntu version: Kubuntu 17.04 Firefox version: 53.0.3+build1-0ubuntu0.17.04.2 In Firefox, two-finger scroll gestures on a touchpad are interpreted as scroll wheel rotations, and the content scrolls three lines at a time. This is inappropriate behavior for touchpad scrolling; it should scroll pixel-by-pixel. Firefox already has the ability to do this, you just need to turn it on by running the program with MOZ_USE_XINPUT2=1 in the environment: for example, by running `MOZ_USE_XINPUT2=1 firefox`, or adding it to /etc/environment or something like that. Turning on this behavior yields a large usability improvement for laptop users. Therefore, I am proposing that MOZ_USE_XINPUT2=1 be permanently added to the packaging such that it's always present when Firefox runs. This is what Fedora does, and it results in a much improved experience for the laptop user. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697122/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1697122] Re: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures
It is indeed a common complaint/request as evidenced by the people talking about it in various places (blogs, reddit, etc.): https://www.rojtberg.net/1569/switching-back-from-chrome-to-firefox/ https://www.reddit.com/r/linux/comments/72mfv8/psa_for_firefox_users_set_moz_use_xinput21_to/ https://hackido.com/2019/02/01/2019-02-01-firefox-with-touch/ I paste here again the upstream bug report as the link changed slightly: https://bugzilla.mozilla.org/show_bug.cgi?id=1207700 Recent comments in it (a year old) are fairly positive: "I think we can enable the XInput2 for recent Gtk+ versions (say Gtk+ >= 3.20) as the related Gtk+ focus bugs was fixed but for XInput2 only. Also Fedora enables XInput2 by default and we don't have any user complains." However there is a list of possible issues that need to be checked before moving on this: https://bugzilla.mozilla.org/show_bug.cgi?id=1182700 (wheel scrolling issue when window not active) https://bugzilla.mozilla.org/show_bug.cgi?id=1390795 (wheel scrolling issue when window not active) https://bugzilla.mozilla.org/show_bug.cgi?id=1487882 (pdf zoom increments by 10%) https://bugzilla.mozilla.org/show_bug.cgi?id=1196777 (probably fixed) https://bugzilla.mozilla.org/show_bug.cgi?id=1170342 (fixed) Additionally, we need to check it works adequately when the synaptics driver is enabled (I'm not sure but perhaps it's enabled by default on Macbooks?). Finally, I tried a couple more tweaks in about:config to make the scrolling experience smoother with a touchpad: - disabling smooth scrolling: general.smoothScroll = false OR - enabling msdPhysics scrolling: general.smoothScroll.msdPhysics.enabled = true I'm not yet entirely convinced by either and still have to test it more, especially with a mouse. ** Bug watch added: Mozilla Bugzilla #1207700 https://bugzilla.mozilla.org/show_bug.cgi?id=1207700 ** Bug watch added: Mozilla Bugzilla #1182700 https://bugzilla.mozilla.org/show_bug.cgi?id=1182700 ** Bug watch added: Mozilla Bugzilla #1390795 https://bugzilla.mozilla.org/show_bug.cgi?id=1390795 ** Bug watch added: Mozilla Bugzilla #1487882 https://bugzilla.mozilla.org/show_bug.cgi?id=1487882 ** Bug watch added: Mozilla Bugzilla #1196777 https://bugzilla.mozilla.org/show_bug.cgi?id=1196777 ** Bug watch added: Mozilla Bugzilla #1170342 https://bugzilla.mozilla.org/show_bug.cgi?id=1170342 ** Bug watch added: bugzilla.opensuse.org/ #1032003 https://bugzilla.opensuse.org/show_bug.cgi?id=1032003 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1697122 Title: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures Status in firefox package in Ubuntu: Confirmed Bug description: Ubuntu version: Kubuntu 17.04 Firefox version: 53.0.3+build1-0ubuntu0.17.04.2 In Firefox, two-finger scroll gestures on a touchpad are interpreted as scroll wheel rotations, and the content scrolls three lines at a time. This is inappropriate behavior for touchpad scrolling; it should scroll pixel-by-pixel. Firefox already has the ability to do this, you just need to turn it on by running the program with MOZ_USE_XINPUT2=1 in the environment: for example, by running `MOZ_USE_XINPUT2=1 firefox`, or adding it to /etc/environment or something like that. Turning on this behavior yields a large usability improvement for laptop users. Therefore, I am proposing that MOZ_USE_XINPUT2=1 be permanently added to the packaging such that it's always present when Firefox runs. This is what Fedora does, and it results in a much improved experience for the laptop user. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697122/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1697122] Re: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures
** Summary changed: - Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable touch gestures + Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1697122 Title: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures Status in firefox package in Ubuntu: Confirmed Bug description: Ubuntu version: Kubuntu 17.04 Firefox version: 53.0.3+build1-0ubuntu0.17.04.2 In Firefox, two-finger scroll gestures on a touchpad are interpreted as scroll wheel rotations, and the content scrolls three lines at a time. This is inappropriate behavior for touchpad scrolling; it should scroll pixel-by-pixel. Firefox already has the ability to do this, you just need to turn it on by running the program with MOZ_USE_XINPUT2=1 in the environment: for example, by running `MOZ_USE_XINPUT2=1 firefox`, or adding it to /etc/environment or something like that. Turning on this behavior yields a large usability improvement for laptop users. Therefore, I am proposing that MOZ_USE_XINPUT2=1 be permanently added to the packaging such that it's always present when Firefox runs. This is what Fedora does, and it results in a much improved experience for the laptop user. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697122/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1666681] Re: Restore interactive_search.patch (type-ahead search)
Found this patch: https://github.com/manjaro/packages- community/tree/master/nautilus-typeahead Not sure if it works -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/181 Title: Restore interactive_search.patch (type-ahead search) Status in nautilus package in Ubuntu: Won't Fix Bug description: Nautilus dropped the popular type-ahead search feature years ago. Ubuntu has been carrying a patch to revert that change. See bug 1164016 for the original LP bug and patch proposal. Nautilus is now under very active development. During the 3.22 cycle, that patch needed to be rebased. I tried to do it and what I came up with caused a crash (it didn't really crash for me, but ricotz and some others experienced it) and the first letter typed activated type- ahead search but the first letter was dropped. In other words, you would need to type "ddow" to activate the Downloads folder instead of just "dow" like in previous releases. (LP: #1635988) I did that rebase in October 2016 and no one has stepped up then to improve the patch. The Nautilus maintainer csoriano has said that the slots and views changed significantly during 3.22 and will likely be refactored more in the future. If there's no one available to maintain the patch, unfortunately, we'll eventually have to drop the patch to not be stuck on an ancient version of Nautilus. I am proposing that we do this at the start of the 17.10 development cycle. This gives 6 months for a developer to step up and try to fix the patch and 12 months before 18.04 LTS. Other Items === - For better performance with the built-in search, we need to reconsider avoiding tracker in Unity (LP: #176) - There is an option in Preferences for users to disable searching in subfolders. I don't think we want to do that by default but maybe it can help some people. The current Nautilus 3.24 packaging is in the GNOME3 Staging PPA with this patch now disabled. https://launchpad.net/~gnome3-team/+archive/ubuntu/gnome3-staging/+packages?field.series_filter=zesty To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/181/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1588192] Re: GL interfaces seem wedged for Krita on nvidia
In my GL using app I had to add the bind mount /var/lib/snapd/lib/gl to LD_LIBRARY_PATH for it to work with the nVidia proprietary driver. I proposed that workaround to snapcraft-desktop-helpers: https://github.com/ubuntu/snapcraft-desktop-helpers/pull/28 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers-304 in Ubuntu. https://bugs.launchpad.net/bugs/1588192 Title: GL interfaces seem wedged for Krita on nvidia Status in Snappy: In Progress Status in nvidia-graphics-drivers-304 package in Ubuntu: In Progress Status in nvidia-graphics-drivers-340 package in Ubuntu: Invalid Status in nvidia-graphics-drivers-361 package in Ubuntu: Invalid Status in nvidia-graphics-drivers-304 source package in Xenial: In Progress Status in nvidia-graphics-drivers-340 source package in Xenial: Invalid Status in nvidia-graphics-drivers-361 source package in Xenial: Invalid Bug description: Krita snap segfaults. I'm running nvidia proprietary drivers on Dell XPS 15. mark@mark-XPS-15-9550:~$ snap install krita 97.84 MB / 97.84 MB [=] 100.00 % 362.82 KB/s Name Version Rev Developer krita 3.0-snap10 1krita mark@mark-XPS-15-9550:~$ krita QCoreApplication::arguments: Please instantiate the QApplication object first krita.lib.pigment: Compiled for arch: ::Vc::AVXImpl krita.lib.pigment: Features supported: krita.lib.pigment: "SSE2" --- yes krita.lib.pigment: "SSSE3"--- yes krita.lib.pigment: "SSE4.1" --- yes krita.lib.pigment: "AVX " --- yes libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast Segmentation fault (core dumped) mark@mark-XPS-15-9550:~$ To manage notifications about this bug go to: https://bugs.launchpad.net/snappy/+bug/1588192/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1588192] Re: GL interfaces seem wedged for Krita on nvidia
Any news on this one? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers-304 in Ubuntu. https://bugs.launchpad.net/bugs/1588192 Title: GL interfaces seem wedged for Krita on nvidia Status in Snappy: In Progress Status in nvidia-graphics-drivers-304 package in Ubuntu: In Progress Status in nvidia-graphics-drivers-340 package in Ubuntu: Invalid Status in nvidia-graphics-drivers-361 package in Ubuntu: Invalid Status in nvidia-graphics-drivers-304 source package in Xenial: In Progress Status in nvidia-graphics-drivers-340 source package in Xenial: Invalid Status in nvidia-graphics-drivers-361 source package in Xenial: Invalid Bug description: Krita snap segfaults. I'm running nvidia proprietary drivers on Dell XPS 15. mark@mark-XPS-15-9550:~$ snap install krita 97.84 MB / 97.84 MB [=] 100.00 % 362.82 KB/s Name Version Rev Developer krita 3.0-snap10 1krita mark@mark-XPS-15-9550:~$ krita QCoreApplication::arguments: Please instantiate the QApplication object first krita.lib.pigment: Compiled for arch: ::Vc::AVXImpl krita.lib.pigment: Features supported: krita.lib.pigment: "SSE2" --- yes krita.lib.pigment: "SSSE3"--- yes krita.lib.pigment: "SSE4.1" --- yes krita.lib.pigment: "AVX " --- yes libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast Segmentation fault (core dumped) mark@mark-XPS-15-9550:~$ To manage notifications about this bug go to: https://bugs.launchpad.net/snappy/+bug/1588192/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/
The output of strace shows that fontconfig opens those file during every QML application startup. A solution to this would be to introduce a caching system: after fontconfig opens and parses those files the first time it could serialize the result to disk for subsequent starts. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fontconfig in Ubuntu. https://bugs.launchpad.net/bugs/1590804 Title: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/ Status in Canonical System Image: New Status in fontconfig package in Ubuntu: New Bug description: While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I noticed that a significant amount of time (around 35ms) was spent solely on parsing the XML configuration files in /etc/fonts/conf.d/ There seems to be around 40 files on Ubuntu Phone in that directory. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590804/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/
For information, output of strace related to that: open("/etc/fonts/conf.d/10-antialias.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/10-hinting-slight.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/10-hinting.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/11-lcdfilter-default.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/20-unhint-small-vera.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/30-metric-aliases.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/30-urw-aliases.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/40-nonlatin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/45-latin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/49-sansserif.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/50-user.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/51-local.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/local.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 26 open("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/57-dejavu-sans.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/57-dejavu-serif.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/58-dejavu-lgc-sans.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/58-dejavu-lgc-serif.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/60-latin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/64-01-tlwg-kinnari.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/65-droid-sans-fallback.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/65-fonts-persian.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/65-fonts-takao-pgothic.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/65-nonlatin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/65-wqy-microhei.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/66-lohit-devanagari.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/66-lohit-punjabi.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/69-unifont.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/70-no-bitmaps.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/80-delicious.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/89-tlwg-kinnari-synthetic.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/90-fonts-nanum.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 open("/etc/fonts/conf.d/90-synthetic.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fontconfig in Ubuntu. https://bugs.launchpad.net/bugs/1590804 Title: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/ Status in Canonical System Image: New Status in fontconfig package in Ubuntu: New Bug description: While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I noticed that a significant amount of time (around 35ms) was spent solely on parsing the XML configuration files in /etc/fonts/conf.d/ There seems to be around 40 files on Ubuntu Phone in that directory. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590804/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/
** Tags added: performance -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fontconfig in Ubuntu. https://bugs.launchpad.net/bugs/1590804 Title: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/ Status in Canonical System Image: New Status in fontconfig package in Ubuntu: New Bug description: While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I noticed that a significant amount of time (around 35ms) was spent solely on parsing the XML configuration files in /etc/fonts/conf.d/ There seems to be around 40 files on Ubuntu Phone in that directory. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590804/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1590804] [NEW] fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/
Public bug reported: While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I noticed that a significant amount of time (around 35ms) was spent solely on parsing the XML configuration files in /etc/fonts/conf.d/ There seems to be around 40 files on Ubuntu Phone in that directory. ** Affects: fontconfig (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fontconfig in Ubuntu. https://bugs.launchpad.net/bugs/1590804 Title: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/ Status in fontconfig package in Ubuntu: New Bug description: While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I noticed that a significant amount of time (around 35ms) was spent solely on parsing the XML configuration files in /etc/fonts/conf.d/ There seems to be around 40 files on Ubuntu Phone in that directory. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1590804/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1536751] Re: QML Unreadable small fonts on 1366x768 screen
I believe that Qt is selecting the newly introduced Ubuntu Thin instead of Ubuntu Light. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fontconfig in Ubuntu. https://bugs.launchpad.net/bugs/1536751 Title: QML Unreadable small fonts on 1366x768 screen Status in fontconfig package in Ubuntu: Incomplete Status in freetype package in Ubuntu: Incomplete Status in harfbuzz package in Ubuntu: New Status in qtbase-opensource-src package in Ubuntu: Incomplete Status in ubuntu-font-family-sources package in Ubuntu: New Bug description: This is a Dell Vostro 3550 laptop with a fresh install of 16.04 and unity8 Mir session the version of qtdeclarative5-qtmir-plugin is 0.4.7+16.04.20160104-0ubuntu1 As you can see from the screenshots the text has low details and, in the case of indicators descriptions at the top, almost disappears. The text could be fixed by using Text.NativeRendering instead of Text.QtRendering for the QML labels on low dpi screens, although text doesn't seem to be the only issue here. The icons are definitely lacking detail as well (QML Image's smoothing is enabled maybe?). Also the dots of the infographic don't look like circles at all, they're missing pixels and many of them look like a C more than an O. It looks to me like something is setting the wrong resolution, because it looks quite bad. But the screenshots are 1366x768 so I think that's not the case. NOTE: Unity7 looks perfectly fine and detailed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1536751/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1487111] Re: camera app unresponsive if trusted prompt left for some time
** Changed in: camera-app Status: New => Confirmed ** Changed in: camera-app Importance: Undecided => Medium ** Changed in: camera-app (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1487111 Title: camera app unresponsive if trusted prompt left for some time Status in camera-app: Confirmed Status in Canonical System Image: Confirmed Status in camera-app package in Ubuntu: Confirmed Status in pulseaudio package in Ubuntu: Confirmed Bug description: image95/arale (also on mako) i see this for both the audio trust prompt and the video trust prompt steps 1. launch camera 2. don't touch trust prompt - set phone down for 5 min 3. after time, select "accept" (alternately - select accept on camera, hit record and wait for audio prompt, step2) expected - app continues result - app is frozen, shell is still responsive, camera service spinning 50% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/camera-app/+bug/1487111/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1299073] Re: [desktop] Video recording is not working
** Changed in: camera-app Status: In Progress => Confirmed ** Changed in: camera-app (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu. https://bugs.launchpad.net/bugs/1299073 Title: [desktop] Video recording is not working Status in camera-app: Confirmed Status in camera-app package in Ubuntu: Confirmed Status in cheese package in Ubuntu: Confirmed Status in guvcview package in Ubuntu: Confirmed Status in qtmultimedia-opensource-src package in Ubuntu: Confirmed Bug description: Video recording used to work fine on my trusty desktop, but now it freezes the application and video does not record. Steps to reproduce: 1) Start camera-app in desktop mode ($ DESKTOP_MODE=1 camera-app) 2) Switch to video 3) Press the red button Expected behaviour: The app records video correctly Actual behaviour: The videocamera freezes (still image) and video is not recorded The following error shows in the terminal: libv4l2: error setting pixformat: Device or resource busy CameraBin error: "Device '/dev/video0' is busy" CameraBin error: "Could not negotiate format" ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: camera-app 2.9.1+14.04.20140307-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6 Uname: Linux 3.13.0-18-generic x86_64 ApportVersion: 2.13.3-0ubuntu1 Architecture: amd64 CurrentDesktop: Unity Date: Fri Mar 28 16:32:32 2014 InstallationDate: Installed on 2013-06-17 (283 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) SourcePackage: camera-app UpgradeStatus: Upgraded to trusty on 2014-01-20 (66 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/camera-app/+bug/1299073/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1487111] Re: camera app unresponsive if trusted prompt left for some time
** Also affects: camera-app Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1487111 Title: camera app unresponsive if trusted prompt left for some time Status in camera-app: New Status in Canonical System Image: Confirmed Status in camera-app package in Ubuntu: Confirmed Status in pulseaudio package in Ubuntu: Confirmed Bug description: image95/arale (also on mako) i see this for both the audio trust prompt and the video trust prompt steps 1. launch camera 2. don't touch trust prompt - set phone down for 5 min 3. after time, select "accept" (alternately - select accept on camera, hit record and wait for audio prompt, step2) expected - app continues result - app is frozen, shell is still responsive, camera service spinning 50% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/camera-app/+bug/1487111/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1255076] Re: /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter': free(): invalid pointer: ADDR ***
I confirm that the bug has disappeared for me with latest updates from trusty-proposed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1255076 Title: /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter': free(): invalid pointer: ADDR *** Status in Indicator Display Objects: Fix Committed Status in “ido” package in Ubuntu: Fix Released Status in “unity-greeter” package in Ubuntu: Invalid Bug description: The Ubuntu Error Tracker has been receiving reports about a problem regarding unity-greeter. This problem was most recently seen with version 14.04.1-0ubuntu1, the problem page at https://errors.ubuntu.com/problem/f182d58458c2d4d6242ca43f778cd0f42e6aec24 contains more details. To manage notifications about this bug go to: https://bugs.launchpad.net/ido/+bug/1255076/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1255076] Re: /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter': free(): invalid pointer: ADDR ***
I had installed indicator-datetime 13.10.0+14.04.20131125-0ubuntu1 from trusty-proposed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1255076 Title: /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter': free(): invalid pointer: ADDR *** Status in “unity-greeter” package in Ubuntu: Confirmed Bug description: The Ubuntu Error Tracker has been receiving reports about a problem regarding unity-greeter. This problem was most recently seen with version 14.04.1-0ubuntu1, the problem page at https://errors.ubuntu.com/problem/f182d58458c2d4d6242ca43f778cd0f42e6aec24 contains more details. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1255076/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1255076] Re: /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter': free(): invalid pointer: ADDR ***
$ sudo apt-get remove --purge indicator-datetime fixes it for me -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1255076 Title: /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter': free(): invalid pointer: ADDR *** Status in “unity-greeter” package in Ubuntu: Confirmed Bug description: The Ubuntu Error Tracker has been receiving reports about a problem regarding unity-greeter. This problem was most recently seen with version 14.04.1-0ubuntu1, the problem page at https://errors.ubuntu.com/problem/f182d58458c2d4d6242ca43f778cd0f42e6aec24 contains more details. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1255076/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1048586] Re: At login screen, error message when choosing wi-fi network without stored password
** Attachment added: "Screenshot of the issue" https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1048586/+attachment/3305469/+files/2012-09-10%2011.58.23.jpg -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/1048586 Title: At login screen, error message when choosing wi-fi network without stored password Status in “network-manager-applet” package in Ubuntu: Confirmed Bug description: network-manager-gnome 0.9.6.2-0ubuntu3, Ubuntu Q 1. Choose "Lock/Switch Account..." 2. Choose "Switch Account..." 3. At the login screen, open the network menu, and choose an encrypted wi-fi network that you haven't used before. What happens: An error message appears. What should happen: The menu item should have been insensitive. (Because you could use it, if you logged in then used it then locked or logged out again.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1048586/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 760656] Re: Launcher: Background lighting and border is displayed for Workspaces, Apps, Files, Trash (should be turned off)
** Changed in: unity-2d Status: Confirmed => Invalid ** Changed in: unity-2d (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity, dp-unity2d https://bugs.launchpad.net/bugs/760656 Title: Launcher: Background lighting and border is displayed for Workspaces, Apps, Files, Trash (should be turned off) Status in Ayatana Design: Fix Released Status in Unity: Fix Released Status in Unity 2D: Invalid Status in “unity” package in Ubuntu: Fix Released Status in “unity-2d” package in Ubuntu: Invalid Bug description: The 'workspaces-switcher', 'apps', 'files' and 'user-trash/user-trash- full' icons are shown in the Launcher with the same glow effect used for the running applications. A border is also drawn around these 4 icons Ideally the glow and the border should be switched off for the four monochrome built-in icons. To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/760656/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 761851] Re: Software Centre - automatically add app icon to launcher
** Changed in: unity-2d Importance: Undecided => Medium ** Changed in: unity-2d (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.launchpad.net/bugs/761851 Title: Software Centre - automatically add app icon to launcher Status in Ayatana Design: Fix Committed Status in Unity: Fix Released Status in Unity 2D: Confirmed Status in “software-center” package in Ubuntu: Fix Released Status in “unity” package in Ubuntu: Fix Released Status in “unity-2d” package in Ubuntu: Confirmed Bug description: Binary package hint: software-center It seems quite a common case where after clicking "install" the user is prompted first with the user password and then with the "add to laucher" option dialog. I was wondering if the second dialog could be avoided providing a way to add it to launcher while it's downloading/installing (ie. check box which the user can modify but might not). - Desired solution: When a application is installed from the Software Centre it's icon should be automatically pinned to the Launcher. The option in the software centre to "Add [app name] to the launcher?" after installing a application should be removed. To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/761851/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 910167] Re: In Unity-2D, the desktop does not have a global menu
** Tags added: delta-with-3d ** Changed in: unity-2d Importance: Undecided => Low ** Changed in: unity-2d (Ubuntu) Importance: Undecided => Low ** Changed in: unity-2d Milestone: 5.6 => None -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/910167 Title: In Unity-2D, the desktop does not have a global menu Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: Invalid Status in “unity-2d” package in Ubuntu: Confirmed Bug description: In Unity-3D the desktop has a global menu like nautilus. In unity-2D it doesn't. Could you please add this feature to unity 2D? To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/910167/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 827414] Re: gedit fails to start on first try, but does on the second
** Changed in: unity-2d Milestone: 5.2.1 => 5.6 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/827414 Title: gedit fails to start on first try, but does on the second Status in Unity: Fix Released Status in Unity 2D: Confirmed Status in Unity Applications Lens: Fix Released Status in Unity Files Lens: Fix Released Status in “gedit” package in Ubuntu: Invalid Status in “unity” package in Ubuntu: Invalid Status in “unity-lens-applications” package in Ubuntu: Fix Released Status in “unity-lens-files” package in Ubuntu: Fix Released Status in “gedit” source package in Oneiric: Invalid Status in “unity” source package in Oneiric: Invalid Status in “unity-lens-applications” source package in Oneiric: Fix Released Status in “unity-lens-files” source package in Oneiric: Fix Released Bug description: The gedit window fails to appear when I start gedit on my first try. It does appear on my second try. This is true when starting from the launcher, opening a document from a folder, or opening a file using the terminal. I can see gedit did started the first time; the process is running. If I start gedit using --standalone it does work the first time. This implies that default behaviour is to start gedit in the background. The file is ignored when gedit starts in the background, so a second call is needed to load the document. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gedit 3.1.3-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-8.11-generic-pae 3.0.1 Uname: Linux 3.0.0-8-generic-pae i686 NonfreeKernelModules: nvidia wl Architecture: i386 Date: Tue Aug 16 10:29:05 2011 ExecutablePath: /usr/bin/gedit ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gedit UpgradeStatus: Upgraded to oneiric on 2011-07-30 (17 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/827414/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 160311] Re: Resizing windows by grabbing window borders is difficult
** Changed in: unity-2d Importance: Undecided => Critical ** Changed in: unity-2d Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/160311 Title: Resizing windows by grabbing window borders is difficult Status in Ayatana Design: Fix Released Status in One Hundred Paper Cuts: Fix Released Status in The Metacity Window Manager: In Progress Status in Release Notes for Ubuntu: Fix Released Status in Unity 2D: Confirmed Status in “human-gtk-theme” package in Ubuntu: Invalid Status in “light-themes” package in Ubuntu: Fix Released Status in “metacity” package in Ubuntu: Fix Released Status in “human-gtk-theme” source package in Maverick: Invalid Status in “light-themes” source package in Maverick: Triaged Status in “metacity” source package in Maverick: Triaged Bug description: * No more comments needed This should mostly be fixed for Natty and might get backported to earlier releases as well. * *Blueprint for Natty, Ubuntu 11.04: https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection- dx-n-resizing-windows Work items1 * Make sure the new resize grip fits in current applications; doesn't interfere with anything. We should make some noise about this during the Natty cycle so people keep their eyes open and file bugs. 2 * Invisible window resize area - around 3px invisible area to allow resize on all sides. * Working grip backported to gtk2 already available in ppa : https://launchpad.net/~bratsche/+archive/gtk * Workaround: Edit /usr/share/themes/Ambiance/metacity-1/metacity- theme-1.xml. Set the following values in frame_geometry_normal as desired: Binary package hint: metacity - The issue has been an issue for users (especially of large) screens for several releases- Trackpad users seem to be particularly impacted by this- The issue appears to have been significantly aggravated in Lucid by changing the border width from 3 pixels to 1 pixel The window borders in metacity are far too thin to be used for comfortable window resizing, and resize handles are not available in all applications (or even most). In fact, of all the windows I have open right now, not a single one of them has a resize handle. The result is that I get a lot of "misses" when I try to drag a window border, which usually results in my clicking on the wrong window altogether. The best fix for this usability bug is to create an "invisible" region around each non-maximized window about 4px thick that can be used for resizing (in addition to the visible border). Or perhaps there should be a border thickness option on the System > Preferences > Windows dialog (although the default thickness should still be increased considerably). Ideally all windows would also have a resize handle but I realize that these have to be application controlled (at least that seems to be the position of the metacity team). To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/160311/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups
** Changed in: unity-2d Assignee: (unassigned) => Michał Sawicz (saviq) ** Changed in: unity-2d Milestone: None => 5.4 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/742544 Title: Launcher is shown on the wrong screen in some multi-monitor setups Status in Ayatana Design: Invalid Status in Unity: In Progress Status in Unity 2D: Fix Committed Status in “gnome-control-center” package in Ubuntu: Fix Released Status in “unity” package in Ubuntu: In Progress Bug description: WORKAROUND FOR 11.10: None available. But an early fix is available for 11.10 in ppa:vanvugt/unity, https://launchpad.net/~vanvugt/+archive/unity WORKAROUND FOR 11.04: There are two ways to configure the primary monitor in Ubuntu 11.04... Permanent workaround (requires logging back in again): Edit ~/.config/monitors.xml, find the monitor you want the launcher to display on and change: no to: yes Now log out and log in again. Temporary workaround (no logout required): Open a Terminal window and... 1. Run "xrandr" to find the NAME of the output you would like to make primary. 2. Run: xrandr --output NAME --primary && nohup unity --replace & ORIGINAL DESCRIPTION: Binary package hint: unity In my particular configuration I have an external monitor hooked up to my laptop on the left of the laptop display. The unity bar is ending up on the laptop display though making it in the middle of the two monitors. This makes it quite difficult to activate the bar with a full screen application open on the laptop (hitting the upper left pixel of that monitor without going over). I think it would make more sense to make it configurable which monitor the bar ends up on, or at least look at the orientation of the monitors when determining where to put the bar. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: unity 3.6.8-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 CompizPlugins: [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell] CompositorRunning: compiz DRM.card0.DVI.D.1: status: connected enabled: enabled dpms: On modes: 1280x1024 1280x1024 1280x960 1152x864 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 640x480 640x480 720x400 edid-base64: AP///wBMLZQBOTFJQggPAQOAJh54Kt6Vo1RMmSYPUFS/74CBgIFAcU8BAQEBAQEBAQEBMCoAmFEAKkAwcBMAeC0RAAAe/QA4Sx5RDgAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIQ0hZMjAwOTU4CiAgAKk= DRM.card0.LVDS.1: status: connected enabled: enabled dpms: On modes: 1440x900 1440x900 edid-base64: AP///wAGr0cTAAEQAQOAHhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBniWgQFGEDDBAIDMAL70QAAAZWh+gQFGEDDBAIDMAL70Q/gBHUjU4NABCMTQxUFcx/gAoOERNbZa2/wIBCiAgADo= DRM.card0.VGA.1: status: disconnected enabled: disabled dpms: Off modes: edid-base64: Date: Fri Mar 25 10:22:03 2011 DistUpgraded: Log time: 2011-02-28 23:54:17.443730 DistributionChannelDescriptor: # This is a distribution channel descriptor # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-dell-lucid-une-20100427-1 DistributionChannelDescriptor_: # This is a distribution channel descriptor # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-dell-lucid-une-20100427-1 DistributionChannelDescriptor__: # This is a distribution channel descriptor # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-dell-lucid-une-20100427-1 DistroCodename: natty DistroVariant: ubuntu DkmsStatus: vboxhost, 4.0.4, 2.6.38-5-generic, i686: installed vboxhost, 4.0.4, 2.6.38-7-generic, i686: installed vboxhost, 4.0.4, 2.6.38-6-generic, i686: installed GraphicsCard: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller]) Subsystem: Dell Latitude D630 [1028:01f9] Subsystem: Dell Device [1028:01f9] InstallationMedia: Ubuntu 10.04 "Lucid" - Build i386 LIVE Binary 20100427-14:29 InstallationMedia_: Ubuntu 10.04 "Lucid" - Build i386 LIVE Binary 20100427-14:29 InstallationMedia__: Ubuntu 10.04 "Lucid" - Build i386 LIVE Binary 20100427-14:29 MachineType: Dell Inc. Latitude D630 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcEnviron: LANGUAGE=en_US:en LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic root=UUID=fa8d2464-5942-4868-877b-6be
[Desktop-packages] [Bug 688816] Re: Don't create windows over the launcher
The patch has been reactivated in both Precise and Oneiric's updates. ** Changed in: unity-2d Status: Confirmed => Fix Released ** Changed in: unity-2d Milestone: 3.8.8 => None ** Changed in: metacity (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/688816 Title: Don't create windows over the launcher Status in Unity: Fix Released Status in Unity 2D: Fix Released Status in “compiz” package in Ubuntu: Confirmed Status in “metacity” package in Ubuntu: Fix Released Status in “unity” package in Ubuntu: Fix Released Status in “unity-2d” package in Ubuntu: Fix Released Bug description: Binary package hint: unity Now that Unity has intellihide, when I open a window the system seems to think that the space over Unity's launcher is free, and opens some windows on it, therefore hiding the launcher. I don't think this should happen. The launcher should hide if the user moves a window over it, but not without user intervention. To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/688816/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 688816] Re: Don't create windows over the launcher
This is fixed in Unity 2D/Metacity for Precise 12.04. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/688816 Title: Don't create windows over the launcher Status in Unity: Fix Released Status in Unity 2D: Confirmed Status in “compiz” package in Ubuntu: Confirmed Status in “metacity” package in Ubuntu: Confirmed Status in “unity” package in Ubuntu: Fix Released Status in “unity-2d” package in Ubuntu: Fix Released Bug description: Binary package hint: unity Now that Unity has intellihide, when I open a window the system seems to think that the space over Unity's launcher is free, and opens some windows on it, therefore hiding the launcher. I don't think this should happen. The launcher should hide if the user moves a window over it, but not without user intervention. To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/688816/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 865578] Re: mumble is hidden when switching workspaces
** Changed in: metacity (Ubuntu) Importance: Low => Medium ** Changed in: metacity (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/865578 Title: mumble is hidden when switching workspaces Status in Unity 2D: Confirmed Status in “metacity” package in Ubuntu: Confirmed Status in “unity-2d” package in Ubuntu: Confirmed Bug description: When I switch workspaces with mumble open and switch back, Mumble is hidden from ALT + TAB and needs o be relaunched from the launcher (the app doesn't quit, it's just inaccessible). ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity-2d 4.12.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 1.23-0ubuntu2 Architecture: amd64 Date: Mon Oct 3 12:57:48 2011 EcryptfsInUse: Yes InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) PackageArchitecture: all ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: unity-2d UpgradeStatus: Upgraded to oneiric on 2011-09-04 (29 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/865578/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 865578] Re: mumble is hidden when switching workspaces
** Changed in: unity-2d Status: New => Confirmed ** Changed in: unity-2d Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/865578 Title: mumble is hidden when switching workspaces Status in Unity 2D: Confirmed Status in “metacity” package in Ubuntu: Confirmed Status in “unity-2d” package in Ubuntu: Confirmed Bug description: When I switch workspaces with mumble open and switch back, Mumble is hidden from ALT + TAB and needs o be relaunched from the launcher (the app doesn't quit, it's just inaccessible). ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity-2d 4.12.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 1.23-0ubuntu2 Architecture: amd64 Date: Mon Oct 3 12:57:48 2011 EcryptfsInUse: Yes InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) PackageArchitecture: all ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: unity-2d UpgradeStatus: Upgraded to oneiric on 2011-09-04 (29 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/865578/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 761851] Re: Software Centre - automatically add app icon to launcher
** Changed in: unity-2d Assignee: Florian Boucault (fboucault) => Gerry Boland (gerboland) ** Changed in: unity-2d Milestone: None => 5.4 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.launchpad.net/bugs/761851 Title: Software Centre - automatically add app icon to launcher Status in Ayatana Design: Fix Committed Status in Unity: Fix Released Status in Unity 2D: Confirmed Status in “software-center” package in Ubuntu: Fix Released Status in “unity” package in Ubuntu: Fix Released Status in “unity-2d” package in Ubuntu: Confirmed Bug description: Binary package hint: software-center It seems quite a common case where after clicking "install" the user is prompted first with the user password and then with the "add to laucher" option dialog. I was wondering if the second dialog could be avoided providing a way to add it to launcher while it's downloading/installing (ie. check box which the user can modify but might not). - Desired solution: When a application is installed from the Software Centre it's icon should be automatically pinned to the Launcher. The option in the software centre to "Add [app name] to the launcher?" after installing a application should be removed. To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/761851/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups
** Changed in: unity-2d Importance: Undecided => High -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/742544 Title: Launcher is shown on the wrong screen in some multi-monitor setups Status in Ayatana Design: Invalid Status in Unity: In Progress Status in Unity 2D: New Status in “gnome-control-center” package in Ubuntu: Fix Released Status in “unity” package in Ubuntu: In Progress Bug description: WORKAROUND FOR 11.10: None available. But an early fix is available for 11.10 in ppa:vanvugt/unity, https://launchpad.net/~vanvugt/+archive/unity WORKAROUND FOR 11.04: There are two ways to configure the primary monitor in Ubuntu 11.04... Permanent workaround (requires logging back in again): Edit ~/.config/monitors.xml, find the monitor you want the launcher to display on and change: no to: yes Now log out and log in again. Temporary workaround (no logout required): Open a Terminal window and... 1. Run "xrandr" to find the NAME of the output you would like to make primary. 2. Run: xrandr --output NAME --primary && nohup unity --replace & ORIGINAL DESCRIPTION: Binary package hint: unity In my particular configuration I have an external monitor hooked up to my laptop on the left of the laptop display. The unity bar is ending up on the laptop display though making it in the middle of the two monitors. This makes it quite difficult to activate the bar with a full screen application open on the laptop (hitting the upper left pixel of that monitor without going over). I think it would make more sense to make it configurable which monitor the bar ends up on, or at least look at the orientation of the monitors when determining where to put the bar. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: unity 3.6.8-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 CompizPlugins: [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell] CompositorRunning: compiz DRM.card0.DVI.D.1: status: connected enabled: enabled dpms: On modes: 1280x1024 1280x1024 1280x960 1152x864 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 640x480 640x480 720x400 edid-base64: AP///wBMLZQBOTFJQggPAQOAJh54Kt6Vo1RMmSYPUFS/74CBgIFAcU8BAQEBAQEBAQEBMCoAmFEAKkAwcBMAeC0RAAAe/QA4Sx5RDgAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIQ0hZMjAwOTU4CiAgAKk= DRM.card0.LVDS.1: status: connected enabled: enabled dpms: On modes: 1440x900 1440x900 edid-base64: AP///wAGr0cTAAEQAQOAHhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBniWgQFGEDDBAIDMAL70QAAAZWh+gQFGEDDBAIDMAL70Q/gBHUjU4NABCMTQxUFcx/gAoOERNbZa2/wIBCiAgADo= DRM.card0.VGA.1: status: disconnected enabled: disabled dpms: Off modes: edid-base64: Date: Fri Mar 25 10:22:03 2011 DistUpgraded: Log time: 2011-02-28 23:54:17.443730 DistributionChannelDescriptor: # This is a distribution channel descriptor # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-dell-lucid-une-20100427-1 DistributionChannelDescriptor_: # This is a distribution channel descriptor # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-dell-lucid-une-20100427-1 DistributionChannelDescriptor__: # This is a distribution channel descriptor # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-dell-lucid-une-20100427-1 DistroCodename: natty DistroVariant: ubuntu DkmsStatus: vboxhost, 4.0.4, 2.6.38-5-generic, i686: installed vboxhost, 4.0.4, 2.6.38-7-generic, i686: installed vboxhost, 4.0.4, 2.6.38-6-generic, i686: installed GraphicsCard: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller]) Subsystem: Dell Latitude D630 [1028:01f9] Subsystem: Dell Device [1028:01f9] InstallationMedia: Ubuntu 10.04 "Lucid" - Build i386 LIVE Binary 20100427-14:29 InstallationMedia_: Ubuntu 10.04 "Lucid" - Build i386 LIVE Binary 20100427-14:29 InstallationMedia__: Ubuntu 10.04 "Lucid" - Build i386 LIVE Binary 20100427-14:29 MachineType: Dell Inc. Latitude D630 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcEnviron: LANGUAGE=en_US:en LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic root=UUID=fa8d2464-5942-4868-877b-6bed2f9b7c15 ro quiet splash vt.handoff=7 ProcVersionSignature_: Ubuntu 2.6.38-7.38
[Desktop-packages] [Bug 900063] Re: 20_do_not_place-windows-over-the-launcher.patch is not being applied, adversely affects unity-2d
** Changed in: metacity (Ubuntu) Importance: Undecided => High ** Also affects: unity-2d Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/900063 Title: 20_do_not_place-windows-over-the-launcher.patch is not being applied, adversely affects unity-2d Status in Unity 2D: New Status in “metacity” package in Ubuntu: Confirmed Bug description: In the last rebuild of metacity, (metacity (1:2.34.1-1ubuntu4) oneiric on Sept. 16th ), this patch isn't being applied, it's in the patches folder but not listed in series file. This causes the prior poor behaviour in unity-2d as noted in bug 688816 This was either done intentionally without comment in the changelog or unintentionally, in any event it's been almost 3 months, about time to address this one way or the other ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: metacity 1:2.34.1-1ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-2.6-generic 3.2.0-rc3 Uname: Linux 3.2.0-2-generic i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 Date: Sun Dec 4 17:35:50 2011 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20111204) ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: metacity UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/900063/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 849732] Re: Control/Alt key bindings are broken in GTK 3 programs using gtkbuilder
** Changed in: unity-2d Milestone: 4.14 => 5.2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/849732 Title: Control/Alt key bindings are broken in GTK 3 programs using gtkbuilder Status in The Application Menu: Invalid Status in Unity: Invalid Status in Unity 2D: Invalid Status in Ubuntu: Fix Released Status in “appmenu-gtk” package in Ubuntu: Invalid Status in “gtk+3.0” package in Ubuntu: Fix Released Status in “unity-2d” package in Ubuntu: Fix Released Status in The Oneiric Ocelot: Fix Released Status in “appmenu-gtk” source package in Oneiric: Invalid Status in “gtk+3.0” source package in Oneiric: Fix Released Status in “unity-2d” source package in Oneiric: Fix Released Bug description: When using the global app menu, Ctrl and Alt key bindings do not work in oneiric in some programs (they worked fine in natty and earlier). Reproducer: * Install and run "gtimelog" * Type "Arrived" [Enter] into the input box on the bottom edge to see something in the main window * Alt+1 and Alt+2 usually toggle between group and list view, but does nothing * Ctrl+E is supposed to open an editor with current ~/.gtimelog/gtimelog.txt, but does nothing * Ctrl+Q is supposed to quit, but does nothing None of the keybindings work. They do work if you start UBUNTU_MENUPROXY=0 gtimelog To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-appmenu/+bug/849732/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 865001] Re: [regression] sharing a network with other computers no longer works in oneiric
I just hit the bug but I don't know remember when my Oneiric was installed nor when the wired connection was created. Setting IPv6 to ignore and sudo killall dnsmasq fixed the issue. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/865001 Title: [regression] sharing a network with other computers no longer works in oneiric Status in “network-manager” package in Ubuntu: Incomplete Bug description: I have been using my laptop to share a wireless network with my desktop using a wired connection eth0. This has worked well in Natty, but in Oneiric, this no longer works properly. I'll provide the steps I followed: 1) clean install of Oneiric 64bit from October 2nd. (I've used several others too with the same results) 2) set up wireless. No problems. 3) select the wired interface in nm-connection-editor, edit and Method: shared with other computers in the IPv4 page. What happens is that the network is configured and works, but only for a few seconds. Then the network goes into a loop of connect/disconnect. I can use the shared connection on the desktop to a certain degree, but it becomes extremely slow and things like IRC cannot be used since the connection is dropped every two seconds or so. If I boot a Natty live session, this works perfectly using the exact same settings. I will attach my syslog. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/865001/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 844119] Re: Hitting Alt-Tab does not display Libre Office in list of switchable open applications
** Changed in: unity-2d Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/844119 Title: Hitting Alt-Tab does not display Libre Office in list of switchable open applications Status in BAMF Application Matching Framework: Confirmed Status in Unity: Confirmed Status in Unity 2D: Invalid Status in Unity Foundations: New Status in “bamf” package in Ubuntu: Confirmed Status in “libreoffice” package in Ubuntu: Invalid Bug description: Hitting Alt-Tab to bring up a list of switchable open applications does not display the running Libre Office instance. In order to switch to Libre Office and bring it to the foreground I must move other windows around with the mouse and click the Libre Office window. To reproduce: * Open Libre Office Writer * Open a few other applications such a Firefox and Thunderbird * Hit Alt-Tab and switch to Firefox * Hit Alt-Tab again while keeping Alt depressed Expected behavior: * Libre Office should be in the list of available switchable applications Actual behavior: * Libre Office is not in the list of available switchable applications when hitting Alt-Tab and keeping Alt depressed * Libre Office is not switched back to when tapping Alt-Tab quickly (the last-used application before Libre Office is jumped to) ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: libreoffice-common 1:3.4.2-2ubuntu3 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linux 3.0.0-10-generic x86_64 NonfreeKernelModules: wl Architecture: amd64 Date: Wed Sep 7 13:47:30 2011 EcryptfsInUse: Yes ExecutablePath: /usr/bin/libreoffice InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110901) InterpreterPath: /bin/dash PackageArchitecture: all SourcePackage: libreoffice UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/844119/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 826089] Re: gnome-shell writes to ~/.gconf/apps/metacity/general & affects Workspaces shown in unity-2d
** Changed in: unity-2d Importance: Medium => High -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/826089 Title: gnome-shell writes to ~/.gconf/apps/metacity/general & affects Workspaces shown in unity-2d Status in GNOME Shell: New Status in Unity 2D: Confirmed Status in “gnome-shell” package in Ubuntu: Triaged Status in “metacity” package in Ubuntu: Confirmed Status in “unity-2d” package in Ubuntu: Confirmed Bug description: I mainly use unity (3d) but have noticed that at some point when trying unity-2d I can only see/access 1 workspace from "Workspaces" It turns out that if one logs into gnome-shell, when exiting it writes to - ~/.gconf/apps/metacity/general Typically it would do this, but the value used is based on workspaces open in GS when exiting In the above case when logging into unity-2d only 1 workspace will be shown ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity-2d 4.0.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1 Uname: Linux 3.0.0-8-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sat Aug 13 22:32:01 2011 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110731) PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: unity-2d UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/826089/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 804435] Re: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric)
** Changed in: unity-2d Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/804435 Title: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric) Status in GTK+ GUI Toolkit: Fix Released Status in Unity 2D: Fix Committed Status in “gtk+3.0” package in Ubuntu: In Progress Status in “nautilus” package in Ubuntu: Invalid Status in “unity” package in Ubuntu: Invalid Bug description: When using Unity-2D and gnome-session-fallback in Oneiric the wallpaper, painted by nautilus, is not loaded correctly at session startup. For some seconds is not aligned with screen, there is a large left margin colored grey, then after some seconds is reloaded correctly and well-aligned. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: nautilus 1:3.1.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4 Uname: Linux 3.0-2-generic i686 Architecture: i386 Date: Fri Jul 1 18:51:10 2011 ProcEnviron: PATH=(custom, no user) LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/804435/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839610] Re: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup
** Changed in: unity-2d Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839610 Title: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup Status in Nautilus: New Status in Unity: Confirmed Status in Unity 2D: Fix Committed Status in “nautilus” package in Ubuntu: New Bug description: When logging in the background wallpaper briefly appears shifted horizontally to the right by around 15 pixels. A grey-ish border is therefore briefly displayed on the left hand side of the desktop. To reproduce it: 1. killall nautilus 2. nautilus -n To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/839610/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 805252] Re: appmenu shows nautilus menu when desktop is displayed
@Dmitry, it is indeed a separate issue specific to Unity 2D. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/805252 Title: appmenu shows nautilus menu when desktop is displayed Status in Unity Foundations: Triaged Status in “nautilus” package in Ubuntu: Triaged Status in “nautilus” source package in Oneiric: Triaged Bug description: The file, edit and view menus are the same as seen in nautilus. This means there are options unsuitable for use on the desktop. Some may actually cause issue if selected, Ex. File > new tab or window, ect. TEST CASE: 1. Press SUPER+d to minimize all the windows 2. Move the mouse over the top panel Result: It displays the nautilus menu. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: appmenu-gtk 0.3.0~r135-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-9.43lp760131v201106060906-generic 2.6.38.7 Uname: Linux 2.6.38-9-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sun Jul 3 18:03:47 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110202) ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: appmenu-gtk UpgradeStatus: Upgraded to oneiric on 2011-07-03 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-foundations/+bug/805252/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839611] Re: menu is first displayed as part of nautilus' desktop window before being hosted by the top panel thus shifting the wallpaper during the startup sequence
*** This bug is a duplicate of bug 805252 *** https://bugs.launchpad.net/bugs/805252 ** This bug has been marked a duplicate of bug 805252 appmenu shows nautilus menu when desktop is displayed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839611 Title: menu is first displayed as part of nautilus' desktop window before being hosted by the top panel thus shifting the wallpaper during the startup sequence Status in GTK+ GUI Toolkit: New Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: New Bug description: Nautilus' desktop menu is first displayed as part of the desktop window before being hosted by the top panel of Unity. That probably slows down the startup but more importantly that has the consequence of having the wallpaper shift briefly up and down during the login sequence. To reproduce it: 1. killall unity-2d-panel && killall nautilus 2. nautilus -n 3. unity-2d-panel To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/839611/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 737758] Re: Desktop icons move after login
** Changed in: unity-2d (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/737758 Title: Desktop icons move after login Status in Unity: Confirmed Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: Confirmed Status in “unity” package in Ubuntu: Confirmed Status in “unity-2d” package in Ubuntu: Confirmed Bug description: Binary package hint: unity Just after login my desktop is like screenshot 1. Then if I open a window (ie Nautilus), maximize it and then close it, icons "warp" and my desktop becomes like screenshot 2. I only notice this when the launcher has been resized (I tested with min and max size). ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: unity 3.6.6-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-7.35-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 CompizPlugins: [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell] Date: Fri Mar 18 20:03:07 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110311) ProcEnviron: LANGUAGE=fr_FR:en LANG=fr_FR.UTF-8 SHELL=/bin/bash SourcePackage: unity UpgradeStatus: Upgraded to natty on 2011-03-18 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/737758/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839610] Re: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup
Chris Coulson believes that it is the same bug as bug #804435 for which a patch to GTK is underway. ** Changed in: unity-2d Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839610 Title: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup Status in Nautilus: New Status in Unity: Confirmed Status in Unity 2D: In Progress Status in “nautilus” package in Ubuntu: New Bug description: When logging in the background wallpaper briefly appears shifted horizontally to the right by around 15 pixels. A grey-ish border is therefore briefly displayed on the left hand side of the desktop. To reproduce it: 1. killall nautilus 2. nautilus -n To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/839610/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 804435] Re: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric)
** Changed in: unity-2d Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/804435 Title: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric) Status in GTK+ GUI Toolkit: New Status in Unity 2D: In Progress Status in “gtk+3.0” package in Ubuntu: Triaged Status in “nautilus” package in Ubuntu: Invalid Status in “unity” package in Ubuntu: Confirmed Bug description: When using Unity-2D and gnome-session-fallback in Oneiric the wallpaper, painted by nautilus, is not loaded correctly at session startup. For some seconds is not aligned with screen, there is a large left margin colored grey, then after some seconds is reloaded correctly and well-aligned. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: nautilus 1:3.1.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4 Uname: Linux 3.0-2-generic i686 Architecture: i386 Date: Fri Jul 1 18:51:10 2011 ProcEnviron: PATH=(custom, no user) LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/804435/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839611] Re: menu is first displayed as part of nautilus' desktop window before being hosted by the top panel thus shifting the wallpaper during the startup sequence
** Also affects: gtk Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839611 Title: menu is first displayed as part of nautilus' desktop window before being hosted by the top panel thus shifting the wallpaper during the startup sequence Status in GTK+ GUI Toolkit: New Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: New Bug description: Nautilus' desktop menu is first displayed as part of the desktop window before being hosted by the top panel of Unity. That probably slows down the startup but more importantly that has the consequence of having the wallpaper shift briefly up and down during the login sequence. To reproduce it: 1. killall unity-2d-panel && killall nautilus 2. nautilus -n 3. unity-2d-panel To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/839611/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839610] Re: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup
Does it occur with Unity? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839610 Title: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup Status in Nautilus: Unknown Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: New Bug description: When logging in the background wallpaper briefly appears shifted horizontally to the right by around 15 pixels. A grey-ish border is therefore briefly displayed on the left hand side of the desktop. To reproduce it: 1. killall nautilus 2. nautilus -n To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/839610/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 833397] Re: indicator power displayed twice on panel
** Changed in: unity-2d Status: New => Invalid ** Changed in: unity-2d (Ubuntu Oneiric) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/833397 Title: indicator power displayed twice on panel Status in Unity 2D: Invalid Status in “gnome-settings-daemon” package in Ubuntu: Incomplete Status in “ubuntu-meta” package in Ubuntu: Invalid Status in “unity-2d” package in Ubuntu: Invalid Status in “gnome-settings-daemon” source package in Oneiric: Incomplete Status in “ubuntu-meta” source package in Oneiric: Invalid Status in “unity-2d” source package in Oneiric: Invalid Bug description: After latest updates, indicator power is displayed 3 times on panel (screenshot enclosed) Only the right one works (clicking on the others does nothing) ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: indicator-power 0.7-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3 Uname: Linux 3.0.0-9-generic i686 Architecture: i386 Date: Wed Aug 24 23:52:26 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110209) ProcEnviron: PATH=(custom, user) LANG=fr_FR.UTF-8 SHELL=/bin/bash SourcePackage: indicator-power UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/833397/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 804435] Re: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric)
I had the issue here with compositing activated I am afraid. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/804435 Title: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric) Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: Confirmed Status in “unity-2d” package in Ubuntu: Confirmed Bug description: When using Unity-2D and gnome-session-fallback in Oneiric the wallpaper, painted by nautilus, is not loaded correctly at session startup. For some seconds is not aligned with screen, there is a large left margin colored grey, then after some seconds is reloaded correctly and well-aligned. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: nautilus 1:3.1.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4 Uname: Linux 3.0-2-generic i686 Architecture: i386 Date: Fri Jul 1 18:51:10 2011 ProcEnviron: PATH=(custom, no user) LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/804435/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839610] [NEW] Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup
Public bug reported: When logging in the background wallpaper briefly appears shifted horizontally to the right by around 15 pixels. A grey-ish border is therefore briefly displayed on the left hand side of the desktop. To reproduce it: 1. killall nautilus 2. nautilus -n ** Affects: unity-2d Importance: Medium Status: Confirmed ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: login ** Also affects: unity-2d Importance: Undecided Status: New ** Changed in: unity-2d Milestone: None => 4.6 ** Changed in: unity-2d Status: New => Confirmed ** Changed in: unity-2d Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839610 Title: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: New Bug description: When logging in the background wallpaper briefly appears shifted horizontally to the right by around 15 pixels. A grey-ish border is therefore briefly displayed on the left hand side of the desktop. To reproduce it: 1. killall nautilus 2. nautilus -n To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/839610/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 804435] Re: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric)
** Tags added: login -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/804435 Title: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric) Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: Confirmed Status in “unity-2d” package in Ubuntu: Confirmed Bug description: When using Unity-2D and gnome-session-fallback in Oneiric the wallpaper, painted by nautilus, is not loaded correctly at session startup. For some seconds is not aligned with screen, there is a large left margin colored grey, then after some seconds is reloaded correctly and well-aligned. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: nautilus 1:3.1.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4 Uname: Linux 3.0-2-generic i686 Architecture: i386 Date: Fri Jul 1 18:51:10 2011 ProcEnviron: PATH=(custom, no user) LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/804435/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839610] Re: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup
** Description changed: When logging in the background wallpaper briefly appears shifted horizontally to the right by around 15 pixels. A grey-ish border is therefore briefly displayed on the left hand side of the desktop. + + To reproduce it: + 1. killall nautilus + 2. nautilus -n ** Tags added: login -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839610 Title: Background wallpaper briefly appears shifted horizontally by around 15 pixels on startup Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: New Bug description: When logging in the background wallpaper briefly appears shifted horizontally to the right by around 15 pixels. A grey-ish border is therefore briefly displayed on the left hand side of the desktop. To reproduce it: 1. killall nautilus 2. nautilus -n To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/839610/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 839611] [NEW] menu is first displayed as part of nautilus' desktop window before being hosted by the top panel thus shifting the wallpaper during the startup sequence
Public bug reported: Nautilus' desktop menu is first displayed as part of the desktop window before being hosted by the top panel of Unity. That probably slows down the startup but more importantly that has the consequence of having the wallpaper shift briefly up and down during the login sequence. To reproduce it: 1. killall unity-2d-panel && killall nautilus 2. nautilus -n 3. unity-2d-panel ** Affects: unity-2d Importance: Medium Status: Confirmed ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: login ** Also affects: unity-2d Importance: Undecided Status: New ** Changed in: unity-2d Status: New => Confirmed ** Changed in: unity-2d Importance: Undecided => Medium ** Changed in: unity-2d Milestone: None => 4.6 ** Description changed: Nautilus' desktop menu is first displayed as part of the desktop window before being hosted by the top panel of Unity. That probably slows down the startup but more importantly that has the consequence of having the wallpaper shift briefly up and down during the login sequence. + + To reproduce it: + 1. killall unity-2d-panel && killall nautilus + 2. nautilus -n + 3. unity-2d-panel ** Tags added: login -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/839611 Title: menu is first displayed as part of nautilus' desktop window before being hosted by the top panel thus shifting the wallpaper during the startup sequence Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: New Bug description: Nautilus' desktop menu is first displayed as part of the desktop window before being hosted by the top panel of Unity. That probably slows down the startup but more importantly that has the consequence of having the wallpaper shift briefly up and down during the login sequence. To reproduce it: 1. killall unity-2d-panel && killall nautilus 2. nautilus -n 3. unity-2d-panel To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/839611/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 833397] Re: indicator power displayed twice on panel
** Also affects: unity-2d Importance: Undecided Status: New ** Changed in: unity-2d Milestone: None => 4.6 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/833397 Title: indicator power displayed twice on panel Status in Unity 2D: New Status in “gnome-settings-daemon” package in Ubuntu: Incomplete Status in “ubuntu-meta” package in Ubuntu: Fix Committed Status in “unity-2d” package in Ubuntu: New Status in “gnome-settings-daemon” source package in Oneiric: Incomplete Status in “ubuntu-meta” source package in Oneiric: Fix Committed Status in “unity-2d” source package in Oneiric: New Bug description: After latest updates, indicator power is displayed 3 times on panel (screenshot enclosed) Only the right one works (clicking on the others does nothing) ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: indicator-power 0.7-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3 Uname: Linux 3.0.0-9-generic i686 Architecture: i386 Date: Wed Aug 24 23:52:26 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110209) ProcEnviron: PATH=(custom, user) LANG=fr_FR.UTF-8 SHELL=/bin/bash SourcePackage: indicator-power UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/833397/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 830728] Re: [dash] Gwibber lens icon doesn't show up in 2d unity
** Changed in: unity-2d Status: In Progress => Fix Committed ** Changed in: unity-2d (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/830728 Title: [dash] Gwibber lens icon doesn't show up in 2d unity Status in Unity 2D: Fix Committed Status in “gwibber” package in Ubuntu: Invalid Status in “unity-2d” package in Ubuntu: Fix Committed Bug description: I've added a screenshot 2d dash isn't showing up the gwibber icon but the blank space is where the icon should be clicking there shows up the gwibber lens. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity-lens-gwibber 3.1.5+r1143-0ubuntu1 Uname: Linux 3.0.0-0300-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sun Aug 21 22:52:45 2011 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110705.1) ProcEnviron: LANGUAGE=en_GB:en PATH=(custom, no user) LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: gwibber UpgradeStatus: Upgraded to oneiric on 2011-07-27 (24 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/830728/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 830728] Re: [dash] Gwibber lens icon doesn't show up in 2d unity
Lack of horizontal renderer is registered as bug #837712 This bug is only about the Gwibber icon not showing in the lens bar of the dash. ** Changed in: unity-2d Importance: High => Medium ** Changed in: unity-2d Status: Confirmed => In Progress ** Changed in: unity-2d (Ubuntu) Status: Confirmed => In Progress ** Changed in: unity-2d Assignee: (unassigned) => Florian Boucault (fboucault) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/830728 Title: [dash] Gwibber lens icon doesn't show up in 2d unity Status in Unity 2D: In Progress Status in “gwibber” package in Ubuntu: Invalid Status in “unity-2d” package in Ubuntu: In Progress Bug description: I've added a screenshot 2d dash isn't showing up the gwibber icon but the blank space is where the icon should be clicking there shows up the gwibber lens. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity-lens-gwibber 3.1.5+r1143-0ubuntu1 Uname: Linux 3.0.0-0300-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sun Aug 21 22:52:45 2011 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110705.1) ProcEnviron: LANGUAGE=en_GB:en PATH=(custom, no user) LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: gwibber UpgradeStatus: Upgraded to oneiric on 2011-07-27 (24 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/830728/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 804435] Re: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric)
** Changed in: unity-2d Milestone: None => 4.4 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/804435 Title: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric) Status in Unity 2D: Confirmed Status in “nautilus” package in Ubuntu: Incomplete Status in “unity-2d” package in Ubuntu: Confirmed Bug description: When using Unity-2D and gnome-session-fallback in Oneiric the wallpaper, painted by nautilus, is not loaded correctly at session startup. For some seconds is not aligned with screen, there is a large left margin colored grey, then after some seconds is reloaded correctly and well-aligned. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: nautilus 1:3.1.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4 Uname: Linux 3.0-2-generic i686 Architecture: i386 Date: Fri Jul 1 18:51:10 2011 ProcEnviron: PATH=(custom, no user) LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/804435/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 830728] Re: Gwibber lens icon doesn't show up in 2d unity
Will be fixed by bug #837356 ** Changed in: unity-2d (Ubuntu) Status: New => Confirmed ** Also affects: unity-2d Importance: Undecided Status: New ** Changed in: unity-2d Milestone: None => 4.4 ** Changed in: unity-2d Importance: Undecided => Medium ** Changed in: unity-2d Importance: Medium => High ** Changed in: unity-2d Status: New => Confirmed ** Summary changed: - Gwibber lens icon doesn't show up in 2d unity + [dash] Gwibber lens icon doesn't show up in 2d unity -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/830728 Title: [dash] Gwibber lens icon doesn't show up in 2d unity Status in Unity 2D: Confirmed Status in “gwibber” package in Ubuntu: Invalid Status in “unity-2d” package in Ubuntu: Confirmed Bug description: I've added a screenshot 2d dash isn't showing up the gwibber icon but the blank space is where the icon should be clicking there shows up the gwibber lens. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity-lens-gwibber 3.1.5+r1143-0ubuntu1 Uname: Linux 3.0.0-0300-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sun Aug 21 22:52:45 2011 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110705.1) ProcEnviron: LANGUAGE=en_GB:en PATH=(custom, no user) LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: gwibber UpgradeStatus: Upgraded to oneiric on 2011-07-27 (24 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/830728/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 826089] Re: gnome-shell writes to ~/.gconf/apps/metacity/general & affects Workspaces shown in unity-2d
Thanks for the detailed analysis Doug! So, we will have as many workspaces as GNOME Shell setup basically? Historically I think we setup the code so that we would have as many workspaces as a GNOME 2 use would have. ** Also affects: unity-2d Importance: Undecided Status: New ** Changed in: unity-2d Status: New => Confirmed ** Changed in: unity-2d Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/826089 Title: gnome-shell writes to ~/.gconf/apps/metacity/general & affects Workspaces shown in unity-2d Status in Unity 2D: Confirmed Status in “metacity” package in Ubuntu: New Status in “unity-2d” package in Ubuntu: Confirmed Bug description: I mainly use unity (3d) but have noticed that at some point when trying unity-2d I can only see/access 1 workspace from "Workspaces" It turns out that if one logs into gnome-shell, when exiting it writes to - ~/.gconf/apps/metacity/general Typically it would do this, but the value used is based on workspaces open in GS when exiting In the above case when logging into unity-2d only 1 workspace will be shown ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity-2d 4.0.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1 Uname: Linux 3.0.0-8-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sat Aug 13 22:32:01 2011 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110731) PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: unity-2d UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/826089/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp