/srv/irclogs.ubuntu.com/2020/03/03/#kubuntu.txt

=== jaafar_ is now known as jaafar
alberthello07:21
albertI upgraded from 19.10 to 20.04LTS and during the process i was listening a song in a repeat mode. THe problem is since the system upgraded i can't shut down the song, even if i kill cantanta, or i restart the system, or i create a new user the song still repeating! This was one of my favorites songs and now i hate this song!07:23
albertcan anybody say me how can i kill the song??07:24
lordievaderGood morning07:34
albertgood morning lordievader07:34
albertcan you help me to kill the song?07:34
lordievaderWhat application does `pavucontrol` say it is coming from?07:35
albertlordievader: pavucontrol dont say nothing now07:39
alberteven the icon of volumen on my toolbar is apparently muted, but the song still playing07:39
lordievaderThere is no audio going to your soundcard?07:39
alberti  think no07:40
albertit doesnt show nothing07:40
alberteven i executed the song in another user but it still playing even if i close the first user session07:42
lordievaderHrmm, could you pastebin the output of  `sudo ps faux`?07:43
lordievader!paste07:43
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.07:43
=== Lord_of_Life_ is now known as Lord_of_Life
albertif i try to listen another audios i can't, it is just playing the song07:43
albertokey i go07:43
albertdid u received that?07:46
lordievaderYou didn't send a link to the paste.07:48
alberthttps://paste.ubuntu.com/p/MB6SsTfszz/ç07:48
alberthttps://paste.ubuntu.com/p/MB6SsTfszz/07:48
lordievaderalbert: What happens when you run `pulseaudio -k` in a konsole?07:51
albertlordievader: absolutly nothing, the song still playing07:51
albertand i'm not esquizofrenic -.-¡07:52
lordievaderHrmm, did you try a reboot?07:52
albertyes07:52
albertand when KDE is loading the song is palying even before show the desktop07:53
lordievaderThat sounds very strange. What did you do when this problem started?07:54
alberti was playing habbo hotel while i was listening this song & upgrading kubuntu 19.10 to 20.0407:55
lordievaderListening in what?08:02
albertCantanta08:02
albertbut the song was playing online08:02
albertand i had the repeat option for this song08:03
lordievaderLocal mpd server or remote?08:05
albertCantata let you play music from jamendo, for example08:06
albertthen i was playing in repeat music one of this songs08:06
albertin repeat mode*08:07
lordievaderYes, I know Cantata. It is a frontend for MPD, it doesn't actually play music itself.08:10
lordievaderSo, were you using a local or remote mpd?08:10
albertidk what is MPD08:11
alberti'm using my simple computer08:11
albertuser mode08:11
IrcsomeBot1<blooalien> Music Player Daemon - Also; Cantata is awesome...08:11
alberti'm using the desktop version in theory08:11
alberti click and so08:11
albertgraphic08:12
lordievaderAh, right. Mpd is in your process list. So the daemon is simply playing your song on repeat. And since it is a service, which most likely starts at boot, it begins playing before you reach the desktop.08:15
lordievaderOpen cantata and stop mpd from playing ;)08:16
lordievaderFor the background, mpd is a daemon (a service) which plays music. Cantata is a frontend to control mpd. MPD can be set to autoresume playing when started, which is likely what it does in your case.08:18
albertlordievader: when i open cantata it shows like it is playing the song, but when i click the Pause or stop button it doesnt works08:24
alberti can't change the song08:24
alberti kill cantata and open again, and the same happen08:25
alberti'm thinking about reinstall all08:26
albertkubuntu08:26
albertlordievader: i need to kill this daemon08:27
albertexplicitly probable or something08:28
albertyeah08:28
IrcsomeBot1<blooalien> In a terminal/shell window... … `sudo systemctl stop mpd.service` … `sudo systemctl disable mpd.service` … This will get MPD shut down and disabled until you can figure out what's misconfigured, then once you get it worked out; … `sudo systemctl start mpd.service` … `sudo systemctl enable mpd.service` … Will start and re-enable the service for you... … `systemctl status mpd.service` will tell you whether it's running/08:29
albertlordievader i stoped the daemon08:29
alberti did ps faux | grep -i mpd08:29
albertand then i did kill PID08:29
albertand now i can listen a video of youtube08:30
albertand the icon of volumen dont shows like is muted08:30
IrcsomeBot1<blooalien> It'll return next reboot if you didn't disable it.08:30
albertok i will try first i will reboot and if it doesn't work i will do what you said08:31
IrcsomeBot1<blooalien> Try `systemctl status mpd.service` <- That'll tell you whether it's enabled/disabled.08:31
IrcsomeBot1<blooalien> If it's still enabled, then the daemon will start back up each reboot (even if it doesn't start playing).  The service itself can be controlled via a GUI like Cantata, or via various commandline tools, or even from an Android device with the proper music player installed.08:33
alberti think the problem is solved08:40
albertnow the audio is going well even after reboot08:40
albertif i do systemctl status mpd.service08:40
albertnow it says active08:41
albertthen the name of the daemon was mpd08:42
albertand i had to kill mpd08:42
albertthanks!08:42
IrcsomeBot1<KiritoLovesasuna> How to get work adb fastboot commands in kubuntu?10:07
lordievaderYou likely lack the permissions. There should be documentation on this.10:17
eeoshi everybody! What DLNA server do you use on *ubuntu?10:30
=== Guest23660 is now known as lordievader
AnathanielSalut :)12:33
IrcsomeBot1<darltrash> @KiritoLovesasuna, Install the default android debug packaged12:36
BluesKajHowdy folks14:09
ecovyo14:10
=== j is now known as Guest47421
=== stephen is now known as Guest53861
eeoshi everybody! What do you use as DLNA server on *ubuntu? If so, can you please point me to some documentation? I have googled but with scarce success. I have 18.04 LTS 64 bit .16:25
eeosPS: I need a DLNA server that cna be managed through graphical interface.16:25
IrcsomeBot1<theraize> Hi folks, is there a way to  stop the services  running in the background automatically if the application is being inactive for a time period?16:43
IrcsomeBot1<theraize> Let me give an example.. i am using vpn client application to connect my workplace network. .. i used to stop the service after disconnecting using systemctl stop.. i know its not much to do but i may need to do the same for many applications in the future.16:47
AnathanielHello the channel :)17:53
AnathanielGood evening all :D17:53
BluesKajhi Anathaniel17:55
Anathaniel@BluesKaj Hello :)17:56
Anathaniel@BluesKaj Do you know wich is the principal language of this Channel ?17:57
BluesKajenglish17:57
AnathanielThank you :)17:57
BluesKajlooking for a different language kubuntu/ubuntu chat?17:57
BluesKaj!fr17:58
ubottuNous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.17:58
=== phma_ is now known as phma
=== MANIAC is now known as Guest13338
=== Lord_of_Life_ is now known as Lord_of_Life
=== cc is now known as ctr
=== dante_ is now known as dante__
=== dante__ is now known as dante_
=== dante_ is now known as DanteOtter
=== DanteOtter is now known as Dante_
=== Dante_ is now known as DanteOtter
=== cc is now known as Guest76520
=== Guest76520 is now known as ctr
=== t00tie_ is now known as t00tie
calcmandani'm on latest updated LTS kubuntu and attempting to read a man page via the browser by invoking man:emacs. i can read the man page in konsole but the browser says there's no man page associated with emacs.21:53
bprompthmmm21:58
bpromptcalcmandan:  not sure if Dolphin does it, but Konqueror does, it has a "man:/" protocol you can use, and what Konqueror does is, it takes the man page and reformats it on-the-fly, producing an HTML version of it21:59
bpromptcalcmandan:  for example, if you want to read hmmm say "dd" man pages, in Konqueror it'll just be -> man:/dd <- or if  you want "du"'s, then -> man:/du <-22:00
calcmandanit was the forward slash that i was missing'22:00
calcmandani did man:emacs22:00
calcmandanlol22:00
calcmandani know firefox fails at it.22:01
calcmandaninstalling konq now22:01
bpromptwell22:02
bpromptcalcmandan:  bear in mind that the "man:" protocol is part of a kio_slave plugin that's a kde library, so it'd be a desktop app integrated component, is understandable that Firefox may not have it22:03
calcmandani completely forgot.22:03
bpromptI must say, my main "file manager" is konqueror, konqueror blows as webbrowser, but darn it as file manager is terrific22:04
bpromptI can and often do, many open tabs, and on each tab, you can split it as many times you want, so hmm say yesterday, I had 4 directories on 4 split views, all at the same time on the screen, because I was checking and moving some files between all four22:05
bpromptDolphin can only do 2 split, that's about it22:05
calcmandani've been using dolphins22:06
calcmandandolphin22:06
calcmandanfor split view and such22:06
calcmandani can't get it to display manpages22:07
calcmandanso weird.22:07
bpromptI use it too, mind you that the operations on both are the same22:07
calcmandani've been using firefox for web browsing22:07
bpromptcalcmandan:  the kio_slaves are plugins for konqueror and any UI using konqueror libs22:08
calcmandani'm just making conversation22:09
bpromptI launch konqueror using the filemanager profile, as file manager it kicks major ****, no to mention you customize the right-click menu at some extent, just added a few stuff to it in the last two days22:09
calcmandantroubleshooting why konqueror isn't displaying manpages. just thinking abou tit22:09
calcmandanhell, a few years ago konqueror was my main browser.22:10
bpromptI don't use it as webbrowser, I have Opera and Chrome and Firefox, now and then I use it as webbrowser but mainly for debugging something that's legacy code22:13
calcmandanhell i may use it now. it seems to render ampache interface quickly.22:14
calcmandanfor some reason it won't render the manpage for emacs file:///home/daniel/.cache/kioexec/krun/31274_0/emacs22:17
calcmandanwoops, didn't mean to paste that22:18
bpromptcalcmandan:  and if you happen to know some CSS, you can customize that html output at some extent as well from the manpages btw, I made a .css file that change a few things22:21
calcmandani didn't know that. honestly i haven't been using man pages in a long time but i'm relearning pascal atm and wanted to have the manpage up for relearning emacs;l22:32
calcmandanmaybe i can just open a new tab in yakuake and switch back and forth22:32
bpromptcalcmandan:  why bother with yakuake when you can just open multitabs in Konqueror and put a manpage on each and go back and forth22:34
calcmandani'm using emacs in yakuake22:34
bpromptbtw, you can also save the rendered HTML page, if you so wish, and just save it somewhere and maybe put a bookmark to it in Firefox for later reading22:36
bpromptcalcmandan:  pardon my honesty, why are you bothering with emacs anyway?22:38
bpromptI mean, I can see it useful over SSH22:38
calcmandanyou got it22:45
calcmandanbut i'm really not going to get into the religious debate on emacs vs vi22:45
calcmandanbprompt: by the way, i'm the type of person who doesn't get offended by others' opinions and your honesty is most appreciated.22:47
bpromptheheh22:51
bpromptright, for some it becomes a Holy War, is not what I meant heheh, I wasn't trying to denigrate emacs22:52
bpromptI mean, there are quite a few editors with lots of UI and "intellisense" for most languages, some like vscode even do "autohinting"22:53
bpromptnow, you don't have to get vscode, but just something to stash in the cabinet for maybe a later look22:53

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!