[03:27] !quake [03:27] Quake runs natively under Ubuntu - See http://zerowing.idsoftware.com/linux/quake4/ for details [03:27] !quake 3 [05:53] good morning people of xubuntu. [06:00] can xubuntu be fine tuned to use a flash drive as virtual memory (pagefile) to increase its overall memory? === ronia is now known as tronia [12:06] anybody in here managed to get smooth 1080p playback from mkv. files? [12:06] Is there a convenient image viewer which will not bring down a computer by attempting to thumbnail very large dimensioned images (which may be small in file size) in a directory? [12:07] i already tried smplayer but to no good [12:07] No (mkv) [12:07] visitor1: best luck i have had is with mplayer. see doc or faq for speeding playback [13:25] There [13:25] s always so many people in here for no one to ever be talking, lmao... [13:25] xubuntu works too well :P [13:25] This is true! Maybe I'll join the Windows chat! hahaha [13:27] There are never any problems with xubuntu, it's just inexperienced users like myself looking for help. [13:27] !ask [13:28] 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. :-) [13:29] anybody in here managed to get smooth 1080p playback from mkv. files? [13:30] the hardware should be powerfull enough [13:31] its a pentium 5200 with onboard nvidia 9400 [13:31] visitor1: propietary driver? [13:32] do you use compositing? [13:33] i use the nvidia driver,195.36.24, and no compositing [13:34] have you tried vlc? [13:34] yes, i think ihave tried all the usual video player for ubuntu lol [13:35] also this vdpau stuff [13:35] then i think that nvidia isn't enough :P [13:36] well i wouldnt think so but maybe you are right,have to test with windows [15:31] Bah. [15:32] I would like to set up my eeepc nbook, to be locked after coming back from screensaver/standy [15:32] also xscreensaver does not allow to switch user on xubuntu 10.04 [15:32] so i had to instal gnome-screensaver instead [15:35] I thought gnomescreensaver had that as an option [15:43] if you want to set it up to lock from screensaver; make sure /usr/bin/gnome-screensaver is added as an "Autostarted Application under Xfce -> Settings -> Autostarted Applications [15:44] nikolam: you could just add the user-switcher applet to the panel [15:45] I don't think either screensaver has a "switch user" option. It is a separate applet in Ubuntu and Xubuntu [15:55] in a shell script, what would case $UID not to be set? [15:55] #!/bin/sh -e echo $UID prints nothing [15:57] Aicasn: try #!/bin/bash - sh = dash [15:57] true. dash doesn't track $UID ? [15:58] obviously not... [15:58] hmm. what's the POSIX way to check that user == superuser? [15:58] I don't know if dash has a -e option even [15:59] it does [15:59] k [16:00] whoami maybe ? [16:01] charlie-tca, xscreensaver have "switch" but not working anymore on 10.04. Alo gnome-screensaver has switch user and it is working. It is important in times when screen is locked and someone else need to use desktop without logging off current user . [16:01] But my personal problem now is how to force screen locking when going on standby oand on screen saver activation [16:01] because it si nbook [16:02] it worked on 9.10 [16:02] Add the user switch applet to the pane, then you can switch users anytime you want to [16:02] ChanServ, [16:02] charlie-tca, right. but pane is not accesible if compoutee is locked! [16:03] my solution is to use gnome-screensaver [16:03] you are right. If the screen is locked, there should be no other user using it. If they can use it, they can also access your files [16:04] charlie-tca, they can not see other people files because they log in under separate loging credentials. Home user directory is preventing them from it [16:05] it is very normal on linux desktop to log in on same machine several times for several users [16:05] If I can log in on any name, I can also force the system to show me any files [16:05] only those that know username/password for user can use that user account. that is normal setting on any unix-like system. [16:06] If you think so [16:06] xscreensaver does have option for "new login"? [16:06] Sysi, yes but not working pas 9.10 [16:06] i put gnome-screensaver package and it does what is suposed to. (removing xscreensaver) [16:11] problem I have is that does not get locked after coming up out of standby [16:11] hi [16:12] Howdy, slow-motion. [16:12] hi likemindead [17:25] i made a desktop launcher for a custom shell script. the icon is present on the desktop but double clicking it only opens the file in mousepad [17:26] Did you make the file executable? [17:26] chmod +x FILENAME [17:27] the .desktop file must be +x ? [17:27] no, the file you are trying to run, if it is a script [17:27] it is a script and its 744 [17:28] and i also tried another launcher with /bin/bash ~/.bin/myscript.sh [17:28] if ~/.bin/myscript.sh is not executable, it will not work [17:29] it is executable. hence the '744' [17:29] 7 meaning user has +rwx [17:30] but thats not really the point anyway [17:30] somehow xfce is not associated *.desktop files with the exo- [17:30] resixian: do you want it to be runned in xfce4-terminal from desktop? [17:31] 744 is executable only by owner. I think you need others too [17:31] launcher would then be 'xfce4-terminal -x ~/.bin/myscript.sh' [17:32] no terminal. its just a bash script that launches python gui [17:32] but i got it [17:32] 744 is executable only by owner. I think you need others too [17:32] the tilde is not expanded [17:33] e.g. ~/.bin/myscript is not found [17:33] oh [17:33] Maybe it is using dash, which does not expand it [17:33] i found this by trying 'exo-open ~/Desktop/Foo.desktop' [17:33] try absolute path [17:34] the absolute path is only needed int he .desktop file. from the cli ~ is expanded [17:35] still had to associate the file with 'exo-open' [17:35] which is wierd to me [17:36] ty for the help [17:37] charlie-tca: also 744 was enough [17:38] Okay. Glad you got it. [17:42] another question. i keep having to re-enter wpa keys across reboots (for the same ap) [17:43] on i enter this in /etc/wpa_supplicant.conf [17:43] is there something i must do from the network manager to make these persistent? [17:45] Not that I know of [17:45] I don't use wireless, myself [17:45] umm, have you tried entering it in /etc/wpa_supplicant.conf ? [17:47] there doesn't seem to be one in xubuntu [17:47] actually the whole network startup is borked. [17:48] * charlie-tca seems to two for two today. That's enough, maybe [17:48] after boot neither eth0 or wlan0 are brought up. [17:49] I don't get a network manager icon, but it connects anyway [17:52] my nm just connects to available network [17:53] my interfaces are not even brought up [17:53] ifconfig ath0/wlan0/eth1 all report 'no such device' [17:54] arg.. except rebooting fixed that. [18:00] must be some eeepc quirk.