[Bug 904006] Re: When switching user, session is not properly locked

2018-09-09 Thread Jarno Suni
** Description changed: Try the following: - Log in a gnome-classic session - Select "Switch User" in the top-right menu (you are now on lightdm, your former session is supposed to be protected by a password) - Switch to a random TTY - Switch back to the graphical session: you are

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-09 Thread Jarno Suni
Theo, Xfce Bugzilla #10089 should be fixed. Testing this is easiest with xscreensaver: $ pkill light-locker(or whatever screen saver daemon is running.) $ xscreensaver (Install it first, if you have to.) Setup long "fade to black when blancking" duration in the Advanced tab of Screensaver Pr

[Bug 1703216] Re: light-locker locking does not work with suspending Xfce session

2018-09-11 Thread Jarno Suni
Seems to work now in 16.04. I use different graphics card and driver now FWIIW. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1703216 Title: light-locker locking does not work with suspending Xfce s

[Bug 1703216] Re: light-locker locking does not work with suspending Xfce session

2018-09-11 Thread Jarno Suni
Seems to work with 18.04, too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1703216 Title: light-locker locking does not work with suspending Xfce session To manage notifications about this bug go

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-11 Thread Jarno Suni
Theo, sorry, but I can not even find the part of code where the locking is executed as part of suspend to RAM function. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054299 Title: Race condition in

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-10-28 Thread Jarno Suni
The "error" you tell in #47 is actually not an error, but warning. It should not stop suspend from working. Theo, did bluesabre test the patch? Did the test fail even if xflock4 returned 0? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1054299]

2018-11-07 Thread Jarno Suni
I have provided a patch for xfce4-session 4.12.1 at https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1054299/comments/39 However, when the patch is applied, there is some issue with error handling. Besides, Xubuntu 18.04 does not have pm-utils installed (and thus pm-suspend does not

[Bug 1756840] Re: Buggy, under-maintained, not fit for main anymore; alternatives exist

2018-11-12 Thread Jarno Suni
** Description changed: The preffered way to get encrypted disks, these days, is to do full disk encryption using LUKS. - If per-directory encryption is required, it is recommended to us fscrypt - support in e.g. ext4. + If per-directory encryption is required, it is recommended to use + fs

[Bug 1537507] Re: xflock4 fails to lock, if light-locker (and xscreensaver) is not running, but still exits with 0

2018-09-14 Thread Jarno Suni
It still fails to work corrently, if additionally gnome-screensaver is installed, but not running IIRC. Please confirm. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537507 Title: xflock4 fails to

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-14 Thread Jarno Suni
Oh, yes, albeit the xfce-screensaver.c is present only in newer xfce4-session than what is used by Xubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054299 Title: Race condition in suspend scr

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-15 Thread Jarno Suni
Please test this patch, if you are able to build xfce4-session. (I created the patch using diff -Nrud) ** Patch added: "call xflock4 synchronously and return according to its exit status" https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1054299/+attachment/5189082/+files/xfsm-syst

[Bug 1537507] Re: xflock4 fails to lock, if light-locker (and xscreensaver) is not running, but still exits with 0

2018-09-15 Thread Jarno Suni
So the fix would be to modify the xflock4 script. I have done such a fix and I have developed the script further; See my attachment (and recent comments) at https://bugzilla.xfce.org/show_bug.cgi?id=10217 Note that later version of xfce4-session puts primary burden of determining which locker to u

[Bug 1537507] Re: xflock4 fails to lock, if light-locker (and xscreensaver) is not running, but still exits with 0

2018-09-16 Thread Jarno Suni
By using --query option like I do in https://bugzilla.xfce.org/attachment.cgi?id=7254 I referred to in previous comment (or in the attachment I uploaded in comment #4 about two and half years ago). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1054923] Re: Window raises on click even if set not to raise in window manager settings (in Xfce)

2018-09-16 Thread Jarno Suni
Like told in comment https://bugs.chromium.org/p/chromium/issues/detail?id=318937#c65 it only works, if I have set "use the system title bar and borders" in chrome / chromium settings. ** Also affects: xfwm4 (Ubuntu) Importance: Undecided Status: New -- You received this bug notificat

[Bug 1537507] Re: xflock4 fails to lock, if light-locker (and xscreensaver) is not running, but still exits with 0

2018-09-16 Thread Jarno Suni
I do not know. It is still in the repos and seems to be supported by the latest xfce4-session in git. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537507 Title: xflock4 fails to lock, if light-loc

[Bug 1537507] Re: xflock4 fails to lock, if light-locker (and xscreensaver) is not running, but still exits with 0

2018-09-16 Thread Jarno Suni
Do you know other issues with gnome-screensaver? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537507 Title: xflock4 fails to lock, if light-locker (and xscreensaver) is not running, but still ex

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-16 Thread Jarno Suni
That is handled in xflock4 I attached in https://bugzilla.xfce.org/show_bug.cgi?id=10217 : If such a fallback locker is used, they will be called in background in xflock4. If you have defined such a locker in xfce4-session -> /general/LockCommand configuration variable, you should not set xfce4-se

[Bug 1536237] Re: gnome-screensaver-command --lock starts the daemon

2018-09-16 Thread Jarno Suni
Oddly in Xenial, where gnome-screensaver is 3.6.1-7ubuntu4 the bug occurs, but in 18.04, where the version is 3.6.1-8ubuntu3, it does not launch the daemon, but exits with 0 without locking. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1537507] Re: xflock4 fails to lock, if light-locker (and xscreensaver) is not running, but still exits with 0

