/srv/irclogs.ubuntu.com/2011/12/18/#kubuntu.txt

BarkingFishDarkriftX: I'm not sure if this is the only thing it does, but system connection prioritizes the connections you have set up.  If you have more than one connection set up to connect automatically, marking your preferred one as "system connection" will cause that one to always be selected as the primary connection.00:02
DarkriftXOk00:03
BarkingFishI do it with Wifi here - I have 8 wifi connections out of here, all marked "connect automatically" - but I have one preferred one marked system connection - which always gets picked and connected to when I start KDE00:03
DarkriftXOk. My router has a 2.4 and a 5ghz setting so it has 2 network id's00:04
DarkriftXI set the 5ghz one to system and the other just to auto00:04
DarkriftXeither should work at any time, so it prob wont matter00:04
DarkriftXI do think its odd that the 5Ghz shows lower signal str than the 2.4 considering there are 2.4 networks all over my neighborhood00:06
skierpagePrinting to PDF using CUPS recently broke for me, I'm not sure why.00:49
skierpageStatus "Backend /usr/lib/cups/backend/cups-pdf does not exist".  Indeed, no such file. It's worked for so long I'm not sure what I did to set it up.00:50
* rar is back01:07
DarkriftXdoes anyone know what the value for KDE4_KDEUI_LIBS should be?01:53
DarkriftXalso KDE4_INCLUDES01:53
skierpageHmm, `aptitude show cups-pdf` says it's not installed, though there's no record of its removal in /var/logs/dpkg.log*02:03
DarkriftXis there record of its install?02:04
skierpageI take it back, 2011-10-14 has "status installed cups-pdf 2.5.1-7", immediately followed by "remove cups-pdf 2.5.1-7 <none>", maybe it was recommended but not any more. Anyway, a reinstall fixed it.02:08
skierpageA lot of apps can now directly save/export/print to file as PDF, so cups-pdf is less useful.02:11
skierpagecheerio02:11
saravanahi guys02:52
badboyyyyyyhi02:52
saravanai downloaded hunting unlimited 2010 game and then mounted it with furius iso then i installed it but when i open the game it shows an error message like "there is no program configured to open tis kind of file "02:56
saravanawhat to do now02:57
Xploitatioushey im currently on kubuntu 10.04 and was wondering how can i upgrade from KDE 4.5.3 to 4.703:07
DarkriftXdoes anyone know what the value for KDE4_KDEUI_LIBS should be?03:10
Xploitatiousfine03:24
Ahmed_i want to install the official nvidia driver but i cannot unload the nouveu driver04:35
Ahmed_i want to log in runlevel 304:36
=== gaurav_ is now known as Guest86099
Tech936hi can some one help me04:56
=== Tech936 is now known as Tpain
SunTsuTpain: yes, of course, my first help would be pointing out that changing your nick right after asking a question is a bad idea04:58
Tpainwoops sorry didnt notice it gave me that user by accident04:59
SunTsuand for the rest: state your business, whithout nobody is able to help05:00
OerHeksoh ..05:06
caesar_nube question but how do i cd in terminal07:13
caesar_i need to cd to root/media/HP TOUCHPAD/cminstall07:15
qbitdepends on permissions and who you arr and where you're trying to cd to07:19
qbitbut I bet you're trying to cd /media/HP TOUCHPAD/cminstall07:19
qbitif you are a user trying to cd into /root you'll more than likely be denied permission07:21
caesar_just got a wrong bash error07:22
caesar_something or another.. sorry i'm new to term and cli all together07:22
qbitcd / changes to the beginning of your file system07:23
qbitcd /root changes into the home directory for the root user, which will be denied if you are not the root user07:23
qbitif you're trying to find something mounted under /media you need the slash in front like /media07:24
caesar_bash: cd: media/HP: No such file or directory07:24
caesar_linux doesn't like the space07:24
qbitcd /media07:24
qbittry to escape the space with cd /media/HP\ Touchpad07:25
caesar_i'm already in media07:25
qbitthen see if cd HP\ TOUCHPAD works07:25
caesar_bash: cd: /media/HP Touchpad/cminstall: No such file or directory07:26
qbitcd: /media/HP\ Touchpad/cminstall    <- look/see the "\" character after HP07:27
qbitohm and drop the ":" after cd while you're at it07:28
qbitas in cd /media/HP\ Touchpad/cminstall07:29
qbitused to be how you wouyld escape a space in regular Unix, not sure if it stil applies to Linux07:29
qbitbummer, just tried it out and it don't work07:31
qbitpwd07:31
qbitoops, wrong windows...07:31
qbitoh it does work after all, I tried the wrong thing  :-)07:32
qbitcd My\ Music put me in the My Music directory07:33
SunTsucaesar_: command line arguments are delimited by whitespace, so you need to tell the shell that that space is part of the name, which is called "escaping". You can add a Backslash ("\") before that space or put double or single quotes around that name07:35
SunTsuelse the shell is not aware that you are trying to supply a single command line argument with a space in it but takes that as two separate arguments07:36
caesar_i think the issue is bigger than the code.. i'm just trying to install cm7 on my HP TOUCHPAD but the touchpad isn't showing in the explorer07:42
caesar_and it's in usb mode07:42
caesar_so i dunno what the issue is07:42
qbitif it's supposed to be under /media I suspect it is supposed to be mounted as a file system? then the mount command would list it07:43
qbitif it is supposed to show up as a device that is different07:44
caesar_which mount command?07:48
qbitjust mount all by itself will display a list of all mounted file systems07:48
qbitfor example, I just stuck a flash drive in my box and mount returns this: /dev/sdc1 on /media/usb0 type vfat  (options removed from cut/paste)07:50
qbitif your touchpad isn't showing as a mounted file system you should look under /dev to see if it is being recognized there as a device07:51
caesar_/dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)07:51
caesar_proc on /proc type proc (rw,noexec,nosuid,nodev)07:51
caesar_sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)07:51
caesar_fusectl on /sys/fs/fuse/connections type fusectl (rw)07:51
caesar_none on /sys/kernel/debug type debugfs (rw)07:51
caesar_none on /sys/kernel/security type securityfs (rw)07:51
caesar_udev on /dev type devtmpfs (rw,mode=0755)07:51
caesar_devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)07:51
caesar_tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)07:51
caesar_none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)07:51
caesar_none on /run/shm type tmpfs (rw,nosuid,nodev)07:51
GoThäîáðûé äåíü âñåì07:52
caesar_lol07:53
GoThÊòî ìîæåò ïîäñêàçàòü ïóòè ðåøåíèÿ ïðîáëåì ñ óñòàíîâêîé, êîòîðûå âîçíèêàþò èç-çà íåâîçìîæíîñòè óñòàíîâêè grub?07:53
caesar_that's what i get when i type mount07:53
qbitso no mounted file system to be seen, and with no mounted file system you cannot cd to some place that does not exist07:54
qbitI'm running short on ideas, but my guess here is it may not have a device node under /dev either07:55
qbitif kernel support exists, or a module can autoload at boot you might get a device node created at boot07:55
qbityou could also do lsmod and look to see if a module is loading to support the touchpad07:56
qbitbut I do not know enough about the subject either  :-)  just a few guesses on my part07:57
qbitI also thought that the Touchpad drivers were part of Xorg08:00
qbitmaybe you're missing those08:00
caesar_qbit: maybe yea08:04
caesar_let me show you what i'm looking at08:04
caesar_http://www.youtube.com/watch?v=q2zWiftfwIk08:04
=== r3v01 is now known as r3v0
=== ubott2 is now known as ubottu
=== Exio is now known as Exio4|Away
=== jonas_ is now known as Guest61781
caesar_qbit: the program i use to communicate with the HP Touchpad is novacom.. when i type novacom in terminal this is what i come up with08:19
caesar_caesar@cerebro:~$ novacom08:19
caesar_version: novacom-1708:19
caesar_usage: novacom [-a address] [-p port] [-t] [-l] [-d device] [-c cmd] [-r password] [-w] <command>08:19
caesar_novacom [-V]08:19
caesar_novacom [-a address] [-p port] -P[ [-f <localport:remoteport,...>] ]08:19
caesar_options:08:19
caesar_        -a address: ip address of the novacomd server, default is 'localhost'08:19
caesar_        -p port: port of the novacomd server's device list port, default is 696808:19
caesar_        -t: go into terminal mode, for interactive use08:19
caesar_        -s: pass signals to remote process08:19
caesar_        -l: list devices and then exit08:19
caesar_        -r: device password08:19
caesar_        -c: service command [login, add, remove, logout]08:19
caesar_                  login:  opens new session08:19
caesar_                  add:    adds device token to host08:19
caesar_                  remove: remove device token from host08:19
caesar_                  logout: closes active session08:19
caesar_        -d device: connect to specific device instead of first.08:19
caesar_                 might be <nduid>, <connection type>, <device type>08:19
caesar_        -w: wait for device to show up before running command08:20
caesar_        -V: version information08:20
caesar_        -P: Port Forwarding Enabled08:20
caesar_        -f: ports to forward08:20
caesar_maybe that will make some sense of it08:20
caesar_err hopefully08:20
DaemonFCso kdebase is now a transitional package in KDE 4.7.4 in Kubuntu because it has been split up finally to use the names from upstream08:29
=== gaurav_ is now known as Guest9255
DaemonFCbut consequently the i386 version is dropped because you don't multiarch empty packages08:29
DaemonFCbut something from Wine claims it needs the i386 version08:30
DaemonFCand the empty package is a "dependency" of a bunch of Kubuntu specific stuff08:30
DaemonFC*sigh*08:30
DaemonFCso my choices appear to be 1. Back out KDE 4.7.4 so I can install wine1.3:i38608:30
DaemonFCor go without Wine, because the x86-64 version which does install, likes to crash X08:31
DaemonFCwhat a mess08:31
DaemonFCI've never seen dependency hell as bad as on Ubuntu before08:31
szalcaesar_: next time use a pastebin please09:07
caesar_szal: sure thing09:08
szalDaemonFC: instead of complaining at this un-Christian hour (;)), file a bug09:09
szalDaemonFC: or wait for yofel to appear (likely when it's evening in Europe, i.e. in 10 hours or later) and poke him directly09:10
cedarNobody's here to speak.09:19
Peace-?09:19
cedarI don't know what is IRC.09:20
Peace-a chat09:20
Peace-where people help people09:20
cedarWhat's the different between this and others?09:20
szaldefine 'others'09:21
Peace-here you can speak only of kubuntu09:21
Graf_Westerholtcedar?09:21
cedar?09:21
Graf_WesterholtIRC is the best chat. :)09:21
szalthis is Kubuntu support; if you want non-specific chatrooms, you might want to visit #kubuntu-offtopic or #ubuntu-offtopic or #defocus09:22
szalor all of them; you can connect to multiple chatrooms at once09:22
Graf_Westerholtcedar http://en.wikipedia.org/wiki/Internet_Relay_Chat09:23
=== JonathanS is now known as JonathanD
=== r3v0 is now known as zz_r3v0
DaemonFCDoes anyone else get a bunch of dependency problems when installing Wine in 11.10?10:07
DaemonFCthe more I look, the more I think they've declared that it depends on packages that don't exist10:07
DaemonFCapt error messages aren't real helpful10:08
DaemonFCif a package exists it just says it won't be installed, not why10:08
DaemonFCearlier versions of WINE just depended on ia32-libs, but now the wine packages try to install Wine64 which crashes the X server when I go to play any games10:08
DaemonFCand the i386 version is not installable due to depending on packages that don't exist10:09
DaemonFCok, this sucks *sigh*10:09
rodstvenikygghjhj10:30
=== rar is now known as Guest67153
=== Guest67153 is now known as rar
=== shymega is now known as Guest69952
=== Intrepid is now known as Intrepid2
=== gaurav_ is now known as Guest85096
srinivasanhi12:55
=== gaurav__ is now known as Guest68723
tonymchi all13:20
tonymcsuddenly all my ntfs partitions has become read only13:20
tonymci checked them with chkdsk on windows and they're clean13:21
tonymci didn't edit fstab and it was working yesterday perfectly13:21
tonymcwhat could have possibly caused this?13:21
tonymcmoreover, i can't mount read-write even ntfs partitions on external HDD13:21
tonymcthe only recent update i remember that could have caused this is the 3.0.15 kernel13:22
tonymcah, sorry, never mind, somehow ntfsprogs was installed triggering mtfs-3g removal13:29
=== EyesIsAsleep is now known as EysIsPerson
=== EysIsPerson is now known as EyesIsServer
=== bulldog98_ is now known as bulldog98
=== drewis_ is now known as drewis
=== rjwiii|2 is now known as mr-rich
=== david is now known as Guest41878
BluesKajHey all14:16
princehi14:17
=== Guest41878 is now known as david__
MatusTI made a fresh install of Kubuntu 11.10, everything went fine except Kubuntu won't boot, i installed it from LiveUSB and liveUSB runs with no problems in live mode14:56
pr_hi15:00
pr_I need some help...15:00
pr_my volume control, network manager and notification widget were gone from my bar, without i change anything, any idea of how to recover it?15:01
Peace-MatusT: try to boot in recovery kernel15:03
Peace-pr_: right button on panel add default panel15:03
=== gaurav_ is now known as Guest61739
Zippahi15:08
ZippaI am from Poland15:08
MatusTPeace-: well, booting to recovery mode doesn't help15:09
Peace-MatusT: well what  did you do ?15:09
Peace-have you tried to login via shell?15:10
ZippaKubuntu is great15:10
Peace-MatusT: and then startx?15:10
MatusTPeace: nothing, i am unable to do anything15:10
MatusTit just shows some errors15:10
Peace-mm15:10
MatusTthat i dont have nforce2 chip and EISA cannot allocate resource for mainboard15:10
Peace-mm15:10
Peace-MatusT: ave you a shot?15:11
Peace-something i can read?15:11
MatusTthe last thing it wrote is setting time15:11
Peace-are yo on linux now?15:11
Peace-in the live cd?15:11
MatusTnope, using Windows 715:11
MatusTi am always dual booting15:11
MatusTand Kubuntu 11.04 worked just fine15:12
Peace-MatusT: ok so ... reboot in live cd , then go  with the browser on webirc and join the kubuntu channel  http://webchat.freenode.net/15:12
MatusTok and then?15:12
Peace-MatusT: do you know lcpci ?15:13
Peace-you should make some shot of the error15:13
Peace-then live cd15:13
MatusTi have a shot of error15:13
Peace-post me15:13
Peace-it15:13
MatusTbut actually its not the error, it just writes some things and stops at the setting time15:13
Peace-wihtout any information i can't help15:13
Peace-i guess is a kernel bug15:13
MatusTok, wait a sec15:13
Peace-but after that i have no idea15:14
MatusTPeace-: http://ge.tt/8as3NLB/v/015:15
Peace-MatusT: reading15:18
MatusTthat's all i have15:20
Peace-MatusT: mm  have you tried to press CRTL C15:21
Peace-?15:21
Peace-or S15:21
MatusTi could't press anything15:21
Peace-i know it seems15:21
Peace-you can't press anything15:21
Peace-MatusT: btw try it or S15:22
Peace-or crtl c15:22
MatusTok...15:22
MatusTPeace-: no, i really can't press anything on keyboard15:26
Peace-ok15:26
Peace-so it's blocked15:27
MatusTyep and now i am on LiveUSB15:27
Peace-perfect15:27
Peace-MatusT: terminal15:27
MatusTinteresting thing is when LiveUSB boots it writes same things to console as recovery kernel15:27
Peace-lspci | grep -i Vga15:27
MatusTbut it continues after time, while recovery just stops and do nothing15:27
Peace-MatusT: maybe could be an acpi settings15:28
Peace-MatusT: sometimes acpi stuff just breaks balls15:28
MatusThttp://paste.kde.org/175346/15:28
Peace-MatusT: wait i am reading searchin15:30
Peace-MatusT: damn i guess i kernel bug15:33
MatusTyep it probably is15:33
MatusTbecause previous Kubuntu versions worked just fine15:33
MatusTi guess i will have to wait for a new kernel15:33
Peace-MatusT: you can choose another kenel ?15:33
Peace-i mean another version15:33
Peace-it's seem it's the  3.0 that has this problem15:34
MatusTah15:34
MatusTi thought its some problem only in the minor and when new version is released i will just install kubuntu with checked option for updates...15:34
Peace-MatusT: http://ubuntuforums.org/showthread.php?t=186314315:35
Peace-MatusT: maybe tere is a solution15:35
Peace-MatusT: you have to read that topic15:36
MatusT*reading*15:36
=== a is now known as Guest50007
=== mario_ is now known as mario_ficarrotta
aantican someone help me with ext4 and a ssd (mount-optiions in fstab, performance related)...?16:58
=== SJrX is now known as SJr
johan_http://pastebin.com/5gH6E3hb i have an akonadiserver but i do not know how to solve this :|18:40
johan_email is not accesible18:40
johan_i hav ean mysql and working18:41
=== gaurav_ is now known as Guest69053
caesar_will the virtualbox in the software center support usb devices?18:53
caesar_does*18:54
civerdoris2hola"" que tal18:57
civerdoris2mmm necesito ayuda con mi sistema  talvez me puedan ayudar18:57
BluesKajcaesar_, run lsusb with your device plugged in.18:58
caesar_BluesKaj: while the vbox is running?18:59
BluesKajyes18:59
caesar_k18:59
BluesKaj!es |civerdoris218:59
ubottuciverdoris2: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.18:59
civerdoris2<BluesKaj> gracias19:01
BluesKajciverdoris2, de nada19:01
=== zz_r3v0 is now known as r3v0
=== alexei is now known as amgarchIn9
horseatingweedsIs there a guide for KDE desktop? I've been messing around with Kubuntu, but I'd rather read something about how to properly use this desktop.20:15
DarkriftXI dont think so20:15
DarkriftXthere are tons of tutorials for little things all over20:15
BluesKajhorseatingweeds, best to install kubuntu-desktop20:16
DarkriftXbut ive never really seen a guide to general use. I would ask your questions here and explore a little to get an idea of what is where20:16
horseatingweedsYeah, I've seen some sparce little things.20:16
DarkriftXexcept for finding config pages, most things in kde are pretty easy to figure out20:16
horseatingweedsBluesKaj: What is kubuntu-desktop?20:18
horseatingweedsIs that different from kde?20:18
BluesKajhorseatingweeds, yes , it's the metapckage that brings in the default apps they woulkd be on the official kubuntu install20:19
BluesKaj!kubuntu-desktop20:19
ubottuk/ed/x/l/ubuntu-desktop is a metapackage. It depends upon other packages and brings them in; you can safely remove it, but it is recommended that you re-install it when upgrading.20:19
BluesKajkubuntu isn't just ubuntu with kde , horseatingweeds20:20
Resistanceits got a lot of KDE-based applications too20:21
horseatingweedsI think I have the oficial Kubuntu installed.20:21
BluesKajhttp://www.kubuntu.org/feature-tour20:21
BluesKajhorseatingweeds, ^20:21
horseatingweedsIt certainly has a different pack of software. Dolphin instead of Nautilus, gksudo not installed.20:22
Resistanceits kdesudo20:22
Resistanceor kdesu20:22
Resistance(KDE sudo, instead of GNOME sudo)20:22
horseatingweedsok20:22
BluesKajgtk is replaced by kde apps20:22
Resistanceyep20:23
mateuszHi all, have a question : how to set different wallpapers on each desktop in kubuntu 11.10, I use compiz and cube20:23
DarkriftXlol, that was a pain in the ass to do a year ago.20:24
horseatingweedsI decided to try out kubuntu because I find Ubuntu's Unity a pain.20:25
mateuszcan anyone help me?20:27
Resistance!ask | mateusz20:27
ubottumateusz: Please 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 !patience20:27
Resistance:P20:27
DarkriftXmateusz: id ask in #compiz (I think thats it)20:27
DarkriftXResistance: he already asked his question20:27
Resistanceah there's the question20:28
ResistanceDarkriftX:  i'm getting packet loss20:28
DarkriftXjust has not received an answer20:28
ResistanceLOTS of it20:28
ResistanceDarkriftX:  since internet out here just came back online today :P20:28
ResistanceDarkriftX:  there's laggy hubs or something, so everyone is getting hit with some packet loss20:28
Resistance(therefore i'm missing entire chunks of IRC text :/)20:28
DarkriftXodd, never seen irc behave like that unless you disconnected20:29
BluesKajmateusz, not sure but you can check in your compiz , and system settings>workspace behaviour , and how they interact20:29
BluesKajbbl..20:30
mateuszoh man20:30
mateuszyou are great20:30
mateuszthank you20:30
ResistanceDarkriftX:  well i'm in via a boucner20:33
Resistanceso the data isnt getting from the bouncer to me completely20:33
Resistance;P20:33
Resistancebut is more than likely getting from irc to bouncer20:33
DarkriftXahh, I see20:34
dbc254dunno how to word this, so can't exactly do a "search" myself. When I get a email from a list I'm on, I used to be able to click on the title of a msg and goto that specific one in the list. Now I can't . How do I regain that function?20:40
=== massimo_ is now known as Guest21438
horseatingweedsWhen you first start Kubuntu, what is this translucent box that appears?20:41
Snowhoghorseatingweeds: If you are refering to the 'folder' you see on the desktop, that's the Folder View widget.20:43
horseatingweedsSnowhog: So you stick often used folders in there or somehting?20:45
Snowhoghorseatingweeds: You can configure it to show what you want. If widgets are 'unlocked' then if you mouse over this folder, you will see a pop-out 'tool bar' that has a wrench icon. Click on the wrench to get to the configuration settings.20:47
randomatixHi, just upgraded to 11.10.   Many apps are now using high CPU, and causing /usr/bin/X to also consume close to 100% of a core.  The common factor seems to be GTK.  Any ideas?20:57
rafa_28I don't know,but maybe20:58
rafa_28have you upgraded from 11.04?21:00
randomatixYes.  Just did the dist-upgrade.21:01
randomatixstrace shows that they tend to be obsessed with reads/writes on a socket, returning EAGAIN21:06
rafa_28I don't like upgrade from older version because the OS run slowly or there are options that don't work21:06
BluesKajrandomatix, are you sure you upgraded , dist-upgrade just upgrades kernel packages , not the OS21:08
rafa_28are you sure??21:08
rafa_28I don't know. How I can do full-upgrade??21:09
randomatixBluesKaj: yes, it was a dist-upgrade through the GTK update-manager.  Plenty of non-kernel things included, Then I manually addressed the PPAs that got disabled.  Was using xorg-edgers, backed off to the more stable one.21:10
BluesKajto upgrade from 11.04 to 11.10 , sudo do-release-upgrade21:10
randomatixI used the option in the gtk update-manager21:11
randomatixit did the whole system21:11
BluesKajwhy gtk update manager this is kubuntu/kde21:11
randomatixI have some experience with dist-upgrades.  This install started out as Gnome back around Breezy or Dapper.21:12
BluesKajrafa_28, sudo apt-get update && sudo apt-get upgrade , then sudo do-release-upgrade21:13
randomatixit's not a pure Kubuntu system.   finally got fed up with the Gnome instability and ditched it.21:13
BluesKajrandomatix, wow no clean installs since breezy , that's very unusual21:15
randomatixit was probably 2006, maybe early 200721:15
=== Resistance is now known as EvilResistance
BluesKajrandomatix, the do-release-upgrade command auto-disables any ppas in /etc/apt/sources.list.d21:16
rafa_28BluesKaj, Make a new install, is it the best ?21:17
randomatixBluesKaj: yes, as did the tool I used.  I suspect the methods are comparable.21:17
BluesKajrafa_28, not necessarily , I've been doing upgrades for the last 3 new releases . without much trouble21:18
randomatixrafa_28: New install is not an option here.  Eventually that will happen, but not now.21:18
randomatix(and one can learn a lot more fixing upgrade problems than just reinstalling like geek squad would :)21:19
randomatixI should mention that I'm using the Intel video drivers, and those have had some problems.21:22
randomatixSome progress: seems like the problem might be with oxygen-molecule.  Changing to another widget style works a lot better.21:47
=== r3v0 is now known as zz_r3v0
=== david is now known as david__
randomatixanyone else noticing high CPU loads with oxygen-molecule?21:57
vithola22:02
=== vit is now known as vit_
vit_homosexuales x aki22:05
=== lilis is now known as geny
=== Tabstar is now known as Tabmow
=== rarillo is now known as Serpa
=== Serpa is now known as Bouzas
=== Bouzas is now known as rarillo
divyarajlogic23:12
=== rarillo is now known as pek
=== pek is now known as raro
znt hello, how can i disable the settings bar of "folder view widget" ? i dont want to see it when i m on the widget.23:18
DoctorPepperhi guys !!!23:45
Tech-1ǝʞoɹq ʇsnɾ pɹɐɔ sɔıɥdɐɹƃ ʎɯ ʞuıɥʇ ı23:46
DoctorPeppercan anyone help me please ,  i have a issue with sound not work for only one user  when using the gstreammer backend for phonon23:50
EvilResistanceTech-1 mind using normal characters :P23:59

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