[00:10] works =)) with some slight mods. [00:11] * Elite doesn't have Xubuntu :P [00:11] All I done was got Ubuntu, and just installed XFCE. [00:13] Anybody know what application the side widget is http://linuxinit.net/site/images/screenshots/0381.jpg <-- [00:13] the workspace switcher. [00:30] .desktop icons created with wine, for me, usually use icons that contain a ".0" on the end of the name. this works fine for gnome. an example line would be: "Icon=0e5b_winamp.0" - but this doesn't work in xubuntu. no icon shows up. if I add .xpm to the end, then the icon is visible in the file manager, but not on the desktop. how can I make this work normally? are there any escape characters I should be using or something? [01:03] do you know of a client (besides Mutt or any command line one) that can save messages in a maildir "way"? === l33t is now known as Thirteen-30-7 === Thirteen-30-7 is now known as xl33t === xl33t is now known as l33tx === l33tx is now known as Oday === Oday is now known as OhDay === OhDay is now known as Eleet === Eleet is now known as Ilite [01:25] xubuntu xubunta [03:14] How do I get GTK installed? I keep getting an "error: gtk/gtk.h: no such file or directory". [03:14] you have gtk installed [03:14] sudo apt-get install gtk2.0 I believe [03:14] you need gtk-dev [03:14] thanks [03:14] gtk2.0-dev [03:15] The-Kernel: that package doesn't exist [03:16] attunix, sudo apt-get install libgtk2.0-dev [03:16] thanks [03:17] wbadger: yep. that works :) [03:17] :) [03:17] I think... it's installing :P [03:17] I hope it works :) [03:17] lol [03:19] nope... doesn't work. [03:19] this is the code: [03:19] ¡ #include gtk/gtk.h [03:19] [03:19] int main( int [03:19] argc, [03:19] char *argv[] ) [03:19] { [03:19] GtkWidget *window; [03:19] gtk_init (&argc, &argv); [03:19] window = gtk_window_new (GTK_WINDOW_TOPLEVEL); [03:19] gtk_widget_show (window); [03:19] gtk_main (); [03:19] return 0; [03:19] } [03:20] !pastebin [03:20] what doesn't work [03:20] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [03:20] what error do you get [03:20] sorry :( [03:20] do you still get no such file found? [03:20] that gtk/gtk.h doesn't exist [03:20] do "ls /usr/include/gtk" [03:21] ok [03:21] oh [03:21] ls: /usr/include/gtk: No such file or directory [03:21] that's right [03:21] what? [03:21] the package installs it in gtk-2.0/gtk/gtk.h [03:21] ok [03:21] how are you compiling? [03:21] gcc base.c -o base [03:22] ok then add an argument [03:22] I think it goes like this [03:22] gcc base.c -I/usr/include/gtk-2.0/gtk/ -o base [03:22] that is a capital I after the "-" [03:22] ok [03:22] does it work? [03:22] hold on [03:23] base.c:1:21: error: gtk/gtk.h: No such file or directory [03:23] so I did something wrong [03:24] gcc base.c -I/usr/include/gtk-2.0/gtk -o base [03:24] try it ? [03:26] hold on. [03:27] same error [03:27] maybe should try like this: [03:27] gcc base.c -Igtk-2.0/gtk/ -o base [03:28] ok [03:28] same [03:29] same error [03:31] gcc -I/usr/include/gtk-2.0/gtk base.c -o base [03:31] it must work unless the package was not installed correctly [03:32] btw does your include line have <>? [03:32] oh wait we should remove the gtk [03:32] attunix, gcc base.c -I/usr/include/gtk-2.0 -o base [03:33] well, it did something... [03:34] it's trying to compile all the library files :P [03:34] very weird [03:34] are you sure? :O [03:34] tat's what it looks like [03:35] my code doesn't hvae 67 lines :P [03:35] I have no idea what's wrong [03:35] I still wonder why your #include lines lakcs <> though [03:36] it's #include [03:36] Hey, I just installed Xubuntu 7.10 and when I try to log in I get this message 'Gtk-WARNING **: This process is currently running setuid or setgid. This is not a supported use of GTK+. You must create a helper program instead. Refusing to initialize GTK+." And then it kicks me back to the login page. Ideas? [03:50] Hey, I just installed Xubuntu 7.10 and when I try to log in I get this message 'Gtk-WARNING **: This process is currently running setuid or setgid. This is not a supported use of GTK+. You must create a helper program instead. Refusing to initialize GTK+." And then it kicks me back to the login page. Ideas? [03:50] did you try to login as root? [03:54] i have not [03:55] was it a fresh install or an upgrade? [03:55] fresh install with a previous /home partition === illu45` is now known as illu45 [03:57] hmm [03:57] http://ubuntuforums.org/showthread.php?t=568189 [03:58] seems to be the same issue [03:59] do you know a way that I can log my processes? It tells me the process number, but the process is killed so I cannot just do a ps and look. [03:59] could be that your /home directory is owned by a different uid from your current login [03:59] possible, but unlikly [03:59] is your /home partition even mounted? [03:59] the old one [03:59] yea [04:02] when my /home partition wasnt mounted, i would login with a default session [04:03] okay, let me go try some things [04:33] does anyone here know Is it possible to password protect a "nautilus-actions" action? [04:44] nautilus is part of the default ubuntu GNOME desktop. xubuntu which uses Thunar. so you might get more answers in #ubuntu [04:45] -which [04:49] yeah no one ever answers in there [04:49] :C [04:49] aw [04:50] http://www.grumz.net/?q=taxonomy/term/2/9 [04:50] you could try some of the tutorials and support resources there [05:04] I tried enabling desktop compositing in Xubuntu 7.10 just to see if it would work and it didn't. I see my mouse cursor and the desktop. I could just reboot since I'm just using the live CD, but isn't there a key combo I could use to exit X, etc. to fix this? [05:06] i just installed xubuntu, and my only problem is my soundcard [05:06] i have a cmi8738 [05:12] Never mind. I just decided to reboot. [05:15] Scabdates that is a common sound chipset, isnt it supported? [05:15] thanks keb [05:15] im looking [05:16] I gotta figure out how to make one password protected [05:26] here are some details about tweaking cmi chipset support http://alsa.opensrc.org/Cmipci [06:51] anyone else having problem with adding network suport to thunar with fuse? [06:51] on gutsy? [06:52] im following the tutorial that use to work on festy and its not working :S [06:55] well thank you all, i guess its just really late for all of you guys [06:55] irc is 24/7 [06:56] keb can u help me? [06:56] not everyone has experience or expertise with every issue however ;) [06:56] by the way, hi keb! [06:56] hi [07:42] i am not getting the gdm on.. it just ends up in a grey screen with the mouse pointer... so i have to press ctrl alt f1 and log in in the CLi and type startx .. does anyone know why? [07:43] check /var/log/Xorg.0.log for details why [07:45] hmmm... keb what do i look for in that? [07:45] errors [07:46] well.. doesnt seem to have errors [07:47] ok then there is ~/.xsession-errors [07:47] but there might not be anything in there if you never got to login [07:48] yeah// i never got to.. never mind.. i dont dislike the CLI [07:48] thanks anyway === zoredache_ is now known as zoredache [08:07] well.. keb .. i sorted that out [08:08] there was this strange thing called wacom in my xorg.conf.. so i did an nvidia-xconfig and restarted.. it works fine now.. [08:14] upgrading now but I guess it'll fail :) [08:14] why? [08:14] encrypted drives ;) [08:14] :-| .. you working at nasa or something? [08:15] why? [08:16] why do you need encrypted drives? [08:16] who is going to steal your info? [08:17] no clue, that's why I encrypt it [08:20] anyway.. for me dnt need privacy of data.. i care about safety :D .. my data is open source ;) [08:20] privacy is a right you should not under estimate [08:21] upgrading takes long... i probably should directly do a fresh install [08:22] hyper__ch: do you have a separate /home? [08:22] scriptdevil: sure I have [08:22] :D then carry on [08:23] i wanna check how it goes with the upgrade [08:23] bye people .. brb after my lunch [08:23] how it handles my luks/dm-crypt devices [08:28] how are you mounting your luks devices? [08:28] I have a luks home dir and it is fine... libpam_mount seems to be broke though [08:41] hi [08:42] hello? [08:56] hmm [08:56] should i count it a bad thing that gutsy fails to setup dma for hda in my ibook? [08:58] also booting took forever [09:00] including which NetworkManager is taking 100% cpu. i've had to kill it with signal 9 two times now [09:03] !screencast [09:03] Some programs to capture your screen are Istanbul, Wink, Gvidcap, Xvidcap, vnc2swf, demorecorder. Also see https://wiki.ubuntu.com/ScreenCasts. [09:13] and btw, return from suspend still didn't work in gutsy final :/ [09:15] https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/99675 apparently the same bug as this [09:15] Launchpad bug 99675 in gnome-power-manager "System incredibly slow after suspend, refuses to restart" [Undecided,New] === damike is now known as mike84 [09:33] http://ubuntuforums.org/showthread.php?t=584631 [10:25] Hello, where is that hardlink/symlink mess with Feisty -> Gutsy updates documented a little, just got the recommended update to tzdata and didn't click the link in the update description.. [10:45] ah nm found it myself: https://bugs.launchpad.net/bugs/116193 lucky me I had the timezone set to Berlin anyway.. [10:45] Launchpad bug 116193 in tzdata "error upgrading tzdata_2007e to tzdata_2007f" [Critical,Fix committed] [10:56] hello [11:30] i just installed ubuntu, and did an apt-get xubuntu, but the fonts are so huge, i can't select xbuntu desktop. [11:31] also, xubuntu splash screen not avaiable [12:06] my login screen's font is huge [12:06] how to fix? [13:15] my upgrade from xubuntu 7.04 to 7.10 crashed. how do i get it to upgrade properly? [13:21] ... [13:21] .... [13:21] hi [13:21] how do i fix it? [13:21] hi [13:21] mig5: what's the error? [13:22] do you like 7.10 then dapper [13:23] my upgrade from 7.04 to 7.10 messed up [13:23] in my case using live 7.10 cd [13:24] can't install 1 program on live mode [13:24] and design issue ... [13:25] when i use console mode(tty) [13:25] chararcters size is bigger than dapper [13:26] mig5: I can't help you if you don't tell me some details. What is broken? What error you get and when? [13:28] TheSheep, 2nd one said update manager got to close [13:28] hello [13:29] TheSheep, and then it closed and update stopped halfway through [13:29] how can i display my windows xp in the boot list [13:29] how can i add entry on GRUB [13:29] keitherz: edit your /boot/grub/menu.lst, there is an example there [13:29] edit menu.1st [13:30] oh ok [13:30] so when i installed linux it didn't automatically search for my xp [13:31] mig5: try switching to text mode with alt+ctrl+f1, logging in and typing 'sudo apt-get -f dist-upgrade' [13:31] keitherz: this is strange [13:31] TheSheep, ok [13:31] it didn't detect my XP [13:37] ok help [13:38] wheres the sample [13:39] ok another thing [13:39] hello? [13:39] we are here [13:40] ok wheres the 1024x768 resolution [13:40] its not listed [13:41] keitherz: you only have lower ones listed? [13:41] yah [13:41] 800x600 and below [13:42] keitherz: seems like it detected your monitor wrong, try running 'sudo dpkg-reconfigure xserver-xorg' and configuring it manually (just use defaults everywhere except for the monitor settings) [13:45] What libraries do I need installed to program in GTK?+ [13:45] attunix: what language do you program? [13:46] C [13:46] libgtk2.0-dev probably [13:47] hi - my xubuntu system is running well now, thanks to help from people in this channel. :) My next issue is wireless. It only shows options for WEP.. is WPA not available? [13:47] TheSheep: I already have that. [13:47] attunix: and if you use glade, then also libglade2-dev [13:47] MichaelTheNewbie: I'm not sure, but you might want to check the documentation [13:47] !wifi | MichaelTheNewbie [13:47] MichaelTheNewbie: Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [13:48] TheSheep: Thanks I will read up. [13:48] how can i continue here [13:49] keitherz: what do you mean? [13:49] i cant select OK [13:49] keitherz: press 'tab' to switch between controls [13:49] I keep getting an error that header file doesn't exist. [13:49] sudo dpkg-reconfigure xserver-xorg [13:50] oh thanks [13:50] attunix: hmm.. that would be libgtk1.2-dev [13:51] attunix: I think [13:51] Use kernel framebuffer device interface? [13:51] what should i answer [13:51] keitherz: "no" [13:51] keitherz: just use teh defaults [13:51] keitherz: that is, hit 'enter' :) [13:52] TheSheep, i did that, it installed these 3 packages, 2 were a kernel and other was nvidia drivers. restarted into this new kernel and internet doesnt work, so went back on old one [13:52] whats the mous port [13:52] keitherz: hit enter === thijsdl is now known as hfsdo [13:52] keitherz: you want /dev/mice [13:53] dev/input/mice [13:53] │ /dev/ttyS0 │ [13:53] mig5: what network card do you use? [13:53] │ /dev/tts0 │ [13:53] │ /dev/gpmdata │ [13:53] │ │ [13:53] │ │ [13:53] │ [13:53] │ [13:53] TheSheep, asus usb wireless [13:53] even if my mouse is in USB [13:53] !patebin | keitherz [13:53] Sorry, I don't know anything about patebin - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [13:53] !pastebin | keitherz [13:53] keitherz: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [13:54] keitherz: yes, /dev/mice is a kind of sink for all the mice [13:54] ok tnx im searching for the ubuntu pastebin [13:55] keitherz: no, just remember to use it next time you want to paste more than, say, 3 lines [13:56] the 1024x768 is still not listed [13:56] mig5: try intalleing the 'restricted modules' for that new kernel [13:56] cant i configure it manually [13:56] keitherz: what graphics card do you use? (the first option in taht config) [13:57] nvidia [13:57] TheSheep, but asus didnt use restricted modules, that is the nvidia [13:58] mig5: ah, then I don't know [13:58] TheSheep, if i keep using this kernel, the feisty one, will it mess stuff up? [13:59] mig5: I guess you might try searching the forums and the bugs database [13:59] mig5: no, it shouldn't [13:59] TheSheep, ok, ill stick with this then for now [13:59] mig5: unless there is some horrible bug that would destroy your system anyways ;) [14:00] TheSheep: either way it doesn't work [14:00] Ive innstalled the new xubuntu from the live cd... And im having problems in the startup. Its not going further than the "Starting Common Unix Printing System: cupsd" [14:01] attunix: maybe try just searching synaptics for gtk.h ? [14:01] TheSheep: ok. I'll try that [14:02] $ dpkg -S gtk.h [14:02] libgtk2.0-dev: /usr/include/gtk-2.0/gtk/gtk.h [14:02] libgtk1.2-dev: /usr/include/gtk-1.2/gtk/gtk.h [14:02] I already have those installed :( [14:02] Is there any way to go around that service without doing it when xubuntu is started up? [14:05] RandyboY: you can disable it in system->services [14:05] RandyboY: try to start in the 'rescue mode' === Igorots is now known as Knightlust [14:46] when i upgraded to xub 7.10 miro was deleted; i've installed it from synaptic again, and selectd it from the installer, but it still doesn't appear on any of my menus ... anybody know where it might be hiding? [14:48] miro? [14:48] whats that [14:48] The new name of Democracy TV, right? [15:47] when i upgraded to xub 7.10 miro was deleted; i've installed it from synaptic again, and selectd it from the installer, but it still doesn't appear on any of my menus ... anybody know where it might be hiding? [15:49] mikubuntu, can you type "miro" in a terminal? [15:50] vinze, ya hold on [15:52] vinze, hmmmm, got a pop up that says i need to download a newer version of miro [15:52] Odd... [15:53] mikubuntu, does the file /usr/share/applications/miro.desktop exist? [15:53] i.e. can you do "mousepad /usr/share/applications/miro.desktop" in a terminal? [15:54] lemme try [16:01] hi folks [16:01] someone here who could help me w/ dual mon setup? [16:01] mosipov: what videocard? [16:01] radeon 9100 [16:02] with xubuntu 7.10 [16:02] it should be easy in 7.10 [16:02] I know [16:02] the issue is, the new displayconfig-gtk shows only 1 screen [16:03] xfce shows 2 screens for desktop setup [16:03] the xorg conf shows only screen 0 with my tft [16:03] it shows 2 screens here, but i only got 1 screen and 1 tv [16:03] and xrandr shows screen 0 with VGA0 and DVI0 [16:04] now I don't know how to get it work with 2 montiors [16:04] side by side just like in windows [16:07] d1n0: no hints? [16:08] I think, I have to edit the xorg.conf? [16:08] you can use aticonfig to configure i think [16:08] I tried to install [16:08] apt-get doesnt know it [16:09] holf on [16:09] hold on [16:09] found it [16:10] installitng fglrx [16:13] vinze, sorry so long: http://paste.ubuntu-nl.org/41532/ [16:14] ooops, guess vinze has left the building [16:15] anybody willing to look at my pastebin and tell me why i can't find miro on my menus? http://paste.ubuntu-nl.org/41532/ [16:21] d1n0: I tried aticonfig [16:21] it terminated with a core dump [16:33] sorr,y, got kicked [16:33] so anyone ideas [17:00] how do i completely remove xubuntu from my system or any other ubuntu version [17:04] blendtux: delete the partitions and restore mbr [17:06] ano lol, that was not what i meant, i have two systems one is my desktop and the other my laptop both running kubuntu, but i installed on both xubuntu-desktop but i want to remove on my desktop xubuntu-desktop and stick only with kubuntu-desktop [17:07] but when i do apt-get remove xubuntu-desktop it will not remove all the packages it installed for xubuntu-desktop [17:07] blendtux: do an 'autoremove' after that [17:08] it only wants to autoremove 1 package [17:08] blendtux: it will remove any packages that are no logner needed [17:08] blendtux: what do you want to remove, by the way? [17:10] it downloaded something like 260 mb of packages, and the installation of xubuntu costs something like 800 mb, and now when i want to remove it it says this: [17:10] root@blendtux-laptop:/var/cache/apt/archives# apt-get remove xubuntu-desktop [17:10] Reading package lists... Done [17:10] Building dependency tree [17:10] Reading state information... Done [17:10] The following packages were automatically installed and are no longer required: [17:10] !pastebin | blendtux [17:10] blendtux: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [17:10] portmap [17:10] Use 'apt-get autoremove' to remove them. [17:10] The following packages will be REMOVED: [17:10] xubuntu-desktop [17:10] 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. [17:10] Need to get 0B of archives. [17:10] After unpacking 41.0kB disk space will be freed. [17:10] Do you want to continue [Y/n]? [17:10] oh sorry TheSheep [17:11] i will use that link in the future [17:11] but anyway, it now only wants to remove 41 kb/s [17:11] alll the other apps it installed wont be removed [17:11] maybe you should just remove the pps you don't need? [17:11] apps [17:12] are you telling me,. that i have to remove everything the xubuntu-desktop metapkackge installed by hand ? [17:13] blendtux: just removing xubuntu-desktop should work, the rest would b autoremoved, unless you installed it manually [17:13] blendtux: if not, file a bug [17:13] no i did not, install somethbing by hand [17:14] look at it what i pasted [17:14] is there some way to tweak my laptop so it doesn't swap as much [17:14] blendtux: then there is something wrong with apt not recording which packages were installed manually [17:14] it seems to constantly be reading from the disk [17:15] soulfreshner: you could put more memory into it [17:15] soulfreshner: or just look at which applications take the most memory [17:15] soulfreshner: and find lighter alternatives [17:16] soulfreshner: you can also disable some services taht start by default but you don't use them [17:16] TheSheep, it's an old laptop with 256MB ram / p3 1000 - so not quite over the hill and running xubuntu's default stuff [17:16] no i dont think so TheSheep, i think there is nothing wrong with app, i think the problem is with the meta package, its a oneway trip [17:16] how do I turn the swap off? [17:17] you can install but you cant remove all the packages the metapackage installed [17:17] in an automated fashion [17:17] soulfreshner: sudo swapoff -a [17:17] blendtux, you should be able to use apt-get autoremove... [17:18] blendtux: either way, file a bug please [17:18] how does autoremove know's that i dont want or need abiword, wich is insatlled by the metapackage xubuntu-desktop or that i dont need all the gnome libs it installed [17:18] blendtux: because it should work [17:19] blendtux: it remembers what was instaleld manually and what was pulled in as a dependency [17:19] ta - TheSheep - I'm going to run like this for a while and see if it helps at all... chances are it may even be slower, since the swap is cached... [17:20] oke, and does it matter that i installed it with the command aptitude install xubuntu-desktop [17:20] soulfreshner: no, in the worst case it will just start killing aps randomly when you run out of memory [17:20] blendtux: either use apt-get or aptitude [17:20] blendtux: yes [17:20] blendtux: I would recommend aptitude as it works better [17:20] blendtux: aptitude doesn't have this function [17:20] blendtux, yeah - it will only keep the dependancies of the stuff you manually installed [17:21] TheSheep: aptitude always had that function [17:21] TheSheep: apt-get copied it from there [17:21] h3sp4wn: but the database is separate from apt's [17:21] h3sp4wn: so apt-get autoremove will not work if soemhting was installed with aptitude [17:21] TheSheep: yeah but you wouldn't use apt-get autoremove if you were using aptitude [17:22] but how can i remove all those other packages [17:22] h3sp4wn: unless you are especially fond of complaining that something is a one way trip [17:22] blendtux: simple way to start off is with an aptitude regexp and markauto all libraries [17:23] blendtux: I'm sorry, I need to calm down :( [17:24] blendtux: i.e something like - aptitude markauto \~slibs [17:24] ! #ubuntu-general [17:24] Sorry, I don't know anything about ubuntu-general - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [17:24] ehm. btw i know exactly what was installed cause i had an empty /var/cache/apt/archive directroy so every deb file in there where for the xubuntu-desktop [17:25] blendtux: You could use dselect then easy as any to use for this [17:26] never used dselect [17:29] blendtux: or work out how to get it into dpkg --set-selections from the list [17:29] but dselect would be just straight away with the remove option [17:30] yeah, oke thanks everybody i work it out [17:30] let me first make me a back up [17:31] since i could be breaking my system if i made a mistake [17:33] blendtux: if you look at /var/log/aptitude [17:34] blendtux: Then if it was all done at once you can take the list from there [17:36] oke, thanks :) [17:37] There is a way using - echo packagename remove | dpkg --set-selections - and dselect-upgrade [17:51] why is xubuntu only shows that i have 2.96gb ram installed, when i have 4gb installed.? [18:01] brick_ : probably related to this http://kerneltrap.org/node/2450 [18:05] brick__: use the server kernel or you can build yourself one with pae or a 64 bit kernel (use it with the existing userland) [18:06] 64 bit kernel is a little bit of messing around sometimes but works fine [18:06] h3sp4wn, now your talking over my head:P hehe [18:06] is it possible to enable highmem in my present kernel without have to mess around? [18:07] no its a compile time option [18:07] yeah.. got that now.. but if i recompile my kernel now, would i have to recompile my nvidia driver etc as well ? [18:07] or will it "just work":? [18:07] Kind of annoying ubuntu doesn't have a -amd64 kernel in the repos [18:08] (for i386) [18:08] they dont? [18:08] ahh [18:08] ok. [18:08] well i was thinking about installing amd64 arch. but all the problems with flashplugins etc.. and java. so i just dropped it.. [18:09] That is why until very recently I used a 64 bit kernel [18:09] with debian sid 32 bit [18:09] little bit off messing around (i.e you need the nvidia-kernel-source from the 64 bit distro) [18:10] but ubuntu doesn't seem to provide even the linux64 wrapper script [18:10] (although it does provide the amd64 libc) [18:11] You could try using make-pkg --arch=amd64 --crosscompile=- (using binutils-multiarch and gcc-multilib) [18:12] Never tried that without already being running a 64 bit kernel though (and my gutsy system is a pentium m) [18:12] h3sp4wn, ok. well its sunday evening and am a bit hangover,, so wont start on that today,, but ill drop by later and ask you for some help:P [18:12] now im off to have another beer:P [18:21] but one thing first,, i got this logitech cordless elite bluetooth keyboard, but lost the adapter that comes with it. but i have another bluetooth v2 usb dongle. can i make them work together somehow and what must i install to make that bluetooth adapter work with the keyboard? [18:26] Hello. [18:52] Hi all, just install xubuntu. A bit help please. How do I set speaker and mic? I dont find any menu entries (yet) [18:53] hums: they should work [18:54] yep, just want to adjust them [18:54] I dont find icon or menu [18:55] menu - settings - mixer settings [18:55] hums: if there is no icon on your panel, then right click somewhere on the panel, select 'add new item' and find 'volume control' on the list [18:55] there you should be able to fix it [18:57] TheSheep: thanks a lot, got it :) [18:58] brick: i found that menu but it doesnot allow me to adjust anything [18:58] problem solved tho [18:58] thanks again, bye [19:12] is there anyway to upgrade from xubuntu to ubuntu 7.10 directly? [19:23] hi, can someone tell me how I can edit the menu? [19:25] settings->menu editor [19:26] well, the problem there is the line --- include --- system ... [19:27] hollunder: yes, that one gathers all your installed applications automatically [19:27] which probably means that they are managed by the system and I can't access any of those entries [19:27] hollunder: but you can remove it [19:27] and then nothing gets managed? [19:28] then you have full control over teh menu contents [19:28] either automatic or manual, how would you do it otherwise? [19:29] mixed ;) [19:29] hollunder: well, you can add your own entries [19:29] hollunder: and if they have the same name as the existing one, they will 'cover it [19:29] but not to the automatically managed menus [19:30] ah [19:30] that could work [19:30] you just have to put your entries *before* the include [19:30] at least if I understand that correctly... they get merged if the name is the same? [19:30] yes [19:30] name and position in the submenus [19:31] will try that, thanks [19:31] hollunder: alternatively, you can copy the relevant files form /usr/share/applications/ to ~/local/share/applications and edit them [19:37] thanks, it worked [19:37] hi. installed xubuntu 7.10 and totem does not play mp3 and almost all videos. what i have to install to play? [19:38] in case I delete the system entry and install a new program it would not get added automatically, correct? [19:40] hollunder: yes [19:40] !mp3 | manopulus [19:40] manopulus: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [19:40] hollunder: the menu is assembled from teh files in /usr/share/applications/ [19:40] thanks [19:41] wonder why it didn't include konqueror automatically [19:42] hollunder: konquereor has "onlyshowin: kde" entry [19:43] where is that entry supposed to be? [19:43] /usr/share/applications/ [19:44] I don't see that line in the konqueror desktop files [19:45] but it is located at /usr/share/applications/kde [19:45] maybe that's why it doesn't show up? [19:46] maybe [19:46] <-- is now also using Gutsy [19:48] hyper_ch: using not utilizing? I thought you're a lawyer? [19:48] TheSheep: I am ;) [19:52] copying to /usr/share/applications/ didn't help :/ [20:07] any idea how I can disable the system beep in xfce? [20:07] in what occasion it is beeping? [20:09] for example when I keep pressing backspace in xchat and the cursor can't go further back [20:09] hmm I use xchat-gnome [20:10] And for some reason it is not beeping hmm [20:10] I use the normal one [20:10] I'll try to find another case [20:10] do you have a sound card installed? if not-> perhaps that's why it's beeping. [20:11] I have a soundcard installed, but it can't be accessed by anything right now because jack is running [20:11] jack? [20:12] but thats not the problem [20:12] it's the same without jack [20:12] I that beep sound on login could be changed with something more pleasent. and sound of silnce also [20:13] What is jack? [20:13] jack audio connection kit [20:13] the beep I mean is the system bell, and it's annoying.. [20:16] yea, really annoying ; i know the problem from windows, never had it in lunix though. [20:17] *linux [20:19] ok, I put rmmod pcspkr into rclocal [20:28] so no probs upgrading 7.04 to 7.10? [20:34] mmm.. open office does not work on 64-bit using fglrx Ati driver.. [20:34] .. no problems beside that :P [20:38] KlrSpz: Lots of people have had problems [20:38] KlrSpz: If you perform the upgrade with aptitude dist-upgrade though should be fine [20:40] I have a computer setup as a NAS now with FreeNAS. I was looking to put Xubuntu on it, since it's lightweight, and I can do torrents on it. I have two questions, can Xubuntu read/write UFS filesystems? and can I set it up to share via samba without passwords? [20:41] abcde_: you're going to use rtorrent? UFS - hmmm, no idea.... samba can be setup without passwords [20:42] hyper_ch, I was thinking azureus, not sure if rtorrent would have what I need [20:42] abcde_: if you want lightweight, you don't want azureus [20:43] abcde_: rtorrent is ncurses based and runs in a shell... so if you run it within a "screen" session you can control it from everywhere you have ssh access to the box [20:43] abcde_: which type of ufs ?(1/2? {free,net,open}bsd or solaris) etc [20:43] I didn't mean lightweight torrent, I meant desktop, I need RSS downloading and parsing into folders, and IP Range blocker [20:44] abcde_: ah... hmmm... well, there's a rss fetcher but I haven't tried it [20:44] h3sp4wn, I have FreeNAS on it now, so I'd assume FreeBSD [20:45] abcde_: do you just need to read it or to write to it also ? [20:45] h3sp4wn, I need R/RW, since I still have free space on it [20:46] abcde_: I think there is experimental support from 2.6.22+ (might be 2.6.23) but its very likely to be buggy [20:46] abcde_: Only thing that will definately read it is freebsd sounds like [20:46] i run xubuntu and deluge-torrent [20:47] abcde_: Or you could use vmware and a copy of bsd on another box to get the data [20:47] KlrSpz, I have Deluge on this machine, I don't like it, it doesn't sort [20:47] abcde_: and then just install xbuntu from scratch [20:47] abcde_: sort in what way? sorts fine for me [20:47] h3sp4wn, I have access to it now, it is fine, but I don't have enough space to back it up [20:48] KlrSpz, I want each RSS feed sorted to a different folder [20:48] abcde_: but if you want to read it from xubuntu its not fine [20:48] abcde_: no sorry write to it from xubuntu [20:49] abcde_: yeah does that fine for me [20:49] guess you need a better plugin [20:49] KlrSpz, I don't want deluge, I don't like it. I will stick to azureus. [20:50] h3sp4wn, from the sounds of it, I might be better with FreeBSD then, so I can read/write it. [20:51] abcde_: or pc-bsd or one of the desktop oriented ones if you want it to be simple (but freebsd is not hard to run - just read the handbook) [20:51] abcde_: what's wrong with deluge? [20:51] abcde_: how about transmission? [20:51] h3sp4wn, I have PC-BSD on another machine, I'll try that, thanks. [20:52] * vonck7 wrote the deluge WebUi , so stop complaining and use deluge [20:52] vonck7, nothing is wrong with it for other people, doesn't do some of the things I want, read my above messages to see why. [20:52] abcde_: that's because you're ignorant.. everything you've requested deluge does effortlessly [20:53] vonck7, I want auto-sorting of RSS feeds, and I don't like the way the RSS works. [20:53] abcde_: RSS is not part of deluge, it's a plugin.. there are many rss plugins to try from [20:53] KlrSpz, I have deluge here now, I don't like the way things work. Isn't this why there are so many linux distros? Based on taste, I don't feel like I should have to defend my tastes. [20:54] I don't mean it offensively or anything, I am just saying I don't like it. [20:54] I don't like being called ignorant for not liking something. [20:54] you're not even paying attention.... EVERYTHING you've asked for, deluge does precisely to the level of taste you were requesting.... you gave up before you even messed with anything properly [20:55] but if you want to waste your system's resources with java, go right ahead [20:55] i'm not campaigning for deluge intentionally, i'm just more pointing out your non-willingness to actually explore a project peropely [20:56] vonck7: write a nice WebUI for rtorrent ;) [20:56] KlrSpz, No, it doesn't. I don't like the look. I don't want to play with something to get it working unless I have to. I know azureus, I like azureus, I shouldn't have to change to something just because you say I should. [20:56] and that's what ignorance begets [20:56] * hyper_ch likes cli appz ;) [20:57] hyper_ch , write a xmlrpc plugin with the same interface as deluge. [20:57] KlrSpz, I'm of the "If it ain't broke" philosophy, azureus doesn't take enough of my resources for me to notice. I don't feel the need to change. That isn't ignorance, that is using what you know. [20:57] vonck7: ;) [20:57] hyper_ch ;) [20:57] vonck7: webui is not really needed ;) [20:58] you're the only person i've ever heard of saying it doesn't use resources... anyway, that's fine... you can use azureus.. and it's not broken, it just comes with really simple plugins for people with simple minds... apparently still too difficult for some [20:58] there are more advanced plugins to allow scalability [20:58] * hyper_ch used azureus as first torrent client on windoze and it just made my system crawling [20:58] vonck7, I don't mean this anything offensive to you, I appreciate anyone who does work on open source/free software. Open source is about choice. [20:58] ...among others :P [20:58] that's my point [20:58] you're choosing not to choose [20:59] only because you are unaware of features [20:59] abcde_ : my 1st comment was tounge in cheek, not offended [20:59] * vonck7 liked utorrent, but that was a long while ago [21:00] KlrSpz, I will let you think you have the high ground, and let you get away with your "simple minds" crack. I am choosing, I tried deluge, that is why it is running now. You are unwilling to read what I said, so I won't repeat it. [21:00] vonck7: utorrent is great [21:00] iut actually runs great under wine as well [21:00] ...but closed source :( [21:00] but didn't have a plugin feature, and is not oos [21:00] oss [21:04] !screencast [21:04] Some programs to capture your screen are Istanbul, Wink, Gvidcap, Xvidcap, vnc2swf, demorecorder. Also see https://wiki.ubuntu.com/ScreenCasts. [21:05] * vinze likes recordmydesktop [21:10] What libraries are needed to develop in QT? === vinze is now known as vinze|brb === vinze|brb is now known as vinze === vinze is now known as vinze|shower === vinze|shower is now known as vinze [22:26] how do you change the default runlevel with upstart (xubuntu 7.10)? [22:35] the upgrade is not available using the update-manager on Feisty ? [22:39] weird, only with the -c -d options [22:40] bisiten estapagina http://juaroj.obolog.com === d33p__ is now known as luisbg_ === luisbg_ is now known as luisb === luisb is now known as luisbg_ [22:57] hello? [22:57] anyone in here? [23:12] :X [23:14] hi [23:14] are there any scanner utilities for xubuntu? [23:17] redshadowhero: xsane and sane-utils [23:17] Okay, I'll check them out; thanks. [23:22] does anyone know how to add the "m-dash" in abiword? === thomas__ is now known as The-Kernel === juaroj is now known as danroj