[Desktop-packages] [Bug 1971434] Re: Display powersave only blanks, but does not turn off

2022-05-03 Thread Florian Echtler
One extra observation: when I use "xset dpms force off" to send the display to sleep, it stays in sleep indefinitely until the next user input, so apparently g-s-d never touches the power state. -- You received this bug notification because you are a member of Desktop Packages, which is subscribe

[Desktop-packages] [Bug 1971434] Re: Display powersave only blanks, but does not turn off

2022-05-03 Thread Florian Echtler
I'm using Xorg 2:21.1.3-2ubuntu2, with kms on "Intel Iris Plus Graphics (G7)". Xorg.0.log attached as well. ** Attachment added: "Xorg.0.log" https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1971434/+attachment/5586349/+files/Xorg.0.log -- You received this bug notificati

[Desktop-packages] [Bug 1971434] ProcEnviron.txt

2022-05-03 Thread Florian Echtler
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1971434/+attachment/5586348/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bug

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

2022-05-03 Thread Florian Echtler
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1971434/+attachment/5586347/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubunt

[Desktop-packages] [Bug 1971434] Re: Display powersave only blanks, but does not turn off

2022-05-03 Thread Florian Echtler
apport information ** Tags added: apport-collected ** Description changed: Recently upgraded to Ubuntu 22.04, and it seems like the power-saving feature in Gnome 42 does not actually turn off the screen(s) after X minutes, but just blanks them. When I manually run `xset dpms force off`,

[Desktop-packages] [Bug 1969512] Re: Totem unable to play video: "The specified movie could not be found"

2022-05-03 Thread Florian Echtler
OK, have also reported this against gstreamer-vaapi as https://bugs.launchpad.net/ubuntu/+source/gstreamer-vaapi/+bug/1971463 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/1969512 Title:

[Desktop-packages] [Bug 1971434] [NEW] Display powersave only blanks, but does not turn off

2022-05-03 Thread Florian Echtler
Public bug reported: Recently upgraded to Ubuntu 22.04, and it seems like the power-saving feature in Gnome 42 does not actually turn off the screen(s) after X minutes, but just blanks them. When I manually run `xset dpms force off`, they do properly turn off and go to powersave mode. 1) Descript

[Desktop-packages] [Bug 1969512] Re: Totem unable to play video: "The specified movie could not be found"

2022-05-03 Thread Florian Echtler
One more datapoint, vlc seems to be using VAAPI on the same machine & distro without issues: ``` $ vlc big_buck_bunny_720p_surround.mp4 VLC media player 3.0.16 Vetinari (revision 3.0.13-8-g41878ff4f2) [55cebcc6f580] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc wi

[Desktop-packages] [Bug 1969512] Re: Totem unable to play video: "The specified movie could not be found"

2022-05-03 Thread Florian Echtler
Update: can confirm that this issue can be worked around by uninstalling gstreamer1.0-vaapi package. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/1969512 Title: Totem unable to play v

[Desktop-packages] [Bug 1969512] Re: Totem unable to play video: "The specified movie could not be found"

2022-05-03 Thread Florian Echtler
I'm pretty sure this is not a Totem issue, but rather a GStreamer issue. E.g. for the linked video, if I try to play it through playbin on Jammy (`gst-launch-1.0 playbin uri=file:///home/floe/Downloads/big_buck_bunny_720p_surround.mp4`), I get a black window with the audio track playing in the bac

[Desktop-packages] [Bug 1782077] [NEW] network/wifi icon missing from top bar and user menu

2018-07-17 Thread Florian Echtler
Public bug reported: On 18.04, after a recent update, the top bar in gnome-shell does not show a wifi icon anymore. More importantly, the network menu entry is missing in the user menu. This appears to be already tracked in this upstream bug: https://gitlab.gnome.org/GNOME/gnome-shell/issues/140

[Desktop-packages] [Bug 1369067] Re: symbolic link to libturbojpeg.so missing

