[Bug 2063358] Re: Kodi from Debian (20.5) crashes when running addons due to Python 3.12

2024-05-14 Thread Jakub Klos
I did the same, although I have patched only the kodi.bin manually The segfault is something that Kodi suffers from. I wouldn't be worried about it, not a Ubuntu issue I guess. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063332] Re: Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

2024-05-13 Thread Jakub Klos
I have tested it both on the real DE and also VM. Created a new account in VM (no settings adjustments whatsoever) and still it does not catch those shortcuts. I wouldn't mind the decorations but the shortcuts issue is weird. Especially, if it works for you. Btw. your tester app has correct

[Bug 2063332] Re: Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

2024-05-12 Thread Jakub Klos
Thank you for spending the time on this, Dmitry. I have tried your tester app and Ctrl+~ is not working for me in Ubuntu 24.04 (Gnome 46). I have also realized I made a mistake (Alt+Shift+F7 works fine for me) but what does not is Alt+Shift+?. I changed your code to use QKeySequence(Qt::SHIFT |

[Bug 2064646] Re: Click on the topbar invokes the enhanced tiling on maximized windows

2024-05-09 Thread Jakub Klos
I have realized the issue today and via this ticket found the patch on github. Attaching the patch which I can confirm works and solves this issue. ** Patch added: "Fix top bar tiling.patch"

[Bug 2063332] Re: Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

2024-05-03 Thread Jakub Klos
** Summary changed: - Multiple problems Ubuntu 24.04 with Qt5 + Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04) ** Description changed: - After the upgrade to the 24.04 beta Qt5 UI is not at its best. Please, - notice that all this functionality is working on 22.04. + After

[Bug 2063358] Re: Kodi from Debian (20.5) crashes when running addons due to Python 3.12

2024-04-25 Thread Jakub Klos
I have applied the patch from Xbmc master to this particular problem and now addons work properly and no more crash. The patch is legit and should be applied to official Ubuntu 24.04 repo ** Patch added: "0001-CPythonInvoker-code-cleanup.patch"

[Bug 2063332] Re: Multiple problems Ubuntu 24.04 with Qt5

2024-04-25 Thread Jakub Klos
Thank you for you answer. It is most definitely a regression in Ubuntu 24.04. I have just tested Ubuntu 22.04 on Wayland, the same Qt5 apps and all is working - keyboard shortcuts - window controls are on the left - window titlebar doubleclick to maximize Not sure if it's Wayland, Qt5 or

[Bug 2063358] [NEW] Kodi from Debian (20.5) crashes when running addons due to Python 3.12

2024-04-24 Thread Jakub Klos
Public bug reported: Basically, when Kodi starts an addon, it will use the new default Python 3.12 lang interpreter which has a new limitation of initialization order. Kodi ignores this requirement when starting an addon and crashes in the python library: Thread 1 (Thread 0x7cef279403c0 (LWP

[Bug 2063332] Re: Multiple problems Ubuntu 24.04 with Qt5

2024-04-24 Thread Jakub Klos
** Attachment added: "Displays how Qt5 apps are displayed instead" https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+attachment/5770034/+files/Screenshot%20from%202024-04-24%2014-11-47.png ** Description changed: After the upgrade to the 24.04 beta Qt5 UI is not

[Bug 2063332] [NEW] Multiple problems Ubuntu 24.04 with Qt5

2024-04-24 Thread Jakub Klos
Public bug reported: After the upgrade to the 24.04 beta Qt5 UI is not at its best. Please, notice that all this functionality is working on 22.04. 1. Windows controls settings from Gnome are not applied When you set the Windows Title bar buttons to Placement Left, then Qt apps ignore this

[Bug 2062177] Re: Remmina crashes after RDP connection

2024-04-21 Thread Jakub Klos
The issue has been already fixed in Remmina: https://gitlab.com/Remmina/Remmina/-/issues/3090 Now, the question is how long to get into Ubuntu's 24.04 packages Supposedly, you can use the flatpak version or downgrade remmina ** Bug watch added: gitlab.com/Remmina/Remmina/-/issues #3090

[Bug 1963264] Re: Screencast not recording

2022-03-08 Thread Jakub Klos
Exactly, I wonder as well. It worked fine in 20.04 and then after the upgrade it stopped working. The truth is that during the upgrade process something went wrong and I had to reboot. Then I continued the upgrade process again but who knows how things work in such scenario. On the VM guest it

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
Turned out that these 2 packages were missing in my host and are required for proper functionality: pipewire-media-session libpipewire-0.3-common After adding these and rebooting everything works finally! Please, close this ticket -- You received this bug notification because you are a member

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
I got a bit further. gstreamer1.0-pipewire was installed but for some reason gstreamer did not pick it up. Even after reinstalling, it still was not listed as a gstreamer plugin. I had to physically remove the libgstpipewire so, restart streamer and then put it back. After that gstreamder picks

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
But you are right gst-inspect-1.0 pipewiresrc No such element or plugin 'pipewiresrc' something is odd with my installation. I tried reinstalling the gstreamer1.0-pipewire but still the same. Will try think of something -- You received this bug notification because you are a member of Ubuntu

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
Similarly this does not work gst-launch-1.0 pipewiresrc ERROR: pipeline could not be constructed: no element "pipewiresrc" but it works on the VM -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1963264

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
I have found this little python script which also suffers from the same issue. When run as GST_DEBUG=3 python gnome-screen-cast.py I get the following output: session path: /org/gnome/Mutter/ScreenCast/Session/u16 stream path: /org/gnome/Mutter/ScreenCast/Stream/u16 added 0:00:00.019493755

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
Yes, I do. Like I said, it works on my VM (almost the same installation) but not on the host. I am thinking about trying to build some older pipewire version just for testing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1963264] [NEW] Screencast not recording

2022-03-03 Thread Jakub Klos
Public bug reported: When I press Ctrl+Shift+Alt+R, screencast indicator appears in the indicator menu but disappears in about 2 seconds. No file is even created under the Videos folder. journalctl shows: Mar 02 09:10:29 Development dbus-daemon[2962]: [session uid=1000 pid=2962] Activating

[Bug 1951832] Re: xl2tpd "Can not find tunnel" in jammy

2022-02-28 Thread Jakub Klos
I can also confirm the bug, building 1.13.17 works as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951832 Title: xl2tpd "Can not find tunnel" in jammy To manage notifications about this

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-11-09 Thread Jakub Klos
Actually, the issue for both Linux and Windows guests is resolved by this fix https://gitlab.freedesktop.org/spice/spice-gtk/-/issues/82 You do not need to do anything else just install the latest 0.38 spice- client libs on the host (on Ubuntu 20.04):

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-11-01 Thread Jakub Klos
@paelzer Thank you, Christian. Yes, I am aware of the workaround as I am using it on Windows (stopping the VDAgent is sufficient on the guest). The only way to use the guest reasonably (you would never tell how copy/paste is used frequently during coding) Currently, I am happy with the patch on

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-10-31 Thread Jakub Klos
@paelzer Hello Christian, fix small fix did not help but bigger fix works for me fine on focal. I did not have to update the spice-vdaagent on the host. All I did was update on the guest and things started working instantly (after reboot of course). I can help in further testing if needed. Now,

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-07-05 Thread Jakub Klos
Still the same, not working for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870519 Title: Ubuntu 20.04 Dock - Autohide not working To manage notifications about this bug go to:

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-06 Thread Jakub Klos
I did report it upstream: https://github.com/micheleg/dash-to-dock/issues/1157 Thank you ** Bug watch added: github.com/micheleg/dash-to-dock/issues #1157 https://github.com/micheleg/dash-to-dock/issues/1157 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
With Wayland this works properly -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870523 Title: Ubuntu 20.04 Top bar - white residual arrows To manage notifications about this bug go to:

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
~/.local/share/xorg/ logs ** Attachment added: "xorg.log.tar.gz" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1870523/+attachment/5347645/+files/xorg.log.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
lspci -k ** Attachment added: "lspcik.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1870523/+attachment/5347628/+files/lspcik.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-06 Thread Jakub Klos
Just to be sure, I did a fresh Ubuntu 20.04 installation, performed updates and reproduced the issue right away. All you need to do is to: 1. set /org/gnome/shell/extensions/dash-to-dock/dock-fixed=false in dconf-editor 2. maximize the dconf-editor (so that the dock will hide) 3. move the mouse

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-06 Thread Jakub Klos
apport information ** Tags added: apport-collected ** Description changed: Hello, Ubuntu 20.04 beta (Apr 2nd 2020) 1. Set in dconf editor under /org/gnome/shell/extensions/dash-to-dock/ autohide:true docker-fixed:false 2. Maximize some desktop window and the dock

[Bug 1870519] ProcEnviron.txt

2020-04-06 Thread Jakub Klos
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1870519/+attachment/5347588/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870519

[Bug 1870519] ProcCpuinfoMinimal.txt

2020-04-06 Thread Jakub Klos
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1870519/+attachment/5347587/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
I just did a fresh new Ubuntu 20.04 installation and right after starting up the desktop I could reproduce the issue. No custom theme or extension required. Just clicked the top bar power menu and clicked again. The same for the Date menu. I can even provide a video should you need... -- You

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
apport information ** Tags added: apport-collected ** Description changed: Hello, Ubuntu 20.04 beta (Apr 2nd 2020) 1. Click the top bar date section and click again to close As a result you have a white arrow beneath the date section. Use mouse over or click to desktop to fix

[Bug 1870523] ShellJournal.txt

2020-04-06 Thread Jakub Klos
apport information ** Attachment added: "ShellJournal.txt" https://bugs.launchpad.net/bugs/1870523/+attachment/5347584/+files/ShellJournal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1870523] ProcCpuinfoMinimal.txt

2020-04-06 Thread Jakub Klos
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1870523/+attachment/5347582/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1870523] ProcEnviron.txt

2020-04-06 Thread Jakub Klos
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1870523/+attachment/5347583/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870523

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-04 Thread Jakub Klos
Yes, the Ubuntu (default) session and its original Dock (no extra extension installed) Basically, the default desktop setup with the steps above. The journal log: Apr 04 11:16:54 Ubuntu dbus-daemon[1398]: [session uid=1000 pid=1398] Activating via systemd: service

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
Provided package ** Package changed: ubuntu => gnome-desktop (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870523 Title: Ubuntu 20.04 Top bar - white residual arrows To manage

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-03 Thread Jakub Klos
Provided package ** Package changed: ubuntu => gnome-shell-extension-ubuntu-dock (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870519 Title: Ubuntu 20.04 Dock - Autohide not working To

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-03 Thread Jakub Klos
** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870519 Title: Ubuntu 20.04 Dock - Autohide not working To manage notifications about this bug go to:

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870523 Title: Ubuntu 20.04 Top bar - white residual arrows To manage notifications about this bug go to:

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
** Summary changed: - Ubuntu 20.04 Top bar - white residuum arrows + Ubuntu 20.04 Top bar - white residual arrows -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870523 Title: Ubuntu 20.04 Top bar

[Bug 1870526] [NEW] Ubuntu 20.04 - Gnome tweaks erratic left menu selection blinking using the mouse

2020-04-03 Thread Jakub Klos
Public bug reported: Hello, Ubuntu 20.04 beta (Apr 2nd 2020) 1. Install gnome-tweaks 2. Start gnome-tweaks and under Window Titlebars select Placement to Left 3. Now try to use the mouse and click the left category menu in the tweaks app. It is not possible. The left menu starts blinking

[Bug 1870523] [NEW] Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
Public bug reported: Hello, Ubuntu 20.04 beta (Apr 2nd 2020) 1. Click the top bar date section and click again to close As a result you have a white arrow beneath the date section. Use mouse over or click to desktop to fix and remove the arrow 2. The same applies to Activities and the right

[Bug 1870519] [NEW] Ubuntu 20.04 Dock - Autohide not working

2020-04-03 Thread Jakub Klos
Public bug reported: Hello, Ubuntu 20.04 beta (Apr 2nd 2020) 1. Set in dconf editor under /org/gnome/shell/extensions/dash-to-dock/ autohide:true docker-fixed:false 2. Maximize some desktop window and the dock disappears. Now, move mouse to the dock area but the dock will never appear. (on