* yamoonsun has returned | 01:42 | |
yamoonsun | Sup | 01:42 |
---|---|---|
yamoonsun | Can I increase the mouse sensitivity? | 01:58 |
FukUmist | how do you make it so that the "dock", organizes windows into groups to make it easier to navigate when you have a lot of windows open | 03:16 |
holstein | FukUmist: what "dock" are you using? | 03:55 |
holstein | right click - taskbar window list settings - combine mulitple application windows into a single button (this may be what you are looking at/for) | 03:58 |
FukUmist | yeah, thanks | 04:01 |
=== hateball_ is now known as hateball | ||
shwouchk | Hello | 07:04 |
shwouchk | In the new version of lubuntu (13.10) when I use ssh I don't get a gtk dialog for my key password anymore. Why? Also, I checked and see that ssh/gpg-agent get started with the session, but can't figure out what starts them and how to disable this if I wish. Help? | 07:07 |
Unit193 | shwouchk: I'm guessing you want to change /etc/xdg/lxsession/Lubuntu/desktop.conf and change security from ssh-agent (or none?) to gnome-all for the gnome keyring, or at least that's how I think it may work. | 07:14 |
Unit193 | shwouchk: You can copy that to your userdir so you don't have to edit the system one. | 07:26 |
shwouchk | Unit193: already did that - doesn't help | 07:31 |
shwouchk | Unit193: do you know by chance what starts the agents? | 07:32 |
Unit193 | lxsession-edit may say. | 07:45 |
Archguy | Anyone know why this alias doesn't work: alias alias keymap="setxkbmap -layout 'fr,us' -option 'grp:alt_shift_toggle,grp_led:scroll'" I put it in .bash_aliases in Lubuntu 13.04 | 07:48 |
=== AlanChicken is now known as AlanBell | ||
leszek | hi | 11:20 |
hanning | hi, is there a safe way to update lubuntu 11.10 to 13.10? | 13:59 |
mati75 | update to 12.04 | 14:02 |
mati75 | after update to 13.10 | 14:02 |
hanning | is this safe? my oneiric got pretty deeply customized over the years ;) | 14:03 |
mozybonz | <- very happy with 12.04 myself | 14:05 |
mozybonz | cant go any futher on this laptop | 14:05 |
akaseki | hello | 15:16 |
akaseki | is it worth installing the amd catalyst proprietary drivers? | 15:17 |
hectorh30 | hi guys.. my desktop background gets lost when using xrandr to extend my desktop to another monitor :S any clues why? | 15:22 |
_joey | after upgrading to 13.10 all network connections disappeared | 15:44 |
_joey | can someone help please to resolve the issue? | 15:44 |
leszek | _joey: but network-manager applet (nm-applet) is running ? | 15:45 |
_joey | applet is not running, network-manager does | 15:48 |
_joey | if I go into preferences, there're not configurations shown, or I able to configure the connections again | 15:49 |
_joey | Also, if I run service network-manager restart the applet pops up, but there are no connections | 15:49 |
leszek | Not even ethernet ? | 15:50 |
_joey | not even ethernet | 15:50 |
akaseki | ok i'm gonna go and see if 13.10 takes the amd drivers fine | 15:51 |
akaseki | bbl later with possible success or failure | 15:51 |
_joey | I am reading on the web many people have the same issue. I cannot figure out a solution yet | 15:51 |
akaseki | bbl does not require a later -_- | 15:51 |
leszek | did you try creating a new user to make sure it is not a user specific config issue ? | 15:51 |
* akaseki hangs head in shame | 15:51 | |
_joey | I haven't tried using an another user | 15:52 |
leszek | then please try that | 15:53 |
_joey | thanks! I'd be back soon | 15:53 |
akaseki | hi | 16:34 |
abradley | Files are read-only when mounted: http://paste.ubuntu.com/6365754/ How can I get rw access? | 17:22 |
wxl | abradley: i never found a good way with cifs to allow every user access to the mount, so i add uid=$(id -u) | 17:29 |
wxl | of course i don't ACTUALLY add $(id -u) but i use the results of that :) | 17:29 |
abradley | wxl, uid in this case being "crash"? | 17:30 |
wxl | abradley: dunno | 17:30 |
wxl | run id -u on the command line and you'll see | 17:30 |
wxl | different for everyone | 17:30 |
abradley | http://paste.ubuntu.com/6365836/ still get "Error creating directory: permission denied" when trying to create a directory | 17:35 |
ianorlin | what user are you running it as? | 17:36 |
abradley | meant to say uid=1000 . I'm running as user "crash" (1000) | 17:39 |
wxl | is the directory there? | 17:42 |
wxl | i.e. /home/crash/mounts/sbs2011-proxmox | 17:42 |
wxl | if not, create it | 17:42 |
abradley | it is | 17:44 |
wxl | and still you have problems? | 17:44 |
abradley | the mount loads, and files can be read only | 17:44 |
abradley | need to be rw | 17:44 |
wxl | is this a samba share or what? | 17:44 |
abradley | indeed | 17:45 |
abradley | smb | 17:45 |
wxl | well, i'm trying to differentiate between a windows share and a samba share | 17:45 |
wxl | samba shares are ultimately not windows file systems, but they're shared that way | 17:45 |
abradley | its shared from windows | 17:45 |
abradley | cifs | 17:45 |
wxl | so it's not samba | 17:45 |
wxl | it's windows | 17:45 |
wxl | ok | 17:45 |
wxl | if you remove the rw does that fix it? | 17:45 |
abradley | from "small business server 2011" | 17:45 |
wxl | cuz i don't use rw as an option either | 17:46 |
wxl | and is your problem only directories? can you touch and/or edit files? | 17:46 |
abradley | I can open files but not save them | 17:46 |
abradley | both for directories and files | 17:46 |
wxl | strange | 17:47 |
wxl | not sure what to tell you | 17:47 |
abradley | thanks anyway | 17:47 |
wxl | i'm pretty sure you could use autofs and sshfs to fix the problem | 17:47 |
wxl | that's what i've opted to do instead of using cifs | 17:47 |
wxl | it has less pitfalls than cifs | 17:48 |
wxl | !autofs | abradley | 17:48 |
ubottu | abradley: Automount is the modern way to mount directories over a network. It is much easier to manage and more economic in bandwidth than static mounts via fstab. For more info - https://help.ubuntu.com/community/Autofs | 17:48 |
Unit193 | //192.168.1.100/share /mnt/alphawvm/share/ cifs credentials=/root/alphawvm,uid=1000,gid=1000,file_mode=0644,dir_mode=0777 0 0 has worked for me. | 17:48 |
abradley | I could never autofs to work with my nfs share so I gave up | 17:48 |
abradley | but that's another issue entirely | 17:48 |
wxl | abradley: imho the key is using sshfs | 17:48 |
wxl | !sshfs | abradley | 17:48 |
ubottu | abradley: sshfs is a !Fuse based filesystem which allows you to mount a remote system over !SSH - See https://help.ubuntu.com/community/SSHFS for instructions | 17:48 |
_joey | there was a guy helping me here a couple of hours ago. Is he still around? | 18:07 |
wxl | unsure _joey but folks are here to help. what's up? | 18:08 |
_joey | I had so many issues after upgrading to Saucy | 18:08 |
_joey | which I successfully fixed. I cannot imagine a non savvy person fixing such problems | 18:09 |
wxl | yikes | 18:09 |
wxl | well glad i haven't upgraded yet ;) | 18:09 |
_joey | All network connections were gone, as well as numerous error during boot | 18:10 |
_joey | I ended up reconfiguring all packages, thanks god I didn't delete them from cache | 18:10 |
wxl | wow crazy | 18:10 |
_joey | then I needed to add my regular user account to netdev group | 18:10 |
_joey | then for some reason wifi and wlan don't work together nicely | 18:11 |
_joey | so disconnected from wifi to get wlan going | 18:11 |
_joey | the latest problem I haven't fixed | 18:11 |
wxl | what's that? | 18:12 |
_joey | it's basically crap | 18:12 |
_joey | That's what it is | 18:12 |
wxl | No manual entry for crap | 18:13 |
_joey | In 2013 people cannot make Linux desktop user friendly | 18:13 |
wxl | crap: command not found | 18:13 |
Unit193 | _joey: Do you actually have a support question? | 18:13 |
_joey | Unit193: I had. I came back to thank the guy who was helping me earlier | 18:14 |
Unit193 | leszek is gone. | 18:14 |
jarnos | Anyone else having this problem? Bug 1248215 | 18:38 |
ubottu | bug 1248215 in guvcview (Ubuntu) "Sound choppy and out of sync" [Undecided,New] https://launchpad.net/bugs/1248215 | 18:38 |
ianorlin | jarnos I think you should mention what model and kind of webcam it is in the bug report but I have not expienrced that | 19:47 |
jarnos | ianorlin, audio is not recorded by webcam, but a regular microphone connected in audio card. | 19:49 |
ianorlin | ah | 19:49 |
ianorlin | but that might be useful if it is specific to hardware | 19:50 |
jarnos | ianorlin, there you have it. | 19:53 |
Ryoshia | I am having issues with getting my wireless card up and running with Lubuntu | 20:11 |
Ryoshia | anyone there? | 20:12 |
ianorlin | what kind is it if not use lspci | 20:12 |
Ryoshia | Broadcom | 20:13 |
ianorlin | !bcm | 20:13 |
ubottu | Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx | 20:13 |
Ryoshia | yeah I just came from there the packages will not install through Lubuntu, I tried to download them already | 20:13 |
ianorlin | was there an error message on why the packages won't install? | 20:15 |
Ryoshia | It told me on in the Additional Drivers thing that it couldn't connect to the internet.. | 20:16 |
ianorlin | can you plug in to the back of a router with an ethernet cable? | 20:17 |
Ryoshia | no unfortunately I cannot. | 20:17 |
Ryoshia | The Computer is a Dell Vostro A90 | 20:18 |
Ryoshia | The package I downloaded was the broadcom-wl-5.10.56.27.3_mipsel.tar.bz2 but it's not a debian package | 20:19 |
Ryoshia | and in the archive there is no .deb file | 20:20 |
ianorlin | what computer are you currently on? | 20:20 |
Ryoshia | my Windows Machine, it's an HP | 20:20 |
Ryoshia | both of the PCs are side to sid.. | 20:20 |
Ryoshia | side* | 20:20 |
Ryoshia | I is there a Deb file that could install the package? | 20:29 |
Ryoshia | I was able to find a Deb File but it told me Dependency is not satisfiable debhelper (>=8) | 20:33 |
Ryoshia | I am just looking for a way to install these drivers to get interwebz. | 20:37 |
Ryoshia | any other ideas? | 20:44 |
ianorlin | what is the dependacy you might have to download that | 20:51 |
Ryoshia | Well it started as debhelper | 20:57 |
Ryoshia | then it moved to dpkg-dev | 20:57 |
Ryoshia | dpkg-dev needs libdpkg perl though | 20:57 |
Ryoshia | it kind of trickled down | 20:58 |
Ryoshia | I get one dependency to have it say I need another and to another | 20:58 |
ianorlin | can you get apt-offline to work? | 20:58 |
Ryoshia | it's currently not installed | 20:59 |
Ryoshia | according to my terminal | 20:59 |
utusan | firefox won't start in lubuntu but does in openbox/razor session. any ideas? looks like this started about 2 days ago? | 20:59 |
ianorlin | utusan how are you starting firefox? | 21:00 |
utusan | terminal or from menu. btw this is 14.04 | 21:00 |
utusan | rigth now I'm in razor session | 21:01 |
utusan | IIRC there was an lxsession update | 21:01 |
ianorlin | 14.04 isn't stable yet so this may be a bug | 21:02 |
ianorlin | Ryoshia do you have a persistent live usb as you could install apt-offline to that I think | 21:04 |
abradley | autofs nfs share not mounting. auto.master: http://paste.ubuntu.com/6367032/ . auto.nfs: http://paste.ubuntu.com/6367033/ . /mnt/nfs/proxmox exists locally already. when autofs starts /proxmox disappears | 21:44 |
Noskcaj-school | Can someone please confirm bug 1206684 when they next open the lubuntu iso? | 22:42 |
ubottu | bug 1206684 in ubiquity (Ubuntu) "Rendering errors at lubuntu language select screen (Install and OEM-setup)" [Medium,New] https://launchpad.net/bugs/1206684 | 22:42 |
Noskcaj-school | This is something we do not want to release 14.04 with, or the next 12.04 if it is affected | 22:43 |
Noskcaj-school | And someone needs to confirm if bug 1085577 ever got fixed (i think it did) | 22:44 |
ubottu | bug 1085577 in ubiquity (Ubuntu) "Lubuntu daily's CLI links dont work" [Undecided,Confirmed] https://launchpad.net/bugs/1085577 | 22:44 |
=== map is now known as Guest37537 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!