/srv/irclogs.ubuntu.com/2013/03/03/#ubuntu+1.txt

Allardjtaylor01:02
Allardok01:02
Allardmore specific01:02
Allardis I was using Ubuntu 13.0401:02
Allardthen I installed NVIDIA drivers01:02
Allardand the os didn't load correctly01:02
AllardI had to reinstall it01:03
Allardand when I did office won't start01:03
Allardlast time when I uninstalled it and installed it again it worke01:03
Allardd01:03
jtaylorwhy won't it start? whats the error?01:03
Allardwell it shows no error it just does not load01:03
jtaylorwhat happens when you start it from commandline?01:04
Allardwhen I start from terminal01:04
Allardok01:04
Allardthis is what it is written01:04
Allard/usr/bin/libreoffice: 49: cd: can't cd to lrwxrwxrwx 1 root root 34 ���../lib/libreoffice/program01:04
Allard/usr/bin/libreoffice: 156: exec: /usr/bin/oosplash: not found01:04
jtaylor���../lib/libreof   whats that?01:07
AllardI guess libre office01:07
Allardoo01:07
Allardthis is how it is written01:07
AllardI have no idea01:07
jtaylorlook into the libreoffice file and find out were the question marks are coming from01:08
jtaylorwhats the ouput of: pwd01:08
Allardpwd now is /home/georgi01:09
AllardI don't know where that folder is01:11
bjsniderit shows those question marks in your terminal?01:12
Allardyes01:12
bjsnideryeah, right01:12
Allardit does01:12
AllardI can show you screenshot01:12
jtayloradd a set -x to the libreoffice script and see what it does01:13
Allardwhere is this scripy01:14
Allardscript01:14
penguin42doesn't seem to have a /usr/bin/oosplash01:14
jtaylorno it doesn't cd into the folder were oosplash is01:14
Allardthe thing is I have another laptop01:16
Allardand it loads there01:16
Allardit is with raring too01:16
penguin42Allard: Have you ever tried installing libreoffice from libreoffice's site rather than ubuntu's package - or from a ppa?01:16
AllardI tried downloading it but it is tar.gz so I couldn't01:17
bjsniderjtaylor, i think the can't cd error is to the program folder, which in ubuntu is /usr/lib/libreoffice/program01:17
bjsniderAllard, have you got that folder?01:17
jtaylorbjsnider: I know, the question is why01:17
bjsniderdirectory i mean01:17
bjsniderstop using windows terms01:18
jtaylorprobably because of the questionmarks in the path01:18
AllardI am gonna check01:18
jtaylorthus I asked to add the set -x01:18
Allardnope01:18
Allardno such folder01:18
bjsnidertry ls a sudo01:19
bjsnideras sudo01:19
Allardit has lsb01:19
Allardok01:19
bjsniderthat stuff comes from the package called libreoffice-core. is that package installed?01:20
Allardit says it is installed in Software Center01:20
Allardthrough terminal it has folder lib01:21
bjsniderdpkg-query -L libreoffice-core01:22
bjsniderthis is the list: http://packages.ubuntu.com/raring/amd64/libreoffice-core/filelist01:23
bjsniderif that's not what you see, reinstall the package. remove it first01:23
AllardI see it01:28
Allardmaybe there is something little missing01:28
bjsnideryou see that l ist?01:30
bjsniderbut your ls command said the directory didn't exist01:30
bjsniderso maybe the permissions are wrong01:30
Allardmm01:32
Allardmaybe01:32
Allarddo you know what I have to do01:32
bjsniderwhat do you get with sudo ls -lsd /usr/lib/libreoffice01:32
Allardls: error initializing month strings01:32
Allard4 drwxr-xr-x 5 root root 4096 ��� 27 09:35 /usr/lib/libreoffice01:32
Allardthat is what I got01:33
bjsniderquestion marks instead of the month01:33
penguin42some type of locale problem?01:33
Allardoh yes01:33
jtayloras I said its a problemn in the script01:33
AllardI have it also01:33
penguin42bjsnider: Those aren't ? those are some special character01:33
Allardyes01:33
jtaylorprobably a sed line screwing up on unicode01:33
bjsnideryeah i know01:33
AllardI will restart01:34
jtaylorput the set -x and you will stop guessing around01:34
bjsnideri'm just describing them quickly01:34
Allardok01:34
Allardwhat was that x again01:34
Allardit is the local01:34
AllardI installed new language01:34
AllardI will try to restart01:34
jtaylorno need to restart01:34
jtaylorif you reset the locale we might not find the bug01:34
Allardhow do I reset the local01:35
Allardit is on Bulgarian now01:35
jtaylorthe script is pretty stupid from the looks of it01:36
jtayloruses weird sed to determine a link, instead of using readlink01:36
Allardok01:36
jtaylorI'm not surprised that it breaks01:36
Allardso what now01:37
bjsniderwith all of the users they have it's bound to already be an open bug01:37
jtaylornot necessarily01:37
bjsniderswitch locale and the whole thing breaks down01:37
jtaylorif its a unicode issue it might be specific to special locale01:37
jtayloronly appearing on one special month01:37
jtaylorkind of like the libreoffice won't print on tuesday bug :)01:37
penguin42hehe yes01:37
bjsniderdidn't know about that one01:38
penguin42bjsnider: Bug 24861901:38
ubottubug 248619 in file (Ubuntu Karmic) "file incorrectly labeled as Erlang JAM file (OOo does not print on Tuesdays)" [High,Fix released] https://launchpad.net/bugs/24861901:38
bjsnideri thought they were trying to clean up all of the old sun crap01:38
penguin42jtaylor: Yeh that's a dumb script - parsing the output of ls01:38
jtaylorAllard: cp /usr/bin/libreoffice /tmp01:39
jtaylorAllard: edit /tmp/libreoffice, put set -x on the second line01:39
jtaylorrun it01:39
jtaylorpaste the output on paste.ubuntu.com01:39
AllardI put x01:40
jtaylorset -x01:40
Allardhow do I get the output01:41
jtaylorrun it01:41
jtaylor /tmp/libreoffice 2>&1 | pastebinit01:41
Allard/tmp/libreoffice 2>&101:42
Allardoops01:42
Allard/tmp/libreoffice: 156: exec: /tmp/oosplash: not found01:42
penguin42is that all it said?01:42
Allardyes01:43
AllardI also don't see the date and time01:43
Allardit says [Invalid UTF-8]01:44
AllardI changed it to english01:44
bjsniderput oosplash there too01:44
AllardI will restart and try it again01:44
Allardbrb01:44
penguin42Allard: Can you do   /bin/sh -x /tmp/librefoffice 2>&1 | pastebin01:44
penguin42it01:44
jtaylorthats simpler than editing :)01:44
Allard/bin/sh: 0: Can't open /tmp/librefoffice01:44
penguin42hmph01:45
penguin42Allard: I mistyped01:45
penguin42Allard:   /bin/sh -x /tmp/libreoffice 2>&1 | pastebinit01:45
bjsnideri wonder if readlink still works with the locale changed.01:46
bjsnideralomst certainly does01:46
jtaylorfiled bug 114110601:46
ubottubug 1141106 in libreoffice (Ubuntu) "usr/bin/libreoffice script bad symlink following" [Undecided,New] https://launchpad.net/bugs/114110601:46
jtaylorbjsnider: the issue is not with the filenames01:46
Allard+ SAL_ENABLE_FILE_LOCKING=101:46
Allard+ export SAL_ENABLE_FILE_LOCKING01:46
Allard+ pwd01:46
Allard+ sd_cwd=/usr/lib01:46
Allard+ sd_res=/tmp/libreoffice01:46
Allard+ [ -h /tmp/libreoffice ]01:46
Allard+ dirname /tmp/libreoffice01:46
jtaylorthose are in the package and fine utf-801:46
Allard+ cd /tmp01:46
Allard+ pwd01:46
jtaylorthe problem is the ls -l output01:46
Allard+ sd_prog=/tmp01:46
Allard+ cd /usr/lib01:47
Allard+ [ -e /tmp/ooenv ]01:47
jtaylorwhich contains locale data01:47
Allard+ GDBTRACECHECK=01:47
Allard+ STRACECHECK=01:47
Allard+ VALGRINDCHECK=01:47
Allard+ checks=01:47
bjsnideri guess he doesn't have pastebinit installed01:47
Allard+ test -n01:47
Allard+ VALGRINDOPT=01:47
Allard+ + grepecho -q cc01:47
Allard 01:47
Allard+ PYTHONPATH=/tmp01:47
Allard+ export PYTHONPATH01:47
Allard+ uname -s01:47
Allard+ [ -n  ]01:47
Allard+ [ -n  -a -z  ]01:47
Allard+ exec /tmp/oosplash01:47
penguin42bjsnider: I guess not01:47
Allard/tmp/libreoffice: 156: exec: /tmp/oosplash: not found01:47
jtaylorops01:47
penguin42we need an evil locale for testing this type of stuff01:47
jtaylorusr/bin/libreoffice is01:47
jtaylorso it does not go in the right codepath01:48
bjsniderpenguin42, you could change your locale to bulgarian01:48
penguin42bjsnider: I meant generally; something where every month/day/etc has a quote like char in etc01:48
jtaylorwell I got to go, if you figure out more add it to bug 114110601:48
ubottubug 1141106 in libreoffice (Ubuntu) "usr/bin/libreoffice script bad symlink following" [Undecided,New] https://launchpad.net/bugs/114110601:48
jtayloror just wait for them to fix it01:48
jtayloris probably simpler as the issue is clear01:48
penguin42Allard: What's the locale caled for bulgarian (echo $LANG)01:49
AllardI don't know01:49
bjsniderrun that command01:50
bjsniderecho $LANG01:50
AllardI am with English now and it says: echo $LANG01:50
Allardoops01:50
Allarden_US.UTF-801:50
penguin42right, but yeh that won't help me because I know that one01:51
penguin42http://forum.ubuntu.org.cn/viewtopic.php?t=373265&p=2730302 looks similar01:51
bjsniderwhat's the command to show all installed locales?01:51
AllardI have no idea01:52
penguin42locale -a01:52
Allardbg_BG01:53
Allardbg_BG.cp125101:53
Allardbg_BG.utf801:53
penguin42thanks01:53
bjsniderAllard, one more before you restart01:53
Allardok01:53
bjsnideri know it will work, but anyway: readlink /usr/bin/libreoffice01:53
Allard../lib/libreoffice/program/soffice01:54
Allardthis is the output of that01:54
bjsniderperfect01:54
bjsniderthat's all they needed01:54
bjsniderok, you can restart01:54
Allardok01:54
bjsniderso instead of that, they did ls|sed whatever01:54
bjsniderthey're overachievers to be sure01:55
penguin42bjsnider: It's possible they were trying to make it work on some non-linux?01:55
* penguin42 wonders if the date on the symlink depends on the installation date01:56
bjsnideryeah, but then you do if/else and use the best practices on whatever that is01:56
bjsnideror better yet, build the script based on your platform, leave out the unnecessary parts01:56
penguin42nod01:57
penguin42libreoffice starts on my raring box with LANG=bg_BG.utf801:57
bjsniderdoes ls work?01:58
penguin42yes, I see lrwxrwxrwx 1 root root 34 фев 19 04:27 /usr/bin/libreoffice -> ../lib/libreoffice/program/soffice01:58
bjsniderthat's the difference01:58
penguin42I don't know what you see but I see 3 cyrilic(?) chars for the month01:58
jtaylorpenguin42: you got some valid unicode in there, Allard did not01:59
Allardit worked now01:59
Allardit started01:59
Allardwith English as local01:59
jtaylorreally gone now :) (still wanted to check debian)01:59
Allardok01:59
bjsniderso readlink doesn't use ls?01:59
penguin42Allard: Do you know which Locale you were using - the utf8 bulgarian or the none-utf-8 version?02:00
AllardI have no idea02:00
penguin42It would be good to know what echo $LANG said in that setup02:00
Allardit said what I wrote02:01
Allardeven with bulgarian as locale it said the same thing02:01
bjsniderpenguin42, try with bg_BG02:01
penguin42bjsnider: I don't have it, locale -a is only listing the utf8 version02:01
bjsnideri wonder where the hell he got it02:01
AllardI installed language02:01
Allardthen applied it02:02
penguin42how?02:02
Allardfron system settings02:02
Allardlanguage support02:02
Allardbutton " Install/Remove Languages"02:02
Allardthen applied it02:02
AllardI still have it installed02:02
Allardbut I am using english as applied02:02
bjsniderpenguin42, how did you install it?02:03
penguin42bjsnider: I installed language-pack-bg-base02:03
AllardI guess that is it02:04
Allardalso02:04
Allarddoes somebody know how to fix the blackscreen except with     ACPI_OSI=LINUX in /etc/default/grub02:04
AllardI thought it might be fixed by now02:04
AllardI am going for a cigarette if anyone has an answer I will read it when I come in 3,4 mins02:06
penguin42phew02:10
Allardno answer02:10
Allarddoes somebody know02:10
penguin42Allard: blankscreen at boot is often hardware dependent02:11
Allardyes but it gets fixed with acpi_osi02:11
penguin42yeh, broken firmware - how it's broken is hardware dependent02:11
Allardso it might work if something is done or am I wrong02:11
Allardfirmware of the laptop?02:12
penguin42yeh02:12
Allardso the laptop is broken02:12
penguin42just buggy02:12
penguin42what model?02:12
Allardcan I fix it somehow02:12
Allardmm02:12
AllardAcer Aspire02:12
AllardI am gonna check the number02:13
Allard5732z02:13
Allardit works well on 5738z02:13
AllardI am waiting02:14
penguin42Allard: Report it as a bug, they can do work arounds in the kernel/grub/etc for it02:14
Allardhow do I report it02:14
Allardare you there02:16
penguin42use ubuntu-bug02:16
Allardcan you write the whole line02:17
AllardI am really not that good02:17
penguin42when exactly is the screen blank?02:17
Allardit goes black upon start02:19
AllardI have to click the backlight buttons /Fn+Arrow/02:19
Allardto light up02:19
Allardbut only after I have edited /etc/default/grub02:19
Allardotherwise I have to install ubuntu with acpi off02:20
Allardwhen the install loads I click SHIFT then select acpi off and it loads02:20
bjsniderpenguin42, readlink appears to be available on solaris and bsd02:20
penguin42I'd try   ubuntu-bug   linux   I think if it's hitting api02:20
penguin42c02:20
penguin42right, it's 2:20am here - bedtime!02:21
=== gac_ is now known as gac
=== Atlantic778 is now known as Atlantic777
=== Tribaal_ is now known as Tribaal
=== AlanChicken is now known as AlanBell
=== rperier_ is now known as rperier
zAo^I had a memory leak of some sort (cannot fork) and restarted the machine. Is there a way to trace the problem?13:24
penguin42after you restarted? Difficult - if you're lucky there may be something in one of the logs in /var/log13:26
zAo^penguin42: thanks dmesg.0 doesnt show anything strange13:27
zAo^penguin42: does this ring any bell to you? Out of memory: Kill process 25762 (display.im6) score 920 or sacrifice child13:29
penguin42zAo^: I'm not sure what the im6 was - but I'd bet you were displaying a *HUGE* image?13:30
zAo^I was displaying a 5MB PDF13:31
penguin42did you zoom right in or something?13:31
zAo^nope; just displayed the first page13:32
penguin42huh13:32
BluesKajHiyas all13:38
penguin42Hey BK13:38
BluesKajahh, good strong coffee, ..Hi penguin4213:42
penguin42haha13:43
roasted_HELLO!14:11
roasted_Is there any sort of projection on the kernel 13.04 will ship with? Or will that be up in the air until closer to release?14:14
bekksIt will be a 3.8 kernel.14:15
roasted_I'm curious about the .2, .3, etc.14:16
roasted_mostly because I ran into a show-stopping bug14:17
penguin42roasted_: Do you know that's fixed in an upstream kernel?14:18
roasted_penguin42: the bug report ended with this - Queued for stable, but doesn't look like it made it for 3.8.2.14:19
roasted_Please include said patch14:19
penguin42I think generally they tend to follow the current point releases so I'd expect it to land14:20
roasted_It was just a bummer to have to put 12.04 back on so I can transfer more than 2GB of data. :P14:21
roasted_I'd hate for 13.04 to land and this be the reason I can't really use it14:21
penguin42which bug?14:21
roasted_https://bugs.launchpad.net/ubuntu/+source/linux/+bug/113247714:22
ubottuLaunchpad bug 1132477 in linux (Ubuntu) "DMA: Out of SW-IOMMU space for xx bytes at device [AR8151 network]" [High,Confirmed]14:22
penguin42oh that one, yeh I was watching that14:23
roasted_penguin42: basically transferring 2GB of data, doesn't matter how, cuases my system to go into a hard lockup, requiring a reboot.14:23
roasted_samba, rsync/ssh, doesn't matter.14:23
penguin42yeh, I remember the discussion from yesterday14:25
penguin42roasted_: I've marked it as triaged anyway, I think that should land fairly soon upstream and bubble down; if it doesn't it's in a good position for someone to take just that patch14:27
roasted_penguin42: that's good to know.14:29
roasted_I do find it itneresting that I ran into it on my laptop, but today I'm not seeing it anymore...14:29
roasted_but my desktop is the big one that does it 100% of the time, hence my interest in the bug.14:29
BluesKajroasted_, by what means are youtransferring files , over a network or ?14:43
roasted_BluesKaj: I have a file server that I keep everything on. This is when I noticed the issue.14:54
roasted_BluesKaj: some people reported this issue coming up after a certain amount of time... expedited by youtube usage.14:54
roasted_BluesKaj: leads me to believe it's network-anything related, not just LAN based file transfers with smb/rsync/ssh/etc.14:54
penguin42roasted_: Yeh that just looks like a network driver screwup14:54
roasted_penguin42: but it hits more than 1 driver - no? I have wildly different hardware in my desktop vs laptop and I saw it in both places (although my laptop is working today...)14:55
BluesKajroasted_, ok , thanks for the info ...my other linuxbox crapped out (mobo) died , so was hoping it wouldn't affect a transfer to an outboard drive on the same pc14:56
BluesKajin other words I'm not using ssh atm14:57
roasted_BluesKaj: I had trouble getting 13.04 to acknowledge my USB drive to even try that. Meanwhile, on 12.04 it worked.14:57
penguin42roasted_: My reading of the patch someone linked was that it was stuff that used the atl1c driver, so I guess a few different cards do14:57
roasted_but I didn't give it enough troubleshooting time to figure anymore out about that.14:57
roasted_penguin42: ah okay. I understand that the atl1c driver can hit different cards... it's just comparing wireless laptop vs wired desktop... I wonder how on earth I saw it happen.14:57
penguin42roasted_: I don't know enough about the driver to know which stuff uses it14:58
alankilaa question regarding unity. Does it support zeroconf in any way?15:11
alankilalike, generate possible action completions from network services published by other machines?15:11
alankilafor instance, imagine that I have a zeroconf service that declares availability of an anonymous fileshare. What would I have to install to avoid having to type anything yet be able to mount it?15:12
alankilaon OS X, all that stuff appears automatically in Finder, so something like that is what I'm looking for15:13
Ripper003Trying out raring on my mac but my wireless won't auto connect? I have to go into network manager and tell it to connect to my network15:55
alankilaworks for me, but don't know why you would see that behavior.15:59
alankilaI have a broadcom wireless chip on it, bcm4322416:00
Ripper003alankila: I know it's most odd, the drivers in mpodroid ppa work fine but I think it's a kernel bug16:00
Ripper003It was fine under quantal and then I installed 3.8 kernel and it started doing it16:00
Ripper003that's why I installed pre-release 13.04 to see if it was the kernel being used or my settings16:02
alankilathe only thing on the mac that doesn't work for me are the brightness keys. The display brightness becomes unadjustable after the first resume from suspend16:04
Ripper003ooh...that's interesting...tried to run apt-get reinstall firmware-b43-installer and it says 'unsupported device 14e4:4331'16:04
Ripper003maybe it's classed as legacy now?16:04
alankilaI am unable to say. I use the "wl" driver for my 43224, and that's all I know.16:04
Ripper003it clearly is supported...I'm using the wifi right now xD16:07
Ripper003odd...reckon it's worth filing a bug?16:08
penguin42Ripper003: If it doesn't work correctly file a bug!16:12
Ripper003:D16:12
Ripper003now to actually find where to 'report a bug' seeing as the link to click on launchpad doesn't work16:12
penguin42Ripper003: Just run ubuntu-bug in a terminal16:13
Ripper003and specify the package too16:14
Ripper003penguin42: how do you tell launhpad it also affects 12.10 or does it not matter?16:21
Ripper003actually nvm, it doesn't affect quantal since the kernel version doesn't ship16:22
penguin42Ripper003: Just add it as  a comment16:24
penguin42Ripper003: Once someone tracks down the problem they can mark it also needing a fix in other versions16:24
Ripper003penguin42: fair enough, it's in the description anyway16:25
d1zzYLuLzhas anybody had issues with their laptops not waking up from suspend in 13.04?16:34
=== ikonia_ is now known as ikonia
rymate1234so uh18:56
rymate1234small problem with 13.0418:56
rymate1234http://i.imgur.com/W9eXooO.png18:56
rymate1234hao do I maximise window18:56
rymate1234nvm fixed18:57
rymate1234hey20:28
rymate1234small bug20:28
rymate1234how do I get pulseaudio to output to a usb soundcard?20:28
rymate1234running 13.0420:28
rymate1234it used to work, but it doesn't on 13.0420:29
ivaliUbuntu 13.04 freezes after 5 mins of idle. *completely freeze*20:41
ivaliHow can I debug this?20:41
ivalieven the mouse/clock freezes20:42
IonPainterHi, after last dist-upgrade on raring, can't install any 32 bit application i.e. wine, skype, teamviewer. dependencies are broken. how can i fix it? :)20:44
ivaliIonPainter, apt-get install ia32-libs20:46
ari-_-edoes anybody know the people that run this: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ website?20:46
IonPainterivali: ia32-libs : Depends: ia32-libs-multiarch E: Unable to correct problems, you have held broken packages.20:47
ari-_-ethe program that it provides has 13.04 as an option20:47
IonPaintertry to install the multiarch oart20:47
IonPaintergives me 2 pages broken dependencies20:47
IonPainterhttp://pastebin.com/FXEfWdhS20:48
ivali"apt-get update" doesn't fix it?20:49
IonPainterno20:49
ivaliapt-get update --fix-missing20:52
mandoguitsudo apt-get install -f20:52
IonPainterivali: did just a normal update, nothing unusual20:54
IonPaintermandoguit: did nothing, 0 to install 0 to remove 0 to upgrade20:54
IonPainterit just broke after dist-upgrade yesterday :(20:56
mandoguitIonPainter:   try looking in Synaptics broken filter section to see if it mentions anything maybe then?20:56
mandoguitIonPainter:   you could also try accessing the grub menu on boot to boot a previous kernel to see if a new kernel update is causing the problem.    hold down the shift key while booting to bring up the grub menu20:57
IonPaintermandoguit: 0 broken pakages21:00
IonPaintermandoguit: i do not think this is kernel issue21:01
IonPainterhow can i find out whick package broke?21:02
yofelyou could try to use aptitude to install it, that usually has more meaningful error messages21:03
IonPainterfixed it21:15
ivalihow?21:15
IonPainterhat to downgrade libx11-xcb and libx11-621:15
IonPainterhad21:15
IonPainterfrom proposed to raring21:15
IonPainterthanks for the help bye21:19
* alex_mayorga did "sudo do-release-upgrade -d"21:56
alex_mayorgaI hope bug 551668 would be fixed in raring =)21:56
ubottubug 551668 in linux (Ubuntu) "Fn+F5 and Fn+F6 don't modify brightness on Sony VAIO VPCCW (GT 230M)" [Medium,Incomplete] https://launchpad.net/bugs/55166821:56
smallfoot-where is all the transparency?22:04
smallfoot-i see no release notes22:04
jtaylorrelease notes for what?22:05
alex_mayorgasmallfoot-: I believe there are no release notes until the 1st beta22:06
arandsmallfoot-: the transparency is in "apt-get changelog" ;)22:07
smallfoot-hmm22:07
smallfoot-raring even have betas?22:07
smallfoot-quantal and earlier has release notes for alphas22:08
smallfoot-raring feels more closed and less transparent22:08
=== TheDrums_ is now known as TheDrums
alex_mayorgasmallfoot-: I think this explains https://lists.ubuntu.com/archives/ubuntu-devel-announce/2012-December/000998.html22:26
smallfoot-alex_mayorga, that post is not very informative, doesn't mention much of whats new, i think ubuntu is losing transparency22:30
rymate1234uh22:30
rymate1234http://i.imgur.com/YcTOm9A.png22:30
rymate1234good job firefox22:31
smallfoot-xkcd :D22:43
end_guyIs Skype still availible on 13.04?23:22
PaulW2Uend_guy: yes, it's in the partner repository23:25

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