/srv/irclogs.ubuntu.com/2023/09/14/#ubuntu.txt

Guest1028i00:06
Eickmeyerj ?00:07
jemmyHi guys...00:18
jemmygutmorning00:18
Guest23I want to use ubuntu to do coding, but I want to do coding right, so I'm unsure how to best use Ubuntu00:23
EickmeyerGuest23: That's a loaded statement, and there's about a million different guides out on the web on how to get started. Pick an Integrated Development Environment (IDE) that works best for you, but the premise of your statement is broad and you need to narrow-down a question.00:25
Commander_Keenhey all - you know how you can now switch back and forth between wayland and X11 on Ubuntu now? how is that implemented?00:44
Commander_KeenIm wondering because I use an Arch based distro but I would like to have the same functionality00:44
leftyfbCommander_Keen: you are looking for #archlinux00:48
Commander_Keenit's an ubuntu feature - im asking how it is implemented on ubuntu00:49
Commander_KeenI love how people spend more energy gate keeping channels then they do tryin to actually answer questions00:50
Commander_Keenanybody else in here who is actually helpful?00:50
EickmeyerCommander_Keen: If you have the option, in the lower-right-hand corner upon login, you should have a cogwheel that should let you change.00:51
Commander_Keenim asking how its implemented under the hood00:51
Commander_Keeni want to add the same feature to another distro00:51
EickmeyerOh. Session files. But yes, leftyfb is right, that varies distro to distro.00:51
lubuntuboa noite amigos00:51
Eickmeyer!es | lubuntu00:51
ubottulubuntu: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.00:51
Commander_KeenEikmeyer - thank you :)00:52
xanguaIt's actually portuguese00:52
Eickmeyer!pt | lubuntu00:52
ubottulubuntu: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.00:52
Eickmeyerxangua: Thanks00:52
Commander_Keenleftyfb - sorry that was a little harsh, Im used to dealing with arch users so I probably took your tone wrong -sorry00:52
Eickmeyerxangua: Sometimes my American brain can't decipher.00:52
lubuntuok, good night everyone and stay with God!!!00:54
=== hussain850 is now known as hussain85
=== sinned691500 is now known as sinned69150
=== pinemach6 is now known as pinemach
Guest23to hell with 93 cent a' the imagination, but I need my com' and my ubuntu01:00
Guest23don't make me look silly!01:00
tripstahi have this kde-theme problem, i installed kinfocenter and the changed the gnome theme to kde! i uninstalled the kinfocenter, kde* and these packages: kubuntu-desktop kde-standard language-pack-kde-en. it looks like this and i don't like it!: https://imgur.com/a/JOT3vdt01:12
Eickmeyertripstah: I might have a solution for you. Hang tight.01:13
Eickmeyertripstah: First, what version of Ubuntu? yy.mm01:14
Eickmeyer!yy.mm01:14
ubottuUbuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle01:14
tripstahEickmeyer: 23.04, lunar lobster01:15
Eickmeyertripstah: Perfect. Hang tight, I'll have a package for you to install and an environment variable to set.01:15
Eickmeyertripstah: You need to install 'qgnomeplatform-qt5" and set the environment variables "QT_QPA_PLATOFMTHEME=gnome", "QT_STYLE_OVERRIDE=gnome" and "QT_QPA_PLATFORM=xcb"01:19
EickmeyerThose environment variables need to be set upon login or before login.01:19
Eickmeyers/PLATOFMTHEME/PLATFORMTHEME01:22
tripstahEickmeyer: did that, hmm, no change yet01:41
Eickmeyertripstah: Did you log out/in?01:41
tripstahno, i'll try that later01:42
EickmeyerIt requires a log out/in.01:42
tripstahEickmeyer: it's export command in ubuntu to set env variables, right?01:43
Eickmeyertripstah: Depends on where you put it.01:44
EickmeyerRemember, it has to be set on login or boot.01:44
EickmeyerIf you put it in /etc/profile.d/${textfile}.sh then you need export VARIABLE={setting}.01:47
EickmeyerIf you put it in /etc/environment.d/${textfile} then you don't need export.01:48
Eickmeyertripstah: ^01:48
=== porter is now known as youngeagle
=== youngeagle is now known as youngeagle8827
=== chris14_ is now known as chris14
tripstahEickmeyer: why do i need that when i didn't need it before?02:00
Eickmeyertripstah: No clue, but Ubuntu doesn't install qt/kde theming support by default.02:00
tripstahEickmeyer: i installed kinfocenter and it changed the fonts, titlebar, window frames! yuk!02:02
tripstahis there a theme manager sort of a program? i tried gnome-tweaks but it didn't have the things.02:03
tripstahto change frames fonts and all.02:04
Eickmeyertripstah: Another thing you might do is go into Settings and make sure that the settings are set back to the regular Yaru theme by setting to dark and back to light.02:04
tripstahi use the dark theme.02:04
Eickmeyergnome-tweaks, sadly, would be the one. Gnome doesn't exactly support GTK theming anymore.02:04
EickmeyerThen do the reverse of what I said.02:04
tripstahi mean, "dark style" from the power button -menu from upper right corner.02:05
EickmeyerSame thing, same effect.02:05
tripstahEickmeyer: try kinfocenter and uninstall it? does it have the same effect?02:18
=== deepSleep is now known as Guest3162
Eickmeyertripstah: Not sure because it might not uninstall everything it installed and whatever configs. You might try purging it instead, unless you need it for some other reason.02:19
Eickmeyertripstah: The method I showed you is what I implemented in Edubuntu by default in every Edubuntu install, and it seems to work except the accent colors are blue.02:19
Eickmeyertripstah: And only KDE/Qt apps are affected.02:20
tripstahEickmeyer: can i add the export commands to .login?02:52
Eickmeyertripstah: Just add the variables to .profile02:52
tripstahwhich file from the directory?02:53
Eickmeyer~/.profile02:53
EickmeyerShould be its own text file, just needs to be created if it's not already there.02:53
EickmeyerOr it's ~/.environment02:53
EickmeyerIf it's not one, it's the other. Can't remember off the top of my head for user directories.02:54
* Eickmeyer does whole-system configs.02:54
tripstahok, added these. are they like they should be?02:57
tripstahexport QT_QPA_PLATOFMTHEME=gnome02:57
tripstahexport QT_STYLE_OVERRIDE=gnome02:57
tripstahexport QT_QPA_PLATFORM=xcb02:57
tripstahexport QT_QPA_PLATFORMTHEME=gnome02:57
Eickmeyertripstah: If it's in ~/.environment, then get rid of export.02:59
tripstahi added them to ~/.profile02:59
EickmeyerThen you might want to keep export.03:01
EickmeyerEither way, a relog is required for it to take effect.03:01
Eickmeyertripstah: > export QT_QPA_PLATOFMTHEME=gnome is incorrect (was a typo on my part)03:02
tripstahok, yes03:04
jesse__is that chat really working?03:51
toddc!ask03:53
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience03:53
rammsteinI'm interested to mirror the Ubuntu 22.04 LTS repository. Approximately how much storage space do I require?06:11
EriC^^rammstein: 2.5TB06:14
rammsteinEriC^^: Thanks!06:15
EriC^^rammstein: no problem06:15
=== TomTom_ is now known as TomTom
aiena_in gnome how do i see the app a searchable shortcut is linked to?07:02
aiena_e/g/ type P upi see "Pulse audio volume control" find app it's liked to pavucontrol07:03
aiena_or the weird ones like take screenshot07:05
aiena_i can find the binary run07:05
aiena_*can't07:05
=== jussijo is now known as jtj
=== mIk3_09 is now known as mIk3_08
=== guiverc2 is now known as guiverc
u0_a163hello08:49
u0_a163hello08:50
u0_a163can anyone see this?08:50
Guest23yes u008:51
u0_a163finally08:51
u0_a163lol, i was just searching fot an irc channel08:51
Guest23all is good u008:51
u0_a163but why aren't there more people here?08:51
Foxanheyy08:52
u0_a163hello08:52
Foxani was also looking for alive peoples lol08:52
u0_a163xd08:52
u0_a163i went to the termux channel but there were no people there08:52
Foxandoes anyone know why i can't receive files with DCC08:52
Foxanye, there is 20k peoples here, but noone talks08:53
u0_a163what is ddc? file sync? you could try rsync it is great :D08:53
Foxani need to implement DCC file transfer in my own irc server project, so i'm trying to understand how it works, but it seems like even in real servers it doesn't work xd08:54
u0_a163so you wanna create your own irc server? That is pretty cool bgl08:55
u0_a163ngl*08:55
Guest23add my username as a test username to use with your irc tests08:56
Foxanye it's almost finished, i don't have every irc features but it's works well, it's implemented in cpp08:56
Foxanlol i'll think about you when i'll be evaluated08:57
u0_a163how can I do that, sorry newbie here (in terms of irc, cause I have never really been on an irc channel before) :((08:57
Foxanye it's ok xd how to do what ? implement a server ?08:58
u0_a163nope, add a user here08:58
yes-ubuntuhello! anyone knows how to open let's say /dev/sda3 as a read only file? I am in the terminal and using hexedit written by Pascal Rigaux08:58
Foxanadd like invite ?08:58
u0_a163try the mount command08:58
u0_a163idkn08:59
Guest23yes-ubuntu: cat it to a location on the system?08:59
yes-ubuntuwell, /dev/sda3 is already mounted, it is a live filesystem08:59
Guest23remount with loss a writing?08:59
Foxanwell it was fun talking xdd, bye <309:00
u0_a163bye09:00
yes-ubuntujust that hexedit seems to have no read-only mode09:00
u0_a163imma go too09:00
u0_a163bye everyone09:00
BCBI recently did a server upgrade to Ubuntu 22.04.3 LTS and it bonked my system. Specifically email postfix set up is problematic and I think it may have something to do with update to the resolver. Any known issues?09:01
Guest23later09:01
Guest23enjoy09:01
Guest23ok me too later09:01
Guest23according to the journal, surely yes09:03
BCBAlso what should be in my resolver file  currently it is only nameserver 1.1.1.109:05
Guest23maybe /etc/hosts   got reset?09:05
yes-ubuntucan a filesystem be mounted several times in different modes?09:06
Guest23unless surely yes, then I guess surely yes as in surely what it would do shall it be done09:07
circleyes-ubuntu yes you can; however if you write via two mounts its possible some software might be confused; I don't know whether the filesystem could get confused.09:10
circleQ: https://launchpad.net/ubuntu/+archivemirrors  says that some hosts which do not support https do support rsync. Can rsync be used by end users for apt update or is it just for mirror use?09:11
=== zofrex2 is now known as zofrex
imihi, apparently my 127.0.0.53 dns server doesn't work. how do I fix this?09:39
imias a hotfix I overwrote my /etc/resolv.conf09:39
ravageimi: sudo systemd-resolve --interface wlp2s0 --set-dns 192.168.88.22 --set-domain yourdomain.local10:25
ravagereplace interface, dns and maybe also the local domain with values from your system10:26
imiravage: I have a /etc/systemd/resolved.conf as well, and the DNS server inside works (that's the one I put into /etc/resolv.conf) will that config interfere with my /etc/systemd/resolved.conf file?10:28
imis/config/command/10:28
ravageif your /etc/systemd/resolved.conf is correct then it should work10:28
ravagebut usually you want configuration by interface10:28
ravagemake sure that systemd-resolve is running correctly10:28
ravagesystemd-resolve --status10:29
ravagei think thats resolvctl now actually10:29
imiravage: systemd-resolve: command not found10:29
ravageystemctl status systemd-resolved10:31
ograyour /etc/resolv.conf sould actually be a symlink to the generaed file in /run/systemd/resolve ... if thats not the case, something is wrong10:35
ograi also think you want to use resolvectl, not systemd-resolve ... (syntax might slightly differ though)10:38
=== asarandi2 is now known as asarandi
BCBis there an IRC channel for resolver10:51
ograwould be some systemd channel i suppose10:53
weedmicbear in mind, BCB, you can always create a room - good luck (sounds like a very small group)11:00
BCBI recently did an Ubuntu server upgrade and it bonked my system.  >:-(11:09
yes-ubuntuAnyone knows where does nautilus store thumbnails for file previews?11:11
zniavre/home/USER/.cache/thumbnails  ?11:14
yes-ubuntuI can not see any such directory?11:15
zniavrehidden folder try to ctrl+h11:15
yes-ubuntumy bad... apolodues! :) Thank you zniavre11:16
zniavre:o)11:16
=== sopparus_ is now known as sopparus
niroxIn 22.04.3, is auto resize disk been added? Usally when extending disk on a VM-guest, you had to use fdisk+resize2fs to resize partition. But when i did now, extending in vcenter and after rebooting /dev/sda1 is extended to max automatic and "EXT4-fs (sda1): resizing filesystem from 4165883 to 26185979 blocks" is found in log without doing fdisk+resize2fs..11:26
Bombohow to get the source of the currently used kernel? i tried 'apt source linux-source' but i got linux-meta_5.4.0.162.159.tar.xz then i tried 'apt source linux-image-5.15.0-41-generic' but got linux-signed-hwe-5.15_5.15.0-83.92~20.04.1.tar.xz11:27
BCBUbuntu server upgrade boinked my server (postfix) any suggestion on how to remedy.  Does not seem to be able to resove domain names.  Thank you.11:30
Znevnarestore from backup11:32
BCBZnevna: Ahhh. No...11:33
BomboBCB: maybe fix /etc/resolv.conf?11:33
BCBBombo: yes.  I believe that is the issue but that file seems to be getting overwitten on reboot.  In #Ubuntu trying to figure it out.11:34
BomboBCB: the dhcpd overwrites that11:36
BCBBombo so do I have to set DNS in another file?11:40
BomboBCB: well dhcp config file maybe11:47
BCBBombo and where is that located??11:47
=== VlA is now known as V1A
BomboBCB: /etc/dhcp/dhclient.conf11:48
Bombogot dhclient running?11:48
Bombowell it gets the ip + dns etc info from the main dhcpd i the network, so maybe there is a problem?11:49
Bombohow wrong is the dns ;)11:49
BCBBombo found it thanks.11:51
BomboBCB: try running it manually 'dhclient -v interfacename' maybe that helps11:54
BCBbombo: https://paste.debian.net/plain/129191811:55
BluesKajHi all12:02
BomboBCB: what's your interface name?12:06
BomboBCB: (see ip a)12:06
=== remy_ is now known as Remy
loswedsededany idea on how to fix: Errors were encountered while processing: install-info      E: Sub-process /usr/bin/dpkg returned an error code (1)?12:51
leftyfbloswedseded: you need to pastebin the entire output of the command you are trying to run12:55
loswedsededsudo apt upgrade returned what I pasted leftyfb12:56
leftyfbloswedseded: you need to pastebin the entire output of the command you are trying to run12:56
loswedsededany pastebin youd recommend leftyfb ?12:57
leftyfb!paste | loswedseded12:57
ubottuloswedseded: For posting multi-line texts into the channel, please use https://dpaste.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.12:57
loswedsededleftyfb, https://dpaste.com/CLNQ8Y5TF13:00
iorialoswedseded, sudo mv /var/lib/dpkg/info/install-info.postinst{,.bad}  and try again13:03
loswedsededioria, thank you so much!!13:05
ioriaok13:05
loswedsededioria, did I cause the issue by starting an application while upgrading?13:06
iorianope, an old bug, i guess loswedseded13:06
=== jdrab_ is now known as jdrab
loswedsededhi there again. After upgrading xubuntu I apparently have gnome installed as well? the first screen I see after the upgrade is a menu where I get to choose between ubuntu, ubuntu on xorg and xfce session. Since when do I have this? I thought I only had xubuntu13:17
Znevnaapparently you have it since upgrading xubuntu13:19
loswedsededtil what a display server is and apparently I need to keep reading about xorg and wayland13:20
loswedsededgood that my computer has both displays I guess?13:21
loswedsededis synpatic no longer supported? after updating/upgrading, I don't see it anymore13:23
loswedsededthis is ubuntu 23.0413:23
lotuspsychjeloswedseded: did you install other flavours of ubuntu mixed?13:23
loswedsededI don't believe so, I usually use xubuntu, but I remember I installed gnome to use some apps that need it lotuspsychje13:24
lotuspsychjeloswedseded: if you installed gnome, that would pull in xorg + wayland ontop your xubuntu13:25
loswedsedednoob question: xubuntu uses xorg, correct?13:25
lotuspsychjeubuntu-desktop (on gnome) leaves the user the choice between wayland (default) and xorg13:25
loswedsededno xubuntu is xfce13:26
loswedsededthanks lotuspsychje13:26
loswedsededI find synaptic practical even if it's old. Is there any other system package manager you'd recommend? Is synpatic no longer supported?13:27
lotuspsychjeloswedseded: ubuntu will renew its software centre, from 23.10 and higher13:28
lotuspsychjebut for packages reccomend, you might better use #ubuntu-discuss loswedseded13:28
loswedsededthank you13:29
loswedsededmuch really appreciated13:29
loswedsededhow come firefox doesn't work anymore on my computer?13:59
guivercloswedseded, FYI: xubuntu uses the Xfce desktop yes, which uses Xorg as it's display server & xfwm4 as its Window manager..14:01
loswedsededfirefox is usually installed via snap and not anymore with apt, correct?14:03
toddcyes14:03
loswedsededwhy would my system suggest to install firefox with apt?14:04
guivercas a browser is needed for many programs, and Debian/Ubuntu use the *deb* packaging system, there is a deb package for firefox.. but it's just a stub that loads the firefox snap.. so you're expected to have both (deb package just causes snap to be installed)14:04
loswedsededseems cumbersome. If i install it like this, will firefox appear in the snap tree?14:05
BluesKajthere is a non-snap version available, https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-0414:05
guiverci don't know your release loswedseded , but my own firefox deb is `firefox | 1:1snap1-0ubuntu3               | mantic          | source, amd64, arm64, armhf` where the name highlights it's a stub due to 'snap' in name & lack of version14:05
youngeagle8827At first I didn't quite like the Idea of snaps but now that I've played around with Ubuntu and ZorinOS their starting to grow on me.14:06
guiverc(the deb package of firefox really just ensures deb's depends rules are met)14:06
loswedsededmy last upgrade somehow uninstalled firefox14:08
loswedsededI don't understand why my sustem is so unstable now14:09
u0_a163q14:28
u0_a163ls14:28
u0_a163srry14:28
u0_a163hello14:28
webchat75Any good channel on IRC for Windows questions?14:47
webchat75Oké I have 2 Windows computers. And a Microsoft Bluetooth mouse. I used it on PC2 for months and now I can't connect it anymore. I can connect it to PC1 just fine. How do I find out what's going on?14:48
leftyfbwebchat75: did you try #windows ?14:48
Znevnayeah they'll gladly help you with bluetooth mice issues14:52
ograleftyfb, pffft ... stop stating the obvious 😛14:52
webchat75Seems pretty dead at #windows-please-register14:54
webchat75:5414:55
webchat75[NOTICE] Please note you have entered this channel because one of the #windows channels is currently unavailable, there are too many people joining or the channel is currently set to registered users only. Please register your account /msg nickserv help register or try again later14:55
webchat75How do I do that?14:55
Znevnafor such a question I wouldn't bother14:56
webchat75?14:57
ioria!register14:57
ubottuFor information on registering your IRC nick, see https://libera.chat/guides/registration - For any further help, ask in #libera14:57
ioriawebchat75, if you have problems, join #libera14:57
webchat75Znevna How do I deal with this? Where to gain help?14:59
Znevnayour favourite search engine and proper questions14:59
webchat75I don't know what to google. It just doesn't connect. I don't get error messages I can Google search.15:01
leftyfbwebchat75: /join #windows15:01
Znevna¯\_(ツ)_/¯15:01
ficherohi15:58
lotuspsychjewb fichero15:59
ficheroif i want to create a nvidia profile per application, using the nvidia-settings utility, do i have to specify the name of the feature and know everything I'm setting up15:59
ficheroI have a application profiles tab using this nvidia-settings but then nothing is listed, i kinda know what i have to do on the windows 10 util16:00
ficherois not like I'm a linux gamer, but this 1 game that i play a lot on windows after setting up its profile plays ok and here on ubuntu i can play it but i need to tweak it too to get what i believe better performance than on windows as the network features work better in linux, like gimp for linux works better than on windows16:06
ficheroworks faster the loading at least can't remember other menu options16:06
ficheroanyone can hint me?16:33
Lmousemm?16:33
Lmousebeen dc16:33
ficheroi don't see a list of driver settings as on windows 10 nvidia panel16:33
ficherois what I'm seying and have no idea how to16:34
Lmousenvidia support only local drivers no panels or etc in ubuntu16:34
ficheroLmouse: friend, i ran nvidia-settings it comes with proprietary version of nvidia driver for my 108016:35
ficheroit wasn't there when i was using the naveou16:35
Lmousethere have https://www.linuxcapable.com/install-nvidia-drivers-on-ubuntu-linux/ how it works16:36
ficheroLmouse: ok I'll give it a read16:38
Lmouse👍16:38
=== j0k3r is now known as Guest1856
fsocietyexit16:47
fsocietyjust checking irssi16:48
fsocietyclear16:49
fsocietythis is it16:51
ficheroyes16:51
fsocietyjust checking out a terminal based chat, irssi16:51
paul424Hello, hello I have the following problem : when I do click shutdown in LogOUT window Menu under xfce416:52
paul424instead of shutting down it ask for logging in16:52
paul424it shows avaliable users as if the system was start a new ... why is that ?16:52
paul424blb16:53
Bombofsociety: elli0t used BitchX ;)16:55
fsocietyhaha thanks.16:56
ficheroquestion men17:00
ficherois the nvidia proprietary driver i installed yesterday, using opengl system wide or just for any game or for opengl games17:01
ficheroI play urban terror and quake 3 arena17:01
ficheromen?17:06
=== rs20095 is now known as rs2009
howudodatis there a cli equivalent to the Gnome About Computer applet?  Just want to copy / paste the info19:33
leftyfbhowudodat: dmidecode, lshw, neofetch19:37
howudodatleftyfb: thanks.  was looking for a simple summary (something that would basically do: lsb_release -a, gnome-shell --version, and a 5 line summary of lshw) .  I installed hardinfo and can copy/paste there.19:41
Zed`howudodat: out of curiosity what's wrong with lshw?19:56
howudodatZed: nothing, it's great for hardware info.  just didn't have some of the operating environment info in it.  Many times when posting bugs they ask for core operating environment, os, kernel, memory, etc.20:00
ioriai'd go with inxi (but you need to pick up the flag you want) howudodat20:00
Zed`ah so20:04
ev0n44I'm running ubuntu server with just the terminal.  How do I set up a script to run right after login?20:12
jmcantrellis there a repository where the default colors for the terminal are stored?20:13
leftyfbev0n44: why right after login? Are you still messing with your own "startx" on ubuntu server?20:13
ev0n44leftyfb, Well I setup openbox to start at boot but no program inside of openbox will launch.  I am assuming this is because there is no user logged in before openbox starts20:15
leftyfbev0n44: did you create a systemd service for it?20:15
ev0n44leftyfb yes.20:15
leftyfbev0n44: did you set it up for your --user like I told you to?20:15
ev0n44leftyfb, I probably missed that.  I don't know what you mean though20:16
leftyfbev0n44: https://wiki.archlinux.org/title/systemd/User20:16
ev0n44Thanks leftyfb20:18
ahh_g20:19
topcat001In particular https://wiki.archlinux.org/title/Systemd/User#Automatic_login_into_Xorg_without_display_manager is clean and runs X as user, not root. I have tried this also (but on Arch).20:19
topcat001I generally don't like the user logging in automatically, so these were only test setups.20:20
topcat001The key point here is that X needs its own session to run unprivileged (recommended). To do this, the service needs to run as system, not user, as then X is unable to inherit the user session and hence must run as root to get proper access. The xlogin-git package in the wiki sets it up.20:25
ev0n44This is weird.  so I created the necessary files in ~/.local/share/user but openbox keeps starting without login20:49
ev0n44oops hold on20:51
aggrayogihay20:55
ev0n44ok so i put openbox.service inside ~/.config/systemd//user/ but the service keeps starting without login21:02
whxperhi21:06
ev0n44leftyfb when I use `systemctl --user enable openbox.service` it tells me "Failed to connect to bus: No such file or directory"21:44
yes-ubuntuHello! I am viewing https://github.com/wertarbyte/coreutils/blob/master/src/shred.c and I am wondering, is there any way to make a comment for this file? Like, suggest an idea?22:05
=== Thumpxr216 is now known as Thumpxr21
ficherohello i (lv)22:14
leftyfbev0n44: to enable it, you need to give it the full path22:36
=== msyke1 is now known as msyke
leftyfbunless you copied it to /etc/systemd/system which I don't recommend22:36
=== cm-t1 is now known as cm-t
=== kostkon_ is now known as kostkon
ficheroquestion friendos23:55
ficherois this calendar on ubuntu 100% confidential23:55
-ubottu:#ubuntu- Launchpad bug 100 in Launchpad itself "uploading po file overwrites authors list" [Medium, Fix Released] https://launchpad.net/bugs/10023:55
ficheroor is it like the samsung 123:55
ficherothe calendar inside the time and date at the top23:57

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