[00:01] Yep, can be annoying. [00:09] How do you resize a plasma widget? [00:33] oh found it [00:46] Has anyone tried kde on wayland? === sayur is now known as seesuatu === claydoh_ is now known as claydoh === szmq is now known as elkoeo [01:57] hello [01:58] \join #ppc === seesuatu is now known as sayur === struk|desk|away is now known as struk|desk2 === Batguy is now known as Fremdulo [04:39] ok [04:39] ok? [04:39] I reboot my kubuntu 15.10 box and now have just the black log in screen [04:39] not plasma screen log in [04:40] tried install kubuntu-desktop [04:40] was installed [04:40] tried install plasma-desktop was installed [04:41] can someone please tell me the install name of desktop package [04:41] also tried to upgrade and did not find new packages [04:46] luvallcomputers: I assume you had backports enabled? [04:46] yes [04:47] ok, so some people are having trouble because their cache should have been flushed, and it wasn't [04:47] thank you [04:47] can you get to a terminal? [04:47] yes [04:47] alt+ctl+ f2 or so? [04:47] good [04:47] i was in terminal when I ran sudo to try the apt-get install [04:47] cool [04:48] so from there you can do: `sudo rm ~/.cache [04:48] ` [04:48] and then try again to login [04:49] i had just done updates on the machine and it did a kernel update so was doing reboot [04:49] I will go try the command [04:49] yeah [04:49] there are folks who say yes, use the new cache [04:49] those who choose not to are getting hit by this [04:54] thank you but the command said it is directory so will not remove the file [04:54] i have forgotten the command for remove directory [04:55] sorry, try sudo rm ~/.cache/* [04:55] ok [04:56] there is rm -rf but that can so easily destroy everything [04:59] ok tried the command and it listed a bunch of directories in the file [04:59] but did not remove them [04:59] i also rebooted and still at the same place [04:59] should i remove some of the directories under cachie [05:00] cache [05:00] luvallcomputers: let me consult my logs [05:00] sec [05:00] thank you [05:01] ok, try: sudo rm ~/.cache/plasma* [05:02] I was being too broad [05:02] ok will do [05:07] did not work [05:07] hmmm [05:08] I do not have folder cache under root [05:08] i did not find under home/name [05:08] did you paste in what I told you to type? [05:08] ~/.cache is in your HOME [05:08] no [05:08] ~/ is short for $HOME [05:09] i am working on another computer [05:09] this is not the box with problem so i am typing in your command [05:09] got it [05:09] what was the output? [05:09] ok will go to home and try again [05:10] notice the dot in front [05:11] ok it gives the error no such file or directory [05:11] yes [05:11] rm ~/.cache/plasma* [05:11] perhaps try without sudo [05:12] but .... you have to have a .cache file [05:12] I'm completely baffled [05:14] not listed [05:15] ls did not show .cache directory [05:15] do you see it when you do `ls` ? [05:15] actually, `ls -a` [05:16] which is ls=list -a, is all [05:17] nothing [05:17] ok will list a [05:18] if you aren't in home, do cd first [05:18] ok [05:18] just ran ls .cache [05:18] it has directories but not plasma [05:20] this is my output from ls .cache: https://paste.kde.org/pdonijw6j [05:20] lots and lots of plasma files [05:20] has one file motd.legal-displayed [05:21] hmmm [05:21] well, cat motd.legal-displayed [05:21] read it [05:22] all other things under cache is directories [05:22] ok, perhaps you have permissions problems [05:24] maybe i need to run rm with sudo and try again [05:24] chown -R username folder/ is the general case, so for your $HOME it will be chown -R $HOME [05:24] or spell it out [05:25] luvallcomputers: if it isn't there, it isn't there [05:25] but for some reason when you try to login, they aren't being created [05:25] so I'm thinking that they can't be written, which leads to permissions problems [05:25] probably because you ran sudo on a gui application or so [05:26] so: `chown -R $HOME` [05:26] it will take a little while [05:26] not too long [05:26] then try to login again [05:27] or restart [05:27] but only after it finishes [05:29] it does not like the -R [05:29] gives error [05:30] missing operand [05:31] spell it out then: chown -R youruser / [05:31] where youruser is actual user [05:33] ok [05:33] it is working now on chown [05:34] excellent [05:38] ok [05:38] it finished the chown I rebooted and still at the log in prompt not plasma log in [05:39] .... [05:39] can you tell me more about the system? [05:39] did you do anything special to it before? [05:39] no [05:40] it has been running since I upgraded to 15.10 [05:40] so you've been running 15.10 for awhile, and just upgraded? [05:40] ran updates and then did a reboot [05:40] ok [05:40] do you have any special repositories/PPAs? [05:40] but the log out button was not working so ran command to reboot [05:41] some [05:41] for instance? [05:41] virtual box and libre office [05:41] libreoffice requires a PPA? [05:41] nothing that has not been there since the upgrade [05:41] !info libreoffice [05:41] libreoffice (source: libreoffice): office productivity suite (metapackage). In component universe, is optional. Version 1:5.0.2-0ubuntu1 (wily), package size 25 kB, installed size 147 kB [05:41] I think it is old [05:41] that's just standard [05:42] when i wanted the lastest version on 15.04 [05:42] so, now that chown is done, do this: `sudo apt update && sudo apt full-upgrade` [05:42] notice I'm using apt not apt-get [05:42] and full-upgrade not dist-upgrade [05:46] yes [05:46] i ran them [05:47] it come back with error [05:47] open lock var/lib/dpkg/lock -open 13 permission denied are you root [05:47] ran with sudo [05:48] do you have any open windows where you are running sudo? [05:48] or other terminals [05:48] no [05:48] none that I am aware of [05:48] !lock [05:48] pfff [05:49] it just has the one command prompt [05:49] well, you might have to wait until the lock expires [05:49] I'll google a bit [05:49] I know it can be broken [05:49] thank you for helping with this [05:50] most of the time i needed to reload the windows manager and it would work not sure why this is different [05:52] ok, let's try -f which is fix: `sudo apt-get install -f` [05:52] me either [05:59] did not change anything on the screen [05:59] it still has 0 updates or changes [06:00] you can use the up-arrow now though, to reuse your update && full-upgrade command === struk|desk is now known as struk|desk|away === struk|desk|away is now known as struk|desk [08:28] hey all [08:29] How do you resize the applet on panel? [08:29] When I add a sticker to the panel, how do I resize the note when it's clicked? [08:31] solvarr: are we talking about "sticky notes" here? is this on 14.04 or 15.10 ? [08:31] long press [08:31] yes [08:32] it doesn't work [08:32] outside the panel yes [08:33] solvarr: you can't resize it on panel [08:33] but it's so small [08:34] might be a bug? [08:35] show screenshot [08:38] http://ww1.sinaimg.cn/bmiddle/aab5ee7egw1f061uvla6aj211y0lcapk.jpg [08:38] BTW plasma crashed when I was adding this sticky note to panel [08:41] solvarr: does the bug-reporter pop up? [08:41] if so, please file a bug [08:41] do you mean the crash? yes [08:46] thank you === struk|desk is now known as struk|desk|away [08:56] Does ubuntu have a rolling update repo? [08:57] solvarr: no not really, unless you constantly run devel-releases [09:26] Good morning. === michael__ is now known as Guest11535 [11:46] Hiyas all [11:57] hello. Could somebody explain how to alter polkit user permissions? I have two users on system, one of them can shutdown/restart/suspend/play audio, the other one can not. Howether, these two users are in the same groups. I gues, it might be problems with higher level permissions, probably polkit. [12:07] !rsync [12:07] rsync is a fast remote file copy and synchronization program - For more see: https://help.ubuntu.com/community/rsync === AntiSpamMeta2 is now known as AntiSpamMeta === john is now known as Guest76353 === Guest76353 is now known as gnuchu === _zxq9_ is now known as zxq9 === Evil is now known as Knightmare === Evil is now known as Guest32778 === Guest32778 is now known as Knightmare [14:22] When will kubuntu 16.04 be released? [14:23] solvarr: same as all *ubuntu [14:23] great [14:23] see https://wiki.ubuntu.com/XenialXerus/ReleaseSchedule [14:23] solvarr: april I guess? Like the mubering suggests [14:23] *numbering [14:23] yes, April 21st [14:24] Can't wait [14:24] :) [14:25] shoudl be cool release, if we make Plasma 5.6 to be included, it will rox === shawn_ is now known as sgrover === toscalix_ is now known as toscalix === struk|desk|away is now known as struk|desk [16:21] is there a GUI tool for dealing with fstab [16:22] pysdm was recommended but it's not in repos [16:23] looks like I can run gnome-discs from KDE, didn't realise, installed and running now [16:27] RansomTime, right click on the desktop choose run command, then in the runbox kdesudo kate /etc/fstab. That's as close to a giu for editing fstab you're gonna find [16:28] gnome-discs worked [16:29] I'm fine with vim to edit, it's just I don't know "what" I need to add === struk|desk is now known as struk|desk|away === inetpro_ is now known as inetpro === Exagone314 is now known as Exagone313 [18:34] i just installed kubuntu 15.10, and can't get my MTS MBlaze dongle to work [18:34] it worked alright when I tested kubuntu from live usb yesterday [18:35] i've added a new network connection and it keeps getting "deactivated" as soon as i press connect [18:35] anyone know what the problem could be? === the_ktosiek is now known as ktosiek === rom1504_ is now known as rom1504 [18:47] no help? === helium-4 is now known as dilfridge [19:01] Hey everyone, new here. Longtime Kubuntu user but I've got a newb question. Anyone willing to help? [19:14] after startup i'm stuck with a black screen. only the mouse pointer is displaying. looks like kwin/plasmashell did not start [19:14] can somebody help debug this? [19:14] it started after upgrading yesterday [19:14] kubuntu-backports [19:17] toams, which kubuntu release? [19:18] +** [19:18] oops [19:18] 15.10 i believe [19:19] how to check? [19:19] lsb_release -a [19:20] 15.10 it is [19:20] ok , toams what's you graphics chip/gpu? [19:20] your [19:22] amd running free drivers [19:23] are kdeinit4 and kded4 supposed to be running? [19:25] that can't be right, currently kdeinit4 and kdeinit5 are both running? [19:26] which plasma version?, plasmasherll -v [19:26] oops plasmashell [19:27] 5.5.3 === toams_ is now known as toams [19:30] afaik they should not be running [19:31] funny thing: if i wait for the screensaver to start and then resume working i have fully working desktop [19:32] there's problem with lockscreen so I have it disabled [19:33] i'm going to try to remove kdeinit4 from my system [19:36] what a shame muon is removed... I really liked it. i hope it finds a maintainer soon === kubuntu is now known as Guest68068 [19:37] toams, install libmuon and muon [19:46] hi, yesterday i got a kde update from 5.4 to 5.5 from this repo kubuntu-ppa/backports but now i don't have sound anymore [19:46] i just have a dummy device playing no sound at all [19:49] update should not affect sound i think [19:49] everything else seems okay, the correct intel hda drivers are loaded, /dev/snd/* is available with ownership root:audio [19:49] did you checked configuration in System Settings -> Multimedia ? [19:50] soee: yes, i checked systemsettings - multimedia and as i aid theres only a dummy devce available [19:50] sui , sudo modprobe snd-hda-intel , or check alsmixer first and disable automute [19:51] alsamixer [19:51] sui or both [19:53] damnit i changed compositing from xrender to opengl 3.1 and now my screen displays only rubbish [19:54] how to change it back via config file or something? i'm logged in remotly [19:58] BluesKaj: snd_hda_intel was loaded before and i hopefully disabled auto-mute with "amixer -c 0 sset "Auto-Mute Mode" Disabled" but still no luck [20:00] sui, i just open alsamixer and disable automute, to be sure [20:01] BluesKaj: checked that. it's disabled. channels are unmuted when theres a green "OO" below signal bars, right? [20:01] sui, right [20:03] other users will disagree, but with intel audio , one doesn't really need pulseaudio unless you plan on several simultaneos sound sources. Intel audio drivers are written to run perfectly fine directly with alsa [20:04] BluesKaj: that does not change anything. and i still can use a dummy device in systemsettings/ multimedia [20:04] that's the kind of audio setup i use [20:04] yesterday i had luck after installing kmix, but after a reboot i lost my sound device again [20:06] i cannot chose any soundcard in the other tab [20:07] if you want pure alsa then purge pulseaudio, but that's your call...otherwise it will take no end of fiddling around to pulseaudio setup properly [20:07] to set up pulseaudio that is' === mariano_ is now known as linux-neophyte [20:22] BluesKaj: it depends how many problems i still have. for now i just rebooted and the problems went away [20:23] sui, so you have sound ? [20:23] yes [20:23] ok good [20:23] perhaps it was alsas auto-mute. how can i disable that permanently? === dougl is now known as 7GHAB1QAS [20:25] open alsamixer in the terminal, then escape, then, sudo alsactl store [20:26] if automute is already disabled [20:26] hi guys, want to ask you something [20:27] hope someone can help me [20:27] BluesKaj: done, will check that [20:27] glad it's no kde problem ;) [20:27] arnaudoff, ask your question first. if we can help we will [20:28] i have dual boot on my laptop using win10 and linux. i have no experience in using linux. i have problem with my headphones. they're working perfectly in win10 but here there's no sound. i've tried listening to a song in youtube and making a skype call. found a solution for ubuntu at their forum, even though the man who asked for it had similar laptop to mine. the guy who answered him had wrote this: alsactl restore [20:28] but this command didnt helped me so i dont know what to do. thank you in advance. [20:31] @BluesKaj, do you have any ideas? [20:31] arnaudoff, open a terminal and run this, cat /proc/asound/modules [20:33] paste the output here , there will probly just be 2 lines or so [20:34] 0 snd_hda_intel [20:38] arnaudoff, open a terminal and type. alasmixer , use the right arrow key to navigate to the automute ctl, use the down arrow key to disable automute [20:39] also turn up the master volume and the pcm volume to the max and make sure there are no MM in the ctls [20:44] BluesKaj: i did what you told me but it doesnt work :( [20:45] master / headphone / pcm - 100% auto-mute - off [20:45] hi [20:46] hiho [20:49] re [20:49] I dunno if you saw my last 2 comments [20:50] (my internet connection is _very_ unstable :() [20:50] I just installed the 15.08 apps, with the shiny "new" plasma. Now, when I configure the panel to "Windows Can Go Below", I cannot access the panel when a window is maximized [20:50] is there a way to fix that, ie. being able to access the panels again, by using the mouse on the screen border? [20:50] nope [20:51] arnaudoff, system settings>multimedia>music, the device preference tab pass the cursor over each entry in the list to find the "Card 0" in the popup dialog, choose that and move it to the the top, then click the test button. [20:51] fu_: works fine here for me, apps go under panel and i interact with panel normally [20:51] which version do you use, Kubuntu 15.10 ? [20:51] fu_: 16.04 [20:52] is it stable enough? [20:52] :) [20:52] for me yes ;D [20:52] but you should stay on 15.10 on production machines [20:53] also, is it normal that (folder) icons in dolphin are only black and white when using the detailled view ? [20:53] fu_: show screenshot please [20:54] black/white icons are used for small size icons [20:54] I just checked, is when the icon size is below 32px. This is anoying (and ugly imho) [20:54] inf you increase their size, they should get changed to colored [20:54] so, no way to get back some color for small sized icons ? [20:55] nope, if you want to sue breeze iconset [20:55] I will, it's outrageous ! [20:56] well, back to oxygen, the breeze test was short :) [20:56] :D [20:57] well, not being able to access the panels is a bummer [20:57] BluesKaj: fyi: if i reboot i don't have sound devices in kde i have to relogin one or two times and then suddenly it works. [20:57] it should work fine [20:58] it should yes [20:59] Does Kubuntu have the same 'spyware' that Ubuntu has? [21:00] So has anyone installed kubuntu on a macbook pro? [21:01] sui, opena terminal, sudo modprobe snd-hda-intel , then reboot [21:02] xpsu: no [21:03] xpsu: kubuntu doesnt have any equivalent of those features [21:03] soee acher88: Thanks for the data! I am happy to be here as a new Kubuntu user. [21:03] xpsu, no unity desktop bloatware here either [21:04] BluesKaj: i'll give it a try, but what should modprobe fix in this case? the module was loaded [21:05] sui, sometimes the module is not loaded after an upgrade and one needs to run that command .. it's a small but annoying bug [21:23] BluesKaj: did a modprobe and rebooted butthe problem remains [21:23] after the first login i just have the dummy device [21:34] sui, open alsamixer , F6 ,choose the HDA or (card 0), then esc key then sudo alsactl store [21:47] Hey I just installed Kubuntu and updated my Video Driver. I had really tiny fonts but I fixed it with 'Fonts - Force fonts DPI' but the loggon window is still tiny fonts. Anyone know how to fix that? [21:48] Sorry if someone already anwsered something funny happened to me during the netsplit. [21:50] xpsu, increase the font size globally in system settings>Fonts>adjust all Fonts and apply [22:06] um [22:06] how do i save a panel? XD === Test is now known as Guest36607 [22:31] Im looking for some advice about Kubuntu --- I just got Kubuntu 15.10 and I notice that when I let the laptop go into suspend, with the lid shut, I come back and open the lid, login, and I find that there are widgets that have been added to the desktop and panel.. random widges and lots of them. [22:31] what's going on there and how I do prevent that? [22:32] All: Just installed osTicket and the new version has a MySQL DROP ALL statement that wiped out all 500 of my existing DBs. Are these still in MySQL history and can I recover without running a massive backup scenario? Usually takes about 4+ hours from full backup! [22:33] All: 2nd Q! Have MySQL DB instances not in the default directory, pull from other sources. How do I connect to these and extract their data? === julian is now known as Guest83188 [22:45] Hey, I am having trouble adjusting the dpi of the login screen. I found several forums on how to fix it but none see applicable to Kubuntu. https://www.kubuntuforums.net/archive/index.php/t-67376.html [22:51] i have a much easier question. I just want to know how to manage widgets on kubuntu 15.10 both putting them places, the desktop, the panel, the meaning of locking and unlocking, removing them etc. [22:51] also why is there a desktop thingy at the top and also on the pannel [22:51] and to lock both in both places [22:52] maybe this is easy if you always used kubuntu but i have to say this is not intuitive!