[Bug 2071330] Re: Ignores multiplication after adding percent to a number

2024-06-27 Thread Michał Sawicz
** Summary changed: - Wrong order of calculations when percents are involved + Ignores multiplication after adding percent to a number ** Description changed: + Correct: 1+0.1*100 = 11 1+100*10% = 11 + (1+10%)*100 = 110 - But - + Wrong: 1+10%*100 = 1.1 o.O - https://imgur.com/a

[Bug 2071330] [NEW] Wrong order of calculations when percents are involved

2024-06-27 Thread Michał Sawicz
Public bug reported: 1+0.1*100 = 11 1+100*10% = 11 But 1+10%*100 = 1.1 o.O https://imgur.com/a/Ae0gw4H ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-calculator 1:46.0-1ubuntu1 ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4 Uname: Linux 6.8.0-35-generic x86_64 NonfreeKern

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-06-13 Thread Michał Sawicz
> Haven't had a crash yet since disabling the tiling-assistant extension. Same, disabling the tiling ext seems to have made my GNOME stable again. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpa

[Bug 2068695] [NEW] Crash when half/quarter maximize (easily) gets confused

2024-06-07 Thread Michał Sawicz
Public bug reported: Steps to reproduce: - have two windows - click on the top panel, triggering half-horizontal-maximize (bug?) - close the focused window - try to maximize the other window - crash I'll file another bug about the behaviour to trigger half/quarter- maximize on clicking the top pa

[Bug 2068693] [NEW] Crash on display dis/re-connection

2024-06-07 Thread Michał Sawicz
Public bug reported: Since upgrading to 24.04 GNOME Shell frequently crashes when I disconnect or re-connect my external output through a USB-C hub. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-shell 46.0-0ubuntu5.1 ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4 Uname: Linu

[Bug 2039045] Re: GNOME Shell locking hard when Telegram opens a full-screen photo

2023-10-18 Thread Michał Sawicz
It's hung, if I press Esc soon enough, it will recover within a few seconds. But in the mean time it's looping on CPU. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2039045 Titl

[Bug 2039045] [NEW] GNOME Shell locking hard when Telegram opens a full-screen photo

2023-10-11 Thread Michał Sawicz
Public bug reported: Steps: - run https://snapcraft.io/telegram-desktop - open a full-screen image preview Expected: - the image preview opens - and can be closed Current: - the image preview opens - the shell becomes unresponsive Often it's possible to wait a few seconds to close the preview a

[Bug 2017906] [NEW] Application picker opens app from previous results when typing quickly

2023-04-27 Thread Michał Sawicz
Public bug reported: Steps: - have Telegram installed - type "tel", quickly followed by Enter Expected: - Telegram launches Current: - Terminal launches Attached is a slowed down video which shows that the terminal was no longer displayed in the list of apps, but was still launched on Enter. I

[Bug 1968040] Re: Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument]

2023-02-27 Thread Michał Sawicz
** Attachment added: "after.txt" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1968040/+attachment/5650348/+files/after.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1968040] Re: Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument]

2023-02-27 Thread Michał Sawicz
This may be a better one, no reboots or kernel changes between. ** Attachment added: "before.txt" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1968040/+attachment/5650347/+files/before.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which i

[Bug 1968040] Re: Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument]

2023-02-27 Thread Michał Sawicz
** Attachment added: "after.txt" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1968040/+attachment/5650276/+files/after.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1968040] Re: Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument]