2018-09-16 Thread Jarno Suni
Oh, in my experience it does not spwan gnome-screensaver anymore in 18.04, but please tell about that in the bug report. It is still unconfirmed bug there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1536237] Re: gnome-screensaver-command --lock starts the daemon

2018-09-16 Thread Jarno Suni
And in 18.04 it is unable to start the lock even if the daemon is running, and still exits with 0, so it is badly broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536237 Title: gnome-screensav

[Bug 1777848] Re: screen never locks

2018-09-16 Thread Jarno Suni
gnome-screensaver-command --lock does not work, but exits with 0 even if gnome-screensaver is running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777848 Title: screen never locks To manage noti

[Bug 1536237] Re: gnome-screensaver-command --lock starts the daemon

2018-09-16 Thread Jarno Suni
Bug #1777848 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536237 Title: gnome-screensaver-command --lock starts the daemon To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-16 Thread Jarno Suni
Why does it need to be approved upstream? You asked what if the locker does not exit immediately. It is pointless question with current xflock4 (in Xubuntu releases), as it does not have such lockers (or they are run in background). xlock is not available for Ubuntu. slock is so tiny and fast lock

[Bug 1536237] Re: gnome-screensaver-command --lock starts the daemon

2018-09-16 Thread Jarno Suni
Oh, I see. It does not work anyway in 18.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536237 Title: gnome-screensaver-command --lock starts the daemon To manage notifications about this bug go

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-18 Thread Jarno Suni
Oh, how does it break suspend? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054299 Title: Race condition in suspend scripts reveals desktop To manage notifications about this bug go to: https://b

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-18 Thread Jarno Suni
You could try replacing "g_spawn_command_line_sync ("xflock4", NULL, NULL, exit_status, error);" by "g_spawn_command_line_sync ("xflock4", NULL, NULL, exit_status, NULL);" (In git in calls of g_spawn_command_line_async NULL is used for the error parameter (in xfce-sreensaver.c). Error variable mi

[Bug 1054299]

2018-09-18 Thread Jarno Suni
The bug is in xfce4-session/xfce-screensaver.c (and in xfce4-session /xfsm-systemd.c before git commit 9fa8c63b4377bcb46b8471da509ff8bd909c4bf0). A locker should be called syncronously, not by g_spawn_command_line_async (), but by g_spawn_command_line_sync () or directly by g_spawn_sync(), and th

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-20 Thread Jarno Suni
Do you have pm-utils installed? What if you use another locker in xflock4? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054299 Title: Race condition in suspend scripts reveals desktop To manage n

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-20 Thread Jarno Suni
Oh, it seems to be dropped from Xubuntu. How did you launch suspend? Try "xfce4-session-logout --suspend" in terminal. xfsm-shutdown-helper seems still to rely on pm-utils on Linux. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1054299] Re: Race condition in suspend scripts reveals desktop

2018-09-21 Thread Jarno Suni
Maybe it would work in Xenial that has pm-utils. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054299 Title: Race condition in suspend scripts reveals desktop To manage notifications about this bu

[Bug 1421443] Re: suspending xubuntu live session locks screen and requires password

