[Desktop-packages] [Bug 821619] Re: checkbox for untrustworthy certificates doesn't take effect

2011-09-29 Thread Li Li
Confirmed this has been fixed Since Sep 30, 2011 (empathy 3.2.0-0ubuntu1) in Oneiric. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/821619 Title: checkbox for untrustworthy certifica

[Desktop-packages] [Bug 862917] Re: check_gl_texture_size crashed with SIGSEGV in __libc_start_main()

2011-09-29 Thread Li Li
** Visibility changed to: Public -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-desktop3 in Ubuntu. https://bugs.launchpad.net/bugs/862917 Title: check_gl_texture_size crashed with SIGSEGV in __libc_start_main() Status in “gnom

[Desktop-packages] [Bug 862917] Re: check_gl_texture_size crashed with SIGSEGV in __libc_start_main()

2011-09-29 Thread Li Li
The whole unity desktop is missing because of this issue. Cannot do anything but just watching an empty background. :-/ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-desktop3 in Ubuntu. https://bugs.launchpad.net/bugs/862917 Titl

[Desktop-packages] [Bug 862917] Re: check_gl_texture_size crashed with SIGSEGV in __libc_start_main()

2011-09-29 Thread Li Li
Seems similar to https://bugs.launchpad.net/ubuntu/+source/gnome- desktop3/+bug/862917 (which is on amd64 instead) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-desktop3 in Ubuntu. https://bugs.launchpad.net/bugs/862917 Title:

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
Found the overflow root cause in gnome-setting-daemon. ** Package changed: linux (Ubuntu) => gnome-settings-daemon (Ubuntu) ** Changed in: gnome-settings-daemon (Ubuntu) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
quilt series file along with the patch above, putting in debian/patches folder as well. ** Attachment added: "series" https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/913793/+attachment/2669879/+files/series -- You received this bug notification because you are a member o

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
This patch fixed the two overflow happened in calculating brightness during StepDown and StepUp. Tested on my MacBookAir 4,1 already. Please review and merge it to debian/patches folder. ** Patch added: "91_fix_overflow_in_abs_to_percentage.patch" https://bugs.launchpad.net/ubuntu/+source/gn

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
This is the debian package compiled with the above patches - putting here just in case you want to have a quick test without compiling it by yourself. ** Attachment added: "gnome-settings-daemon_3.2.2-0ubuntu8_amd64.deb" https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/9137

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
** Changed in: gnome-settings-daemon (Ubuntu) Status: In Progress => Fix Committed -- 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/913793 Title: keyboard backlight

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-20 Thread Li Li
Seems nobody review and merge the patch. I still see this issue now. :( -- 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/913793 Title: keyboard backlight adjust wrongly S

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-20 Thread Li Li
** Changed in: gnome-settings-daemon (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop (ubuntu-desktop) ** Changed in: gnome-settings-daemon (Ubuntu) Status: Fix Committed => Triaged -- You received this bug notification because you are a member of Desktop Packages, which is subscrib

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-02-14 Thread Li Li
Filed at https://bugzilla.gnome.org/show_bug.cgi?id=670116 ** Bug watch added: GNOME Bug Tracker #670116 https://bugzilla.gnome.org/show_bug.cgi?id=670116 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu

[Desktop-packages] [Bug 913793] Re: keyboard backlight adjust wrongly

2012-03-08 Thread Li Li
Confirmed the issue is gone after apt-get upgrade. -- 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/913793 Title: keyboard backlight adjust wrongly Status in Gnome Settin

[Desktop-packages] [Bug 851058] Re: xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
Update: backtrace in gdb (gdb) bt #0 0x00b6f61c in g_hash_table_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #1 0x019be08c in set_network_mode (status=) at net-monitor.c:179 #2 0x019be48f in determine_network_status () at net-monitor.c:215 #3 filter_func (connection=0x8316e40,

[Desktop-packages] [Bug 851058] Re: xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
For some unknown reason, the plugin detect NETWORK_UP only without NETWORK_DOWN, with "networks" being NULL, causing the segfault. Should protect this by checking the value of networks before calling g_hash_table_foreach. -- You received this bug notification because you are a member of Desktop P

[Desktop-packages] [Bug 851058] Re: xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
The following small patch fixes the segfault when network status is changing. --- xchat-gnome-0.30.0~git20100421.29cc76.orig/plugins/net-monitor/net-monitor.c +++ xchat-gnome-0.30.0~git20100421.29cc76/plugins/net-monitor/net-monitor.c @@ -176,7 +176,8 @@ set_network_mode (NetworkStatus status)

[Desktop-packages] [Bug 851058] xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
) connect_to_network, NULL); } } Please find more details here: https://bugs.launchpad.net/ubuntu/+source/xchat-gnome/+bug/851058 Thanks, Li -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xchat-gnome in Ubuntu. https