2023-02-27 Thread Michał Sawicz
I believe I just had this happen, though there was a reboot and kernel switch (bug #1988989...) in between before and after. gnome-shell was also topping out CPU. Maybe this helps. ** Attachment added: "before.txt" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1968040/+attachment/565

[Bug 1985869] Re: Screen does not update [Failed to post KMS update: CRTC property (GAMMA_LUT) not found and Page flip discarded: CRTC property (GAMMA_LUT) not found]

2022-10-06 Thread Michał Sawicz
> Alder Lake if you're using an old kernel. It doesn't happen with Intel graphics in the 5.19 kernel, Shame that I can't run the newer kernel due to bug 1988989… -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https:

[Bug 1991777] Re: gnome-shell deadlocked on startup

2022-10-05 Thread Michał Sawicz
So. I've removed `~/.config/dconf/user` and now I can start the session again. The only difference in GsettingsChanges is the list of notification apps (which, btw, could possibly be considered sensitive, and could be redacted by apport). Setting it back to the value when the session was broken di

[Bug 1991777] Re: gnome-shell deadlocked on startup

2022-10-05 Thread Michał Sawicz
I had these set in my profile to deal with other issues: ``` export MUTTER_DEBUG_FORCE_KMS_MODE=simple export MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0 export MUTTER_DEBUG_DISABLE_HW_CURSORS=1 ``` Unsetting them didn't help. I don't have any extensions beyond what's default. -- You received this bug no

[Bug 1991777] [NEW] gnome-shell deadlocked on startup

2022-10-05 Thread Michał Sawicz
Public bug reported: My Ubuntu session is currently impossible to launch. Upon trying, I get a couple ~blank displays, sometimes along with a cursor at the position it was in GDM. Only way out is `chvt …`, or killing gnome-shell, over SSH. "Ubuntu on Xorg" works fine. The wayland session does wo

[Bug 1989590] Re: Can't click on Dash items if status drop-down is shown

2022-09-15 Thread Michał Sawicz
Managed to record with OBS Studio. You can hear the mouse clicks through the microphone ;) ** Attachment added: "recording of the problem" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1989590/+attachment/5616045/+files/2022-09-15%2012-44-59.mkv -- You received this bug notifica

[Bug 1989590] Re: Can't click on Dash items if status drop-down is shown

2022-09-15 Thread Michał Sawicz
Screen capture isn't working very well… but you'd see exactly that. As long as the drop-down is open, the dash doesn't show hover highlights and no actions are performed. Note I use dual screens, and the external screen is set as the primary one - maybe that has bearing on the problem? -- You re

[Bug 1989590] [NEW] Can't click on Dash items if status drop-down is shown

2022-09-14 Thread Michał Sawicz
Public bug reported: Steps: 1. open any of the system status drop-downs 2. click on any Dash item Expected: 1. the system status drop-down goes away 2. the clicked item is activated Current: 1. nothing happens ProblemType: Bug DistroRelease: Ubuntu 22.10 Package: gnome-shell 43~beta-1ubuntu2 Pr

[Bug 1987833] Re: xdg-desktop-portal bails if DISPLAY is not set

2022-09-06 Thread Michał Sawicz
Actually it's either DISPLAY or WAYLAND_DISPLAY that it expects, but doesn't say so... ** Changed in: xdg-desktop-portal (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to xdg-desktop-portal in Ubun

[Bug 1988715] [NEW] File picker portal doesn't respect "Sort folders before files" setting

2022-09-05 Thread Michał Sawicz
Public bug reported: Nautilus has a setting that lets you see folders before files in lists, that generally spans file pickers, but not those that come from portals, I believe. ProblemType: Bug DistroRelease: Ubuntu 22.10 Package: xdg-desktop-portal 1.15.0-1ubuntu1 ProcVersionSignature: Ubuntu 5.

[Bug 1988663] [NEW] Single-click to open does not change cursor

2022-09-04 Thread Michał Sawicz
Public bug reported: The cursor when hovering over items in "single-click to open" mode remains a plain arrow, rather than the "call to action" pointing hand from before. ProblemType: Bug DistroRelease: Ubuntu 22.10 Package: nautilus 1:43~beta.1-2ubuntu3 ProcVersionSignature: Ubuntu 5.15.0-27.28-

[Bug 1988625] [NEW] Left-over cursor visible on second screen

2022-09-03 Thread Michał Sawicz
Public bug reported: This sounds like (Fix Released) #1724977, but seems to happen on extra screens. When I move my mouse between screens, every once in a while a leftover cursor remains on the screen I just left. Moving to that screen again fixes. It may be related to different scales of my tw

[Bug 1988623] [NEW] Screen stuck off after locking

2022-09-03 Thread Michał Sawicz
Public bug reported: When the screen goes off after a timeout, or locking the session, it doesn't wake again when I move the mouse or use the keyboard. Switching to GDM and back works, or logging in in GDM. ProblemType: Bug DistroRelease: Ubuntu 22.10 Package: gnome-shell 43~beta-1ubuntu2 ProcVe

[Bug 1987833] [NEW] xdg-desktop-portal bails if DISPLAY is not set

2022-08-26 Thread Michał Sawicz
Public bug reported: When DISPLAY is not set (which would be the case for a Wayland-only session), xdg-desktop-portal bails with: > xdg-desktop-portal[500395]: Error: no DISPLAY environment variable specified ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: xdg-desktop-portal 1.14.4-1ubuntu

[Bug 1985968] [NEW] Maximized windows often end up behind the dock on session unlock

2022-08-12 Thread Michał Sawicz
Public bug reported: Using the default Ubuntu 22.04 desktop on Wayland, with little tweaks. I have a bunch of maximized windows, two screens extended horizontally. Often when I unlock the session, one of the maximized windows will be maximized behind the dock. I have to un- and maximize them aga

[Bug 1865221] Re: Workspace switcher scaling up and down depending on the number of active workspaces

2020-03-30 Thread Michał Sawicz
I can confirm this is fixed now. $ apt policy gnome-shell gnome-shell: Installed: 3.36.0-2ubuntu1 Candidate: 3.36.0-2ubuntu1 Version table: *** 3.36.0-2ubuntu1 500 500 http://pl.archive.ubuntu.com/ubuntu focal/main amd64 Packages 100 /var/lib/dpkg/status ** Changed in: gnom

[Bug 1865222] Re: windows disappearing unless in Activities view

2020-03-02 Thread Michał Sawicz
https://gitlab.gnome.org/GNOME/gnome-shell/issues/2297 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1865222 Title: windows disappearing unless in Activities view To manage n

[Bug 1865222] Re: windows disappearing unless in Activities view

2020-03-02 Thread Michał Sawicz
d'oh… ** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #2297 https://gitlab.gnome.org/GNOME/gnome-shell/issues/2297 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1865222] Re: windows disappearing unless in Activities view

2020-03-02 Thread Michał Sawicz
@Daniel is it not what you just filed? https://gitlab.gnome.org/GNOME/gnome-shell/issues/2295 ** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #2295 https://gitlab.gnome.org/GNOME/gnome-shell/issues/2295 -- You received this bug notification because you are a member of Ubuntu De

[Bug 1865222] [NEW] windows disappearing unless in Activities view

2020-02-28 Thread Michał Sawicz
Public bug reported: It's happened to me twice after a recent update that I couldn't reach a window, even though it was visible in the Activities view and listed on the launcher. The windows seemed to take focus, but couldn't be seen. Alt+Tab switching didn't help either. ProblemType: Bug Distro

[Bug 1865221] Re: Worskpace switcher scaling up and down depending on the number of active workspaces

2020-02-28 Thread Michał Sawicz
** Attachment added: "photo_2020-02-28_21-59-21.jpg" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1865221/+attachment/5332059/+files/photo_2020-02-28_21-59-21.jpg -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-

[Bug 1865221] [NEW] Worskpace switcher scaling up and down depending on the number of active workspaces

2020-02-28 Thread Michał Sawicz
Public bug reported: Between 2 and 4 active workspaces, the switcher is scaled down and up, playing tricks with my eyes ;P See the attached screenshots. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: gnome-shell 3.34.3-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18 Uname

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-12-06 Thread Michał Sawicz
*** This bug is a duplicate of bug 1845302 *** https://bugs.launchpad.net/bugs/1845302 I've not seen this in a while indeed. Marking dupe, then :) ** This bug has been marked a duplicate of bug 1845302 cannot click on others opened applications while the "application not responding" dialo

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-11-20 Thread Michał Sawicz
I've had this happen a number of times again on a fresh 19.10 install, with no extra extensions enabled. It seems to happen when an app isn't responding for a handful of seconds and trying to switch between apps via Alt+Tab or between workspaces. A SIGSTOP would probably be enough to simulate the

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-11-07 Thread Michał Sawicz
Here's a gdb log, it hung again with all extensions disabled, under heavier IO and load. ** Attachment added: "gdb.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1850615/+attachment/5303423/+files/gdb.txt -- You received this bug notification because you are a member of Ubun

[Bug 1850615] monitors.xml.txt

2019-11-06 Thread Michał Sawicz
apport information ** Attachment added: "monitors.xml.txt" https://bugs.launchpad.net/bugs/1850615/+attachment/5303382/+files/monitors.xml.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.lau

[Bug 1850615] ProcCpuinfoMinimal.txt

2019-11-06 Thread Michał Sawicz
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1850615/+attachment/5303379/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. http

[Bug 1850615] GsettingsChanges.txt

2019-11-06 Thread Michał Sawicz
apport information ** Attachment added: "GsettingsChanges.txt" https://bugs.launchpad.net/bugs/1850615/+attachment/5303378/+files/GsettingsChanges.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://

[Bug 1850615] ProcEnviron.txt

2019-11-06 Thread Michał Sawicz
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1850615/+attachment/5303380/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launc

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-11-06 Thread Michał Sawicz
I just had it locked up a number of times with all the extensions disabled. Trace looked basically the same. It seems to be launching Thunderbird (it takes a while due to calendars…) that's triggering this most often. -- You received this bug notification because you are a member of Ubuntu Deskto

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-11-06 Thread Michał Sawicz
apport information ** Tags added: apport-collected ** Description changed: With the upgrade to eoan, my GNOME and Ubuntu sessions started locking up hard when under load (i.e. when I start my session and start a bunch of applications). I couldn't find anything special in gdb, whether

[Bug 1850615] ShellJournal.txt

2019-11-06 Thread Michał Sawicz
apport information ** Attachment added: "ShellJournal.txt" https://bugs.launchpad.net/bugs/1850615/+attachment/5303381/+files/ShellJournal.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.lau

[Bug 1850615] [NEW] gnome-shell hardlocks under load

2019-10-30 Thread Michał Sawicz
Public bug reported: With the upgrade to eoan, my GNOME and Ubuntu sessions started locking up hard when under load (i.e. when I start my session and start a bunch of applications). I couldn't find anything special in gdb, whether it's stuck or not, the stack looks mostly the same: (gdb) info th

[Bug 1844791] [NEW] Launch does not select the app having a .desktop file

2019-09-20 Thread Michał Sawicz
Public bug reported: Steps: - install Multipass - click the Launch button Expected: - the Multipass tray icon is run Current: - the multipass CLI is run and exits I modified the snap to correctly report a .desktop file: ``` … "apps": [ { "snap": "multipass", "name": "

[Bug 1777062] Re: Logitech M535 mouse only pairs successfully after 4-5 tries

2019-04-10 Thread Michał Sawicz
Yup, looks like it. Downgrading made it unstable, upgrading stable again. I wonder how was `bluetoothctl` affected? Probably the GNOME menu still interacted with bluez even if the commands were invoked on `bluetoothctl`? -- You received this bug notification because you are a member of Ubuntu Des

[Bug 1714504] Re: App indicator is not always displayed

2018-06-11 Thread Michał Sawicz
This is the upstream issue (thanks Trevinho!): https://github.com/ubuntu /gnome-shell-extension-appindicator/issues/133 ** Bug watch added: github.com/ubuntu/gnome-shell-extension-appindicator/issues #133 https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/133 -- You received

[Bug 1760818] Re: gedit and gnome-calculator transparency/graphics corruption issue

2018-05-02 Thread Michał Sawicz
Right, looks like I was missing ibus-gtk then - reinstalling ubuntu- desktop brought it back. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1760818 Title: gedit and gnome-calculato

[Bug 1760818] Re: gedit and gnome-calculator transparency/graphics corruption issue

2018-05-01 Thread Michał Sawicz
It's another instance of bug #1620806 - just triggered differently. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1760818 Title: gedit and gnome-calculator transparency/graphics co

[Bug 1760818] Re: gedit and gnome-calculator transparency/graphics corruption issue

2018-04-30 Thread Michał Sawicz
Seems reinstalling ubuntu-desktop fixed it for real, ibus is now in GTK_IM_MODULE for new users. Not sure which package in particular, but here's the apt history excerpt: Start-Date: 2018-04-30 14:13:24 Commandline: apt install ubuntu-desktop Requested-By: michal (1000) Install: libreoffice-sty

[Bug 1760818] Re: gedit and gnome-calculator transparency/graphics corruption issue

2018-04-30 Thread Michał Sawicz
So a workaround that worked for me: $ apt-get purge im-config # removes ubuntu-desktop as well $ apt-get install ubuntu-desktop # installs im-config along with anything that fixes it... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1760818] Re: gedit and gnome-calculator transparency/graphics corruption issue

2018-04-30 Thread Michał Sawicz
Some data points: - I did not have .xinputrc - still, GTK_IM_MODULE=xim in my sessions was set - it seems im-config is responsible, selecting a different value via the Languages panel or im-config doesn't change anything - removing im-config fixes this, but also removes ubuntu-desktop (it's a dire

[Bug 1760818] Re: gedit and gnome-calculator transparency/graphics corruption issue

2018-04-20 Thread Michał Sawicz
It didn't help here either, I've deleted it back when I filed this bug originally. FWIW, mine is also an upgrade, at least two releases back. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net

[Bug 1754172] [NEW] NetworkManager breaks OpenVPN configuration on connection

2018-03-07 Thread Michał Sawicz
Public bug reported: A previously working OpenVPN configuration stopped connecting, with nm- openvpn complaining about wrong options: mar 07 22:35:45 michal-laptop NetworkManager[3172]: [1520458545.8258] audit: op="connection-activate" uuid="e3553582-0f39-404f-bd71-4dc6b92992de" name="Router.

[Bug 1718654] Re: Touchpad input doesn't work after longer suspend.

2018-01-23 Thread Michał Sawicz
Confirmed, I haven't seen this issue in a while. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1718654 Title: Touchpad input doesn't work after longer suspend. To manage noti

[Bug 1723591] Re: Nautilus locks up every time I press Ctrl+C

2018-01-23 Thread Michał Sawicz
We tried to debug this recently with seb128, ultimately uninstalling nautilus-python helped, even though I had no extension installed, it was the python extension mechanism that was blocking. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribe

[Bug 1736143] [NEW] Spurious English user-dirs created on login

2017-12-04 Thread Michał Sawicz
Public bug reported: My user-dirs are as follows: > $ cat .config/user-dirs.locale > pl_PL > > $ cat .config/user-dirs.dirs > # This file is written by xdg-user-dirs-update > # If you want to change or add directories, just edit the line you're > # interested in. All local changes will be r

[Bug 1734160] [NEW] Ctrl+Alt+F* not switching to a text prompt, only between graphical sessions

2017-11-23 Thread Michał Sawicz
Public bug reported: After boot and logging in to a Ubuntu (Wayland) session, loginctl correctly reports: >  loginctl >SESSIONUID USER SEAT TTY > c1110 gdm seat0/dev/tty1 > 2

[Bug 1666181] Re: gnome-system-monitor crashed with SIGSEGV in make_protobuf_object() from mir::client::rpc::MirProtobufRpcChannel::on_data_available()

2017-11-03 Thread Michał Sawicz
Syncing task from Mir. ** Changed in: mir (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu. https://bugs.launchpad.net/bugs/1666181 Title: gnome-system-monitor

[Bug 1723591] [NEW] Nautilus locks up every time I press Ctrl+C

2017-10-14 Thread Michał Sawicz
Public bug reported: Every time I press Ctrl+C to copy a file, Nautilus locks up for 5s or so. Steps: * open a folder in Nautilus * select a file * press Ctrl+C Expected: * nothing, really Current: * Nautilus locks up for a number of seconds ProblemType: Bug DistroRelease: Ubuntu 17.10 Package

[Bug 1718654] [NEW] Touchpad input doesn't work after longer suspend.

2017-09-21 Thread Michał Sawicz
Public bug reported: When I resume my laptop from a longer (not sure what the threshold is yet) suspend, I don't get input from the touchpad, a short suspend cycle fixes it. Touchscreen works all the time. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: gnome-shell 3.26.0-0ubuntu1 ProcVers

[Bug 1716861] Re: Keyboard input received in wrong order in shell elements

2017-09-13 Thread Michał Sawicz
This seems to only be an issue under Xorg. Gnome-shell on Wayland behaves fine. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1716861 Title: Keyboard input received in wrong o

[Bug 1715704] Re: Lockscreen doesn't register the first key press

2017-09-13 Thread Michał Sawicz
*** This bug is a duplicate of bug 1716861 *** https://bugs.launchpad.net/bugs/1716861 Now I can't reproduce on a Wayland session, only under Xorg, so will mark this duplicate. ** This bug has been marked a duplicate of bug 1716861 Keyboard input received in wrong order in shell elements

[Bug 1715704] Re: Lockscreen doesn't register the first key press

2017-09-13 Thread Michał Sawicz
I'm starting to think this is somehow a problem with event ordering... Very often I end up with garbage typed in the Search field in the gnome- shell Overview after going + typing fast. Filed bug #1716861 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, whi

[Bug 1716861] [NEW] Keyboard input received in wrong order in shell elements

2017-09-13 Thread Michał Sawicz
Public bug reported: This never seems to happen in applications, only in shell elements (Search in Overview, Password on the lockscreen - bug #1715704). Steps to reproduce: - Hit to show the overview - Slide your finger through "qwerty" on the keyboard Expected: - "qwerty" in the Search field

[Bug 1715704] Re: Lockscreen doesn't register the first key press

2017-09-08 Thread Michał Sawicz
I've a secondary screen connected, maybe that's of significance? I seem to need to give it a few seconds after the screens go off to reproduce. Certainly happens every time I actually walk away from the machine. When the screen comes on, I can sometimes still see characters (dots) filling up the

[Bug 1715704] [NEW] Lockscreen doesn't register the first key press

2017-09-07 Thread Michał Sawicz
Public bug reported: Steps to reproduce: * Super+L to lock * wait for screen to go off * type your password and press Enter Expected: * the lockscreen is gone Current: * the password isn't accepted If I press space before typing my password and wait a split second, only then type the password i

[Bug 1710637] Re: Input falls through to gdm3 and terminates the session on Ctrl+C

2017-08-16 Thread Michał Sawicz
That may very well be, note this usually happens when I'm in my session working normally, and trying to Ctrl+C a command in the terminal. Not sure if that fits your suspected MO. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-sh

[Bug 1710637] Re: Input falls through to gdm3 and terminates the session on Ctrl+C

2017-08-14 Thread Michał Sawicz
** Also affects: mutter (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1710637 Title: Input falls through to gdm3 and terminates

[Bug 1710637] [NEW] Input falls through to gdm3 and terminates the session on Ctrl+C

2017-08-14 Thread Michał Sawicz
Public bug reported: Multiple times a day I find myself without a session after hitting Ctrl+C in a terminal, it seems the input falls through the Ubuntu/GNOME session and to gdm, which itself decides to terminate. Even worse, when this happens, you can briefly see your login password in plaintex

[Bug 1525285] Re: Unity8 deadlock when trying to screenshot without a current gst registry

2017-03-31 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to clutter-gst-3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1525285 Title: Unity8 deadlock when

[Bug 1676503] Re: Idle time to lock screen too short in desktop

2017-03-27 Thread Michał Sawicz
** Package changed: unity8 (Ubuntu) => gsettings-ubuntu-touch-schemas (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gsettings-ubuntu-touch-schemas in Ubuntu. https://bugs.launchpad.net/bugs/1676503 Title: Idle time to loc

[Bug 1525285] Re: Unity8 deadlock when trying to screenshot without a current gst registry

2017-03-20 Thread Michał Sawicz
** Summary changed: - inspecting clutter plugin hangs outside X11 + Unity8 deadlock when trying to screenshot without a current gst registry ** Description changed: The Ubuntu Error Tracker has been receiving reports about a problem regarding unity8. This problem was most recently seen with

[Bug 1525285] Re: inspecting clutter plugin hangs outside X11

2017-03-20 Thread Michał Sawicz
** Also affects: clutter-gst via https://bugzilla.gnome.org/show_bug.cgi?id=780193 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to clutter-gst-3.0 in Ubuntu. https://bugs.launchpad.net/b

[Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2017-03-13 Thread Michał Sawicz
** Project changed: unity8 => unity8 (Ubuntu) ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1480877 Title: Access

[Bug 1643711] Re: Some autostart .desktops are needlessly? being delayed for 1-2 min after login

2017-03-13 Thread Michał Sawicz
** Project changed: unity8 => unity8 (Ubuntu) ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1643711 Title: So

[Bug 1273174] Re: Manage auto brightness synchronisation

2017-03-13 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) ** No longer affects: unity8 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gsett

[Bug 1223635] Re: Move Title to Backend

2017-03-13 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Importance: Undecided => High ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Nick Dedekind (nick-dedekind) ** No longer affects: unity8 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1231444] Re: Use /// to remove hostname element

2017-03-13 Thread Michał Sawicz
** Project changed: unity8 => unity8 (Ubuntu) ** Changed in: unity8 (Ubuntu) Milestone: phone-v1-freeze => None -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1231444

[Bug 1230345] Re: Unity8 should control the display "lock after idle" (with a way to configure the delay)

2017-03-13 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Importance: Undecided => High ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Alberto Aguirre (albaguirre) ** No longer affects: unity8 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to g

[Bug 1358340] Re: [Indicators] Complete greeter profiles

2017-03-13 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Importance: High => Critical ** Changed in: unity8 (Ubuntu) Status: In Progress => Fix Released ** No longer affects: unity8 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gsettings-ubuntu-to

[Bug 1357328] Re: scope in krillin with location hang

2017-03-13 Thread Michał Sawicz
** Project changed: qtmir => qtmir (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1357328 Title: scope in krillin with location hang To manage notifications abou

[Bug 1665312] Re: [unity8][gtk] wrong tooltips position

2017-03-13 Thread Michał Sawicz
** Project changed: qtmir => qtmir (Ubuntu) ** Changed in: qtmir (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1665312 Title: [unity8][gt

[Bug 1668415] Re: intermittent missing menu on calculator in u8 zesty

2017-03-13 Thread Michał Sawicz
** No longer affects: qtmir -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1668415 Title: intermittent missing menu on calculator in u8 zesty To manage notifications about this bu

[Bug 1607240] Re: Unity8 default mouse wheel increment seen by Mir clients is 7.0 (it should be 1.0)

2017-03-13 Thread Michał Sawicz
** No longer affects: qtmir -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gsettings-ubuntu-touch-schemas in Ubuntu. https://bugs.launchpad.net/bugs/1607240 Title: Unity8 default mouse wheel increment seen by Mir clients is 7.0 (it

[Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-13 Thread Michał Sawicz
** No longer affects: qtmir -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1670390 Title: Desktop applications don't get properly resized when launched in staged mode To manage

[Bug 1288332] Re: Orientation lock not available (rotation/portrait lock)

2017-03-13 Thread Michał Sawicz
** Changed in: qtmir (Ubuntu) Importance: Undecided => High ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) ** No longer affects: qtmir -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gsetting

[Bug 1352977] Re: Creating a prompt session for an app without a surface does not show the prompt

2017-03-13 Thread Michał Sawicz
** Project changed: qtmir => qtmir (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1352977 Title: Creating a prompt session for an app without a surface does not s

[Bug 1288332] Re: Orientation lock not available (rotation/portrait lock)

2017-03-13 Thread Michał Sawicz
** Changed in: qtubuntu (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) ** No longer affects: qtubuntu -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gsettings-ubuntu-touch-schemas in Ubuntu. https://bugs.launchpad.n

[Bug 1607240] Re: Unity8 default mouse wheel increment seen by Mir clients is 7.0 (it should be 1.0)

2017-03-13 Thread Michał Sawicz
** No longer affects: qtubuntu -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gsettings-ubuntu-touch-schemas in Ubuntu. https://bugs.launchpad.net/bugs/1607240 Title: Unity8 default mouse wheel increment seen by Mir clients is 7.0

[Bug 1521518] Re: No way to invoke OSK when a hardware keyboard is connected

2017-03-13 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to indicator-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1521518 Title: No way to invoke OSK w

[Bug 1583088] Re: Randomly corrupt font / text / characters in Unity8

2017-03-13 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu. https://bugs.launchpad.net/bugs/1583088 Title: Randomly corrupt font /

[Bug 1671719] Re: [unity8] always shows inactive indicators

2017-03-10 Thread Michał Sawicz
ed => High ** Changed in: unity8 (Ubuntu) Importance: Undecided => High ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Michał Sawicz (saviq) ** Changed in: canonical-devices-system-image Milestone: None => u8c-2 ** Also affects: indicator-power (Ubuntu) Impo

[Bug 1668429] Re: X apps (LibreOffice, Thunderbird) fail to launch with failure to open display (no Xmir is running)

2017-03-07 Thread Michał Sawicz
Nope, shared Xmir not a solution, we need each client to connect in a separate session, to securely identify it. And there's security considerations for that as well. Not to mention gtk, for example, just probes available display servers and uses the first one that works, which could very well res

[Bug 1635928] Re: If a window is too small, GTK menus do not display correctly

2016-10-26 Thread Michał Sawicz
Yes, we discussed this recently, GTK currently renders these within the parent surface, nothing we can do about it. ** Changed in: unity8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 i

[Bug 1626438] [NEW] Keyboard indicator doesn't update after unity8 wizard

2016-09-22 Thread Michał Sawicz
Public bug reported: Related to bugs #1611859 and #1626435. Steps: * connect a BT or a physical keyboard * wipe or remove ~/.config/ubuntu-system-settings/wizard-has-run* and reboot * go through the wizard, make sure to select a different layout if you had one before Expected: * keyboard indica

[Bug 1625704] Re: Keyboard indicator is confusing when no external keyboards attached

2016-09-21 Thread Michał Sawicz
** Also affects: indicator-keyboard (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to indicator-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1625704 Title: Keyboard indicator

[Bug 1618390] Re: dbus-cpp crash on arm64 in core::dbus::Object::get_property

2016-08-30 Thread Michał Sawicz
Very similar stacktrace for mtp-server: == Stacktrace = #0 0x0043ae20 in __gnu_cxx::__exchange_and_add (__val=-1, __mem=0x29) at /usr/include/c++/5/ext/atomicity.h:49 No locals. #1 __gnu_cxx::__exchange_and_add_dispatch (__val=-1, __mem=0x29) at /usr/inc

[Bug 1618390] SystemImageInfo.txt

2016-08-30 Thread Michał Sawicz
apport information ** Attachment added: "SystemImageInfo.txt" https://bugs.launchpad.net/bugs/1618390/+attachment/4730755/+files/SystemImageInfo.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https

[Bug 1618390] Re: crash on arm64 in com::ubuntu::location::service::Stub::Stub(std::shared_ptr

2016-08-30 Thread Michał Sawicz
apport information ** Also affects: mtp (Ubuntu) Importance: Undecided Status: New ** Tags added: apport-collected ** Description changed: Requests to location service cause crashes on arm64: $ system-image-cli -i current build number: 23 device name: frieza_arm64 channel

  1   2   3   >