2018-09-24 Thread Jarno Suni
Can you still enable lock-on-suspend by manually editing the power manager settings in live session, if you want to test it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421443 Title: suspending x

[Bug 1823521] [NEW] on_ac_power returns 1 if battery is not present

2019-04-07 Thread Jarno Suni
Public bug reported: on_ac_power should return 0 (as exit code). Besides Xfce Power Manager tells in Devices tab that Line power is "Not plugged in". Tested by an old Macbook. (I don't have battery to test with.) ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: powermgmt-base 1.33 ProcVe

[Bug 1823523] [NEW] Is bound to remove a kernel that a manually installed package depends on

2019-04-07 Thread Jarno Suni
Public bug reported: Say, I have linux-generic-hwe-18.04 and linux-generic installed. Software Updater may remove linux-image-4.15.0-47-generic even if manually installed linux-generic depends on it (recursively). $ apt-cache rdepends --important --installed --recurse linux-image-4.15.0-47-gene

[Bug 1823523] Re: Is bound to remove a kernel that a manually installed package depends on

2019-04-07 Thread Jarno Suni
Software Updater installs newer version of linux-generic that depends on a newer version of linux-image-4.15.0 in the same run, so this is invalid. ** Changed in: update-manager (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1615381] Re: apt-get autoremove may remove current kernel

2019-04-08 Thread Jarno Suni
I do not understand why u-u keeps linux-modules-4.15.0-36-generic. How do those packages depend on that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1615381 Title: apt-get autoremove may remove cu

[Bug 1698159] Re: linux-cloud-tools version specific packages are being removed by unattended-upgrade's Remove-Unused-Dependencies

2019-03-28 Thread Jarno Suni
Related bug report: Bug #1607845 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1698159 Title: linux-cloud-tools version specific packages are being removed by unattended-upgrade's Remove-Unused-D

[Bug 1607845] Re: List of versioned kernels is not right for Ubuntu

2019-03-28 Thread Jarno Suni
Nowadays "linux-cloud-tools" has been listed in VersionedKernelPackages in /etc/apt/apt.conf.d/01autoremove in Xenial. However, there might be other versioned cloud packages that apt-cache search --names-only 'linux-.*-tools' lists such as the ones that start with linux-hwe. -- You received th

[Bug 1607845] Re: List of versioned kernels is not right for Ubuntu

2019-03-28 Thread Jarno Suni
Balint, I do not understand what you mean by that this bug covers very old packages vs. the other covers current ones. Patterns linux-modules linux-modules-extra linux-modules-.* linux-cloud-tools have been added to APT::VersionedKernelPackages after reporting this bug. linux-modules is not exce

[Bug 1607845] Re: List of versioned kernels is not right for Ubuntu

2019-03-28 Thread Jarno Suni
I meant linux-modules is excessive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1607845 Title: List of versioned kernels is not right for Ubuntu To manage notifications about this bug go to: http

[Bug 1607845] Re: List of versioned kernels is not right for Ubuntu

2019-03-28 Thread Jarno Suni
In my linux-purge script (https://launchpad.net/linux-purge) I use extended regular expression '^linux-.+-[0-9]+\.[0-9]+\.' to match versioned kernel package names and it has worked so far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1278096] Re: Does not replace special characters by predefined entities in XML

2019-02-01 Thread Jarno Suni
Fixed in version 20170107-2 (18.04) ** Changed in: w-scan (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1278096 Title: Does not replace special ch

[Bug 1792085] Re: MTP not working/very slow on Bionic

2020-01-29 Thread Jarno Suni
It is odd that this slowness happens with some directories, but not with others. For example it happens on a directory with 7 files; file names consist of letters, '-', digits and '.'. ls command on that directory takes about 5 minutes. But there are other directories (where there are more or less

[Bug 1792085] Re: MTP not working/very slow on Bionic

2020-01-29 Thread Jarno Suni
Sebastien Bacher, I attach the output of 'LC_ALL=C journalctl -b'. I issued ls command on 11.39.34 and it took about 5 minutes to complete. ** Attachment added: "LC_ALL=C journalctl -b" https://bugs.launchpad.net/libmtp/+bug/1792085/+attachment/5323736/+files/j.log ** Summary changed: - MT

[Bug 1792085] Re: Regression: MTP not working/very slow

2020-01-29 Thread Jarno Suni
The previous was on Xubuntu 19.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1792085 Title: Regression: MTP not working/very slow To manage notifications about this bug go to: https://bugs.launc

[Bug 1631715] Re: Password required twice returning from suspend

2020-01-29 Thread Jarno Suni
Stephen, do you use xfce4-screensaver? Is the other lock screen from light-locker. You do not have to use both. Check your autostarts. Purging light-locker changes power manager settings UI, but there is still checkbox for locking. -- You received this bug notification because you are a member of

[Bug 1857708] Re: Uses GNU awk specific option in bash completions, but gawk is not a dependency

2020-01-30 Thread Jarno Suni
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/243 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857708 Title: Uses GNU awk specific option in bash completions, but gawk is not

[Bug 1857708] Re: Uses GNU awk specific option in bash completions, but gawk is not a dependency

2020-01-30 Thread Jarno Suni
** Description changed: - The following command tells the files: + The following command tells the files: grep awk $(dpkg-query -L pulseaudio | grep /usr/share/bash-completion/completions/) /usr/share/bash-completion/completions/pulseaudio:pactl list cards 2> /dev/null | awk -e \ /usr

[Bug 1862162] [NEW] Badly working video mode on the greeter

2020-02-06 Thread Jarno Suni
Public bug reported: In the video mode there are moving stripes on the screen and monitor turns off occasionally. (Maybe this is bad behaving monitor, an old Samsung TV) It got good after I run xrandr --output HDMI-1 --auto (and similar for each other video output) in /usr/local/bin/monitor- con

[Bug 1862162] Re: Badly working video mode on the greeter

2020-02-07 Thread Jarno Suni
** Description changed: In the video mode there are moving stripes on the screen and monitor - turns off occasionally. (Maybe this is bad behaving monitor, an old - Samsung TV) It got good after I run + turns off occasionally. (Maybe this is just bad behaving monitor, an old + Samsung TV) It bec

[Bug 1862162] Re: Badly working video mode on the greeter

2020-02-07 Thread Jarno Suni
** Description changed: In the video mode there are moving stripes on the screen and monitor turns off occasionally. (Maybe this is just bad behaving monitor, an old Samsung TV) It became got good after I run xrandr --output HDMI-1 --mode 1920x1080 (and --auto for each other video

[Bug 1022858] Re: Guest session asks for a password after switching users

2020-01-16 Thread Jarno Suni
Guess what? Affects Xubuntu 19.10. What is so difficult in not asking password when guest session is concerned? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022858 Title: Guest session asks for a

[Bug 1830408] Re: [nouveau][XFCE] Do not see login screen after screen is blanked

2020-01-16 Thread Jarno Suni
Does it work better with nvidia driver? You could use another locker in 18.10 as workaround. See contents of /usr/bin/xflock4 script for hint. (You have to kill light-locker process and make it not start in "Session and Startup" dialog. -- You received this bug notification because you are a mem

[Bug 1475968] Re: match function hangs

2020-01-24 Thread Jarno Suni
mawk '{print match($0,/a*/)}' works, but mawk '{print match($0,/a**/)}' does not -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475968 Title: match function hangs To manage notifications about thi

[Bug 1855678] [NEW] Will not suspend, if I have Native Instruments Audio Kontrol 1 connected

2019-12-09 Thread Jarno Suni
Public bug reported: $ lsusb .. Bus 003 Device 002: ID 17cc:0815 Native Instruments Audio Kontrol 1 .. If I have the device connected when I choose suspend to RAM then display blanks, suspend fails and system does not respond to any user input except power button. ProblemType: Bug DistroRelease:

[Bug 1855678] Re: Will not suspend, if I have Native Instruments Audio Kontrol 1 connected

2019-12-11 Thread Jarno Suni
** Attachment added: "journalctl -b -1 -k" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1855678/+attachment/5311740/+files/journalctl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1855678

[Bug 1856445] [NEW] Cannot import secret keys

2019-12-15 Thread Jarno Suni
Public bug reported: I exported secret keys by gpg --export-secret-keys --export-options backup >file and later tried to restore it by gpg --homedir . --import --import-options restore file but gpg just creates pubring.kbx, not secret keys are imported. To its output includes: gpg: key xx

[Bug 1857018] [NEW] apt-get: Can not downgrade dependencies or anything with -t

2019-12-19 Thread Jarno Suni
Public bug reported: Only the latter command downgrades the mythtv-frontend package (after removing the PPA from /etc/apt/sources.list.d/ and running 'apt update'): $ sudo apt-get install mythtv-frontend -s -V -t bionic Reading package lists... Done Building dependency tree Reading state i

[Bug 107221] Re: apt-get should allow downgrade also

2019-12-19 Thread Jarno Suni
I think it would be good, if apt could downgrade the dependencies, too. I reported a related bug #1857018. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/107221 Title: apt-get should allow downgrade

[Bug 1857018] Re: apt-get: Can not downgrade dependencies or anything with -t

2019-12-19 Thread Jarno Suni
Related Bug #107221 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857018 Title: apt-get: Can not downgrade dependencies or anything with -t To manage notifications about this bug go to: https://b

[Bug 1857018] Re: apt-get: Can not downgrade dependencies or anything with -t

2019-12-19 Thread Jarno Suni
So there is no short way to downgrade the depending packages to the versions available from the current repositories retaining packages' auto/manual install status? That is something that needs to be done, if one e.g. disables a PPA and wants to use the packages from the default repositories, inste

[Bug 1857018] Re: apt-get: Can not downgrade dependencies or anything with -t

2019-12-20 Thread Jarno Suni
Well, actually I have thought a lot about this downgrading thing. I have contributed to ppa-purge and even made a PPA of that: https://launchpad.net/~jarnos/+archive/ubuntu/ppa-purge I still have to fix it to keep auto installed packages auto installed, which is not very difficult. I just thoug

[Bug 1857018] Re: apt-get: Can not downgrade dependencies or anything with -t

2019-12-21 Thread Jarno Suni
Oh, I do not need to do separate marking to auto. It seems like the apt install command retains the auto status even if the auto packages are listed in command line, if the package which depends on the auto package, is installed, too. (at least with apt 1.6.12) -- You received this bug notificati

[Bug 1319554] Re: tumblerd prevents removable media from being unmounted

2019-12-21 Thread Jarno Suni
** Tags added: bionic eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1319554 Title: tumblerd prevents removable media from being unmounted To manage notifications about this bug go to: https://

[Bug 1796081] Re: dpkg frontend locking

2019-12-22 Thread Jarno Suni
I do not see why we need this new frontend lock. If there are higher level frontends, they may have to do some locking before calling apt, but they would have to release the locks before calling apt, and then there is race condition. Why not just use the old dpkg lock and make the package managers

[Bug 1319554]

2019-12-23 Thread Jarno Suni
There is a workaround https://askubuntu.com/a/266060/21005 that prevents tumblerd from creating thumbnails of video files. This could be set default to not prevent unmounts. Also bug report for Ubuntu: https://bugs.launchpad.net/ubuntu/+source/tumbler/+bug/1319554 -- You received this bug noti

[Bug 1796081] Re: dpkg frontend locking

2019-12-25 Thread Jarno Suni
I think it can be made to work. I do not know how apt/dpkg is implemented, but I made an example by Bash: script.sh file: #!/bin/bash # exec {var}>/tmp/lock flock -n $var || { echo already locked; exit 1; } LOCK= /path/to/subscript.sh # edit this path subscript.sh file: #!/bin/bash # [[ -v LO

[Bug 1054299]

2020-03-30 Thread Jarno Suni
That sounds great! I which that fix could be released soon and even backported. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054299 Title: Race condition in suspend scripts reveals desktop To man

[Bug 1701917] [NEW] Slow in locking

2017-07-02 Thread Jarno Suni
Public bug reported: It takes about a second to lock screen by 'xscreensaver-command -lock'. Also checking, if xscreensaver is not running for the current session by the same command (by inspecting the exit code) takes as long time. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xscreensav

[Bug 1701919] [NEW] Implement xscreensaver-command --query

2017-07-02 Thread Jarno Suni
Public bug reported: The command should output nothing in standard output, if xscreensaver is not running. It would work like light-locker-command --query, gnome- screensaver-command --query, cinnamon-screensaver-command --query and mate-screensaver-command --query. ProblemType: Bug DistroRelease

[Bug 1761391] [NEW] Fails to export to customizable HTML file

2018-04-05 Thread Jarno Suni
Public bug reported: Exported file is zero sized. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: keepass2 2.25+dfsg-1ubuntu0.1 ProcVersionSignature: Ubuntu 4.4.0-116.140~14.04.1-generic 4.4.98 Uname: Linux 4.4.0-116-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3

[Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2018-04-05 Thread Jarno Suni
Does this need different kind of verification for Xenial than what I did in Bug #1624644? ** Description changed: [Impact] - * Update-manager and unattended-upgrades install many kernel packages during the lifetime of a release but does not remove them automatically leading to those packa

[Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2018-04-05 Thread Jarno Suni
Oh, the test case seems to be same, marking verified. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675079 Title: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

[Bug 1641092] Re: Does not support patterns containing newline

2018-03-13 Thread Jarno Suni
** Description changed: $ printf 'a b\0b' | grep --null-data "a b" | hexdump -C 61 0a 62 00 62 00 |a.b.b.| 0006 expect 61 0a 62 + + EDIT: + + Apparently, in the above the pattern string is considered as two + patterns 'a'

[Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2018-03-16 Thread Jarno Suni
M G, which method you used? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/798414 Title: update-initramfs should produce a more helpful error message when there isn't enough free space To manage

[Bug 1753050] Re: Does not recognize external monitor

2018-03-22 Thread Jarno Suni
$ dkms list outputs nothing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1753050 Title: Does not recognize external monitor To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1753050] Re: Does not recognize external monitor

2018-03-22 Thread Jarno Suni
I used "dkms status" to get the required information about the module name (nvidia-340) and version (340.104) After rebuilding and rebooting at least HDMI works with 4.4.0-116-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1792085] Re: MTP not working/very slow on Bionic

2019-09-08 Thread Jarno Suni
I had this problem, too, but it suddenly started to work in the middle of session. I don't know, if installing package android-tools-adb and pcmanfm had anything to do with it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 218637] Re: Non-breaking space is easy to write accidentally and impossible to distinguish from regular space.

2019-08-19 Thread Jarno Suni
** Description changed: OS: from Hardy to at least Trusty. When you use Finnish keyboard, you have to hold Alt Gr down to type | or \ or certain other characters. When typing a shell command, you may often want to enter a space character after such characters. But it easily happens th

[Bug 218637] Re: Non-breaking space is easy to write accidentally and impossible or hard to distinguish from regular space.

2019-08-20 Thread Jarno Suni
** Summary changed: - Non-breaking space is easy to write accidentally and impossible to distinguish from regular space. + Non-breaking space is easy to write accidentally and impossible or hard to distinguish from regular space. -- You received this bug notification because you are a member o

[Bug 218637] Re: Non-breaking space is easy to write accidentally and impossible or hard to distinguish from regular space.

2019-08-20 Thread Jarno Suni
** Description changed: - OS: from Hardy to at least Trusty. + OS: from Hardy to at least Bionic. When you use Finnish keyboard, you have to hold Alt Gr down to type | or \ or certain other characters. When typing a shell command, you may often want to enter a space character after such c

[Bug 1841029] [NEW] nouveau: display scans black from botton to top periodically

2019-08-22 Thread Jarno Suni
Public bug reported: When I switch to any virtual terminal (TTY1-TTY6 in Xubuntu) display will be filled with black from bottom to up. Then text is drawn again, and then the same happens again. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-5.0.0-25-generic 5.0.0-25.26~18.04.1

[Bug 218637] Re: Non-breaking space is easy to write accidentally and impossible or hard to distinguish from regular space.

2019-08-22 Thread Jarno Suni
** Description changed: OS: from Hardy to at least Bionic. When you use Finnish keyboard, you have to hold Alt Gr down to type | or \ or certain other characters. When typing a shell command, you may often want to enter a space character after such characters. But it easily happens th

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically

2019-08-25 Thread Jarno Suni
** Also affects: xserver-xorg-video-nouveau-hwe-18.04 (Ubuntu) Importance: Undecided Status: New ** Description changed: When I switch to any virtual terminal (TTY1-TTY6 in Xubuntu) display will be filled with black from bottom to up. Then text is drawn again, - and then the same ha

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically and flashes on DE.

2019-08-25 Thread Jarno Suni
** Description changed: When I switch to any virtual terminal (TTY1-TTY6 in Xubuntu) display will be filled with black from bottom to up. Then text is drawn again, and then the same happens again. Besides the screen is flashing sometimes like in login screen of the DE or when I use Google

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically and flashes on DE.

2019-08-25 Thread Jarno Suni
$ sudo lspci -vvvxxx | awk 'BEGIN{RS="\n\n"}/ VGA /' 02:00.0 VGA compatible controller: NVIDIA Corporation C79 [GeForce 9400M] (rev b1) (prog-if 00 [VGA controller]) Subsystem: Apple Inc. MacBook5,1 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SER

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically and flashes on DE.

2019-08-25 Thread Jarno Suni
** Attachment added: "dmesg output" https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1841029/+attachment/5284600/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841029 T

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically and flashes on DE.

2019-08-25 Thread Jarno Suni
After I suspend to RAM end resume, and thereafter open a virtual terminal, there is no such scanning. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841029 Title: nouveau: display scans black from b

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically and flashes on DE.

2019-08-25 Thread Jarno Suni
After I suspend to RAM end resume, and thereafter there is no flickering in LightDM login screen, either. These thing seem to happen both on 4.15 and 5.0 kernels. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically and flashes on DE.

2019-08-26 Thread Jarno Suni
Yes, nvidia-340 can be used with the hardware, but maybe not long: https://askubuntu.com/q/1146245/21005 I have not met such flickering problems with the nvidia driver, but virtual terminal can not be used at all (like this except only 9400 M here: https://devtalk.nvidia.com/default/topic/103860

[Bug 1841029] Re: nouveau: display scans black from botton to top periodically and flashes on DE.

2019-08-27 Thread Jarno Suni
As for #3, something changes in the output before and after suspend- resume, and even between various suspend-resumes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841029 Title: nouveau: display s

[Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2019-09-01 Thread Jarno Suni
danhash, please read https://help.ubuntu.com/community/RemoveOldKernels -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675079 Title: 16.04 LTS Partition /boot fills up with Kernel images, gets under

[Bug 1814068] Re: Crash/black screen when suspend

2019-09-30 Thread Jarno Suni
How do you know it crashes? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814068 Title: Crash/black screen when suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 958891] Re: no tty, only blank screen with nvidia driver

2019-09-30 Thread Jarno Suni
I have the same problem with Xubuntu 18.04. Bug #1811402 The system boots using EFI v1.10 by Apple, but Grub is used, too. I wonder, how to switch to BIOS boot? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1811402] Re: Can not switch to virtual console (TTY)

2019-09-30 Thread Jarno Suni
** Description changed: - If I try to switch to a virtual console by Ctrl-Alt-F1 or greater (up to Ctrl-Alt-F6), screen is black. But I can return by Ctrl-Alt-F7 (if light-locker is not used). + If I try to switch to a virtual console by Ctrl-Alt-F1 or greater (up to Ctrl-Alt-F6), screen is bla

[Bug 958891] Re: no tty, only blank screen with nvidia driver

2019-09-30 Thread Jarno Suni
https://askubuntu.com/q/1177674/21005 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958891 Title: no tty, only blank screen with nvidia driver To manage notifications about this bug go to: https://

[Bug 1844129] Re: HDMI not recognized

2019-10-01 Thread Jarno Suni
*** This bug is a duplicate of bug 1589056 *** https://bugs.launchpad.net/bugs/1589056 ** This bug has been marked a duplicate of bug 1589056 HDMI does not work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 958891] Re: no tty, only blank screen with nvidia driver

2019-10-04 Thread Jarno Suni
Sergey Volkov, would you be kind and elaborate your workaround here or in askubuntu.com? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958891 Title: no tty, only blank screen with nvidia driver To

[Bug 1788235] Re: lirc broken on 18.04

2019-05-11 Thread Jarno Suni
I tried running lirc-setup on fresh 18.04 install, but it fais as group lirc does not exist. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788235 Title: lirc broken on 18.04 To manage notification

[Bug 1788235] Re: lirc broken on 18.04

2019-05-11 Thread Jarno Suni
I did already # libdir=/usr/lib/x86_64-linux-gnu/python3.6/site-packages # cp /usr/share/lirc/python-pkg/config.py $libdir/lirc # ln -s $libdir/lirc /usr/lib/python3/dist-packages/ # ln -s $libdir/lirc-setup /usr/lib/python3/dist-packages/ as superuser and 'systemctl disable --no

[Bug 1788235] Re: lirc broken on 18.04

2019-05-11 Thread Jarno Suni
^fails. If I add the lirc group, then I can run 'sg dialout lirc-setup', and setup, and even make ir receiver react, but testing by irw still does not display anything. Is there some guide for what has changed so that setting up correctly would be easier? -- You received this bug notification bec

<    5   6   7   8   9   10   11   12   13   14   >