[Bug 37863] Incorrect test in 02_pmount_crypt.patch
Public bug reported: Affects: gnome-volume-manager (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: The patch in 02_pmount_crypt.patch includes a test to test if /sbin/cryptsetup is executable. It calls g_access with G_FILE_TEST_IS_EXECUTABLE as a parameter. This is wrong and yields an error in the final call to access, as g_access mandates that the mode parameter should be the same as the one used for the access call. In this case, X_OK --- defined to two --- whereas G_FILE_TEST_IS_EXECUTABLE is set to 8. Doing an strace of gnome-volume-manager while attaching an encrypted usb volume shows: access("/sbin/cryptsetup", 0x8 /* ?_OK */) = -1 EINVAL (Invalid argument) And an erroe message about cryptsetup not being installed is shown to the user. The test should be rewritten, either using X_OK as the mode parameter, or using the function g_file_test that does accept G_FILE_TEST_IS_EXECUTABLE as a parameter. -- Incorrect test in 02_pmount_crypt.patch https://launchpad.net/malone/bugs/37863 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1903366] [NEW] ``` GNU Image Manipulation Program version 2.10.14 git-describe: GIMP_2_10_12-511-ga4f55d6c7e C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86
Public bug reported: ``` GNU Image Manipulation Program version 2.10.14 git-describe: GIMP_2_10_12-511-ga4f55d6c7e C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) using babl version 0.1.72 (compiled against version 0.1.72) using GEGL version 0.4.18 (compiled against version 0.4.18) using GLib version 2.56.4 (compiled against version 2.56.4) using GdkPixbuf version 2.36.11 (compiled against version 2.36.11) using GTK+ version 2.24.32 (compiled against version 2.24.32) using Pango version 1.40.14 (compiled against version 1.40.14) using Fontconfig version 2.12.6 (compiled against version 2.12.6) using Cairo version 1.15.10 (compiled against version 1.15.10) ``` > fatal error: Abortado Stack trace: ``` /usr/lib/libgimpbase-2.0.so.0(gimp_stack_trace_print+0x327)[0x7f5e5c5f0fc7] gimp-2.10(+0xd7ab4)[0x558975395ab4] gimp-2.10(+0xd80b8)[0x5589753960b8] gimp-2.10(+0xd87c7)[0x5589753967c7] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890)[0x7f5e59180890] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f5e58dbbe97] /lib/x86_64-linux-gnu/libc.so.6(abort+0x141)[0x7f5e58dbd801] /lib/x86_64-linux-gnu/libc.so.6(+0x3039a)[0x7f5e58dad39a] /lib/x86_64-linux-gnu/libc.so.6(+0x30412)[0x7f5e58dad412] /usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3de7a)[0x7f5e5887ee7a] /usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3df1e)[0x7f5e5887ef1e] /usr/lib/x86_64-linux-gnu/libX11.so.6(_XEventsQueued+0x5d)[0x7f5e5887f20d] /usr/lib/x86_64-linux-gnu/libX11.so.6(XPending+0x5d)[0x7f5e58870d3d] /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x58085)[0x7f5e5d2a2085] /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_check+0x1f1)[0x7f5e5997afe1] /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4c570)[0x7f5e5997b570] /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0xc2)[0x7f5e5997b962] gimp-2.10(app_run+0x350)[0x558975395470] gimp-2.10(main+0x37c)[0x558975394d3c] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f5e58d9eb97] gimp-2.10(_start+0x2a)[0x558975394eda] ``` ** Affects: gimp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.net/bugs/1903366 Title: ``` GNU Image Manipulation Program version 2.10.14 git-describe: GIMP_2_10_12-511-ga4f55d6c7e C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux- gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with- bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable- languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program- prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable- threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx- time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable- default-pie --with-system-zlib --with-target-system-zlib --enable- objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without- cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnuThrea
[Bug 1074351] Re: Vertical scrollbar has no minimal height
No, I don't have this problem anymore. It was a long time ago! I now have evince 3.28.4, with Xfce 4.12.2 (gtk2), on Xubuntu 18.04 LTS 32 bit. lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.2 LTS Release:18.04 Codename: bionic uname -a Linux 4.18.0-17-generic #18~18.04.1-Ubuntu SMP Fri Mar 15 15:26:32 UTC 2019 i686 i686 i686 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1074351 Title: Vertical scrollbar has no minimal height To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1074351/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1868872] Re: Nautilus Cant open files in shared folders
** Attachment added: "in nemo no error" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1868872/+attachment/5341081/+files/Captura%20de%20ecr%C3%A3%20de%202020-03-24%2020-42-15.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1868872 Title: Nautilus Cant open files in shared folders To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1868872/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1868872] Re: Nautilus Cant open files in shared folders
** Attachment added: "The error" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1868872/+attachment/5341080/+files/Captura%20de%20ecr%C3%A3%20de%202020-03-24%2020-38-24.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1868872 Title: Nautilus Cant open files in shared folders To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1868872/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1868872] [NEW] Nautilus Cant open files in shared folders
Public bug reported: When i go to a shared folder and try to open a .doc file i received a notification saying that no app cant open the file. Please see the pictures ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: nautilus 1:3.36.0-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Tue Mar 24 20:13:33 2020 SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) usr_lib_nautilus: ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1868872 Title: Nautilus Cant open files in shared folders To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1868872/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1868886] [NEW] Open VPNs stop working after upgrade
Public bug reported: Openvpn stops working after some updates. last connections was 25 days ago the Mar 24 22:25:54 miguel-X453MA nm-openvpn[7358]: Cannot load certificate file /home/miguel/Nextcloud/pontecontaescritorioclientmiguel/82B6CE01665256B1.pem ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: network-manager-openvpn-gnome 1.8.12-1 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Tue Mar 24 22:20:40 2020 SourcePackage: network-manager-openvpn UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: network-manager-openvpn (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to network-manager-openvpn in Ubuntu. https://bugs.launchpad.net/bugs/1868886 Title: Open VPNs stop working after upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1868886/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1868872] Re: Nautilus Cant open files in shared folders
Sorry Sebastian for some reason i don't received an email with your questions. - I only see this in .doc files in shared folders. PDF opens ok - the access is smb:// - I will post try to post the journal later - The error says: no app cant open the file "nameof the file".doc the file is of an unknown type -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1868872 Title: Nautilus Cant open files in shared folders To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1868872/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1868872] Re: Nautilus Cant open files in shared folders
Yes. It solves the problem. Thanks -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1868872 Title: Nautilus Cant open files in shared folders To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1868872/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1718089] [NEW] package libsystemd0:i386 229-4ubuntu19 failed to install/upgrade: package libsystemd0:i386 is already installed and configured
Public bug reported: new ubunt installed ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libsystemd0:i386 229-4ubuntu19 ProcVersionSignature: Ubuntu 4.4.0-96.119-generic 4.4.83 Uname: Linux 4.4.0-96-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 AptdaemonVersion: 1.1.1+bzr982-0ubuntu14 Architecture: amd64 CrashReports: 600:0:116:482909:2017-09-18 22:16:02.783586740 -0400:2017-09-18 22:16:03.783586740 -0400:/var/crash/libxau6:i386.0.crash 600:0:116:482922:2017-09-18 22:16:02.615631103 -0400:2017-09-18 22:16:03.615631103 -0400:/var/crash/libsystemd0:i386.0.crash 640:0:116:112106:2017-09-18 16:17:02.395902395 -0400:2017-09-18 16:17:03.395902395 -0400:/var/crash/_usr_sbin_cron.0.crash 600:0:116:482919:2017-09-18 22:16:03.671616324 -0400:2017-09-18 22:16:03.619630059 -0400:/var/crash/libjson-c2:i386.0.crash Date: Mon Sep 18 22:16:02 2017 DuplicateSignature: package:libsystemd0:i386:229-4ubuntu19 Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ... Rebuilding /usr/share/applications/bamf-2.index... dpkg: error processing package libsystemd0:i386 (--configure): package libsystemd0:i386 is already installed and configured ErrorMessage: package libsystemd0:i386 is already installed and configured InstallationDate: Installed on 2017-09-18 (0 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) PackageArchitecture: i386 RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: systemd Title: package libsystemd0:i386 229-4ubuntu19 failed to install/upgrade: package libsystemd0:i386 is already installed and configured UpgradeStatus: Upgraded to xenial on 2017-09-18 (0 days ago) ** Affects: systemd (Ubuntu) Importance: Undecided Status: New ** Tags: already-installed apport-package i386 xenial -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1718089 Title: package libsystemd0:i386 229-4ubuntu19 failed to install/upgrade: package libsystemd0:i386 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1718089/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1992255] [NEW] Cant upload files from remote folders : Firefox and Chrome
Public bug reported: I dont know if this is really a Nautilus bug. In windows when we attach file in a webserver it opens "explorer" so I think in Linux is more or less the same. Problem: Upload file from a remote share to a Browser it does nothing, no error nothing. If I upload from the same share to Thunderbird and it uploads normally. I noticed one thing, apparently the browsers uses a different "Nautilus" than Thunderbird. Please see the screenshots attached ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: nautilus 1:42.2-0ubuntu1 ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60 Uname: Linux 5.15.0-50-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Sat Oct 8 21:15:39 2022 SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) usr_lib_nautilus: evince42.3-0ubuntu2 file-roller 3.42.0-1 nautilus-extension-gnome-terminal 3.44.0-1ubuntu1 nautilus-share0.7.3-2ubuntu6 python3-nautilus 1.2.3-3.1build1 ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug jammy third-party-packages -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1992255 Title: Cant upload files from remote folders : Firefox and Chrome To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1992255] Re: Cant upload files from remote folders : Firefox and Chrome
** Attachment added: "Captura de ecrã de 2022-10-08 21-21-14.png" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+attachment/5622342/+files/Captura%20de%20ecr%C3%A3%20de%202022-10-08%2021-21-14.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1992255 Title: Cant upload files from remote folders : Firefox and Chrome To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1992255] Re: Cant upload files from remote folders : Firefox and Chrome
** Attachment added: "Captura de ecrã de 2022-10-08 21-21-25.png" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+attachment/5622341/+files/Captura%20de%20ecr%C3%A3%20de%202022-10-08%2021-21-25.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1992255 Title: Cant upload files from remote folders : Firefox and Chrome To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1992255] Re: Cant upload files from remote folders : Firefox and Chrome
** Attachment added: "Captura de ecrã de 2022-10-08 21-20-53.png" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+attachment/5622343/+files/Captura%20de%20ecr%C3%A3%20de%202022-10-08%2021-20-53.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1992255 Title: Cant upload files from remote folders : Firefox and Chrome To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1992255] Re: Cant upload files from remote folders : Firefox and Chrome
** Attachment added: "Captura de ecrã de 2022-10-08 21-18-22.png" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+attachment/5622344/+files/Captura%20de%20ecr%C3%A3%20de%202022-10-08%2021-18-22.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1992255 Title: Cant upload files from remote folders : Firefox and Chrome To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1992255/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1803059] Re: Nullpointer dereference
I am getting reproducible crashes after update from poppler 0.62.0-2ubuntu2.2 to poppler 0.62.0-2ubuntu2.4 Test PDF file attached. Crashed experiences since following upgrades: libpoppler-cpp-dev (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 libpoppler-cpp0v5 (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 libpoppler-dev (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 libpoppler-glib8 (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 libpoppler-private-dev (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 libpoppler-qt5-1 (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 libpoppler73 (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 poppler-utils (0.62.0-2ubuntu2.2) to 0.62.0-2ubuntu2.4 Reverting to previous versions fixes the crashes. System: 18.04.1 LTS bionic (32 bit) Linux 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:10 UTC 2018 i686 i686 i686 GNU/Linux PC gdb trace: Starting program: /usr/bin/evince Bureau/evince/test_CGV_FORFAIT_hors_opt_20170308.pdf [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". [New Thread 0xb5b82b40 (LWP 6602)] [New Thread 0xb51ffb40 (LWP 6603)] [New Thread 0xb47ffb40 (LWP 6604)] warning: Error reading shared library list entry at 0x6840 warning: Error reading shared library list entry at 0x5a60 [New Thread 0xb3c77b40 (LWP 6608)] warning: Error reading shared library list entry at 0x75e0 [New Thread 0xb1356b40 (LWP 6609)] warning: Error reading shared library list entry at 0x5130 warning: Error reading shared library list entry at 0x97b0 Thread 6 "EvJobScheduler" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb1356b40 (LWP 6609)] 0xb096a379 in Parser::makeStream(Object&&, unsigned char*, CryptAlgorithm, int, int, int, int, bool) () from /usr/lib/i386-linux-gnu/libpoppler.so.73 ** Attachment added: "With poppler 0.62.0-2ubuntu2.4, evince and other PDF readers will immediately crash on my system" https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1803059/+attachment/5220277/+files/test_CGV_FORFAIT_hors_opt_20170308.pdf -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/1803059 Title: Nullpointer dereference To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1803059/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1803059] Re: Nullpointer dereference
Problem seems to be still present, possibly due to previous change. Crashes when opening PDF files since last update in Ubuntu ** Changed in: poppler (Ubuntu) Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/1803059 Title: Nullpointer dereference To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1803059/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1803059] Re: Nullpointer dereference
Thank you, the bug is fixed for me. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/1803059 Title: Nullpointer dereference To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1803059/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1616943] Re: Can't auth against U1 in g-s
I have the same problem on Xubuntu 16.04 installing krita 3.0.1.1. Finally I installed correctly from terminal, but the issue exists in the Software Center. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/1616943 Title: Can't auth against U1 in g-s To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1616943/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1606238] Re: gnome-software won't open
** Also affects: gnome-software Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/1606238 Title: gnome-software won't open To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-software/+bug/1606238/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1176885] Re: Nautilus opened as root user crashes when trying to view properties of file/folder owned by "normal" user: ERROR:nautilus-properties-window.c:1836:schedule_owner_change_timeout: asse
Same problem on 14.04. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1176885 Title: Nautilus opened as root user crashes when trying to view properties of file/folder owned by "normal" user: ERROR:nautilus-properties- window.c:1836:schedule_owner_change_timeout: assertion failed: (NAUTILUS_IS_FILE (file)) To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1176885/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1573052] Re: [packaging] gnome-software provides a broken symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04
** Changed in: gnome-software (Ubuntu Xenial) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/1573052 Title: [packaging] gnome-software provides a broken symlink of /usr/lib/gs- plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292041] Re: Lockscreen doesn't turn off the screen
Same problem to me. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/1292041 Title: Lockscreen doesn't turn off the screen To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1292041/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 495788] Re: Right-clicking for file properties causes all icons to dissapear from desktop.
Hi, I am using Ubuntu Karmic 9.10 amd64 2.6.31-17. I right clicked on properties of a video file, cpu consumption raised to 100% on both cores. Then my desktop icons were all gone and I found this on my dmesg: [26887.53] [drm] TV-25: set mode NTSC 480i 0 [26887.745316] [drm] TV-25: set mode NTSC 480i 0 [26971.606349] nautilus[2606] general protection ip:7fbe77102659 sp:7fffccb52d00 error:0 in libgobject-2.0.so.0.2200.3[7fbe770dd000+44000] [27054.820589] nautilus[32384] general protection ip:7fcc6aaa0659 sp:7be20bb0 error:0 in libgobject-2.0.so.0.2200.3[7fcc6aa7b000+44000] I am not sure if this is related to Intel graphics problems or nautilus. But as It crashed part of Nautilus and I found this bug, I am reporting the issue here. I can do a backtrace of this if needed. When right clicking on the same video file, I always get the same response. Thanks -- Right-clicking for file properties causes all icons to dissapear from desktop. https://bugs.launchpad.net/bugs/495788 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 394229] [NEW] Gedit close when push two times the ' character.
Public bug reported: Binary package hint: gedit When i am editing a php document and push two times the ' Character, gedit close unexpectedly. I try to reinstall and the issue continues. + Release of ubuntu: Description:Ubuntu 9.04 Release:9.04 + Version of GEDIT 2.26.1 ProblemType: Bug Architecture: amd64 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/gedit NonfreeKernelModules: nvidia Package: gedit 2.26.1-0ubuntu1 ProcEnviron: LANG=es_ES.UTF-8 SHELL=/bin/bash SourcePackage: gedit Uname: Linux 2.6.28-13-generic x86_64 ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- Gedit close when push two times the ' character. https://bugs.launchpad.net/bugs/394229 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 394229] Re: Gedit close when push two times the ' character.
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28595334/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/28595335/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/28595336/ProcStatus.txt -- Gedit close when push two times the ' character. https://bugs.launchpad.net/bugs/394229 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1219999] Re: empathy facebook chat doesnt work
This affects me to. #2 don't solve the problem. This appends to my box with 13.04, and all my 12.04 boxes -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/121 Title: empathy facebook chat doesnt work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/121/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1232923] Re: rhythmbox crashed with SIGSEGV in sem_post()
Hi I don't think this a duplicated bug, because in the other bug the people ar saying that they can't listen to internet radio, this bug is about the app don't start!!! Soo i think is different ** This bug is no longer a duplicate of bug 1199159 rhythmbox crashed with SIGSEGV in sem_post@@GLIBC_2.1() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/1232923 Title: rhythmbox crashed with SIGSEGV in sem_post() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1232923/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1176509] Re: After update to 13.04 Brasero CD write hangs at "normalizing tracks"
*** This bug is a duplicate of bug 374101 *** https://bugs.launchpad.net/bugs/374101 ** This bug has been marked a duplicate of bug 374101 Brasero hangs at Normalizing tracks -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to brasero in Ubuntu. https://bugs.launchpad.net/bugs/1176509 Title: After update to 13.04 Brasero CD write hangs at "normalizing tracks" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1176509/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1093909] [NEW] Nautilus don't show network computers
Public bug reported: Hi, I've a small network at home,5 PC with ubuntu and one MAC OSX ML. When, in nautilus, i try to look at the computers of my network, nautilus shows none, but the MAC shows the all the conected PCs to the network. I think this is a bug, because Nautilus have to dysplay all Network places, ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: nautilus 1:3.4.2-0ubuntu5 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Wed Dec 26 23:10:29 2012 EcryptfsInUse: Yes GsettingsChanges: org.gnome.nautilus.window-state geometry '1007x550+388+159' org.gnome.nautilus.window-state maximized true org.gnome.nautilus.window-state sidebar-width 231 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: LANGUAGE=pt:pt_BR:en TERM=xterm PATH=(custom, no user) LANG=pt_PT.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise running-unity -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1093909 Title: Nautilus don't show network computers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1093909/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 733866] Re: Battery indicator shows that laptop battery is fully charged when is not
I just upgraded to Ubuntu 12.10 and the battery indicator is still not working when unplugged from AC power. Nonetheless, I tried what Norman said about suspending and waking the computer and I could see my real battery status for a while (afterwards it went wrong again with an icon indicating as if it was charging when it is not). Thanks again to everyone and hope this hint leads to a solution! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/733866 Title: Battery indicator shows that laptop battery is fully charged when is not To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/733866/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 982005] Re: Touch input not working in relative mode
Thank you for your concern, I'll make you know if it's working properly when the new package it's installed in my computer. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/982005 Title: Touch input not working in relative mode To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/982005/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 948913] Re: some applets don't adapt theme colors properly on Precise
The same is happening to me with the jupiter applet when I switch to Radiance theme. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in Ubuntu. https://bugs.launchpad.net/bugs/948913 Title: some applets don't adapt theme colors properly on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/948913/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 81879] Re: [apport] telepathy-butterfly crashed with TypeError in emit_signal()
yeahh, the error ocurrs, while receive a message in msn :s -- [apport] telepathy-butterfly crashed with TypeError in emit_signal() https://bugs.launchpad.net/bugs/81879 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 733866] [NEW] Battery indicator shows "Laptop battery is charged" when is not
Public bug reported: Binary package hint: gnome-power-manager When I have the laptop plugged to the AC power, the battery indicator shows me the real value of percentage of my battery level. Nonetheless, when I unplug the AC power and use the battery of the laptop, the battery indicator tells me that the "laptop battery is charged" even though it is not fully charged. It happens always, till the laptop shuts down because there is no battery left. In other words, the battery indicator works fine with AC power but it does not when working with the battery of the laptop. I am using ubuntu 11.04 alpha 3 (64 bits) with an HP Pavilion dv6000 laptop. This very same problem happened to me already with the ubuntu 10.04 release (and report the problem in the bug 577557) but a solution was not found. I hope this time I arrive in time to be able to solve the problem. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-power-manager 2.32.0-2ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6 Uname: Linux 2.6.38-5-generic x86_64 NonfreeKernelModules: wl Architecture: amd64 CurrentDmesg: [ 33.814850] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0 [ 39.940017] eth1: no IPv6 routers present [ 60.006953] exe (1846): /proc/1846/oom_adj is deprecated, please use /proc/1846/oom_score_adj instead. [ 271.237312] show_signal_msg: 18 callbacks suppressed [ 271.237318] unity-window-de[2779]: segfault at 318 ip 00415bcf sp 7fff530c8cc0 error 6 in unity-window-decorator[40+1b000] Date: Sat Mar 12 16:11:35 2011 GnomeSessionIdleInhibited: No GnomeSessionInhibitors: None GnomeSessionSuspendInhibited: No InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) MachineType: Hewlett-Packard HP Pavilion dv6700 Notebook PC ProcEnviron: LANGUAGE=en LANG=es_ES.UTF-8 LC_MESSAGES=en_GB.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-5-generic root=UUID=7661a7c8-5f9f-4a12-9462-fa2e2902ca77 ro quiet splash vt.handoff=7 SourcePackage: gnome-power-manager UpgradeStatus: Upgraded to natty on 2011-03-03 (8 days ago) dmi.bios.date: 05/14/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.56 dmi.board.name: 30CC dmi.board.vendor: Quanta dmi.board.version: 79.2E dmi.chassis.type: 10 dmi.chassis.vendor: Quanta dmi.chassis.version: N/A dmi.modalias: dmi:bvnHewlett-Packard:bvrF.56:bd05/14/2008:svnHewlett-Packard:pnHPPaviliondv6700NotebookPC:pvrRev1:rvnQuanta:rn30CC:rvr79.2E:cvnQuanta:ct10:cvrN/A: dmi.product.name: HP Pavilion dv6700 Notebook PC dmi.product.version: Rev 1 dmi.sys.vendor: Hewlett-Packard ** Affects: gnome-power-manager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug natty running-unity -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. https://bugs.launchpad.net/bugs/733866 Title: Battery indicator shows "Laptop battery is charged" when is not -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 733866] Re: Battery indicator shows "Laptop battery is charged" when is not
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. https://bugs.launchpad.net/bugs/733866 Title: Battery indicator shows "Laptop battery is charged" when is not -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 854123] [NEW] package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0u
*** This bug is a duplicate of bug 853973 *** https://bugs.launchpad.net/bugs/853973 Public bug reported: i was making the updates ProblemType: Package DistroRelease: Ubuntu 11.10 Package: libgucharmap7 1:3.0.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4 Uname: Linux 3.0.0-11-generic x86_64 NonfreeKernelModules: wl nvidia ApportVersion: 1.23-0ubuntu1 Architecture: amd64 Date: Mon Sep 19 19:43:12 2011 DuplicateSignature: Unpacking replacement libgucharmap7 ... dpkg: error processing /var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_amd64.deb (--unpack): trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1 ErrorMessage: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) SourcePackage: gucharmap Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1 UpgradeStatus: Upgraded to oneiric on 2011-09-12 (6 days ago) ** Affects: gucharmap (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check oneiric package-conflict -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gucharmap in Ubuntu. https://bugs.launchpad.net/bugs/854123 Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gucharmap/+bug/854123/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 854123] Re: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubu
*** This bug is a duplicate of bug 853973 *** https://bugs.launchpad.net/bugs/853973 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gucharmap in Ubuntu. https://bugs.launchpad.net/bugs/854123 Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gucharmap/+bug/854123/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 733866] Re: Battery indicator shows "Laptop battery is charged" when is not
I updated to the Beta 2 as well but the bug is still present in my case. Did you did any additional thing to solve it (apart from upgrading)? I also tried what Kyle Reynolds proposed but it didn't work out either. When the AC power is connected, it always says "estimating", whereas when unplugged, it says "Laptop battery is charged". I hope it gets solved soon, thanks to those who tried to solve it anyway! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/733866 Title: Battery indicator shows "Laptop battery is charged" when is not -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 733866] Re: Battery indicator shows "Laptop battery is charged" when is not
Hi, In mi case I have both Windows 7 a Ubuntu on my laptop. On Windows 7 the battery indicator goes perfect with or without plugging. Nonetheless with Ubuntu, even with Beta 2, the problem that I reported is still happening. Hence, it is a problem with the operating system, not with the Hardware. This issue is not new, years ago I also created the bug 577557 for the Ubuntu 10.04 but it was not solved. Before that version I do not know if that problem existed since at that time I only used Ubuntu on Personal Computers. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/733866 Title: Battery indicator shows "Laptop battery is charged" when is not -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 257812] Re: file-roller crashed with SIGSEGV in strlen()
I have the same problem but in Karmic and i try to compress whit 7z more than 610 Mbytes using extension .tar.7z -- file-roller crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/257812 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 577557] Re: Battery indicator shows "Laptop battery is charged" when is not
Yes, it is related to the bug 467825 but with the new ubuntu Lucid Lynx distribution. Moreover, I did not find a solution either in that bug or others related. Thanks for the information though! I hope someone find the solution! 2010/5/9 Omer Akram > might be related to bug 467825 > > ** Package changed: indicator-applet (Ubuntu) => gnome-power-manager > (Ubuntu) > > -- > Battery indicator shows "Laptop battery is charged" when is not > https://bugs.launchpad.net/bugs/577557 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “gnome-power-manager” package in Ubuntu: New > > Bug description: > Binary package hint: indicator-applet > > When I have the laptop plugged to the AC power, the battery indicator shows > me the real value of percentage of my battery level. > > Nonetheless, when I unplug the AC power and use the battery of the laptop, > the battery indicator tells me that the "laptop battery is charged" even > though it is not fully charged. It happens always, till the laptop shuts > down because there is no battery left. > > In other words, the battery indicator works fine with AC power but it does > not when working with the battery of the laptop. > > > I am using ubuntu 10.04 (64 bits) with a HP Pavilion dv6000 laptop. > > ProblemType: Bug > DistroRelease: Ubuntu 10.04 > Package: indicator-applet 0.3.6-0ubuntu2 > ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 > Uname: Linux 2.6.32-22-generic x86_64 > NonfreeKernelModules: wl > Architecture: amd64 > Date: Sat May 8 20:46:55 2010 > ExecutablePath: /usr/lib/indicator-applet/indicator-applet > InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) > ProcEnviron: > LANG=en_US.utf8 > SHELL=/bin/bash > SourcePackage: indicator-applet > > To unsubscribe from this bug, go to: > > https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/577557/+subscribe > -- Battery indicator shows "Laptop battery is charged" when is not https://bugs.launchpad.net/bugs/577557 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 126333] Re: Regression - Volume Control using gnome panel applet and keyboard shortcut alternates mute / % volume during sliding
For me it's working fine too. On Thu, Apr 2, 2009 at 3:24 AM, Polygon wrote: > the sort periods i have been using jaunty i have not had this problem, > most likely because there is a new volume applet? > > but anyway...it appears to be fixed,. > > -- > Regression - Volume Control using gnome panel applet and keyboard shortcut > alternates mute / % volume during sliding > https://bugs.launchpad.net/bugs/126333 > You received this bug notification because you are a direct subscriber > of a duplicate bug. > -- Regression - Volume Control using gnome panel applet and keyboard shortcut alternates mute / % volume during sliding https://bugs.launchpad.net/bugs/126333 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 219858] [NEW] Subtitles doesn't work -regression
Public bug reported: Binary package hint: totem The subtitles doesn't work on the rc of Hurdy. They used to work perfectly in Gutsy before the upgrade. ProblemType: Bug Architecture: i386 Date: Sun Apr 20 13:50:30 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/totem-xine NonfreeKernelModules: nvidia Package: totem-xine 2.22.1-0ubuntu2 PackageArchitecture: i386 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=es_ES.UTF-8 SHELL=/bin/bash SourcePackage: totem Uname: Linux 2.6.24-16-generic i686 ** Affects: totem (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Subtitles doesn't work -regression https://bugs.launchpad.net/bugs/219858 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 219858] Re: Subtitles doesn't work -regression
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/13586279/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/13586280/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/13586281/ProcStatus.txt -- Subtitles doesn't work -regression https://bugs.launchpad.net/bugs/219858 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 219858] Re: Subtitles doesn't work -regression
I didn't find out where this option is located, in Gutsy I didn't know where it was neither, but the subtitles were show whitout problems. ¿Do you know where is that menu in Hurdy? Regards, Miguel. On Mon, Apr 21, 2008 at 9:32 AM, Sebastien Bacher <[EMAIL PROTECTED]> wrote: > could be simply that the subtitle option is not activated > > -- > Subtitles doesn't work -regression > https://bugs.launchpad.net/bugs/219858 > You received this bug notification because you are a direct subscriber > of the bug. > -- Subtitles doesn't work -regression https://bugs.launchpad.net/bugs/219858 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 219858] Re: Subtitles doesn't work -regression
Just now I am working on a Gutsy release. When I will be at home I will try to find out that option, but I promise you that I explored the menus and I didn't find it. Maybe I would buy a new glasses. Sorry for the inconvinience, Miguel. On Mon, Apr 21, 2008 at 10:47 AM, Sebastien Bacher <[EMAIL PROTECTED]> wrote: > did you really try to find the option? it's on the first tab of the > preferences dialog > > > > -- > Subtitles doesn't work -regression > https://bugs.launchpad.net/bugs/219858 > You received this bug notification because you are a direct subscriber > of the bug. -- Subtitles doesn't work -regression https://bugs.launchpad.net/bugs/219858 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 219858] Re: Subtitles doesn't work -regression
Yes, for sure I was wrong, the option is in that very place you said. The next time I will try to help, I promise you to look carefully all the options. Sorry one more time, and thank you very much to all of you for this great great work you are doing. Regards, Miguel. On Mon, Apr 21, 2008 at 11:39 AM, Miguel <[EMAIL PROTECTED]> wrote: > Just now I am working on a Gutsy release. When I will be at home I > will try to find out that option, but I promise you that I explored > the menus and I didn't find it. Maybe I would buy a new glasses. > > Sorry for the inconvinience, Miguel. > > > > > On Mon, Apr 21, 2008 at 10:47 AM, Sebastien Bacher <[EMAIL PROTECTED]> wrote: > > did you really try to find the option? it's on the first tab of the > > preferences dialog > > > > > > > > -- > > Subtitles doesn't work -regression > > https://bugs.launchpad.net/bugs/219858 > > You received this bug notification because you are a direct subscriber > > of the bug. -- Subtitles doesn't work -regression https://bugs.launchpad.net/bugs/219858 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share
OK, after much reading and doing and undoing, I still cannot connect to windows (xp) server shares from Hardy but, I can from Feisty (laptop). I have tried 1-Add the following line to /etc/samba/smb.conf: client lanman auth = yes 2-installed gnome-vfs package 3- remove and re-install samba and samba-common and smbclient using --purge 4- installed smbfs 5- uninstalling SAMBA and replacing my 'smb.conf' with 'maintainer version'. Only way to view the windows server shares: 1-typing in the server/share name in the address bar 2-adding a (symlink?) under Places-> Connect to Server-> Windows Share Does anyone have an exact solution please. I thought this would have been resolved by now or a solid workaround put in place. Now there was an update just yesterday 6/5/08 (June 5th) for samba and it asked me if I wanted to keep the old file and I said yes. helllp as I fall down a cliff clinging to my laptop because it's the only one that work as it should... Hardy? hmmm. not pleased with the result of this issue. Miguel -- SMB error: Unable to mount location when server configured with security=share https://bugs.launchpad.net/bugs/209520 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share
Hi Steve, Thanks for the informative education. I have been trying anything possible based on what other (Hardy) users have posted as a fix or a 'try this' as it worked for them. Using Nautilus, when I select my windows server icon under 'Network Servers', Nautilus returns a '0' items available with a blank screen. When I do the same under Feisty, Nautilus displays the shares of my windows server. That is it. If I type the smb://server/share in the location bar of Nautilus, then the contents of the share are displayed. When I do: smbclient -L jessie I get: Domain=[JESSIE] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Sharename Type Comment - --- E$ Disk Default share IPC$ IPC Remote IPC D$ Disk Default share print$ Disk Printer Drivers Documents Disk 2170WXP Printer Laser Printer Data Disk MH Disk AdobePDFPrinter Adobe PDF G$ Disk Default share Photos n Videos Disk F$Disk Default share Music Disk ADMIN$ Disk Remote Admin H$ Disk Default share C$ Disk Default share iTunesDisk Domain=[JESSIE] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Server Comment ---- WorkgroupMaster ---- In Fiesty, Nautilus display the shared shares only of course and not the Default Shares ie: E$, F$, G$ and so on. I would like to have the same results I had with Feisty and I don't understand why I don't. I do apologize if I misunderstood the original post's bug description. I thought it depicted my exact issue. I will search again for a more concise duplicate issue as mine. If you can point me to one that would also be appreciated. Thank in advance, Miguel -- SMB error: Unable to mount location when server configured with security=share https://bugs.launchpad.net/bugs/209520 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share
This has worked for me thank you for the update/roll back. I can browse windows servers again. Thank you Steve -- SMB error: Unable to mount location when server configured with security=share https://bugs.launchpad.net/bugs/209520 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 126733] Re: Fuji Finepix F47 camera usb disk not properly mounted
i have an finepix S5700 and i cant import any photo whith gthumb or f-spot and no icon have in desktop when in plug in my camera. Always has recogniced like camera ptp but now in HARDY BETA dont work. [EMAIL PROTECTED]:~$ lsusb Bus 005 Device 001: ID : Bus 004 Device 001: ID : Bus 003 Device 005: ID 04cb:01c4 Fuji Photo Film Co., Ltd Bus 003 Device 002: ID 046d:0870 Logitech, Inc. QuickCam Express Bus 003 Device 001: ID : Bus 002 Device 001: ID : Bus 001 Device 004: ID 045e:007d Microsoft Corp. Notebook Optical Mouse Bus 001 Device 001: ID : [EMAIL PROTECTED]:~$ lsusb -vv -d 04cb:01c4 Bus 003 Device 005: ID 04cb:01c4 Fuji Photo Film Co., Ltd Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize064 idVendor 0x04cb Fuji Photo Film Co., Ltd idProduct 0x01c4 bcdDevice1.00 iManufacturer 1 iProduct2 iSerial 3 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 39 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xc0 Self Powered MaxPower0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 6 Imaging bInterfaceSubClass 1 Still Image Capture bInterfaceProtocol 1 Picture Transfer Protocol (PIMA 15470) iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes3 Transfer TypeInterrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 100 can't get device qualifier: Operation not permitted can't get debug descriptor: Operation not permitted cannot read device status, Operation not permitted (1) i dont undestand why this operation in no permited could be somthig of permision??? ** Attachment added: "debug" http://launchpadlibrarian.net/12831621/debug -- Fuji Finepix F47 camera usb disk not properly mounted https://bugs.launchpad.net/bugs/126733 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 126733] Re: Fuji Finepix F47 camera usb disk not properly mounted
sorry i use sudo: Bus 003 Device 005: ID 04cb:01c4 Fuji Photo Film Co., Ltd Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize064 idVendor 0x04cb Fuji Photo Film Co., Ltd idProduct 0x01c4 bcdDevice1.00 iManufacturer 1 FUJIFILM iProduct2 Digital Camera iSerial 3 4C313230202007090398457UA11687 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 39 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xc0 Self Powered MaxPower0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 6 Imaging bInterfaceSubClass 1 Still Image Capture bInterfaceProtocol 1 Picture Transfer Protocol (PIMA 15470) iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes3 Transfer TypeInterrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 100 Device Status: 0x0001 Self Powered [EMAIL PROTECTED]:~$ -- Fuji Finepix F47 camera usb disk not properly mounted https://bugs.launchpad.net/bugs/126733 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 126733] Re: Fuji Finepix F47 camera usb disk not properly mounted
this is gthumb error into spanish ( sorry ) Se ha producido un error en la biblioteca de entrada-salida ('No se pudo reclamar el dispositivo USB'): No se pudo reclamar la interfaz 0 (Operación no permitida). Debe asegurarse de tener acceso de lectura/escritura al dispositivo y que ningún otro programa o módulo del núcleo (como sdc2xx, stv680, spca50x) esté utilizándolo. -- Fuji Finepix F47 camera usb disk not properly mounted https://bugs.launchpad.net/bugs/126733 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187561] [NEW] mixer_applet2 crashed with signal 5 in g_return_if_fail_warning()
*** This bug is a duplicate of bug 187476 *** https://bugs.launchpad.net/bugs/187476 Public bug reported: Binary package hint: gnome-applets I have restart my computer when i updated to alpha 4 hardy heron and report this bug. Sorry I am spanish. ProblemType: Crash Architecture: i386 Date: Thu Jan 31 08:32:02 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/lib/gnome-applets/mixer_applet2 NonfreeKernelModules: nvidia Package: gnome-applets 2.21.4-0ubuntu1 PackageArchitecture: i386 ProcCmdline: /usr/lib/gnome-applets/mixer_applet2 --oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory --oaf-ior-fd=23 ProcCwd: / ProcEnviron: LANG=es_ES.UTF-8 LANGUAGE=es_ES:es:en_GB:en PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games SHELL=/bin/bash Signal: 5 SourcePackage: gnome-applets StacktraceTop: g_return_if_fail_warning () from /usr/lib/libglib-2.0.so.0 gst_bus_remove_signal_watch () ?? () ?? () Title: mixer_applet2 crashed with signal 5 in g_return_if_fail_warning() Uname: Linux miguel-desktop 2.6.24-5-generic #1 SMP Thu Jan 24 19:45:21 UTC 2008 i686 GNU/Linux UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev powerdev scanner video ** Affects: gnome-applets (Ubuntu) Importance: Medium Status: New ** Tags: apport-crash -- mixer_applet2 crashed with signal 5 in g_return_if_fail_warning() https://bugs.launchpad.net/bugs/187561 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-applets in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187561] Re: mixer_applet2 crashed with signal 5 in g_return_if_fail_warning()
*** This bug is a duplicate of bug 187476 *** https://bugs.launchpad.net/bugs/187476 ** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/11669212/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/11669213/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/11669214/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/11669215/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/11669216/ProcStatus.txt ** Attachment added: "Registers.txt" http://launchpadlibrarian.net/11669217/Registers.txt ** Attachment added: "Stacktrace.txt" http://launchpadlibrarian.net/11669218/Stacktrace.txt ** Attachment added: "ThreadStacktrace.txt" http://launchpadlibrarian.net/11669219/ThreadStacktrace.txt -- mixer_applet2 crashed with signal 5 in g_return_if_fail_warning() https://bugs.launchpad.net/bugs/187561 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-applets in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 98899] [apport] totem-plugin-viewer crashed with SIGSEGV in _start()
Public bug reported: Binary package hint: totem I am trying play .wmv video on internet. But it crashed inmediatly. ProblemType: Crash Architecture: i386 Date: Fri Mar 30 09:29:12 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/lib/totem/totem-plugin-viewer Package: totem-gstreamer 2.18.0-0ubuntu2 PackageArchitecture: i386 ProcCmdline: /usr/lib/totem/totem-plugin-viewer --plugin-type gmp --user-agent Mozilla/5.0\ (X11;\ U;\ Linux\ i686;\ es-ES;\ rv:1.8.1.3)\ Gecko/20070321\ Firefox/2.0.0.3\ (Swiftfox) --mimetype video/x-msvideo --statusbar ProcCwd: /home/miguel ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=es_ES.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: totem Stacktrace: #0 0x08053ac3 in _start () StacktraceTop: _start () Uname: Linux miguel-desktop 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 2007 i686 GNU/Linux UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev powerdev scanner video ** Affects: totem (Ubuntu) Importance: Undecided Status: Unconfirmed -- [apport] totem-plugin-viewer crashed with SIGSEGV in _start() https://launchpad.net/bugs/98899 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 98899] Re: [apport] totem-plugin-viewer crashed with SIGSEGV in _start()
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7053899/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7053900/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/7053901/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/7053902/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/7053903/ProcStatus.txt ** Attachment added: "Registers.txt" http://librarian.launchpad.net/7053904/Registers.txt ** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/7053905/ThreadStacktrace.txt -- [apport] totem-plugin-viewer crashed with SIGSEGV in _start() https://launchpad.net/bugs/98899 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 26891] Re: fileselector should use a combo list for the filetype
Dear all, I have a similar issue that's most probably a duplicate. I'm using gimp 2.2.13-1ubuntu4 on Feisty. However, in this case, the large screen is the "convert to png" dialog. While all the options fit in a relatively small window (using a 1280*800 resolution), the png compression bar is way too long. Thus, the dialog window doesn't fit in a 1280 wide, 96 dpi screen. Is it a duplicate? Or should I fill another bug report? Thanks for your efforts, Miguel ** Attachment added: "Wide save-as-png" http://librarian.launchpad.net/7236920/wide-save-as-png-gimp.png -- fileselector should use a combo list for the filetype https://bugs.launchpad.net/bugs/26891 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 138264] the list mode doen't work well with shell variables
Public bug reported: Binary package hint: zenity Please describe the problem: The other day trying to make a little script using zenity I found that the list mode doesn't expand well shell varibles. It's easier to explain with a example. If you do: << zenity --title="Test" --list --column="" --radiolist --text "Choose an option" --column="OPTIONS" false "go shopping" false "go party" >> Everything goes well. But if you do: << test=`echo false \"go shopping\" false \"go party\"` zenity --title="Test" --list --column="" --radiolist --text "Choose an option" --column="OPTIONS" $test >> The options showed by the program are incomplete. I've asked in some phorums on the Internet and nobody has been able to answer me. After a little bit of checking I think it's a bug, I've tried to find it and fix it but I get lost in the code. Steps to reproduce: 1. test=`echo false \"go shopping\" false \"go party\"` zenity --title="Test" --list --column="" --radiolist --text "Choose an option" --column="OPTIONS" $test Actual results: The list that Zenity shows is wrong. Expected results: I would expect to find a list with complete sentences, not splited ones. Does this happen every time? At least in the four computers I have used to try it. ** Affects: zenity (Ubuntu) Importance: Undecided Status: New -- the list mode doen't work well with shell variables https://bugs.launchpad.net/bugs/138264 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for zenity in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 151877] Re: [Gutsy] gnome panel volume control alternates mute/% volume during sliding
I have de same problem with the mute/unmute when is being slide, but in my case i have a desktop. My audio controler is a "Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)"(from lspci). I have atached several files in one with hardware information. ** Attachment added: "The same problem" http://launchpadlibrarian.net/10237360/conf_files.txt -- [Gutsy] gnome panel volume control alternates mute/% volume during sliding https://bugs.launchpad.net/bugs/151877 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-applets in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 32735] Re: gnome-screensaver should allow "lock after x time"
I think it's fair to declare the "bug" as fixed, since you can change it from gconf. Anyway, I'm all for making it available from a gui. -- gnome-screensaver should allow "lock after x time" https://launchpad.net/bugs/32735 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 32737] Re: Trashapplet shows wrongly wrapped message [cosmetic]
Well, the problem still stands. I'm currently using Edgy (with backports and proposed enabled) and the trash still shows the wrapped message. I'll probably be downloading Feisty Herd 2 once it comes out, and will tell you if the message is still wrapped (when running the Live CD). If you need more info, I'll gladly provide what I can. -- Trashapplet shows wrongly wrapped message [cosmetic] https://launchpad.net/bugs/32737 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 86447] [apport] totem crashed with SIGSEGV
Public bug reported: Binary package hint: totem Trying play archive .asf audio extension. ProblemType: Crash Date: Tue Feb 20 09:41:41 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/totem Package: totem-gstreamer 2.17.91-0ubuntu2 ProcCmdline: totem file:///media/cdrom0/Data/audio/Musc/Mikel.asf ProcCwd: /home/miguel ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=es_ES.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: totem StacktraceTop: ?? () from /usr/lib/gstreamer-0.10/libgstffmpeg.so ?? () from /usr/lib/libgthread-2.0.so.0 ?? () ?? () ?? () from /usr/lib/libgthread-2.0.so.0 Uname: Linux miguel-desktop 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 GNU/Linux UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner video ** Affects: totem (Ubuntu) Importance: Undecided Status: Unconfirmed -- [apport] totem crashed with SIGSEGV https://launchpad.net/bugs/86447 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 86447] Re: [apport] totem crashed with SIGSEGV
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/6478759/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6478760/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/6478761/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/6478762/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/6478763/ProcStatus.txt ** Attachment added: "Registers.txt" http://librarian.launchpad.net/6478764/Registers.txt ** Attachment added: "Stacktrace.txt" http://librarian.launchpad.net/6478765/Stacktrace.txt ** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/6478766/ThreadStacktrace.txt -- [apport] totem crashed with SIGSEGV https://launchpad.net/bugs/86447 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 31783] Re: Ctrl-R (Rotate) does not work in fullscreen mode
Is it possible to backport the fix? From what I've read, I understand that the bug is fixed in development eog towards gnome 2.20, but it also seems to include an important code rewrite. It would be nice to have this "feature". Finally, thanks for your work, guys. -- Ctrl-R (Rotate) does not work in fullscreen mode https://bugs.launchpad.net/bugs/31783 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 30267] gnumeric fails to deppend on libgoffice-1-2
Public bug reported: https://launchpad.net/malone/bugs/30267 Affects: gnumeric (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: gnumeric fails to start because it does not depend on libgoffice-1-2 that provides libgoffice-1.so.2. (Exact error: gnumeric: error while loading shared libraries: libgoffice-1.so.2: cannot open shared object file: No such file or directory) Installing libgoffice-1-2 solves this problem. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 31269] gnome-session-properties cannot remove sessions
Public bug report changed: https://launchpad.net/malone/bugs/31269 Comment: I can confirm that the "Startup Programs" freeze also happens on my system. Also, CPU usage rises to 100%. If I restart gnome-session- properties the application that I tried to remove is gone. Steps to follow: - Start gnome-session-properties - tab: startup programs - delete a listed program (can be a recently created one) It is a breezy install dist-upgraded to dapper. Forcing a reinstall of the gnome-sessions package will not solve this. Deleting $HOME/.gconf* and $HOME/.gnome* config folders also doesn't solve this. Machine is a Dell Inspiron 8600. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 31269] gnome-session-properties cannot remove sessions
Public bug report changed: https://launchpad.net/malone/bugs/31269 Comment: I can confirm original poster's bug. Added sessions can't be deleted. System as above post, dist-upgraded the morning of 22-2. Terminal output from launching gnome-session-manager is: [EMAIL PROTECTED]:~$ gnome-session-properties ** (gnome-session-properties:8030): WARNING **: Could not save /usr/share/autostart/gnome-power-manager.desktop file ** (gnome-session-properties:8030): WARNING **: Could not save /usr/share/autostart/gnome-volume-manager.desktop file -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 32194] no way to set order of startup programs
Public bug report changed: https://launchpad.net/malone/bugs/32194 Comment: I have suffered the same behaviour you have. I have also found a workaround (*very* primitive). First add the startup programs you want and then restart session. Now you should be able to edit startup programs to match the ones you want in the order you want. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 31517] hal-device-manager does not load
Public bug report changed: https://launchpad.net/malone/bugs/31517 Comment: This also happens to me. Normal user terminal output is: $ hal-device-manager While, if I run this using sudo, I get the following terminal output: $ gksudo hal-device-manager (hal-device-manager:4929): GnomeUI-WARNING **: While connecting to session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. This is a dist-upgraded breezy install. And to make sure it wasn't a faulty install, I forced reinstall of several hal packages via synaptic. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 32735] gnome-screensaver should allow "lock after x time"
Public bug reported: https://launchpad.net/malone/bugs/32735 Affects: gnome-screensaver (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: Estimated developers, In xscreensaver, there exists a setting that allows the screensaver not to lock inmediately, but after some time. However, in the current gnome- screensaver the screen either doesn't lock, or locks inmediately after entering the screensaver (not while fading in). In my humble opinion, there should exist an option to lock the screen some time after the screensaver has started. I am using a dist-upgraded dapper, and the current gnome-screensaver version is 2.13.91-0ubuntu2 Thanks for your efforts -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 30378] Joystick activity does not stop the screensaver
Public bug report changed: https://launchpad.net/malone/bugs/30378 Comment: I cannot currently test this, as I have currently no joystick available. However, I'd like to add that if you are moving only the mouse wheel, the screensaver will also activate. This behaviour was also present in Breezy (I don't remember if it was in Hoary) -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 31596] [Dapper] Text is not rendered properly
Public bug report changed: https://launchpad.net/malone/bugs/31596 Comment: Hi all, Opening a text pdf* from Physical Review Letters and Physical Review B in evince also shows the wrong fonts in all the document. I would attach pdf if it were free. However, this doesn't happen with Review of Modern Physics**, although this one uses a different LaTeX document class. Curiously, if I create a pdf (not with pdfetex, but dvi->ps->pdf) using LaTeX and revtex4 document class (which is what PR* uses), it is displayed properly in evince. I would post a screenshot for comparison between xpdf (correct) and evince, but it is a similar issue to the screenshot above. If there is anyone interested... -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 68587] gtk-file-chooser needs two-click when using "single-click" mouse behaviour
Public bug reported: Binary package hint: libgtk2.0-0 If the nautilus option "single click to activate elements" is selected, the gnome desktop behaves accordingly, with the exception of gtk-file- chooser. When using gtk-file-chooser, both folders and "places" are opened by double-clicking. This is inconsistent. It happens at least in Dapper and Edgy. Sorry for the late report. ** Affects: gtk+2.0 (Ubuntu) Importance: Undecided Status: Unconfirmed ** Description changed: Binary package hint: libgtk2.0-0 If the nautilus option "single click to activate elements" is selected, - the desktop behaves accordingly, with the exception of gtk-file-chooser. - When using gtk-file-chooser, both folders and "places" are opened by - double-clicking. This is inconsistent. + the gnome desktop behaves accordingly, with the exception of gtk-file- + chooser. When using gtk-file-chooser, both folders and "places" are + opened by double-clicking. This is inconsistent. It happens at least in Dapper and Edgy. Sorry for the late report. -- gtk-file-chooser needs two-click when using "single-click" mouse behaviour https://launchpad.net/bugs/68587 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 70223] Re: Internal data flow error.
happens to me too with Feisty Herd 5. -- Internal data flow error. https://launchpad.net/bugs/70223 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2084189] Re: Missing characters on keyboard under Wayland
I reported the issue in https://gitlab.gnome.org/GNOME/mutter/-/issues/3749 ** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #3749 https://gitlab.gnome.org/GNOME/mutter/-/issues/3749 -- 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/2084189 Title: Missing characters on keyboard under Wayland To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2084189/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 34077] Can't import photos: The path is not absolute"
Public bug report changed: https://launchpad.net/malone/bugs/34077 Comment: I Can confirm this bug on a Kodak EasyShare CX7430. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 48751] Progress bar control in fullscreen resizes unexpectedly
Public bug reported: Binary package hint: totem When playing a video in fullscreen in Totem, if you move the progress bar that appears at the bottom of the screen (for fast-forwarding or rewinding the video) it gets shorter. This is especially annoying when you try to move to somewhere close to the end of the film, as the control "jumps" to the very end of the bar. This occurs both on totem-gstreamer and totem-xine. It seems that the problem is caused by the changement of the text next to the bar. ** Affects: totem (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed -- Progress bar control in fullscreen resizes unexpectedly https://launchpad.net/bugs/48751 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 55165] Window doesn't fit on my screen
Public bug reported: Sometimes, rhythmbox window gets bigger without reason (I don't resize it) and doesn't fit on the screen. I click on the maximize button but nothing happens. If I minimize the window, it goes to the task-bar as it has to do, but when I maximize it again I have the same problem: the window is too big and there is no way to fit it on the screen. I have Ubuntu 6.06. Thanks, and good work! ** Affects: rhythmbox (Ubuntu) Importance: Untriaged Status: Unconfirmed ** Description changed: Sometimes, rhythmbox window gets bigger without reason (I don't resize it) and doesn't fit on the screen. I click on the maximize button but nothing happens. If I minimize the window, it goes to the task-bar as it has to do, but when I maximize it again I have the same problem: the - window is too bigger and there is no way to fit it on the screen. + window is too big and there is no way to fit it on the screen. I have Ubuntu 6.06. Thanks, and good work! -- Window doesn't fit on my screen https://launchpad.net/bugs/55165 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 55165] Re: Window doesn't fit on my screen
I don't think so. I've been cheking all my songs and I don't have one with a title larger than the window! Regards. -- Window doesn't fit on my screen https://launchpad.net/bugs/55165 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 55165] Re: Window doesn't fit on my screen
Ok, Sebastien. It happened a pair of times, and I've using this soft for two or three months... But the next time, I'll make a screenshot for you. Regards. -- Window doesn't fit on my screen https://launchpad.net/bugs/55165 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 55165] Re: Window doesn't fit on my screen
Ok, you are right. It's due the song title doesn't fit on the window. It happen when I play this radio station, and that's the reason because i didn't find a song in my library with a title larger than the window. So I suposse there's not a bug over here... Altough it would be great if large titles could split in two or more lines in next releases of rhythmbox ;-) Thanks for everything. Regards, Jm. -- Window doesn't fit on my screen https://launchpad.net/bugs/55165 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 41772] Re: Nautilus fails to determine correct mime-type for Planner documents
Sorry a mistype the screenshots url screenshot: http://ceruno.embebido.org/ubuntu/nautibug01.png and http://ceruno.emebebido.org/ubuntu/nautibug02.png ^_^! Miguel. -- Nautilus fails to determine correct mime-type for Planner documents https://launchpad.net/bugs/41772 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 41772] Nautilus fails to determine correct mime-type for Planner documents
Public bug reported: Affects: nautilus (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: When browsing my files, Nautilus show the correct icon for the planner filetypes (.planner) (see http://ceruno.emebebido.org/ubuntu/nautibug01.png ) but as soon I select nautilus chages the icon and when I trie to open it, nautilus shows a popup window warning me about a difference from the contents of the file and the extension (but indeed, a planner file is a XML file). (see http://ceruno.emebebido.org/ubuntu/nautibug02.png ) I don't know if there are others mime types affected, but i think that probrably all the xml based filetypes could have this problem. System Info: Ubuntu Dapper (Recently actualised) Nautilos Package Version: 2.14.1-0ubuntu4 -- Nautilus fails to determine correct mime-type for Planner documents https://launchpad.net/bugs/41772 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 42022] duplicated input device entries in sound recorder
Public bug reported: Affects: gnome-media (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: Steps to reproduce: 1- launch Sound Recorder (gnome-sound-recorder); 2- check the available input sources in "Record from Input" drop-down list; 3- start a recording, then stop the recording; 4- check the input list again: all items are repeated. This behavior was observed in Sound Recorder 2.14.0, provided by gnome- media-2.14.0-0ubuntu1, in an Asus L3C. The sound hardware is Intel 82801CA/CAM AC'97 Audio Controller. -- duplicated input device entries in sound recorder https://launchpad.net/bugs/42022 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 42022] Re: duplicated input device entries in sound recorder
I looked at the source for grecord, in gsr-window.c the callback for the record action calls fill_record_input(): static void record_cb (GtkAction *action, GSRWindow *window) { GSRWindowPrivate *priv = window->priv; if (priv->record) { shutdown_pipeline (priv->record); if (!make_record_source (window)) exit (1); fill_record_input (window); } if ((priv->record = make_record_pipeline (window))) { window->priv->len_secs = 0; window->priv->saved = FALSE; g_object_set (G_OBJECT (priv->record->sink), "location", priv->record_filename, NULL); gst_element_set_state (priv->record->pipeline, GST_STATE_PLAYING); } } But fill_record_input() appends to the combo-box: static void fill_record_input (GSRWindow *window) { GstElement *e; const GList *l; int i = 0; g_return_if_fail (GST_IS_MIXER (window->priv->mixer)); for (l = gst_mixer_list_tracks (window->priv->mixer); l != NULL; l = l->next) { GstMixerTrack *t = l->data; if (t->flags & GST_MIXER_TRACK_INPUT) { gtk_combo_box_append_text (GTK_COMBO_BOX (window->priv->input), t->label); ++i; } if (t->flags & GST_MIXER_TRACK_RECORD) { gtk_combo_box_set_active (GTK_COMBO_BOX (window->priv->input), i - 1); } } } I don't know why fill_record_input() is called in record_cb(), but either by removing that call or by changing fill_record_input(), this should be easy to correct. -- duplicated input device entries in sound recorder https://launchpad.net/bugs/42022 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 42022] Re: duplicated input device entries in sound recorder
This is already filled in gnome bugzilla as bug #329922. -- duplicated input device entries in sound recorder https://launchpad.net/bugs/42022 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1951826] Re: Installing site as Progressive Web App does not create launcher icon
Hi. I have the same problem, also with all packaged versions of Epiphany, and using Ubuntu 24.04 (WebKitGTK 2.44.1, GStreamer 1.22.11). I am posting here the possible issue that was suggested when it was reported in Gnome, in case it helps: The icon validator is broken when --sandbox flag is used. Apparently, RTM_NEWADDR is required for bubblewrap to create a new network namespace. It would be failing here: https://github.com/containers/bubblewrap/blob/8e51677abd7e3338e4952370bf7d902e37d8cbb6/network.c#L181 Thank you. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/1951826 Title: Installing site as Progressive Web App does not create launcher icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/1951826/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 352716] Re: Gnome-panel won't start when run through NX session
I could notice that the bug disappeared when I disable the Fast User switch and that consequently I had all my logout menu entries restored. I guess this is somehow linked at the way the menu probes for checking if the FUS is set to appear. Since then my remote logins on NX have been working fine, I m actually writing fron one right now. If you don+ t know about FUS, do a search. FUS automatically disables other logout methods. -- Gnome-panel won't start when run through NX session https://bugs.launchpad.net/bugs/352716 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 411322] Re: desktop icon position of symbolic links are not restored
** Bug watch added: GNOME Bug Tracker #593809 http://bugzilla.gnome.org/show_bug.cgi?id=593809 ** Also affects: nautilus via http://bugzilla.gnome.org/show_bug.cgi?id=593809 Importance: Unknown Status: Unknown -- desktop icon position of symbolic links are not restored https://bugs.launchpad.net/bugs/411322 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 767823] Re: Overlay scrollbar hidden underneath bottom panel in Ubuntu Classic mode
Just switched to Ubuntu 11.04, using Ubuntu-Classic and taskbar on bottom side. I confirm that this bug is very annoying! Actually, there could be 2 bugfixes: 1) shift scrollbar towards the window when close to taskbar, as it is when close to screen edge. 2) display overlay scrollbar as now, but on a layer above the taskbar. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/767823 Title: Overlay scrollbar hidden underneath bottom panel in Ubuntu Classic mode To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-scrollbar/+bug/767823/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()
No updating here, just trying the live ubuntu 11.10 beta amd64 cd, and logged with the unity 2d session. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/832603 Title: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete() To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1897224] Re: Graphical snaps can't run in Gnome 3.38 Wayland sessions (can't open X display)
I have the updated mutter package (3.38.1-2ubuntu1) and chromium snap is working fine again. Open sockets: u_str LISTEN 0 1 @/tmp/.X11-unix/X0 64514* 0 users:(("Xwayland",pid=4667,fd=4)) u_str LISTEN 0 1 @/tmp/.X11-unix/X1 64516* 0 users:(("Xwayland",pid=4667,fd=7)) u_str LISTEN 0 1 /tmp/.X11-unix/X0 64515* 0 users:(("Xwayland",pid=4667,fd=5)) -- 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/1897224 Title: Graphical snaps can't run in Gnome 3.38 Wayland sessions (can't open X display) To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/1897224/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1958312] [NEW] Livepatch not working on Ubuntu 22.04 LTS
Public bug reported: No such file or directory error when I'll try to use livepatch on a 22.04 device with dev updates enabled. It turns off automatically ** Affects: xdg-desktop-portal-gtk (Ubuntu) Importance: Undecided Status: New ** Tags: dist-upgrade ** Patch added: "Error Screenshot" https://bugs.launchpad.net/bugs/1958312/+attachment/255/+files/Captura%20de%20pantalla%20de%202022-01-18%2019-12-42.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to xdg-desktop-portal-gtk in Ubuntu. https://bugs.launchpad.net/bugs/1958312 Title: Livepatch not working on Ubuntu 22.04 LTS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1958312/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 1779592] Re: I have video lagging errors
Hi, In that laptop I use a double boot with W10 and there is not problems with video there, in Ubuntu I have a skipping frame problem, like 2 or 3 seconds of skipping frames in chrome and also in VLC. On Sun, Jul 1, 2018, 22:45 Daniel van Vugt wrote: > It appears your screen is 1366x768 and the CPU/GPU is an i5-4200U. I > would not expect any performance problems with those. > > Can you please elaborate as to what you mean by "lagging"? Do you mean > everything is smooth but delayed? Or do you mean it is stuttering > (skipping frames)? > > ** Changed in: xorg (Ubuntu) >Status: New => Incomplete > > ** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu) > > ** Tags added: performance > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1779592 > > Title: > I have video lagging errors > > Status in gnome-shell package in Ubuntu: > Incomplete > > Bug description: > In browser (Chrome) and VLC. > > ProblemType: Bug > DistroRelease: Ubuntu 18.04 > Package: xorg 1:7.7+19ubuntu7 > ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18 > Uname: Linux 4.15.0-23-generic x86_64 > .tmp.unity_support_test.0: > > ApportVersion: 2.20.9-0ubuntu7.2 > Architecture: amd64 > CompizPlugins: No value set for > `/apps/compiz-1/general/screen0/options/active_plugins' > CompositorRunning: None > CurrentDesktop: ubuntu:GNOME > Date: Sun Jul 1 20:03:55 2018 > DistUpgraded: 2018-04-29 10:40:39,012 DEBUG Running PostInstallScript: > './xorg_fix_proprietary.py' > DistroCodename: bionic > DistroVariant: ubuntu > DpkgLog: > > GraphicsCard: >Intel Corporation Haswell-ULT Integrated Graphics Controller > [8086:0a16] (rev 09) (prog-if 00 [VGA controller]) > Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:05f3] > InstallationDate: Installed on 2018-04-21 (71 days ago) > InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 > (20180228) > MachineType: Dell Inc. Inspiron 5437 > ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic > root=UUID=86eb9f96-102c-4576-a37c-b2a420b78479 ro quiet splash vt.handoff=1 > SourcePackage: xorg > UpgradeStatus: Upgraded to bionic on 2018-04-29 (63 days ago) > dmi.bios.date: 09/06/2013 > dmi.bios.vendor: Dell Inc. > dmi.bios.version: A04 > dmi.board.name: 0DM6M9 > dmi.board.vendor: Dell Inc. > dmi.board.version: A04 > dmi.chassis.type: 8 > dmi.chassis.vendor: Dell Inc. > dmi.chassis.version: Not Specified > dmi.modalias: > dmi:bvnDellInc.:bvrA04:bd09/06/2013:svnDellInc.:pnInspiron5437:pvrNotSpecified:rvnDellInc.:rn0DM6M9:rvrA04:cvnDellInc.:ct8:cvrNotSpecified: > dmi.product.name: Inspiron 5437 > dmi.product.version: Not Specified > dmi.sys.vendor: Dell Inc. > version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1 > version.libdrm2: libdrm2 2.4.91-2 > version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1 > version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1 > version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4 > version.xserver-xorg-input-evdev: xserver-xorg-input-evdev > 1:2.10.5-1ubuntu1 > version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1 > version.xserver-xorg-video-intel: xserver-xorg-video-intel > 2:2.99.917+git20171229-1 > version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2 > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1779592/+subscriptions > -- 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/1779592 Title: I have video lagging errors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1779592/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable
Hi, I'm having the same problem with 18.04. The command "sudo kbd_mode -s" (scancode (RAW) mode) works fine as well as the "-k" argument (key code mode (MEDIUMRAW)) as well. As opposed, "-u" (UTF-8 (UNICODE) mode) and "-a" (ASCII mode (XLATE)) arguments bring the bug back. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in Ubuntu. https://bugs.launchpad.net/bugs/1508146 Title: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1508146/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1990345] [NEW] gnome shell keeps growing in size/ram
Public bug reported: every 2 or 3 days I have to alt+F2 and "r" to restart gnome-shell to release ram, because it grows and grows until it starts swapping. Restarting gives me another 2 or 3 days of breathing room :) and then rinse and repeat. lsb_release -rd Description:Ubuntu 22.04.1 LTS Release:22.04 apt-cache policy gnome-shell gnome-shell: Installed: 42.4-0ubuntu0.22.04.1 Candidate: 42.4-0ubuntu0.22.04.1 Version table: *** 42.4-0ubuntu0.22.04.1 500 500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages 100 /var/lib/dpkg/status 42.0-2ubuntu1 500 500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages gnome-extensions list gsconn...@andyholmes.github.io ubuntu-appindicat...@ubuntu.com ubuntu-d...@ubuntu.com gnome-extensions list --enabled ubuntu-appindicat...@ubuntu.com ubuntu-d...@ubuntu.com ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: gnome-shell 42.4-0ubuntu0.22.04.1 Uname: Linux 5.19.2-051902-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Wed Sep 21 06:18:15 2022 DisplayManager: gdm3 InstallationDate: Installed on 2019-07-26 (1152 days ago) InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210) RebootRequiredPkgs: Error: path contained symlinks. RelatedPackageVersions: mutter-common 42.2-0ubuntu1 SourcePackage: gnome-shell UpgradeStatus: Upgraded to jammy on 2022-08-19 (33 days ago) ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug jammy third-party-packages -- 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/1990345 Title: gnome shell keeps growing in size/ram To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1990345/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1990346] [NEW] gnome terminal window shrinks in size on every maximize/restore cicle
Public bug reported: every time I maximize a terminal window and return it to the restored size, it shrinks in size every just slightly. I would expect it to return to the previous size as it was before I maximized. lsb_release -rd Description:Ubuntu 22.04.1 LTS Release:22.04 apt-cache policy gnome-terminal gnome-terminal: Installed: 3.44.0-1ubuntu1 Candidate: 3.44.0-1ubuntu1 Version table: *** 3.44.0-1ubuntu1 500 500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: gnome-terminal 3.44.0-1ubuntu1 Uname: Linux 5.19.2-051902-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Wed Sep 21 06:22:50 2022 InstallationDate: Installed on 2019-07-26 (1152 days ago) InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210) RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: gnome-terminal UpgradeStatus: Upgraded to jammy on 2022-08-19 (33 days ago) ** Affects: gnome-terminal (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug jammy third-party-packages -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1990346 Title: gnome terminal window shrinks in size on every maximize/restore cicle To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1990346/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not
I had this problem with Ubuntu 16.04.1. So annoying! killall nautilus solves the problem -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1021375 Title: Nautilus says the USB stick is read only when it is not To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs