[Bug 1879580] Re: Screencast interface missing
Chromimm output: [110445:110445:1013/141808.679718:ERROR:base_capturer_pipewire.cc(517)] Failed to create a screen cast session: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879580 Title: Screencast interface missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1879580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1879580] Re: Screencast interface missing
The build without `org.freedesktop.portal.ScreenCast` prevents e.g. Chrome/Chromium to share the desktop through MS teams when using Wayland, e.g. like it works on Fedora (https://uwot.eu/blog/microsoft- teams-on-fedora-and-wayland-with-screenshare/). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879580 Title: Screencast interface missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1879580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1773113] Re: nvidia-390 does not show GUI
I just tried again to test if nvidia updates would fix this ugly bug. In summary: no. I also tried the graphics-drivers ppa mentioned (specifically tried the 340 and 390 drivers) with the same negative results. The only working solution for my nvidia-prime laptop (nvidia+intel) is using nouveau+Wayland. Nvidia does not work at all. This is suboptimal as Wayland is less stable and there is a performance penalty when using nouveau. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1773113 Title: nvidia-390 does not show GUI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1773113/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1752053] Re: nvidia-390 fails to boot graphical display
So, if this bug is marked as "fixed released" and 500 comments further it's clear it doesn't fix anything, should we open a new bug report? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1752053] Re: nvidia-390 fails to boot graphical display
There are two setups where the solution is with my setup (NVIDIA Corporation GK107M [GeForce GT 750M], laptop with nvidia and intel): - Use Wayland with nouveau drivers: performance OK. - Use Xorg with nvidia drivers with kernel parameter "nvidia-drm.modeset=1" (see @tim-tim-richardson++'s remark). prime is set to nvidia (as default when you install the binary drivers). What doesn't work (black or too slow): - nvidia drivers. - nvidia drivers with intel selected by prime. - nouveau drivers on Xorg. Here are the more expanded instructions. Be sure to know what you do, you won't loose files, but you may make your system unbootable if you type an error. 1. Make sure nvidia is not blacklisted. E.g. remove bumblebee. Have a look in /etc/modules and /etc/modprobe.d/*: $ sudo apt-get remove --purge bumblebee $ grep nvidia /etc/modules /etc/modprobe.d/* "blacklist nvidia" is what's mostly used. 2. Add "modeset=1" to grub: $ sudo vi /etc/default/grub (or sudo nano /etc/default/grub) Add nvidia-drm.modeset=1 to the GRUB_CMDLINE line (with the quotes): GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1" Activate the changes: $ sudo update-grub 4. Install Nvidia drivers: $ sudo ubuntu-drivers autoinstall $ sudo prime-select nvidia 5. Reboot Be warned that modeset=1 disabled the virtual consoles (ctl+alt+f). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1752053] Re: nvidia-390 fails to boot graphical display
Forgot to add: - Use Xorg with nvidia drivers with kernel parameter "nvidia-drm.modeset=1" (see @tim-tim-richardson++'s remark). prime is set to nvidia (as default when you install the binary drivers). Performance: very good. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1752053] Re: nvidia-390 fails to boot graphical display
To me it looks that there is something broken wider than what most comments touch. On my laptop with a NVIDIA Corporation GK107M [GeForce GT 750M] (prime) card, since 17.10 (including 18.04): - nouveau drivers work very poorly with Xorg: too slow to play video (tearing, drop frames, etc). - nouveau drivers work very poorly with Xorg: too slow to play video (tearing, drop frames, etc). - nvidia-340 drivers with prime selection of both nvidia and intel: No Xorg, no Wayland. - nvidia-390 drivers with prime selection of nvidia: No Xorg, Waylang stuck in login loop. - nvidia-390 drivers with prime selection of intel on Xorg: too slow to play video (tearing, drop frames, etc). - nvidia-390 drivers with prime selection of intel on Wayland: everything seems to work. I would prefer to run Xorg on 18.04 because Wayland on 17.10 crashed one in a while probably due to extensions. Ping if more info is needed (logs, tests) or it this should be moved to its own ticket. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1752053] Re: nvidia-390 fails to boot graphical display
** Also affects: xserver-xorg-video-nouveau (Ubuntu) Importance: Undecided Status: New ** Changed in: xserver-xorg-video-nouveau (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1712698] Re: Uninstalling Dash To Dock does not restore Ubuntu Dock
"dconf reset -f /" fixed it for me. zefifi++ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1712698 Title: Uninstalling Dash To Dock does not restore Ubuntu Dock To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1712698/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1670089] Re: gnome-shell Crashes shortly after login
I think this is a gnome-shell-extension-dashtodock + gnome-shell- extension-ubuntu-dock, at least in my case. Removing gnome-shell-extension-dashtodock and reinstalling gnome-shell- extension-ubuntu-dock allows me to login, however the dock is not visible (it's not auto-hidden either, only visible with the meta key). C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1670089 Title: gnome-shell Crashes shortly after login To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1670089/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1725852] Re: Changing the theme to Adwaita still keeps orange elements
Thank you, Jeremy. I prefer not to go for option 1 because I like most of the Ubuntu adaptations and what I don't like is easy to adapt (e.g. full height dock). Option 2 does indeed the trick, however it's not that straight forward to download Adwaita now it's the default theme. I installed Minwalta for now (I need to catch a plain :) ). Thank you, C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1725852 Title: Changing the theme to Adwaita still keeps orange elements To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1725852/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1725852] [NEW] Changing the theme to Adwaita still keeps orange elements
Public bug reported: On Ubuntu 17.10 (amd64), when selecting "Adwaita (default)" in Themes in "Tweaks" the theme is applied. However, orange is still used all over the place: - background box around application while alt+tabbing. - volume and brightness indicators. - Dock: see https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1725536 - Border windows in exposé like effect (triggered by "Activities"). - ... This happened with every Ubuntu-packaged theme I tried (Numix, etc). Expected: replacing of orange by the native Adwaita colors. Happened: orange all over the place __ Bug reporting guidelines: $ lsb_release -rd Description:Ubuntu 17.10 Release:17.10 $ apt-cache policy gnome-themes-standard gnome-themes-standard: Installed: 3.22.3-1ubuntu1 Candidate: 3.22.3-1ubuntu1 Version table: *** 3.22.3-1ubuntu1 500 500 http://be.archive.ubuntu.com/ubuntu artful/universe amd64 Packages 100 /var/lib/dpkg/status ** Affects: gnome-themes-standard (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1725852 Title: Changing the theme to Adwaita still keeps orange elements To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-themes-standard/+bug/1725852/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1725536] Re: Ubuntu 17.10 Dock doesn't respect the color choice of the Gnome Shell theme
You can change the dot colours with dconf. Look in org.gnome.shell.extensions.dash-to-dock with "dconf Editor", specifically the custom-theme-dot-border-color and custom-theme-running- dots-color both set to #e95420 (orange). However, besides the dots it looks like we're stuck with orange in the window preview of the Dock (and also when alt-tabbing). C. ** Package changed: ubuntu => gnome-shell-extension-ubuntu-dock (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1725536 Title: Ubuntu 17.10 Dock doesn't respect the color choice of the Gnome Shell theme To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1725536/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1715582] Re: "Operation not supported by backend" when backing up to smb server
Wolf Rogner's remarks solves my SMB backupping problem, but I restate his solution because it took me some time to understand it. The working settings are: Storage Location: Network Server Server Address: smb://$SERVER/$SHARE (e.g. smb://homeserver/mybackups) Folder: (empty, I backup to the share and not to a directory within the share). So "Server Address" could maybe renamed as Remote URI, explaining that the share name is part of the URI. C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715582 Title: "Operation not supported by backend" when backing up to smb server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1715582/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1651025] Re: Steam says I'm offline when I'm not. Ubuntu 17.04 Daily
Workaround fixes bugs on Ubuntu 16.10. Bryan++ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1651025 Title: Steam says I'm offline when I'm not. Ubuntu 17.04 Daily To manage notifications about this bug go to: https://bugs.launchpad.net/steam-login/+bug/1651025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1584557] Re: Seagate external drive causes SCSI bus resets when UAS enabled
An *addition* to the workaround suggested by the original poster, for my use case I disabled the autosuspend feature (that causes the reset according to the logs). This seems to work fine around the problem: # echo -1 >/sys/module/usbcore/parameters/autosuspend With this option, I don't longer have the sound interruptions when playing music from the disk. The modules options for the workaround looks like this: $ cat /etc/modprobe.d/usb3-disk-bug.conf # Get uids from lsusb -b => Id Vendor:Id Product:u # update-initramfs -u options usb-storage quirks=0x0bc2:0xab20:u options usbcore autosuspend=-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584557 Title: Seagate external drive causes SCSI bus resets when UAS enabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1584557/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1584557] Re: Seagate external drive causes SCSI bus resets when UAS enabled
I spoke too soon.While on my Ubuntu 16.10 laptop there hasn't been any usb reses, the problems still persist on the 16.04 NUC when booted through a 16.10 live session: Dec 3 11:08:49 ubuntu kernel: [ 686.880835] xhci_hcd :00:14.0: ERROR Unknown event condition 10, HC probably busted Dec 3 11:08:49 ubuntu kernel: [ 686.880852] xhci_hcd :00:14.0: ERROR Unknown event condition 10, HC probably busted Dec 3 11:08:49 ubuntu kernel: [ 686.884132] xhci_hcd :00:14.0: ERROR Transfer event for disabled endpoint or incorrect stream ring Dec 3 11:08:49 ubuntu kernel: [ 686.884164] xhci_hcd :00:14.0: @000179f91ba0 0400 02038001 Dec 3 11:09:20 ubuntu kernel: [ 718.048017] sd 3:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN Dec 3 11:09:20 ubuntu kernel: [ 718.048039] sd 3:0:0:0: [sda] tag#1 CDB: Read(10) 28 00 75 e4 70 e0 00 01 00 00 Dec 3 11:09:20 ubuntu kernel: [ 718.048445] sd 3:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN Dec 3 11:09:20 ubuntu kernel: [ 718.048463] sd 3:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 75 e4 6f e0 00 01 00 00 Dec 3 11:09:20 ubuntu kernel: [ 718.048980] scsi host3: uas_eh_bus_reset_handler start Dec 3 11:09:20 ubuntu kernel: [ 718.175974] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 11:09:20 ubuntu kernel: [ 718.206258] scsi host3: uas_eh_bus_reset_handler success Kernel 4.8.0-22-generic. C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584557 Title: Seagate external drive causes SCSI bus resets when UAS enabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1584557/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1584557] Re: Seagate external drive causes SCSI bus resets when UAS enabled
I just plugged in the drive into my laptop running Ubuntu 16.10 and there are no reset with the drive and no workaround needed. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 16.10 Release:16.10 Codename: yakkety $ uname -a Linux bologna 4.8.0-28-generic #30-Ubuntu SMP Fri Nov 11 14:03:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux $ lspci |grep USB 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04) 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04) The affected 16.04 system: $ lspci |grep USB 00:14.0 USB controller: Intel Corporation Device 22b5 (rev 21) However, I think it's kernel related. I'll boot the affected system with a 4.8 kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584557 Title: Seagate external drive causes SCSI bus resets when UAS enabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1584557/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1584557] Re: Seagate external drive causes SCSI bus resets when UAS enabled
The workaround from above kind of works as making a USB3 drive usable, but it's certainly not a solution, becase the reset still happen and the IO interrupted. I listen to music with rhythmbox On Ubuntu 16.4.1. My FLAC collection in on an external USB3 disk. Every 9 minutes, there is a usb reset resulting in a pause in the music for 1 or 2 seconds. # grep reset syslog Dec 3 09:39:51 kodi kernel: [833306.998449] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 09:48:25 kodi kernel: [833820.826351] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 09:57:56 kodi kernel: [834391.952203] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 10:36:53 kodi kernel: [836729.119419] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 10:47:38 kodi kernel: [837374.645305] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd # grep "usb 2-3" syslog Dec 3 09:39:51 kodi kernel: [833306.882385] usb 2-3: Disable of device-initiated U1 failed. Dec 3 09:39:51 kodi kernel: [833306.886614] usb 2-3: Disable of device-initiated U2 failed. Dec 3 09:39:51 kodi kernel: [833306.998449] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 09:48:24 kodi kernel: [833820.709518] usb 2-3: Disable of device-initiated U1 failed. Dec 3 09:48:24 kodi kernel: [833820.713862] usb 2-3: Disable of device-initiated U2 failed. Dec 3 09:48:25 kodi kernel: [833820.826351] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 09:57:56 kodi kernel: [834391.831138] usb 2-3: Disable of device-initiated U1 failed. Dec 3 09:57:56 kodi kernel: [834391.837003] usb 2-3: Disable of device-initiated U2 failed. Dec 3 09:57:56 kodi kernel: [834391.952203] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 10:36:53 kodi kernel: [836729.003142] usb 2-3: Disable of device-initiated U1 failed. Dec 3 10:36:53 kodi kernel: [836729.007545] usb 2-3: Disable of device-initiated U2 failed. Dec 3 10:36:53 kodi kernel: [836729.119419] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 3 10:47:38 kodi kernel: [837374.529443] usb 2-3: Disable of device-initiated U1 failed. Dec 3 10:47:38 kodi kernel: [837374.533545] usb 2-3: Disable of device-initiated U2 failed. Dec 3 10:47:38 kodi kernel: [837374.645305] usb 2-3: reset SuperSpeed USB device number 2 using xhci_hcd System info: # cat /etc/issue Ubuntu 16.04.1 LTS \n \l # uname -a Linux kodi 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux # dmesg |grep Seagate [2.086528] usb 2-3: Manufacturer: Seagate [3.099308] scsi 2:0:0:0: Direct-Access Seagate Backup+ SL A905 PQ: 0 ANSI: 6 There is no firmware update available from the manufacturer. Thx, C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584557 Title: Seagate external drive causes SCSI bus resets when UAS enabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1584557/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1510344] Re: Keyboard Backlight Turns on at boot
This bug is so annoying because of the design of the keyboard backlight in a lot of Dell laptops (incl mine, 7537): in daytime the backlight make keys unreadable (they are painted grey with the character in transparent plastic). It is even annoying even when you type blindly: you automatically try to make out the characters because of the light drawing the attention. I haven't try the patch yet as I hope the 16.04 release would fix the problem. It didn't. C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510344 Title: Keyboard Backlight Turns on at boot To manage notifications about this bug go to: https://bugs.launchpad.net/dell-sputnik/+bug/1510344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1377476] Re: Dell Inspiron 15 7000 series (7537) laptop's touchpad unusable because during window moves or drag and drop items move around wildly
Obviously, I meant 15.10. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1377476 Title: Dell Inspiron 15 7000 series (7537) laptop's touchpad unusable because during window moves or drag and drop items move around wildly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1377476/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1492764] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0)
Workaround for me is returning to the previous acceleration setup (uxa instead of sna): $ cat /etc/X11/xorg.conf.d/20-intel.conf Section "Device" Identifier "Card0" Driver "Intel" Option "AccelMethod" "uxa" EndSection I added that file, restarted X and no more crashes and better video performance (e.g. watching movies with Totem). I hope it helps someone until Ubuntu/Intel fix sna. C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492764 Title: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0) To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1492764/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1402454] Re: Black window in middle of screen after log in. (related to DisplayLink adapter)
Same behaviour on a Ubuntu 15.10 VMWare VM running on Windows 7. No "DisplayLink" USB display adapter present. Closing the window (clicking on X) makes the window disappear. Kill -1 of the unity-settings-daemon makes it reappear. C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1402454 Title: Black window in middle of screen after log in. (related to DisplayLink adapter) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1402454/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1377476] Re: Dell Inspiron 15 7000 series (7537) laptop's touchpad unusable because during window moves or drag and drop items move around wildly
The problem is still there on Ubuntu 16.10 as exactly described by the original bug reporter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1377476 Title: Dell Inspiron 15 7000 series (7537) laptop's touchpad unusable because during window moves or drag and drop items move around wildly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1377476/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1518568] [NEW] Embedded subtitles are not detected
Public bug reported: The version of handbrake in the Ubuntu archives does not detect embedded subtitles. As a consequence, the options in the "Subtitle list" tab are always empty. Even, when clicking "Add" the option radio button for embedded subtitles is grey out and only the option to add srt files is available. I tried with sevaral video files with different video encondings. This does *not* happen with the handbrake supplied by the handbrake ppa (https://launchpad.net/~stebbins/+archive/ubuntu/handbrake-releases). Although the same version, the ppa version works as expected. Regards, C. $ lsb_release -rd Description:Ubuntu 15.10 Release:15.10 -- Ubuntu version: $ apt-cache policy handbrake handbrake: Installed: (none) Candidate: 0.10.2+ds1-1build1 Version table: 0.10.2+ds1-1build1 0 500 http://be.archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages ppa version: $ apt-cache policy handbrake-gtk handbrake-gtk: Installed: 0.10.2-zhb-1ppa1~wily1 Candidate: 0.10.2-zhb-1ppa1~wily1 Version table: *** 0.10.2-zhb-1ppa1~wily1 0 500 http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/ wily/main amd64 Packages 100 /var/lib/dpkg/status ** Affects: handbrake (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1518568 Title: Embedded subtitles are not detected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/handbrake/+bug/1518568/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1492764] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0)
@ub-matt-hv The crash is also triggered using a Live CD/USB, you just need to wait enough while keeping /var/log/syslog open. I think the bug is triggered sometimes by applications using 3D. In my case, virtualbox is the nr 1 application trigging the crash (not everytime, but kind of often). C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492764 Title: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1492764/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1492764] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0)
For people hit by this bug, looking for a workaround: I reverted to the latest Ubuntu kernel from 15.04. It was still on my boot menu (my system was upgraded). The packages can be downloaded from here: http://packages.ubuntu.com/vivid-updates/kernel/ This is installed on my system: me@this:~$ dpkg -l "*3.19*" |grep ^ii ii linux-headers-3.19.0-31 3.19.0-31.36 all Header files related to Linux kernel version 3.19.0 ii linux-headers-3.19.0-31-generic 3.19.0-31.36 amd64Linux kernel headers for version 3.19.0 on 64 bit x86 SMP ii linux-image-3.19.0-31-generic3.19.0-31.36 amd64Linux kernel image for version 3.19.0 on 64 bit x86 SMP ii linux-image-extra-3.19.0-31-generic 3.19.0-31.36 amd64Linux kernel extra modules for version 3.19.0 on 64 bit x86 SMP (The headers are needed for e.g. Virtualbox). I changed the default booting kernel in /etc/default/grub: me@this:~$ diff /etc/default/grub.bak /etc/default/grub 6c6,7 < GRUB_DEFAULT=0 --- > #GRUB_DEFAULT=0 > GRUB_DEFAULT='1>Ubuntu, with Linux 3.19.0-31-generic' (Run update-grub after chaging the default kernel) I'll keep updating kernels waiting for the fix in 4.2, but this way my base system is sane. C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492764 Title: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1492764/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1492764] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0)
I noticed this syslog output just before the crash: Oct 28 21:31:35 bologna lightdm[1388]: X Error of failed request: BadValue (integer parameter out of range for operation) Oct 28 21:31:35 bologna lightdm[1388]: Major opcode of failed request: 140 (RANDR) Oct 28 21:31:35 bologna lightdm[1388]: Minor opcode of failed request: 35 (RRSetProviderOutputSource) Oct 28 21:31:35 bologna lightdm[1388]: Value in failed request: 0x46 Oct 28 21:31:35 bologna lightdm[1388]: Serial number of failed request: 15 Oct 28 21:31:35 bologna lightdm[1388]: Current serial number in output stream: 16 Oct 28 21:31:36 bologna kernel: [ 6870.862956] [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0) Oct 28 21:31:36 bologna kernel: [ 6870.862960] [ cut here ] Oct 28 21:31:36 bologna kernel: [ 6870.862975] WARNING: CPU: 3 PID: 7966 at /build/linux-AxjFAn/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:12326 check_crtc_state+0x2c5/0x440 [i915]() Oct 28 21:31:36 bologna kernel: [ 6870.862977] pipe state doesn't match! Oct 28 21:31:36 bologna kernel: [ 6870.862978] Modules linked in: rfcomm drbg ansi_cprng ctr ccm bnep pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) nls_iso8859_1 nvidia(POE) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common arc4 videodev media iwlmvm mac80211 btusb btr tl btbcm btintel bluetooth hid_multitouch dell_wmi sparse_keymap iwlwifi dell_laptop dcdbas dell_smm_hwmon snd_hda_codec_hdmi intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp coretemp dell_led rtsx_pci_ms kvm_intel kvm snd_hda_codec_realtek snd_hda_codec_generic snd_soc_rt5640 snd_soc_rl6231 snd_s oc_core snd_hda_intel crct10dif_pclmul snd_hda_codec crc32_pclmul snd_compress ghash_clmulni_intel ac97_bus snd_hda_core snd_pcm_dmaengine snd_hwdep aesni_intel aes_x86_64 snd_pcm lrw gf128mul joydev glue_helper input_leds ablk_helper snd_seq_midi cryptd snd_seq_midi_event memstick serio_raw snd_rawmidi sn d_seq cfg80211 snd_seq_device snd_timer snd soundcore wmi i2c_designware_platform i2c_designware_core spi_pxa2xx_platform intel_smartconnect dell_smo8800 dell_rbtn 8250_dw snd_soc_sst_acpi dw_dmac dw_dmac_core mei_me shpchp mei mac_hid lpc_ich sunrpc parport_pc ppdev lp parport autofs4 hid_logitech_hidpp h id_logitech_dj hid_generic usbhid uas usb_storage rtsx_pci_sdmmc i915 i2c_algo_bit psmouse drm_kms_helper ahci drm r8169 libahci rtsx_pci mii video sdhci_acpi i2c_hid sdhci hid Oct 28 21:31:36 bologna kernel: [ 6870.863044] CPU: 3 PID: 7966 Comm: Xorg Tainted: PW OE 4.2.0-16-generic #19-Ubuntu Oct 28 21:31:36 bologna kernel: [ 6870.863045] Hardware name: Dell Inc. Inspiron 7537/038M0M, BIOS A12 10/30/2014 Oct 28 21:31:36 bologna kernel: [ 6870.863047] e0111a78 8803e5e6f7c8 817e8c09 Oct 28 21:31:36 bologna kernel: [ 6870.863049] 8803e5e6f820 8803e5e6f808 8107b3c6 Oct 28 21:31:36 bologna kernel: [ 6870.863051] 8803e5e6f848 8803e5e6f8b0 880427bc4800 0001 Oct 28 21:31:36 bologna kernel: [ 6870.863054] Call Trace: Oct 28 21:31:36 bologna kernel: [ 6870.863059] [] dump_stack+0x45/0x57 Oct 28 21:31:36 bologna kernel: [ 6870.863063] [] warn_slowpath_common+0x86/0xc0 Oct 28 21:31:36 bologna kernel: [ 6870.863065] [] warn_slowpath_fmt+0x55/0x70 Oct 28 21:31:36 bologna kernel: [ 6870.863079] [] ? intel_pipe_config_compare+0xb31/0xc60 [i915] Oct 28 21:31:36 bologna kernel: [ 6870.863091] [] check_crtc_state+0x2c5/0x440 [i915] Oct 28 21:31:36 bologna kernel: [ 6870.863106] [] intel_modeset_check_state+0x21d/0x6d0 [i915] Oct 28 21:31:36 bologna kernel: [ 6870.863119] [] intel_crtc_set_config+0x4c7/0x580 [i915] Oct 28 21:31:36 bologna kernel: [ 6870.863131] [] ? drm_mode_create+0x25/0x60 [drm] Oct 28 21:31:36 bologna kernel: [ 6870.863140] [] drm_mode_set_config_internal+0x66/0x100 [drm] Oct 28 21:31:36 bologna kernel: [ 6870.863150] [] drm_mode_setcrtc+0x3e9/0x500 [drm] Oct 28 21:31:36 bologna kernel: [ 6870.863156] [] drm_ioctl+0x125/0x610 [drm] Oct 28 21:31:36 bologna kernel: [ 6870.863159] [] ? fsnotify+0x316/0x4a0 Oct 28 21:31:36 bologna kernel: [ 6870.863167] [] ? drm_mode_setplane+0x1b0/0x1b0 [drm] Oct 28 21:31:36 bologna kernel: [ 6870.863171] [] do_vfs_ioctl+0x295/0x480 Oct 28 21:31:36 bologna kernel: [ 6870.863174] [] ? __set_task_blocked+0x41/0xa0 Oct 28 21:31:36 bologna kernel: [ 6870.863176] [] SyS_ioctl+0x79/0x90 Oct 28 21:31:36 bologna kernel: [ 6870.863179] [] ? SyS_rt_sigprocmask+0x8e/0xc0 Oct 28 21:31:36 bologna kernel: [ 6870.863183] [] entry_SYSCALL_64_fastpath+0x16/0x75 Oct 28 21:31:36 bologna kernel: [ 6870.863184] ---[ end trace 4d14a9175e944d86 ]--- [more stacktraces of other CPUs] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492764 Title: [drm:intel
[Bug 1185842] Re: Blurry prints on HP Color LaserJet CP1515n (with workaround)
Please put the bug in stand-by. The workaround worked, but seems to be off again. I will investigated further (see if I can reproduce it with the same printer model elsewhere). C -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185842 Title: Blurry prints on HP Color LaserJet CP1515n (with workaround) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1185842/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1185842] [NEW] Blurry prints on HP Color LaserJet CP1515n (with workaround)
Public bug reported: Printing from most applications (evince, LibreOffice, gedit, etc) results in blurry printouts. Only printing pdf from Adobe Acrobat readers has good results. The problem can be found on the drivers (ppd) included in Ubuntu 13.04 (and previous) because: - Installing the upstream hplip version 3.13.15 (latest on the time of writing), fixes the problem. (Although an upstream installation does not result in a working printer configuration, just adding a printer from the default ubuntu wizzard and selecting a ppd supplied by hplip 3.13.5 results in fine print-outs.) - When just using the hplip version supplied by Ubuntu 13.04 (3.13.1) and instead of using the correct driver, choosing "HP Color LaserJet CP1510 Series Postscript", result in a correctly working printer. This is the easiest work-around. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: hplip 3.13.3-1 ProcVersionSignature: Ubuntu 3.8.0-22.33-generic 3.8.11 Uname: Linux 3.8.0-22-generic x86_64 ApportVersion: 2.9.2-0ubuntu8 Architecture: amd64 Date: Thu May 30 16:15:03 2013 InstallationDate: Installed on 2011-04-26 (765 days ago) InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413) Lpstat: device for HP-Color-LaserJet-CP1515n: dnssd://HP%20Color%20LaserJet%20CP1515n%20(12794A)._pdl-datastream._tcp.local/ MachineType: Dell Inc. Latitude E5510 MarkForUpload: True Papersize: letter PpdFiles: HP-Color-LaserJet-CP1515n: HP Color LaserJet CP1510 Series Postscript (recommended) ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-22-generic root=UUID=f05b539a-5edc-4270-942f-f47292a079fc ro quiet splash vt.handoff=7 SourcePackage: hplip UpgradeStatus: Upgraded to raring on 2013-04-27 (33 days ago) dmi.bios.date: 09/15/2010 dmi.bios.vendor: Dell Inc. dmi.bios.version: A06 dmi.board.name: 0HX99H dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA06:bd09/15/2010:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn0HX99H:rvrA00:cvnDellInc.:ct9:cvr: dmi.product.name: Latitude E5510 dmi.product.version: 0001 dmi.sys.vendor: Dell Inc. ** Affects: hplip (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185842 Title: Blurry prints on HP Color LaserJet CP1515n (with workaround) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1185842/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1084643] [NEW] Colour casting on black text using the default renderer pdftops (workaround: use gs)
Public bug reported: For some time now (I think the bug is not specific to Ubuntu 12.10 but also present in 12.04), I am having trouble when printing black text with an HP Color LaserJet CP1515n, that worked fine on previous Ubuntu releases and from other Operating Systems. The output is kind of ok, but black text does has a slight red cast, making it look fuzzy. The problem exists when printing from LibreOffice, Firefox and Evince. Trying different settings and drivers to debug the problem, I came to the conclusion that the problem is on the pdftops default renderer. On LibreOffice, I went to File - Printer Settings - Properties - Device - Printer Language Type and chose Postscript (Level from driver). For Firefox and Evince I just used this command from the command line: $ lpadmin -p "HP-Color-LaserJet-cp1515n" -o pdftops-renderer-default=gs (use "pdftops-renderer-default=pdftops" to restore the default) Using this settings (gs), the printing results are fine. $ dpkg -l poppler-utils hplip cups Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==---= ii cups 1.6.1-0ubunt amd64Common UNIX Printing System(tm) - ii hplip 3.12.6-3ubun amd64HP Linux Printing and Imaging Sys ii poppler-utils 0.20.4-0ubun amd64PDF utilities (based on Poppler) ** Affects: poppler (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084643 Title: Colour casting on black text using the default renderer pdftops (workaround: use gs) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1084643/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 995450] Re: gnome-color-manager ignore wizard selections: strong magenta cast with Spyder2Express calibration
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/995450 Title: gnome-color-manager ignore wizard selections: strong magenta cast with Spyder2Express calibration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-color-manager/+bug/995450/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 995450] [NEW] gnome-color-manager ignore wizard selections: strong magenta cast with Spyder2Express calibration
Public bug reported: The new calibration tool worked had acceptable results on a second laptop running Ubuntu 12.04. However, on my own laptop (attached to an external screen) the profile had a terrible magenta cast. Very pronounced, not the type "your eyes adapt to it". After investigating and looking closely at the profile, it was clear that the profile used a 6500K white balance (in the properties of the profile in the Ubuntu Colour setting), instead of the 5000K requested in the wizard (it's called "Photography and graphics" there). Furthermore, the wizard offered 3 calibrations options: 4, 10 and 20 minutes depending on the desired accuracy. While I chose 4 minutes for testing purposes, the calibration took a long time (an hour or longer). Also, the advanced output in the calibration window (hidden by default) categorised the screen as CRT while it's a LCD. Because of this, I don't think the problem is tied to the specific firmware (running the latest available) of the hardware, but rather to gnome-color-manager integration with the device and maybe certain configurations. I don't have other calibration devices available to test. The workaround is to just use dispcalGUI to generate the profile. See my blogpost here: http://nxadm.wordpress.com/2012/05/06/screen-calibration- on-ubuntu-12-04-with-spyder2-workaround Thank you for your work and please feel free to contact me. Claudio ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gnome-color-manager 3.4.0-1 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Sun May 6 13:46:01 2012 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413) SourcePackage: gnome-color-manager UpgradeStatus: Upgraded to precise on 2012-04-28 (8 days ago) ** Affects: gnome-color-manager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/995450 Title: gnome-color-manager ignore wizard selections: strong magenta cast with Spyder2Express calibration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-color-manager/+bug/995450/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 944802] Re: Wrong application icon in Unity
** Patch added: "padre.patch" https://bugs.launchpad.net/ubuntu/+source/padre/+bug/944802/+attachment/2801082/+files/padre.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944802 Title: Wrong application icon in Unity To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/padre/+bug/944802/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 944802] [NEW] Wrong application icon in Unity
Public bug reported: The Unity GUI has other icon requirements than Gnome 2. The ".desktop" file --used by dash and the unity launcher bar-- points to a 16x16 icon, resulting in a badly pixelated icon. This is valid for all Ubuntu releases. This can be fixed in the 12.04 beta 1 by: - using a 64x64 icon: # cp /usr/share/perl5/auto/share/dist/Padre/icons/padre/64x64/logo.png /usr/share/pixmaps/padre.png - pointing to this new image (/usr/share/pixmaps/padre.png) in the desktop file. Patch attached for this new file (diff -u). I am a Padre developer. Please feel free to contact me. Claudio ** Affects: padre (Ubuntu) Importance: Undecided Status: New ** Tags: 12.04 cpan padre precise-pangolin unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944802 Title: Wrong application icon in Unity To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/padre/+bug/944802/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs