[00:14] how does xfce autogenerate the system menu? [00:30] Kiption: from the files in /usr/share/applications [00:31] thanks [00:31] how does it determine what category means what sub menu? [00:32] Multimedia isn't a category, but it is a sub menu [00:32] to put something in that menu you need to put it in the AudioVideo category [00:32] do you know where the rest of the translations are? [00:34] gahhh [00:34] you know what sucks [00:34] spending like an hour debugging a problem with sound and finding out that it was on mute all along [00:35] (apparently 1) that's the default and 2) xfce's mixer has no mute button) [00:37] i'm trying to get write support for my usb external drive (ntfs). i've been instructed to install ntfs-3g, which will automount the drive but still no write permission. then i was instructed to install ntfs-config and enable write permission to external devices. that didn't work either. i'm starting back at square one. when i connect my drive, i get two instances of the error message: failed to mount 'mydrive'. unknown filesys [00:37] tem ntfs-3g. [00:38] mkdir /mnt/whatever [00:38] why would i be getting two instances of the error message? [00:38] sudo mkdir /mnt/whatever (sorry) [00:39] sudo chown yourusername:yourusername /mnt/whatever [00:39] sudo mount.ntfs3g -o rw /dev/whateverdevice /mnt/whatever [00:39] profit [00:39] mount.ntfs-3g* [00:39] sorry [00:39] but that won't automount the drive, correct? [00:40] sellyoursoul: do that and see if it works, it narrows down the problem [00:40] also gives me time to look up your solution [00:41] so i need to reinstall ntfs-3g, first. [00:41] sellyoursoul: reinstall? i don't see why [00:41] it's uninstalled at the moment [00:41] sellyoursoul: oh. [00:42] what is libntfs-3g23? do i need this? [00:42] it's currently installed. [00:42] sellyoursoul: i'm guessing it's related [00:43] i guess i could try removing it and see what happens. [00:44] i don't see why randomly removing things is going to install ntfs-3g [00:45] maybe it's conflicting with ntfs-3g? i don't know. at this point (2 days) i'm willing to try anything. [00:45] sellyoursoul: reinstall ntfs-3g [00:56] sellyoursoul: wb [00:57] failed to mount. says it's already mounted. [00:58] sellyoursoul: that means it's already mounted [00:58] that or some shit's going on ;\ [00:59] sellyoursoul: will you dump the contents of your /etc/fstab please? [00:59] !paste [00:59] pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [01:00] i tried this: 'sudo mount -t -ntfs-3g dev/sdb1 /mnt/sdb1 -o force' and i got this 'unknown filesystem type '-ntfs-3g' [01:00] lc2 yes, give a second [01:00] sellyoursoul: you have a spurious dash fight before your fstype [01:00] leave the - at the beginning [01:00] "-ntfs-3g" [01:01] fight = right [01:01] it's -t ntfs-3g [01:01] without the - [01:01] let me try that again before posting my fstab [01:02] whoah wait a second, are you forcibly mounting a device that's already mounted? [01:02] itc: people being evil [01:02] got this: Please type '/sbin/mount.ntfs-3g --help' for more information. [01:03] i don't know what i'm doing, ha, ha. [01:04] mount -t ntfs-3g -o force,rw /dev/sdb1 /mnt/sdb1 [01:04] assuming the directory /mnt/sdb1 exists [01:05] proc /proc proc defaults 0 0 [01:05] # Entry for /dev/sda1 : [01:05] UUID=1463508d-bde2-4fb4-b2cf-d0af17b29289 / ext3 relatime,errors=remount-ro 0 1 [01:05] # Entry for /dev/sda5 : [01:05] UUID=74529839-39cc-483e-a92c-9f56a476d6b3 none swap sw 0 0 [01:05] /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 [01:05] sellyoursoul: do you want the drive to be mounted all the time? [01:06] or rather, would you object if your drive was mounted all the time* [01:06] i want it to automount when i connect it and have write permission [01:06] mm okay [01:07] sellyoursoul: just a'thinkin here [01:08] $LogFile indicates unclean shutdown (0, 0) [01:08] WARNING: Forced mount, reset $LogFile. [01:08] fuse: mount failed: Device or resource busy [01:08] sellyoursoul: then it's still mounted [01:08] the notes plugin doesnt save window size , how come ? [01:08] umount /dev/sdb1 [01:08] then do that [01:09] nitai: i'd hazard a guess and say the only honest answer is "because nobody got around to making it do otherwise" [01:09] or "someone, somewhere likes it that way" [01:10] sellyoursoul: once you've forcibly mounted it again, then unmount it [01:10] unplug it, then plug it back in [01:10] writing works. i should unmount it now? [01:11] sellyoursoul: yes [01:11] sellyoursoul: and then plug it back in and see if writing works [01:11] lol [01:11] sellyoursoul: the unclean shutdown thing could be causing writing to it to be disabled [01:11] sellyoursoul: do that at your own risk btw [01:12] failed to mount 'mydrive' org.freedesktop.hal.storage.mount-fixed auth_admin_keep_always <-- (action, result). [01:12] sellyoursoul: well, that's helpful [01:13] sellyoursoul: i hate to suggest this, but unplug it and reboot [01:13] ha, ha. [01:13] sellyoursoul: also hope that you haven't completely hosed it btw [01:14] me too. i'm restarting and see what my fate beholds. [01:14] sellyoursoul: seeya shortly [01:14] too late [01:17] wb [01:19] drive automounts and writes. thank you very much for the help lc2. when i open the drive i get two file browser windows. any idea on that? [01:19] sellyoursoul: haven't a clue [01:20] what is the risk with force mounting a drive? [01:20] sellyoursoul: it frightens me [01:20] ha, ha. there has to be a reason behind the fear. [01:20] sellyoursoul: yeah, the "force" part [01:21] yea, what exactly is being forced? [01:21] sellyoursoul: i just have an aversion to it, that's all [01:21] sellyoursoul: i don't know, it's probably just an aversion to what forcible anything does in other contexts [01:21] and what's this business about a dirty log file? i have no idea what that means or where this log file is. [01:21] "force" meaning "don't stop me from doing stupid stuff" [01:21] sellyoursoul: probably something to do with NTFS journalling [01:21] yea, i see your point. [01:22] now i'm guessing that when i take this drive to a windows box, i'm likely to have issues. [01:22] sellyoursoul: apparently, next time that happens, there's something called ntfsfix, which you might want to look at [01:22] sellyoursoul: and no, you won't [01:22] noting ntfsfix [01:23] it might not hurt to do a chkdsk on it [01:23] yea, i probably should have done that before messing with it in the first place. [01:23] but the odds of you terminally hosing a filesystem are not entirely significant [01:23] sellyoursoul: yes, indeed [01:24] sellyoursoul: it was because it wasn't safely removed from whatever computer it was on before, that was causing that problem, i suspect [01:24] yea, i usually just pull the plug, assuming the drive isn't spinning. [01:24] bad bad sellyoursoul [01:25] i thought that if the drive was off, it was ok to pull the plug. [01:25] sellyoursoul: it probably is, but ntfs-3g is paranoid [01:25] like all of linux, ha, ha. [01:25] possibly [01:25] me and linux might be a good match [01:26] brb thirsty [01:27] okay, better [01:29] hey lc2, what do -t and -o do in that line? [01:29] -t specifies the filesystem type [01:29] -o specifies mounting options [01:31] so to be ultra paranoid, i should unmount my drive before unplugging? [01:32] no, you can right click on it and go to "eject" or whatever it's called [01:32] then unplug [01:32] which might be exactly the same thing [01:32] i guess i need to look that one up. [01:33] i don't like this, i ejected and the drive spun up. [01:33] it was probably writing something [01:33] and talking of USB TECHNOLOGY, i need to get some stuff off my camera [01:33] what could it be writing? [01:34] it could just be writing to the journal that it has been safely ejected or whatever [01:34] seems to be taking a long time to do something like that. [01:35] mm. :\ [01:35] it doesn't appear to be writing anything. just spinning. [01:35] odd [01:35] unplug it and see what happens [01:35] live life on the edge [01:35] ;) [01:35] i'm scurd [01:36] not really, just wait for it to shut up [01:36] i have 200+ gb's of stuff i'd like to see again. [01:36] heh ;( [01:37] alright to the windows box test, brb [01:37] k hb [01:42] worked fine in xp. i'm wondering what this double window thing is. the battery warning message is coming in double aslo (ran my battery down earlier, oops) [01:46] sellyoursoul: hm, i don't know [01:47] i think parted (partition editor) is installed by default. it's not showing in the apps menu for some reason. how do i open apps that aren't listed in the apps menu? [01:47] go to a terminal and type their name [01:47] otherwise, use the application finder [01:47] "Afbeeldingen & video's uploaden" [01:48] wtf, tinypic's decided i'm dutch? [01:49] hmm. parted is installed and is coming up in terminal, but i thought it had a gui. [01:49] sellyoursoul: try gparted [01:50] http://i42.tinypic.com/11cfjw2.jpg [01:50] is it obvious that i clone-brushed out a park bench there? [01:50] jw [01:51] hello everyone ! [01:51] hi Hermenegil [01:52] can I ask you for help ? [01:53] Hermenegil: of course === Grant-A is now known as Grant-A|pleased [01:54] lc2: if i was guessing, i would say on the right where the shadow is. [01:54] looks ok to me === Grant-A|pleased is now known as Grant-A [01:55] bahaha [01:55] * lc2 calls reuters [01:55] goddamn i'm good [01:55] ha, ha. you use gimp? [01:56] OK, here's my newbie question : where's the package download from the synaptic package manager ends up ? [01:56] sellyoursoul: yup [01:56] Hermenegil: uh good question [01:57] c:\windows\program files (joke) [01:58] lol [01:58] ahaha [01:58] the question is really where apt puts things [01:58] * lc2 looks it up [01:58] Hermenegil: i'd like to know, too. [01:59] someone give me a random program to install [01:59] lc2: do you mess with script fu stuff? i have an idea of something i want to do, but i have no idea how to script it if it can be done. [02:00] sellyoursoul: nope, tried it once, lost very interest very quickly [02:00] cinelerra [02:00] ah yeah [02:00] good idea [02:01] E: Couldn't find package cinelerra [02:01] ! [02:01] you have to add the thing,,,,,you know repository or whatever. [02:02] how about this, if you're on 8.04? http://tombuntu.com/index.php/2008/10/13/install-gimp-26-in-ubuntu-804/ [02:02] sellyoursoul: already done it ;\ [02:02] i like 2.6 [02:03] me too [02:03] something i don't like about gimp is that when transforming selections, the original selection material is shown below the material being transformed. [02:04] i have an idea for a script to take care of that. [02:04] if it can be done. [02:04] sellyoursoul: do you like lisp? [02:05] i'm pretty sure it can be done, but you'd have to like lisp [02:05] !ohmy | Odd-rationale [02:05] Odd-rationale: Please watch your language, attitude, and topic to help keep this channel friendly and helpful. Remember, there are kids here! [02:05] i know nothing of programming. i've been spending a few minutes here and there trying to learn python. [02:05] sellyoursoul: gimp supports python scripts [02:05] Hermenegil: i think i have your answer [02:06] Hermenegil: files are downloaded to /var/cache/apt/archives/ and unpacked from there [02:06] who is Odd-rationale and why don't i see him? [02:07] sellyoursoul: i spoke to him earlier, he seems quite nice [02:08] Hermenegil: then deleted, i assume? [02:08] thanks a lot [02:08] Hermenegil: most welcome [02:08] i meant lc2: [02:08] Hermenegil: that's what i gathered from lsof, anyway, so that might not even actually be true [02:09] sellyoursoul: well, i'm wondering if they really are, because i have a bunch of stuff sitting around there [02:09] yes, its right there [02:10] sellyoursoul: not as many things as i have installed on my system, but still, they're there [02:10] i have a bunch too [02:13] interestingly, the time stamps on them bear no resemblance to reality at all [02:13] -rw-r--r-- 1 root root 9422 2006-06-23 12:10 weblint-perl_2.02-1_all.deb === Grant-A is now known as Grant-A|afk [02:13] weird. [02:13] i have 340 mb worth of still sitting there. [02:14] 389mb here [02:15] perhaps it only keeps the most recent ones around or something [02:15] me < not bad for 3 or 4 days worth, ha, ha [02:15] that might explain the weird skewed timestamps, they might be set intentionally [02:16] sellyoursoul: is that how long you've been on linux? [02:16] yes [02:16] oh cool [02:16] i have a lot to learn [02:16] I think the weird timestamps are the file creation date [02:16] *thinks* six or seven years here [02:16] eleven years if you count my first debian install [02:17] charlie-tca: it can't be, because i definitely didn't install that in 2006 :) [02:17] * lc2 was still on freebsd [02:17] i installed ubuntu once or twice but not gave it any time. i just wanted to have a look around. [02:17] The file creation date, as in the package was created then, regardless of when you got it [02:17] sellyoursoul: i like it a lot [02:17] charlie-tca: oh! [02:17] charlie-tca: yeah, that's what i was wondering, sorry [02:18] no problem. I just hope it clears that a little... [02:26] lc2: any idea how i can set the size of gimp's image window to stay the same, no matter what level i'm zoomed to? [02:27] sellyoursoul: i thought it did that all by itself [02:27] mine does not change size as i zoom [02:28] unless i'm misunderstanding here [02:28] when i zoom an image, the window resizes. [02:28] sellyoursoul: hm [02:28] * lc2 tries that [02:29] okay, that definitely does not happen here [02:29] maybe i changed something in preferences [02:29] ah, edit -> preferences (assuming gimp 2.6) [02:29] under "image windows" [02:30] "resize window on zoom" [02:31] yea, that did it. thanks. [02:31] you might not have changed anything, that could be 2.6s default behaviour, and it might be using my old 2.4 config [02:31] np [02:40] okay, it's time for me to go to sleep [02:40] gnight everyone [02:40] have fun sellyoursoul [03:15] http://www.youtube.com/watch?v=65I0HNvTDH4&NR=1 [04:30] anyone have a good sudoers example file? [04:34] What can I use for browsing the network? I may want to transfer a file to a windows machine. [04:34] saluton [04:35] forces, was that directed towards me? [04:47] i guess my sudoers file will have to sufice as is. [04:49] http://pastebin.com/f6fe6a859 [04:51] is it possible to install xubuntu on an old laptop PII300 with 64 megs of ram? [04:51] astrobill: yes, but with that low of ram you might want to check out fluxbuntu [04:51] astrobill sure. but you'll have to use something besides ubiquity to do the installing [04:52] maxamillion that ram will prevent the use of ubiquity too [04:52] root______: right, fluxbuntu doesn't use ubiguity for installation [04:52] :) [04:52] astrobill i have ran ubuntu kde on a p1 with 64m ram so it will run ok [04:53] hi maxamillion :) [04:53] j1mc: hey, long time no speak [04:53] ok, I'll try it. Thank you:) [04:53] i know! [04:53] maxamillion: i hope you're doing well [04:53] I'll look at fluxbuntu :) [04:53] j1mc: i've been busy, doing well, but busy [04:54] glad to hear it [04:54] j1mc: i'm a linux admin for my university, i graduate with my undergrad in may and then apply for grad school right after [04:54] great! [04:55] j1mc: i'm also a fedora packager :P [04:56] of xfce stuff? what kind of packags? [04:56] j1mc: all our server at work are redhat enterprise linux ... so i've spent a LOT of time with the rpm world [04:56] ah, cool. [04:57] j1mc: no, all xfce stuff is already handled, but the fedora xfce maintainer is my package mentor :) [04:57] cool... what stuff are you working on? [04:58] just little stuff right now ... one is a pre-processor/runtime/compiler for a concurrent programming language called Cilk, i co-maintain htop, i package and maintain txt2tags, shed, and ... [04:58] crap [04:58] can't remember [04:58] sounds cool. is it difficult to package rpm's for fedora? [04:58] j1mc: https://admin.fedoraproject.org/pkgdb/users/packages/maxamillion <--- [04:59] j1mc: uhmm... so far, no ... but i still learn new things all the time [04:59] different packages are harder than others [04:59] oh ... the Cilk environment isn't passed review yet so its not in the pkgdb yet [05:00] j1mc: i'm a packager for the Fedora EPEL projcet also [05:00] epel? [05:00] j1mc: http://fedoraproject.org/wiki/EPEL [05:01] its a third party add on repository for redhat enterprise linux, centos, etc. [05:01] all distros considered "Enterprise Linux" that are redhat based [05:01] cool. [05:02] yeah, it makes life at work quite nice because my workstation at the office runs RHEL (RedHat Enterprise Linux) and the EPEL repo allows me to have some fun things that RedHat didn't deem "enterprise" [05:04] i'm on fedora 10 now, actually. i use it on my desktop. [05:06] yey! [05:06] j1mc: i'm a big fedora fan [05:06] j1mc: http://video.google.com/videoplay?docid=3385088017824733336 <---- i'm done with ubuntu for good [05:07] i want to become a kernel developer so it means a lot to me that redhat and fedora do so much for the kernel [05:08] the kernel is linux the rest is GNU [05:08] i'm a linux fan too [05:08] maxamillion, thats a bunch of hogwash [05:08] maxamillion: i gotta take care of a few things around the house, but nice talking with you. :) [05:09] hey, anyone know where that sound file is that has "i pronounce linux linux" if it's open source i'd like a copy :))) [05:09] cody-somerville: when the stable maintainer of the kernel speaks on the state of the kernel ... i tend to think he's not lying [05:10] maxamillion, he is not speaking truthfully. Matt Zimmerman clearly explains why. [05:10] Matt Zimmerman is what? a Canonical employee? [05:10] CTO [05:10] (lets take this to #xubuntu-offtopic) [05:11] yeah, then i don't care to listen to what he has to say [05:59] WASHINGTON, DC: In a stunning late-hour development, President George W. Bush has granted Osama bin Laden a pardon for the murder of more than 2,700 Americans in the fall of 2001. [05:59] WTF! [06:00] hope its a joke.. but who would joke about something like that. [06:05] It was apperantly a tasteless joke... [06:05] the references was bogus. === Sinister` is now known as Sinister [07:18] anyone ever use that gos on ubuntu ? [08:38] can i run k9copy in xubuntu without grabing all the dependencies? [08:54] hi [09:03] R1cochet, most likely dependencies are because they are needed for running it === ||___Fnord_23___ is now known as HandOf0mega [17:41] oy guys and gals ... hello there [17:41] hello [17:57] Hey everybody: We are having a HugDay for Firefox bugs today. If you have a chance, come on over and take out a couple of bugs! https://wiki.ubuntu.com/UbuntuBugDay/20090122 === wormsxulla_ is now known as wormsxulla [19:36] hello, can someone help me concerning video driver ? [19:37] !ask [19:37] Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [19:56] hi [19:57] how's it going slow-motion? [19:57] hi sellyoursoul [19:57] i'm fine [20:07] Hi! I would like to change the key settings of my Thunar to allow me to (1) mark the current filename at pressing a button and (2) allow me to jumpt to the next filenames without forgetting the markings. Is it possible? [20:16] Salix_: hold down ctrl [20:19] TheSheep: Ctrl and what? I want to do this thing without mouse... with keyboard only [20:20] hmm... ctrl and arrows works... kinda [20:20] I can move off the marked filename but I can not chose a second one [20:20] you can select a file and move the cursor... [20:20] yeah [20:21] I suppose you will get better help at #thunar [20:21] oh... good idea :-] [21:03] Here's my question : I tried to install driver for my video card (its an "ATI" Rage Mobility pro) with wine, I don't think its recommended, well I thought the installation done nothing because it just stop right in the middle, so I reboot to if something have change, and here I am : i have this message on boot "Your screen, graphics card and input device settings could not be detected correctly, you will need to configure [21:03] them yourself" I tried to restore the default driver without success [21:05] what up hermenegil? sorry, i have no idea about your driver config. [21:09] i'm alright, except that i'm stuck on the low graphic mode, how are you ? [21:10] pretty good here. still no idea what i'm doing. [21:11] XFCE is making Midori the default browser [21:11] any comments? [21:12] ?! [21:12] wtg kalikiana :) === TheSheep_ is now known as TheSheep [22:14] I have noticed that Xubuntu has grown under several releases making it quite slow on older machines, precisely this latest. Is it possible to strip from gnome stuff to only Xfce based system? [22:15] how can i deacztivate the alert sound? [22:15] deactivate [22:16] anv: you can modify your install however you please [22:17] subscious: what alert sound? [22:17] the hardware alert sound [22:17] how does it affect in security if removing gnome libs? [22:17] when trying to delete in an empty text box for instance [22:18] subscious: xset b off [22:18] Trying to install off the alternate install disc so I can encrypt the hard drive - after hitting Install Xubuntu or Check CD for defects I get unable to enumerate USB device on port 1 end request i/o error which repeats a bunch. Tried a normal 8.10 xubuntu live cd and was able to run just fine and install started installing just fine. [22:19] Thanks TheSheep ... is there a online refernce for xubuntu with command basics? [22:19] subscious: well, the server install (which is basically ubuntu base without the gnome/kde/xfce desktop) is considered as secure as teh versions with desktops, so I suppose removing gnome libs won't hurt here [22:19] !guide [22:19] Sorry, I don't know anything about guide [22:19] !desktopguide [22:19] documentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - http://rute.2038bug.com [22:20] TheSheep: thanks I start stripping, bye [22:22] do you guys know advanced monitoring packages for xubuntu? (comparable to sysinternals for windows) [22:23] nagios3 [22:24] how can i leave manpages in the terminal? [22:24] subscious: q i believe [22:25] nicce thanks [22:26] subscious: also try ? [22:26] try? [22:26] is xfce kde or gnome? [22:27] subscious: neither [22:27] subscious: it's it's own desktop [22:27] but i am able to run kde or gnome apps am i not? [22:27] TheSheep: try pressing "?" while viewing a man page [22:28] subscious: yeah, you can run kde and gnome apps in any desktop environment [22:28] subscious: yes you can but you will have to install a lot of there libraries [22:28] what is the diffrence? [22:28] subscious: the looks, kde apps will look out of place probably [22:29] subscious: they migth also not obey some global settings you set [22:30] is kde more like osx? [22:30] RediXe: as long as it's not some application running in the background all the time these libs won't hurt [22:30] subscious: no, not really [22:30] subscious: it's more like windows in my opinion, but that's obviously biased [22:31] which is faster / more lightweight ? (xfce is most lightweight is it not? ) [22:31] it kind of depends also on the configuration and the applications you are using [22:32] gnome is most widely used anyways isnt it? [22:35] I don't know, I think gnome and kde are about equal with one going before other ocassionally [22:35] equal in market share, not in how they look/work [22:38] what are the major diffrences? [22:39] subscious, lxde is even lighter but I am content with xfce it have just enough futures an yes, pcmanfm file manager is ok , but without trashcan support [22:45] what is the stuff located in the proc dir? [22:45] oy guys and gals ... can you help me please? ... there is a computer without NIC ... i can't run xubuntu on it ... some problems with the graphics as far as i have seen ... thing is ... i need to copy some files from it ... [22:46] i thought about looking for a text-based *buntu-linux-thing ... then mount a usb-flash-drive ... and then i could copy the files [22:48] how do i start nagios?? [22:48] subscious: all the memory, information about running processes, etc. [22:48] i actually access the heap in there? [22:49] mado: just press alt+ctrl+f1 on ubuntu and you are in text console [22:49] subscious: as root, probably [22:49] where are packages deployed into? [22:50] subscious: all over the directory structure [22:50] thats bad.... anyways how do i start nagios? (it didnt install an icon) [22:50] and i cant find it on the documantation [22:50] subscious: if you run 'dpkg -L packagename' you will get a list of files [22:51] no idea about nagios, it probably runs as a service [22:51] in system->services [22:52] dop i have to restart to see newly installed services? [22:52] s/dop/do [22:52] no [22:52] then its not in there [22:53] restarting is really only necessary when upgrading kernel [22:53] well, you have the documentation in /usr/share/doc/nagios/ [22:53] which pdf reader can you recommend? [22:53] evince [22:54] xubuntu's default [22:54] this now is the second time my file manager is not responding ... what am i doing wrong? [22:54] no idea, what did you do? [22:55] run the services pnel and start a manpage in the terminal [22:55] downloaded a pdf [22:58] which is better viewpdf or claws-mail-pdf-viewer [22:58] or xpdf-reader? [22:58] the latter is just a plugin for claws-mail mail client [22:58] epdfview is pretty fast [22:59] thx [22:59] you can also install acrobat from their site, but it's huge and slow [23:00] yeah ... it still asks me to choose an app for opening tho ... how can i find the executable? [23:01] I don't understand [23:02] when doubleclickin a pdf file it doesnt start epdfviewer automatically ... no association [23:02] are you sure it's a pdf file? [23:02] yeah ... i just opened it from within epdf [23:02] you can select the application to use in the file's preferences [23:03] cool thanks [23:04] can i manually add app icons to the applications menu? [23:05] yes, with menu editor [23:06] in settings [23:08] is it possible that the aptitude package is diffrent to the original? the documentation doesnt seem to work [23:09] not the doc itself but the commands explained in it [23:10] not likely [23:11] it seems to be installed in a diffrent way [23:11] it doesnt find the directions writen in the docs [23:11] the terminal [23:12] i will try working through the manual from the begining maybe the dirs arent created yet ... [23:23] saluton [23:31] if i mkdir ~/downloads .... where is it made? [23:31] a root ... [23:32] subscious: /home/USERNAME/downloads [23:39] if i search for stuff what can i replace ms * with [23:42] I don't use wildcards. I type the first few letters with locate or find and hit enter. It will find all files/folders starting with that [23:42] part of the word [23:43] Programming in bash, I think it uses the same wildcard. [23:43] there are subtle differences [23:43] i need to search for filetypes [23:43] .cfg atm [23:43] locate .cfg [23:43] in windows it would be *.cfg [23:44] in linux too [23:44] ls *.cfg [23:44] for example [23:44] will display all cfg filesi n the current directory [23:44] file roller doesnt do that [23:44] that's true, file roller is an archive management tool [23:45] it's possible they didn't add wildcard support to it [23:45] how other can i do that search than? [23:45] sort by file type? [23:45] can i reduce it by the folderstruct? [23:45] folderstruct? [23:46] yeah ... view all files [23:47] I don't understand [23:47] never mind your advice helped a lot [23:48] thanks [23:48] have fun with linux, I'm going to bed [23:59] gn8 [23:59] good night ...