[05:21] O hai, could anyone help with an Xubuntu 18.04.3 issue with touchscreen being identified wrong by xinput? It should be an easy fix I hope [05:22] xubuntu30w: do you know the hardware inviolved ? [05:25] @well_laid_lawn it's the touchscreen on an HP RP7800 POS terminal, yes [05:25] what I can tell you is that it seems to identify itself as two devices, both show up in evtest(1) [05:26] "HID TOUCH HID Touch Panel Touchscreen" (/dev/input/event4) and "HID TOUCH HID Touch Panel Mouse" (/dev/input/event5) [05:26] event4 does nothing. event5 generates events exactly like you'd expect when the screen is touched [05:27] Oops sorry, it's event4 that works and event5 that doesn't [05:28] However, the only one that shows up in "xinput list" is "HID TOUCH HID Touch Panel Mouse" (the dead one) [05:29] That's also the only one that shows up in Settings -> Mouse and Touchpad [05:30] so you touch the screen to click on something and nothing happens ? [05:30] Exactly, nothing happens. [05:31] I don't use touch screens but we'll see what the interwebs says about it [05:32] I've been trying to google up what to do for like 2 days, but all the hits I get are like "put ~~~ in Xorg.conf", yet this version of Xubuntu doesn't seem to *have* Xorg.conf :/ [05:34] it's in ~/.local/share nowadays [05:34] I had no luck with a web search 'cept hp.com stuff [05:35] the thing is that since it'll talk to evtest(1), it's just a case of getting Xinput to accept input from it [05:35] then I'm sure it'll work [05:36] Xorg has to load the right module for it [05:36] OK, I see [05:36] which is probably what you found about editing xorg.conf [05:37] I didn't find anything specific to this one very touchscreen, what I was looking at was more generic [05:38] no harm in trying [05:38] can always unedit a file [05:50] I mean, I didn't even get as far as finding anything that I could paste into an xorg.conf :/ [05:50] like "generic touchscreen" kind of example [05:51] xubuntu30w: it might pay to check dmesg and see what it says about the hardware [05:55] well_laid_lawn let's have a look [05:55] hang on [05:56] https://wiki.archlinux.org/index.php/Touchscreen might help [08:32] Do you use "radiotray" ? It used to work, but recently, it fails when system locks. Impossible to relaunch it too... [09:05] i've seen it TWICE now, i'm pretty sure that: if you install xubuntu through "xubuntu-18.04-desktop-amd64.iso" then you will get a functional apt-get package tab-autocomplete, but if you install it through "xubuntu-18.04.3-desktop-amd64.iso" it will be broken o.0 [09:06] anyhow, the last 2 installs i did via xubuntu-18.04.3-desktop-amd64.iso had broken apt-get autocomplete === byteturtle_ is now known as byteturtle === lightero1l is now known as lighterowl [11:44] how do i add custom programs/launchers to the start menu? put my .desktop file in /usr/share/applications ? is that the correct way to do it? [11:45] idk if it's the correct way to do it, but it worked at least ^^ [11:45] /usr/share/applications is for system-wide menus, while user ones should go to ~/.local/share/applications. [11:46] thanks [16:43] People, maybe we help me? Please.. I press left mouse key, for set desktop background - but not see background pictures (wallpapers) in folder for it. This wallpapers exist in folder, but i not see its in desktop-settings manager. [16:48] you mean the right mouse key :) [16:49] Ural: are you sure you've got the right "Folder:" selected under the available thumbnails? I fall for this from time to time. [16:58] In this folder exist wallpapers in jpg [17:01] Ural: the only thing that comes to mind is running "xfdesktop-settings -e" from the console and searching the debug log for the name of the file. perhaps there's something blocking the application from reading it. [17:07] Thanks! I do it and see wallpapers [17:07] oh [17:07] that's surprising. : [17:07] :) [17:07] But if i try to change it, it write [17:09] backdrop screen0 monitor0 workspace0 last-image DBG[main.c:1141] cb_folder_selection_changed(): folder didn't change [17:15] if you search the log for the name of the file you want to use, does it find anything? [17:15] and (xfdesktop-settings:5689): GLib-GIO-CRITICAL **: 22:14:50.405: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed [17:16] wow, it's really late over there. [17:17] Ural: that sounds like the thumbnailer wasn't running and the desktop settings application cannot connect to it ... which is weird. [17:18] Hmmm [17:18] Ural: if you run "pgrep tumblerd" in the console, is there any output? [17:19] 5698 [17:20] huh. [17:24] Ural: the only thing that comes to mind is forcing a refresh of the thumbnails by creating a new thumbnail cache. if that won't work, then I have no idea what might be wrong. [17:25] And how i can to do it? [17:25] Creating new thrumbnal cache? [17:25] mv ~/.cache/thumbnails ~/.cache/thumbnails.backup [17:25] this will move the current thumbnail cache directory to a backup one, so if you run xfdesktop-settings again, the cache should be recreated. [17:27] Thanks a lot!!! All work!! Work again. Super!! [17:28] не за что, спокойной ночи :) [17:33] Спасибо!!! [20:26] I attempted to a distribution upgrade from 18.04 to 19.10, but it got stuck at the installation stage. It unpacked some libc packages, but then got stuck at "De-configuring libc6:i386 (2.27-3ubuntu1) ...". It has been there for over a day. After killing the upgrade, how do I make sure I don't end up with a broken system? I want to avoid doing a [20:26] reinstall. [20:28] xubuntu52w: Try on the console a `dpkg --configure -a` [21:46] hello