[02:12] @Wolfenprey, Nope, I just needed to manually run the script. [07:56] -lugito:#lubuntu-devel- [rBLOGbf9084263cb8: typos in newsletter 10.] Wolfenprey (Tony Cuesta Escobar) committed: https://phab.lubuntu.me/rBLOGbf9084263cb8 [08:39] cough https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1788797 [08:40] But why doesn't SDDM have the support? :P [08:41] @tsimonq2, Why was it assumed it did when making that "fix"? [08:41] Because we assumed it had been. :P [08:42] broken/wrong assummptions = bugs [15:47] @wxl my script works now for stretched wallpapers (2 displays environment only). I need to figure out how to do it with fit, centered and zoom. We were thinking in running cron jobs to trigger this script in case the wallpaper was changed, but also need to adress if another monitor has been connected. [16:59] @Hans your cron job should watch for changes to the wallpaper and xrandr for monitor info. should be pretty simple [17:00] @Hans maybe something like `xrandr | grep ' connected ' should be simple enough [17:02] @Hans that should actually give you everything you want since it tells you which is where [17:02] e.g. [17:02] DVI-0 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 518mm x 320mm [17:02] DVI-1 connected 1920x1080+0+36 (normal left inverted right x axis y axis) 531mm x 299mm [17:03] in this case you can see DVI-1 is 36 pixels lower, and is on the left side [17:09] ok, I'm doing xrandr | grep already. [17:14] to get the screen dimensions. [19:27] Which program will manage the "additional drivers" in lxqt? [20:52] @Hans Möller, I just wanted to avoid xrandr, since it takes some time in some machines. [20:57] @Hans i'm not sure if there's another way to do it, but you might check related man pages to xrandr and see if you come up with anything [21:38] ok [21:40] I have 2 question, regarding cosmic in general. 1) Where will be "additional drivers" wheren yo can chose nvidia over nouveau and other drivers in lxqt? [21:40] 2) Are the repositories for cosmic ok? I have problemas with wine [21:41] well i can tell you that the goal is that the repositories should be good by the time it's released [21:41] meanwhile it might all be messed up :) [21:42] let me figure out the answer to the other question [21:47] right off the bat it seems that `ubuntu-drivers` can do the trick [21:50] ah software-properties-qt is actuallyt he right thing. you can get to it from muon i believe [21:54] seems like it's just sitting and spinning for me though [21:54] let me get a new iso [21:54] i haven't updated in a bit [22:49] @tsimonq2: it seems that opening software sources in muon fails to do anything [23:00] software-properties-qt doesn't appear in the menu, and I can't see an additional driver tab. Only: Ubuntu software, Other software, Actualizaction, Autenticacion, statistics (names mught be different I have it in spanish). [23:47] software-properties-kde/qt never did have the drivers tab IIRC [23:50] @acheronuk: what does k use? [23:51] Same thing. [23:51] The driver functionality is there iirc, just not in its own tab [23:51] huuuuuuh [23:51] kubuntu-driver-manager [23:52] can be launched standalone, or used in KCM in systemsettings [23:53] i guess "proprietary drivers for devices (restricted)" is the right repo [23:53] so there's not a separate thing to run [23:53] which is nicer, honestly [23:54] well [23:54] no [23:54] because you don't know what drivers are relevant [23:57] looks like we need to get our own tool for that :(