2015-04-22 Thread Florian Echtler
Hmm, this doesn't seem to be correct: $ dpkg -L libturbojpeg /. /usr /usr/share /usr/share/doc /usr/share/doc/libturbojpeg /usr/share/doc/libturbojpeg/copyright /usr/share/doc/libturbojpeg/changelog.Debian.gz /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libturbojpeg.so.0.0.0 /usr/

[Desktop-packages] [Bug 1369067] Re: symbolic link to libturbojpeg.so missing

2014-09-14 Thread Florian Echtler
Sorry, I filed the bug against the wrong package, I did indeed mean libjpeg-turbo8-dev. Installing that package does _not_ fix the issue, as it does not contain any softlink to libturbojpeg.so. ** Changed in: libjpeg-turbo (Ubuntu) Status: Invalid => New -- You received this bug notifica

[Desktop-packages] [Bug 1369067] [NEW] symbolic link to libturbojpeg.so missing

2014-09-13 Thread Florian Echtler
Public bug reported: On amd64, the missing symlink (libturbojpeg.so -> libturbojpeg.so.0) can lead to the following link error: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libturbojpeg.a(libturbojpeg_la-turbojpeg.o): relocation R_X86_64_32 against `.data' can no

[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2014-05-09 Thread Florian Echtler
Here's a slightly more detailed list of instructions to get the intel- virtual-output tool: sudo apt-get build-dep xserver-xorg-video-intel apt-get source xserver-xorg-video-intel cd xserver-xorg-video-intel-2.99.910/ # adjust version number if necessary echo "usr/bin/intel-virtual-output" >> debi

[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2014-03-28 Thread Florian Echtler
This bug is still present in the 14.04 beta, and it's a one-line fix: echo "usr/bin/intel-virtual-output" >> debian/xserver-xorg-video-intel.install Would make things a lot easier for those using bumblebee instead of nvidia-prime. -- You received this bug notification because you are a memb

[Desktop-packages] [Bug 1283826] Re: lightdm hangs after updates

2014-03-26 Thread Florian Echtler
This bug (or a related one) still seems to be around after the final beta freeze. I've installed the 14.04 beta, and while I can login with my primary account, other users on the same machine can't log in - the greeter just sits there until you hit Esc. Also applies to the guest account. -- You r

[Desktop-packages] [Bug 1219870] [NEW] Saving PDF annotations in evince breaks PDF in acroread

2013-09-02 Thread Florian Echtler
Public bug reported: [ Ubuntu 12.04, Evince 3.4.0, Poppler 0.18.4 ] When I add annotations to a PDF in evince and save a copy of this PDF (with annotations), I can no longer open the saved PDF in acroread (gives an error message "root object invalid or not found"). As far as I can tell, this onl

[Desktop-packages] [Bug 1100320] Re: Annotation Font-Color is unreadable in Evince

2013-03-11 Thread Florian Echtler
I'm pretty sure the patch should also apply cleanly for the quantal package. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1100320 Title: Annotation Font-Color is unreadable in Evince

[Desktop-packages] [Bug 1129866] Re: "Reload" in context menu discards unsaved changes

2013-03-02 Thread Florian Echtler
The only possible edit you can do to a document in evince is adding/editing annotations, so there are no other cases where this can happen. If you try to close a document with unsaved annotations, a dialog asking you to save first pops up. In any case, this can certainly lead to unintentional loss

[Desktop-packages] [Bug 1100320] Re: Annotation Font-Color is unreadable in Evince

2013-02-19 Thread Florian Echtler
Here's a patch for this issue, backported from 3.6.1 to 3.4.0-0ubuntu1.4, the current package in Precise. ** Patch added: "fix-annotation-color.patch" https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1100320/+attachment/3537662/+files/fix-annotation-color.patch -- You received this bug

[Desktop-packages] [Bug 919965] Re: Adding annotation: No input possible until some focus change

2013-02-19 Thread Florian Echtler
Here's a patch for this issue, tested against 3.4.0-0ubuntu1.4 from Precise. Should also work for newer versions. ** Patch added: "fix-annotation-focus.patch" https://bugs.launchpad.net/ubuntu/+source/evince/+bug/919965/+attachment/3537660/+files/fix-annotation-focus.patch -- You received th

[Desktop-packages] [Bug 1129866] [NEW] "Reload" in context menu discards unsaved changes

2013-02-18 Thread Florian Echtler
Public bug reported: 1) Description:Ubuntu 12.04.2 LTS Release:12.04 2) evince: Installed: 3.4.0-0ubuntu1.4 Candidate: 3.4.0-0ubuntu1.4 3) When a document has unsaved annotations, triggering "reload" should ask if those changes should be saved. 4) When creating annotations in

[Desktop-packages] [Bug 1100320] Re: Annotation Font-Color is unreadable in Evince

2013-02-18 Thread Florian Echtler
Will this be backported to precise? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1100320 Title: Annotation Font-Color is unreadable in Evince Status in Evince document viewer: Fix

[Desktop-packages] [Bug 988522] Re: Can't watch TV (DVB-T)

2013-01-07 Thread Florian Echtler
Followup: from what I've gathered, this is not really a totem bug, but rather one in gstreamer itself. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/988522 Title: Can't watch TV (DVB-T

[Desktop-packages] [Bug 988522] Re: Can't watch TV (DVB-T)

2013-01-05 Thread Florian Echtler
Same for me. When running "totem --gst-debug-level=2", I get lots of output along the lines of 0:00:38.039119153 4090 0xb490ab80 WARN mpegtsdemux gstmpegtsdemux.c:1289:gst_mpegts_demux_data_cb: looks like we have a corrupt packet because its timestamp is buggered timestamp: 24:02

[Desktop-packages] [Bug 882432] Re: network-manager crashes when trying to configure 802.1x TLS network

2012-01-09 Thread Florian Echtler
You'll need to get the source code ("apt-get source network-manager") and apply the patch using "patch -p0 < network-manager-8021x-config- writer.patch". Then rebuild the package using debuild. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 882432] Re: network-manager crashes when trying to configure 802.1x TLS network

2011-10-27 Thread Florian Echtler
** Bug watch added: GNOME Bug Tracker #662836 https://bugzilla.gnome.org/show_bug.cgi?id=662836 ** Also affects: network-manager via https://bugzilla.gnome.org/show_bug.cgi?id=662836 Importance: Unknown Status: Unknown -- You received this bug notification because you are a membe

[Desktop-packages] [Bug 882432] Re: network-manager crashes when trying to configure 802.1x TLS network

2011-10-27 Thread Florian Echtler
OK, I think I've fixed the issue - please see attached patch. ** Patch added: "network-manager-8021x-config-writer.patch" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/882432/+attachment/2575013/+files/network-manager-8021x-config-writer.patch -- You received this bug notifi

[Desktop-packages] [Bug 882432] Re: network-manager crashes when trying to configure 802.1x TLS network

2011-10-27 Thread Florian Echtler
Update: when running "NetworkManager --no-daemon --log-level=DEBUG --log-domains=WIFI,SUPPLICANT" from the console, I get the following error message: ** ERROR:writer.c:718:cert_writer: code should not be reached Aborted -- You received this bug notification because you are a member of Desktop P

[Desktop-packages] [Bug 882432] [NEW] network-manager crashes when trying to configure 802.1x TLS network

2011-10-27 Thread Florian Echtler
Public bug reported: When trying to join a wireless network secured with WPA Enterprise (802.1x TLS ), the network-manager process crashes. Relevant lines from syslog: Oct 27 10:30:11 colorado modem-manager[4065]: Caught signal 15, shutting down... Oct 27 10:30:11 colorado kernel: [96323.5981

[Desktop-packages] [Bug 829332] [NEW] closing laptop lid incorrectly throttles screensaver, even with external display

2011-08-19 Thread Florian Echtler
Public bug reported: When I close the lid of my laptop, gnome-power-manager always throttles the screensaver (as indicated by the following output): $ gnome-screensaver --debug --no-daemon |& grep -i throttle [listener_add_ref_entry] gs-listener-dbus.c:716 (10:53:12): adding throttler from