[Desktop-packages] [Bug 855582] Re: gnome-control-center crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-09-21 Thread Li Li
*** This bug is a duplicate of bug 851402 *** https://bugs.launchpad.net/bugs/851402 ** Visibility changed to: Public -- 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/855

[Desktop-packages] [Bug 821619] Re: checkbox for untrustworthy certificates doesn't take effect

2011-09-22 Thread Li Li
It's boring to show the dialog again and again. I'm using the latest Oneiric. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/821619 Title: checkbox for untrustworthy certificates does

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-07 Thread li
The latest: https://launchpad.net/~nteodosio/+snap/chromium-browser- hwacc/+build/1814664 From the code, there is only video log parts change, so the result won't change. I run on my T460p, the result is the same. How could I let the video log display? I am sure the T460P and N3450 machine, th

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-10 Thread li
The libva library is the same as me. >>snap: vainfo: VA-API version: 1.14 (libva 2.6.0) The old libva impacted my hardware configeration. It is not correct in fact. I expect the depended libva could be solved so my hardware could use this snap packages. expected: snap: vainfo: VA-API version: 1

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-11 Thread li
The libva 2.6 is not the my native ubunut. As many users reported: Post #135, #134, #130, the libva 2.6 is comes from snap package. It is default apt install libva version. In the snap build, there is libva source build for latest 2.14, but the path is not overridden the default install path. Th

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-12 Thread li
Try https://launchpad.net/~nteodosio/+snap/chromium-browser- hwacc/+build/1819056 The libva seems not working. run: LIBVA_MESSAGING_LEVEL=2 snap run chromium --enable-features=VaapiVideoDecoder log: Gtk-Message: 07:27:15.926: Failed to load module "canberra-gtk-module" Gtk-Message: 07:27:15.92

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-12 Thread li
I still think the libva source build and install is not use the proper default path, so the related app is unable to find driver from /usr/local/, these apps only use /usr/ lib search path. -- You received this bug notification because you are a member of Desktop Packages, which is subsc

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-13 Thread li
>>It shouldn't matter where the libva is built, only where it is installed, which is usr/lib/$ARCH_TRIPLET/. What you said is correct. (I did not make a clear expression.) In post #110 ./autogen.sh --prefix=/usr <<== give the install path so driver will search from this path. I build libv

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-13 Thread li
I make the same test as #139 libva is back for normal usage LIBVA_MESSAGING_LEVEL=2 snap run chromium --enable-features=VaapiVideoDecoder Gtk-Message: 07:25:45.539: Failed to load module "canberra-gtk-module" Gtk-Message: 07:25:45.542: Failed to load module "canberra-gtk-module" libva info: VA-AP

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-13 Thread li
snap run --shell chromium LIBVA_DRIVERS_PATH=/snap/chromium/current/usr/local/lib/x86_64-linux-gnu/dri vainfo libva info: VA-API version 1.14.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /snap/chromium/current/usr/local/lib/x86_64-linux-gnu/dri/iHD_dr

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-14 Thread li
Thank you for your clear response. It means chromium is bind the old libva 2.6. It is a little strange. Current both my two machines are unable to work with the good snap package. But the native chromium version could. It is a little sad. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-15 Thread li
I tried this https://launchpad.net/~nteodosio/+snap/chromium-browser- hwacc/+build/1821034 Good snap package, my old N3450 works. ## Gtk-Message: 17:56:38.503: Failed to load module "canberra-gtk-module" Gtk-Message: 17:56:38.507: Failed to load module "canberra-gtk-module" [16395:16490:0715/1756

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-07-16 Thread li
Is it possible to add chromium-wayland-vaapi driver in the snap. Check whether wayland mode works. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1816497 Title: [snap] vaapi

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-05 Thread li
My t460p, Nvida, Intel GPU. Insalled with sudo snap install --channel candidate/hwacc chromium LIBVA_MESSAGING_LEVEL=2 chromium --disable-features=UseChromeOSDirectVideoDecoder --enable-features=VaapiVideoDecoder ``` Gtk-Message: 19:02:47.866: Failed to load module "canberra-gtk-module"

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-05 Thread li
## snap info chromium name: chromium summary: Chromium web browser, open-source version of Chrome publisher: Canonical✓ store-url: https://snapcraft.io/chromium contact: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bugs?field.tag=snap license: unset description: | An op

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-05 Thread li
Wao, perfecter build. It is the first time my Nvidia/intel CPU, get a snap chromium support video decoder. I need not manually maintain my native chromium environment. Thanks for your hardwarking. -- You received this bug notification because you are a member of Desktop Packages, which is sub

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-05 Thread li
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1897454 chrome://flags/#ozone-platform-hint , not work. [30855:30855:0806/092525.830999:ERROR:wayland_connection.cc(210)] Failed to connect to Wayland display [30855:30855:0806/092525.831041:ERROR:ozone_platform_wayland.cc(226)] Fa

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-06 Thread li
sure, I already enable wayland. chromium --enable-features=VaapiVideoDecoder --disable-features=UseChromeOSDirectVideoDecoder --ozone-platform=wayland [14225:14225:0807/073546.382350:ERROR:wayland_connection.cc(210)] Failed to connect to Wayland display [14225:14225:0807/073546.382387:ERROR:ozon

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-06 Thread li
I remember in previouse snap it is working, but withtout vaapivideodecoder working. It is another problem, but the wayland is sure working. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-07 Thread li
does wayland mode conflict with vaapivdideodecoder feature ? I know in the 22.04 version the default GUI mode is Wayland. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1816497

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-08 Thread li
I already setup WAYLAND_DISPLAY=wayland-99. I setup a wayland display. I confirmed the native chromium-browser did work with --enable- features=VaapiVideoDecoder --disable- features=UseChromeOSDirectVideoDecoder --ozone-platform=wayland. The WAYLAND_DISPLAY will displayed chromium browser. The o

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-08 Thread li
Sorry I did not make clear describe the problem. (I thought the previous version is working, so the current is a small problem.) I am using ubuntu-frame to make Wayland test: https://github.com/MirServer/ubuntu-frame If the ubnutu-frame is started, the Wayland display is ready. So I just used nat

[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-09 Thread li
The native chromium works. So I did not think it is a ubuntu-frame bug. I test the previous snap chromium version before, and it also works. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchp

Re: [Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-08-17 Thread li
My T460P (nvida + intel GPU): snap X11 works. video decoder with hardware acceleration. ubuntu frame with WayLand test: proper display. Only problem is no video hardware decode. (I think it is not the snap problem, the native version is also not support.) It is nearly a perfect build. Hope

[Desktop-packages] [Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-06-25 Thread li
I see that many people say that killall nautilus works for them but it doesn't change anything for me. Perhaps someone could spell out the exact sequence of actions so that I can make sure that I am the problem? What I am doing right now is insert USB try to paste something into it using nautilus

[Desktop-packages] [Bug 1888805] [NEW] Ubuntu20.04 gnome-software can't handle CAB file

2020-07-24 Thread Jiqi Li
Public bug reported: LVFS firmware CAB file can't be identified by Ubuntu 20.04 software management, which should invoke fwupdmgr to execute associated system BIOS or other firmware update. Ubuntu20.04 default software management is ‘ubuntu-software’, which do not support cab by default.It need to

[Desktop-packages] [Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

2020-07-29 Thread Bin Li
Made a patch for gnome-control-center. https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/801 -- 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/1873184 Titl

[Desktop-packages] [Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

2020-07-29 Thread Bin Li
** Patch added: "details-page.patch" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1873184/+attachment/5396892/+files/details-page.patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubu

[Desktop-packages] [Bug 1889374] [NEW] USB Drivers not shown on task bar

2020-07-29 Thread Bin Li
Public bug reported: Summary: Not all the USB drivers were shown on task bar Steps to reproduce: Connect multiple(more than 2) usb keys to usb ports Expected result: USB keys will be shown on the task bar on the left side of screen. Actual result: Only 2 USB key icons were shown in the task bar

[Desktop-packages] [Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Bin Li
** Description changed: Summary: Not all the USB drivers were shown on task bar Steps to reproduce: Connect multiple(more than 2) usb keys to usb ports Expected result: USB keys will be shown on the task bar on the left side of screen. Actual result: Only 2 USB key icons wer

[Desktop-packages] [Bug 1889374] ProcCpuinfoMinimal.txt

2020-07-29 Thread Bin Li
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1889374/+attachment/5396942/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell-extension-ubuntu-d

[Desktop-packages] [Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Bin Li
apport information ** Tags added: apport-collected focal third-party-packages ** Description changed: Summary: Not all the USB drivers were shown on task bar Steps to reproduce: Connect multiple(more than 2) usb keys to usb ports Expected result: USB keys will be shown on the tas

[Desktop-packages] [Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Bin Li
@seb128, Sorry about that, I've updated the version information. And I did a quick hack, I had two SanDisk CZ80(16G), on each usb-disk I made two partitions, the size of the first partition is same. When I inserted two usb disks the Volume or Mount Name are same, it's '4.3 GB Volume', it only sh

[Desktop-packages] [Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Bin Li
** Attachment added: "show_usb.jpg" https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1889374/+attachment/5396944/+files/show_usb.jpg ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: Incomplete => New -- You received this bug notificatio

[Desktop-packages] [Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Bin Li
$ sudo parted -l Model: SanDisk Extreme (scsi) Disk /dev/sda: 16.0GB Sector size (logical/physical): 512B/512B Partition Table: msdos Disk Flags: Number Start End SizeType File system Flags 1 1049kB 4296MB 4295MB primary fat32boot 2 4296MB 16.0GB 11.7GB

[Desktop-packages] [Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

2020-08-04 Thread Bin Li
** Also affects: oem-priority Importance: Undecided Status: New -- 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/1873184 Title: Wired and wireless connection deta

[Desktop-packages] [Bug 1888805] Re: Ubuntu 20.04 gnome-software can't handle CAB file by default installation

2020-08-04 Thread Jiqi Li
Hi ShengYao, Could you please let us know your latest solution? It's to install gnome-software in default installation, right? Regards, Jiqi. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.

[Desktop-packages] [Bug 1892288] [NEW] Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-08-19 Thread Jiqi Li
Public bug reported: As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */ If Thinkstation P340 configured as RAID mode, It can not find any RAID volume disk. please update such support. Thanks. Regards,

[Desktop-packages] [Bug 1889090] Re: GNOME Shell doesn't start Ubuntu session with 3.36.4 as per assertion in meta_monitor_manager_xrandr_update_screen_size

2020-09-03 Thread Bin Li
Hi Marco, After upgrade the mutter from 3.36.4-0ubuntu0.20.04.1 to 3.36.4-0ubuntu0.20.04.2, the username could not be showed correctly. I reported a new bug to follow it. https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1894183 -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1894183] [NEW] username could not show correctly at login interface

2020-09-03 Thread Bin Li
Public bug reported: I found a regression of mutter in OEM project. * xrandr-scaling: Never try to set invalid screen sizes (LP: #1889090) 3.36.4-0ubuntu0.20.04.1 works fine. After upgrade to 3.36.4-0ubuntu0.20.04.2, I could reproduce this issue. ** Affects: mutter (Ubuntu) Importance: Und

[Desktop-packages] [Bug 1893567] Re: Login name ellipsis/dot-dot-dot in GDM

2020-09-06 Thread Bin Li
I found a regression of mutter. * xrandr-scaling: Never try to set invalid screen sizes (LP: #1889090) 3.36.4-0ubuntu0.20.04.1 works fine. After upgrade to 3.36.4-0ubuntu0.20.04.2, I could reproduce this issue. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1774242] Re: Wacom touchscreens should disable gestures

2020-04-01 Thread Bin Li
@brian-murray, Thanks for your help. I tested on ThinkPad laptop with wacom touch screen(056a:5222), installed xserver-xorg-input-wacom 1:0.36.1-0ubuntu1.1, this issue is fixed. ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notifi

[Desktop-packages] [Bug 1870479] [NEW] .desktop files were open by gedit

2020-04-02 Thread Bin Li
Public bug reported: On 20.04,the .desktop file could not show correct icons and open by correct applications. It only show a 'setting' icon, and when you double click it, it will use gedit to open it. nautilus 1:3.36.1-1ubuntu1 ** Affects: nautilus (Ubuntu) Importance: Undecided

[Desktop-packages] [Bug 1870479] Re: .desktop files were open by gedit

2020-04-03 Thread Bin Li
I install the daily image and dist-upgrade to latest packages. The permission of these .desktop files in /usr/share/applications/ is '-rw-r--r--', no execution permission. ** Attachment added: "usr_share_applications.png" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1870479/+attac

[Desktop-packages] [Bug 1870479] Re: .desktop files were open by gedit

2020-04-03 Thread Bin Li
when you double click the .desktop file, it will be opened by gedit. ** Attachment added: "right-click.png" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1870479/+attachment/5345556/+files/right-click.png -- You received this bug notification because you are a member of Desktop Pac

[Desktop-packages] [Bug 1870479] Re: .desktop files were open by gedit

2020-04-03 Thread Bin Li
@seb, BTW, when installing, I select the minimal mode. Thanks! ** Changed in: nautilus (Ubuntu) Status: Incomplete => 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/187047

[Desktop-packages] [Bug 1870479] Re: .desktop files were open by gedit

2020-04-03 Thread Bin Li
on 18.04 it works fine, for example, gnome-terminal.desktop, it will show the icon with 'Icon=utilities-terminal', when you double click it, it will run gnome-terminal. Currently we had some .desktop file for OEM, so that user could run it with double click, but on 20.04 .desktop file will be open

[Desktop-packages] [Bug 1870479] Re: .desktop files were open by gedit

2020-04-09 Thread Bin Li
@rex, Thanks for the information. -- 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/1870479 Title: .desktop files were open by gedit Status in OEM Priority Project: Invalid Status

[Desktop-packages] [Bug 1774242] Re: Wacom touchscreens should disable gestures

2020-04-17 Thread Bin Li
Hi, I installed the Cinnamon(cinnamon-desktop-environment), KDE(kde-plasma- desktop), MATE(mate-desktop-environment) on ThinkPad Yoga, on these desktops there are not too much supported gestures like gnome-shell. So I run the QA's testcases to test below items, these desktops all passed. Testcas

[Desktop-packages] [Bug 1878572] [NEW] screentouch does not support double-click to open a file when in list view mode

2020-05-14 Thread Bin Li
Public bug reported: 1. The default display mode of File Manager is tiled , support double-click to open files with touch normally 2. Click on the top right corner to set the tiled mode to list-view mode , at this time, the touch does not support double-click operation and cannot open the file

[Desktop-packages] [Bug 1878572] Re: screentouch does not support double-click to open a file when in list view mode

2020-05-14 Thread Bin Li
I tried test it on 3.36 on ubuntu 20.04, this issue is fixed. So could we backport the patch into 3.26 in bionic? Thanks! https://bugzilla.gnome.org/show_bug.cgi?id=774821 https://gitlab.gnome.org/GNOME/nautilus/-/issues/307 -- You received this bug notification because you are a member of Desk

[Desktop-packages] [Bug 1774242] Re: Wacom touchscreens should disable gestures

2020-05-17 Thread Bin Li
** Changed in: oem-priority Status: In Progress => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xf86-input-wacom in Ubuntu. https://bugs.launchpad.net/bugs/1774242 Title: Wacom touchscreens should disable gesture

[Desktop-packages] [Bug 1780076] Re: 18.04 login screen is skewed/distorted (incorrect stride) when using hibmc_drm graphics

2018-10-09 Thread Bin Li
Just verified it, found we still missing the gdm-disable-wayland. commit 2dc57da31781dedfe374ce353b0f5fd6aa9da56f Author: Ray Strode Date: Mon May 21 11:03:29 2018 -0400 utils: add new gdm-disable-wayland binary We currently disable wayland for cirrus by calling printf from a

[Desktop-packages] [Bug 1780076] Re: 18.04 login screen is skewed/distorted (incorrect stride) when using hibmc_drm graphics

2018-10-09 Thread Bin Li
I made a new merge request for missing the gdm-disable-wayland binary. https://code.launchpad.net/~binli/ubuntu/+source/gdm3/+git/gdm3/+merge/356297 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mutter in Ubuntu. https://bugs.launchpad

[Desktop-packages] [Bug 1780076] Re: 18.04 login screen is skewed/distorted (incorrect stride) when using hibmc_drm graphics

2018-10-09 Thread Bin Li
@Iain, Thanks a lot! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1780076 Title: 18.04 login screen is skewed/distorted (incorrect stride) when using hibmc_drm graphics Status i

[Desktop-packages] [Bug 1780076] Re: 18.04 login screen is skewed/distorted (incorrect stride) when using hibmc_drm graphics

2018-10-16 Thread Bin Li
Tested the 3.28.3-0ubuntu18.04.3, it worked fine on Huawei arm server. Thanks a lot! ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic -- You received this bug notification because you are a member of Desktop Packages, whi

[Desktop-packages] [Bug 1725418] Re: libpoppler64 uninstallable on Ubuntu 17.10 (Artful Aardvark)

2017-10-24 Thread Daniel Li
As per the instructions on the website, I used the PPA as instructed at https://code.launchpad.net/~inkscape.dev/+archive/ubuntu/stable -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to inkscape in Ubuntu. https://bugs.launchpad.net/bugs/17

[Desktop-packages] [Bug 1705369] Re: Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2017-10-26 Thread LI Zhuohuan
#49 save my life! Thank you for sharing the solution @Aergistal! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1705369 Title: Ubuntu 17.10 boots to black screen when using Nvidi

[Desktop-packages] [Bug 1964923] Re: list-oem-metapackages crashed with AttributeError in packages_for_modalias(): 'Cache' object has no attribute 'packages'

2022-03-20 Thread Bin Li
Here is the crash file. ** Attachment added: "_usr_lib_update-notifier_list-oem-metapackages.1000.crash" https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1964923/+attachment/5571067/+files/_usr_lib_update-notifier_list-oem-metapackages.1000.crash -- You received this bug notifi

[Desktop-packages] [Bug 1964923] Re: list-oem-metapackages crashed with AttributeError in packages_for_modalias(): 'Cache' object has no attribute 'packages'

2022-03-20 Thread Bin Li
After debugging, I found this issue is still related to list-oem- metapackages in update-notifier, I just switch apt to apt_pkg, and is_installed is also not attribute of pkg. ** Patch added: "0001-apt.cache-has-no-attribute-packages.patch" https://bugs.launchpad.net/ubuntu/+source/update-noti

[Desktop-packages] [Bug 1965931] [NEW] [105a:9800] FPC fingerprint is not supported.

2022-03-22 Thread Bin Li
Public bug reported: In libfprint it only support two FPC's sensors. { .vid = 0x10a5, .pid = 0x0007 }, { .vid = 0x10a5, .pid = 0x9200 }, Reported an upstream bug. Bus 003 Device 002: ID 10a5:9800 FPC FPC Sensor Controller L:0001 FW:16.26.23.14 https://gitlab.freedesktop.org/libfprint/libfp

[Desktop-packages] [Bug 1966050] [NEW] [nvidia] Display content "overflows" when using fractional scaling

2022-03-23 Thread Bin Li
Public bug reported: On ThinkStation with Nvidia T400. 1. Enter os,and enter Settings -> Displays 2. Change the Scale from 100% to 200% and aplly keep changes 3. Turn on the Fractional scaling 4. Turn off the Fractional scaling 5. Turn on and off again and again, each time the screen size is doub

[Desktop-packages] [Bug 1966050] Re: [nvidia] Display content "overflows" when using fractional scaling

2022-03-23 Thread Bin Li
When I did below operation it could show the full desktop. For 3840 x 2160 $ xrandr --output DP-5 --scale 2x2 For 7680 x 4320 $ xrandr --output DP-5 --scale 4x4 ** Tags added: oem-priority originate-from-1965860 sutton -- You received this bug notification because you are a member of Desktop P

[Desktop-packages] [Bug 1966050] Re: [nvidia] Display content "overflows" when using fractional scaling

2022-03-23 Thread Bin Li
@daniel, Thanks, I will verify that patch, reply you later. -- 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/1966050 Title: [nvidia] Display content "overflows" when usin

[Desktop-packages] [Bug 1966178] [NEW] Screen-privacy couldn't work

2022-03-24 Thread Bin Li
Public bug reported: On ThinkPad X13 it supports 'Privacy Guard', but on jammy the g-c-c couldn't control it. >From the GUI, I click 'Restrict Viewing Angle' on and off, there are no change at screen. >From Fn+D, it could let screen change, and the GUI could follow the changes. ** Affects: gnom

[Desktop-packages] [Bug 1966178] Re: Screen-privacy couldn't work

2022-03-24 Thread Bin Li
Cause the 5.15.0-23-generic couldn't support it, I used 5.17 mainline kernel. $ cat /proc/acpi/ibm/lcdshadow status: 0 commands: 0, 1 And after press the Fn + D, the screen display angle changed, and the content of /proc/acpi/ibm/lcdshadow is changed, and the GUI of 'Restrict Viewing Angle' is ch

[Desktop-packages] [Bug 1966178] Re: Screen-privacy couldn't work

2022-03-24 Thread Bin Li
@seb, It's buggy even on 5.17 kernel, we could not control from g-c-c. Thanks! -- 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/1966178 Title: Screen-privacy couldn't wor

[Desktop-packages] [Bug 1967258] [NEW] Totem has short pause when playing CD

2022-03-31 Thread Bin Li
Public bug reported: [Steps to reproduce] 1. Boot and login 2. Plug in a test CD 3. Play the wav files by totem [Expected result] The files play smoothly. [Actual result] The sound pauses when play the files by totem The issue can not reproduce by Rhytembox [Failure rate] 100% [Additional info

[Desktop-packages] [Bug 1967258] Re: Totem has short pause when playing CD

2022-03-31 Thread Bin Li
$ totem --gst-debug-level=2 cdda://sr0/Track\ 1.wav ../src/intel/isl/isl.c:2105: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available. 0:00:00.139957964 4457 0x55f98d5fcd50 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complet

[Desktop-packages] [Bug 1967258] Re: Totem has short pause when playing CD

2022-03-31 Thread Bin Li
>From debug, you could found it will prompt 'Got underflow' when it's in short pause. ** Tags added: originate-from-1967043 sutton -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/1967258

[Desktop-packages] [Bug 1967999] [NEW] Cound not scroll in 'Show applications' when resolution is changed to 800x600

2022-04-06 Thread Bin Li
Public bug reported: Steps to reproduce: 1.Install Ubuntu 2.Go to Setting->display to change the resolution to 800x600 3. Click show applications and go click all Expected result: The page should be scroll up and down Actual result: It cannot scroll gnome-shell-extension-ubuntu-dock: 68ubuntu1~

[Desktop-packages] [Bug 1967999] Re: Cound not scroll in 'Show applications' when resolution is changed to 800x600

2022-04-06 Thread Bin Li
When I removed gnome-shell-extension-ubuntu-dock, the original gnome- shell works fine. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell-extension-ubuntu-dock in Ubuntu. https://bugs.launchpad.net/bugs/1967999 Title: Cound n

[Desktop-packages] [Bug 1965901] Re: SRU the new 1.18 serie to focal for hwe

2022-04-12 Thread Bin Li
Hi seb128, Currently we met issue for Fibocom L860-GL-16(8086:7560) could cause the ACPI reporting huge interrupts when modemmanager(1.16.6-2~20.04.1) was started. After upgrade to 1.18.6 from https://launchpad.net/~ubuntu- desktop/+archive/ubuntu/transitions/ , this issue is gone, although this t

[Desktop-packages] [Bug 1966178] Re: Screen-privacy couldn't work

2022-04-18 Thread Bin Li
** Changed in: oem-priority Status: New => Fix Released -- 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/1966178 Title: Screen-privacy couldn't work Status in OEM P

[Desktop-packages] [Bug 1966178] Re: Screen-privacy couldn't work

2022-04-18 Thread Bin Li
Tested on 5.17.0-1003-oem kernel, this privacy item could be showed. But it couldn't sync with 'Fn + D', if it is disabled, click the 'Fn + D', it changed enabled, and changed back to disabled quickly. Looks like it's a kind of bug. Tested my own build image based on 5.15.0-27-generic with upstre

[Desktop-packages] [Bug 2039235] [NEW] gnome-online-accounts -> when signing into google account, infinite loading after entering password

2023-10-12 Thread nathan li
Public bug reported: 1) What you expected to happen - sign in is successful, which will allow google services to populate the appropriate applications (calendar, mail, google drive) 2) What actually happened - sign in hangs infinitely after entering the password - the process is able to detect t

[Desktop-packages] [Bug 2042394] [NEW] Support goodix fingerprint [27c6:6582]

2023-10-31 Thread Bin Li
Public bug reported: [27c6:6582] include in https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/447 [Impact] * Support goodix [27c6:6582] fingerprint component. [Test Plan] * Find a machine with this fingerprint device * Launch `settings` and enable `Fingerprint Login` *

[Desktop-packages] [Bug 2042421] [NEW] When turn on/off "Fractional Scaling", desktop display size is smaller than screen size

2023-11-01 Thread Bin Li
lt] display abnormal Fail rate: 100% More info: 1. Cannot be reproduced on X11, it only happens on Xwayland. 2. It will be normal after shut down or log out ** Affects: oem-priority Importance: High Assignee: Bin Li (binli) Status: New ** Affects: gnome-control-center (Ubu

[Desktop-packages] [Bug 2042421] Re: When turn on/off "Fractional Scaling", desktop display size is smaller than screen size

2023-11-01 Thread Bin Li
** Changed in: oem-priority Assignee: (unassigned) => Bin Li (binli) ** Changed in: oem-priority Importance: Undecided => High ** Attachment added: "screen_size.jpg" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2042421/+attachment/5714923/+files

[Desktop-packages] [Bug 2042421] Re: When turn on/off "Fractional Scaling", desktop display size is smaller than screen size

2023-11-01 Thread Bin Li
Here is the video to reproduce this issue. ** Attachment added: "scale_125.mp4" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2042421/+attachment/5714924/+files/scale_125.mp4 -- You received this bug notification because you are a member of Desktop Packages, which is su

[Desktop-packages] [Bug 2042421] Re: When turn on/off "Fractional Scaling", desktop display size is smaller than screen size

2023-11-01 Thread Bin Li
** Changed in: oem-priority Status: New => Confirmed -- 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/2042421 Title: When turn on/off "Fractional Scaling", desktop d

[Desktop-packages] [Bug 2042421] Re: When turn on/off "Fractional Scaling", desktop display size is smaller than screen size

2023-11-09 Thread Bin Li
** Also affects: mutter (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2042421 Title: When turn on/off "Fractional Scaling", deskto

[Desktop-packages] [Bug 1977986] Re: UPower and battery indicator show update in 2 minutes when connecting power cable ThinkPad

2024-04-25 Thread Bin Li
** Tags added: originate-from-2063092 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to upower in Ubuntu. https://bugs.launchpad.net/bugs/1977986 Title: UPower and battery indicator show update in 2 minutes when connecting power cable

  1   2   3   4   5   6   >