IrcsomeBot | <Anarchotaoist> New External CD/DVD player starts up then goes to sleep. How do I keep it awake? | 01:27 |
---|---|---|
qwebirc6480 | Evening. | 03:57 |
qwebirc6480 | I've found that I am literally unable to copy and paste text. | 03:57 |
qwebirc6480 | All because Klipper literally is *constantly* copying nothing. | 03:57 |
=== Polaris000 is now known as Guest42059 | ||
valorie | qwebirc6480: I had the same problem until I long-pressed klipper and changed the config | 04:25 |
valorie | qwebirc6480: https://imgur.com/a/xAoFpI6 | 04:34 |
valorie | is mine | 04:34 |
qwebirc6480 | no config setting helps | 04:40 |
lordievader | Good morning | 06:37 |
BluesKaj | hiyas all | 10:28 |
=== himcesjf_ is now known as him-cesjf | ||
=== Lord_of_Life_ is now known as Lord_of_Life | ||
=== thambiah is now known as deep | ||
reaga | how do i copy + paste a directory in kubuntu? | 15:34 |
reaga | i try right click copy then right click paste in another place, nothing happens | 15:34 |
diogenes_ | reaga, what do you mean by nothing happens? | 15:36 |
reaga | the same thing happens as if i didnt click paste | 15:36 |
reaga | nothing happens | 15:36 |
tyler | hi | 15:37 |
tyler | i can not set up my desktop shortcut for double commander with root privileges on kubuntu 18.04 | 15:38 |
tyler | i was editing the exec= line with sudo but nothing happening | 15:38 |
diogenes_ | it doesn't show the progress bar until you click on the panel but it shoult copy the file. | 15:38 |
diogenes_ | tyler, what is the original Exec = command? | 15:40 |
tyler | doublecmd %F | 15:41 |
tyler | but works without %F also | 15:41 |
diogenes_ | try in terminal: pkexec doublecmd | 15:42 |
tyler | ok | 15:42 |
tyler | does not work | 15:44 |
tyler | (doublecmd:11002): Gtk-WARNING **: 17:43:29.482: cannot open display: | 15:45 |
diogenes_ | sudo doublecmd works? | 15:45 |
tyler | on terminal i can run the program with sudo doublecmd | 15:45 |
tyler | yes that is works | 15:46 |
tyler | but on the desktop shortcut just does not work | 15:46 |
diogenes_ | because you probably need the string: Terminal=true | 15:46 |
tyler | yes that is false | 15:47 |
tyler | i am trying with true value | 15:48 |
tyler | yes that is fine but poping up the terminal and asking for password | 15:49 |
diogenes_ | because that;s how sudo works, in terminal, if you don't want a terminal to pop up then you need to install something like kdesu and run the app with: kdesu appname | 15:50 |
tyler | how can i edit the .txt not asking password all the time i try to launch doublecmd? | 15:50 |
diogenes_ | but i'm not sure if kdesu is still maintained and available. | 15:50 |
tyler | need to install kdesu from terminal then? | 15:51 |
diogenes_ | yeah try: sudo apt install kdesu | 15:51 |
tyler | ok | 15:51 |
tyler | this package can not found... | 15:52 |
diogenes_ | that's what i thought, they got rid of it. | 15:52 |
diogenes_ | is it 18.04? | 15:53 |
tyler | yep | 15:53 |
tyler | 18.04.2 LTS | 15:53 |
tyler | KDE Plasma version 5.12.4 | 15:54 |
diogenes_ | try: sudo apt install kdesudo | 15:55 |
tyler | same: this package can not found | 15:56 |
diogenes_ | sudo apt install kde-cli-tools | 15:58 |
tyler | yes i have got installed this already | 15:59 |
diogenes_ | tyler, the run this: ls /usr/bin | grep kde | 16:00 |
diogenes_ | copy the output and pastebin | 16:00 |
diogenes_ | !pastebin | 16:00 |
ubottu | For 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. | 16:00 |
Guest42059 | abcd | 16:03 |
tyler | tyler@tylerlinux:~$ ls /usr/bin | grep kde | 16:04 |
tyler | dh_movelibkdeinit | 16:04 |
tyler | fixkdeincludes | 16:04 |
tyler | kde4 | 16:04 |
tyler | kde4-config | 16:04 |
tyler | kde4-menu | 16:04 |
tyler | kde-add-printer | 16:04 |
Guest42059 | leave | 16:04 |
diogenes_ | tyler, don't paste here directly | 16:04 |
diogenes_ | !pastebin | tyler | 16:04 |
ubottu | tyler: For 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. | 16:04 |
diogenes_ | read carefully ^^^ | 16:04 |
tyler | https://paste.ubuntu.com/p/SWnZhZtRnV/ | 16:07 |
tyler | like this? | 16:07 |
diogenes_ | yes good job. | 16:08 |
diogenes_ | so your options are: 1) either tweak the sudoers file which is the risky part or 2) work with policykit | 16:09 |
diogenes_ | here is a good article about both those options: http://www.admin-magazine.com/Articles/Assigning-Privileges-with-sudo-and-PolicyKit | 16:10 |
tyler | why is risky sudoers tweaking? | 16:10 |
diogenes_ | because if you put even a wrong dot in a wrong place, you break your sudo and you can no longer use sudo. | 16:11 |
tyler | i see | 16:13 |
tyler | lets do policykit then | 16:13 |
tomreyn | visudo helps there | 16:14 |
tyler | https://paste.ubuntu.com/p/XQ7Sp5pgF6/ | 16:17 |
tyler | in my case how need to edit it? | 16:19 |
diogenes_ | title is wrong, it shows: Entry] and it should be [Desktop Entry] but in any case it's not recommended to use: sudo with texteditors. | 16:20 |
tyler | https://paste.ubuntu.com/p/49fFkKR5bq/ | 16:25 |
tyler | sorry my fault. wrong paste | 16:26 |
tyler | i am looking this policykit. but can not install from terminal | 16:29 |
tyler | regarding Muon i have installed this policykit-1-doc | 16:31 |
tyler | no luck :( | 16:50 |
tyler | still requires passw | 16:51 |
=== MANIAC is now known as Guest83290 | ||
obizelko | Hi all! I believe my PC is compromised. I have a log from rkhunter. Can anybody help me here? | 18:04 |
tomreyn | obizelko: you could start by posting the rkhunter report to a pastbein and linking it here. most of the time, people saying what you're saying really ran into false positives, though. | 19:16 |
=== jordan is now known as Guest95870 | ||
Guest95870 | ./server chat.freenode.net | 19:33 |
obizelko | tomreyn: https://privatebin.net/?fde95a098febfe06#A7ZyMlFz0GmYyyYTN8sb5IjvE/oU5jLPtO7NTS/xsI4= | 19:34 |
obizelko | I'm pretty sure it's not false positives. | 19:34 |
OerHeks | i see no suspicious items, just 'warning' is not an intrusion, AFAIK | 19:38 |
obizelko | tomreyn, OerHeks: Alright. What happened is, that my updater suddenly popped up, telling me it was unable to update. Even though I didn't try to update. It said, that it couldn't update. So, I just pressed continue. Then it wanted me to use a password, but it wasn't the traditional updater file, it was running. I tried to open the updater again, and it could update normally. That was just very suspicious. So I used rkhunter. | 19:50 |
OerHeks | "it couldn't update" without the exact message, hard to tell .. | 19:53 |
OerHeks | it could be valid, not able to update while an other process is using the update mechanism.. | 19:53 |
OerHeks | unattended updates happen to give that issue | 19:53 |
OerHeks | :-) | 19:54 |
obizelko | "Failur to download extra files" | 19:55 |
obizelko | With a button that says: Run this action now | 19:56 |
OerHeks | hmm, True Type Fonts installer? | 19:57 |
obizelko | It tells me, that the following packages were requested after package installation, but the data could not be downloaded or processed | 19:59 |
obizelko | I didn't try to update | 19:59 |
obizelko | And when pressed the "Run this action now"-button, it wanted my password, while updating from another interface than normal | 20:02 |
kerem | hello | 20:54 |
Test0r | hihu, where can i download an old iso from kubuntu 14.04? | 21:29 |
OerHeks | Test0r, i think you need to find the official torrent address,.. | 21:42 |
OerHeks | http://www.pcds.fi/downloads/operatingsystem/ubuntubased/UBUNTU/archive/kubuntu/1404LTS/rel14045/ | 21:46 |
OerHeks | 14.04.5 | 21:46 |
OerHeks | good luck, no updates | 21:46 |
tyler | hi | 21:46 |
tyler | wich one is correct? root ALL=NOPASSWD:(ALL:ALL)NOPASSWD: ALL or root ALL=(ALL:ALL)NOPASSWD: ALL ?? | 21:47 |
OerHeks | terrible idea, tyler ..just saying | 21:49 |
tyler | i want root privileges at aLL time for EVERYBODY for EVERYTHING. i mean running commands modify system files etc. | 21:50 |
OerHeks | is this your homework? | 21:50 |
tyler | i know is terrible but need to do for practice | 21:50 |
OerHeks | https://help.ubuntu.com/community/RootSudo | 21:50 |
OerHeks | <stupid> ALL=NOPASSWD: ALL | 21:51 |
Test0r | OerHeks: thx, but no seeder :( | 21:51 |
OerHeks | Test0r, oh, that was your chance.. i have no clue of a ftp with 14.04 / .5 | 21:52 |
Test0r | http://old-releases.ubuntu.com/releases/kubuntu/ but why no 14.04 :( | 21:53 |
tyler | great | 22:03 |
tyler | it works well | 22:03 |
tyler | i was writing at the very end of the file root ALL=NOPASSWD: ALL | 22:04 |
=== ichoquo0Aigh9ie is now known as jacky |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!