[00:00] I am recreating the VMware guest right now. [00:08] writing_novel: the panel layout/appearance has been restored successfully, so maybe it was just a warning message and not an error [00:15] brainwash: I do not really recall, but, I am going to recreate the scenario and I'll tell you precisely [00:17] I guess that you shouldn't be worried about it [00:18] no, it was pretty minor in the scheme of things, as the intended function and result was what both Bluesabre and I intended to get. [00:20] I have a Dell Touch screen computer with Windows 8 installed upon it (on the Internal HD) and I plan to blow away Windows 8 and install Ubuntu on the Internal HD. I also need to talk to Dell, as I wish to "downgrade" to Windows 7 (which I will then install in a Virtual Machine using the license as passed through the BIOS). [00:21] But, I have to find out if the OEM license is even in the BIOS right now, they may need to do a BIOS upgrade/downgrade/change for me to have the OEM ACPI tables there to do a native installation of Windows 7 and of course, I need them to send me the media for it as well. [00:21] note that the touch screen support in Xfce is kinda limited [00:22] Yeah I was reading about that too. I am thinking, what I may do, is install Ubuntu GNOME and then add Xfce to it after wards [00:22] I have not yet really decided except to say that I will have 2TB of space, so that is not really a consideration! :) [00:24] I have a VERY old and decrepit laptop with Windows 7 on it that I am going to virtualize the installation on, I cannot wait to take the laptop out of service. Once I get a working Windows 7 on the desktop I am erasing it and peddling it on Craig's List for $150 or so. [00:25] is there a known issue with Pidgin locking up? running pidgin 2.10.9 [00:25] it is so dumb that Windows does not have cumulative patches. [00:26] services packs? [00:26] I installed a Windows 7 for someone on their laptop the other day - we had to reboot the darn thing like 20 times until it was done (they had an old WIN7 DVD, granted), but, it is a very silly system. [00:26] Well, we did SP1, but then to get it from SP1 to "today" it had to do all that. [00:27] KM0201: did you check the reported issues on launchpad? [00:28] KM0201: In 14.04? Not that I know of, and it's been running since the 6th. (Not used much, but nevertheless.) [00:28] So many operating systems do make you download multiple patches to "catch up" an old image, but, most of them, only require you to reboot once to get them all installed [00:28] brainwash: a google search turned up a lot of old bug reports (from a few years ago) nothing recent [00:29] https://bugs.launchpad.net/ubuntu/+source/pidgin/+bugs?orderby=-id&start=0 [00:30] brainwash: Hah, *just* pulled that exact link. :) [00:33] Unit193: several pages of bug report entries, launchpad really needs some sort of auto expire functionality [00:36] Good even Aloysius [00:36] even=evening [00:37] Unit193: so, we should have added a filter for trusty to our link :) === IdleOne is now known as io [00:44] what is the major difference between 14.04 and 14.04.01? [00:44] Unit193: weird... it is literally locking up almost as soon as it starts for me.. i'm goonna try one more thing. [00:52] writing_novel: 14.04.1 is just a point release, similar to a service pack [00:52] mainly/only bug fixes [00:54] ah ok, not sure I ever saw Ubuntu do that before. [00:54] but ok [00:57] it's the usual release cycle for LTS releases like 12.04 or 14.04 [00:57] 12.04.5 has been released some weeks ago [01:03] ah ok [01:03] I usually just do dist-upgrades every week so I usually do not follow along with those numberings. [01:05] lemme go check on the Xubuntu install (I have two other installs running virtually on the same system, that is why it might be going slowly) [01:08] The Windows 7 install I am doing has 196 updates to do and that is "round one" of updates! Oy vey!?! [01:16] Any way around the disk write error when installing over usb with xubuntu 14.10 beta 1? [01:18] snuffeluffegus: that's a question for #ubuntu+1 [01:19] Can Ubuntu install as a UEFI type install? [01:19] !uefi [01:19] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [01:19] thanks brainwash [01:20] thank you! [01:21] That was most helpful, I shall proceed to read the aforementioned disquisition forthrightly! [01:29] getting graphical errors on boot [01:30] black screen with a bunch of green dots [01:33] I dont think this has ever happened in ubuntu [01:33] this is first boot btw [01:33] install went fine except the screen was kind of distorted or low res or something [01:36] The system I have is an XPS 27, which is fully capable of UEFI booting, so, when I do my next installation of Ubuntu (on the Internet HDD) I certainly plan to do it using that technology. [01:37] that page was most informative. [01:40] anyone? ;; [01:41] Mittens2001: sounds like a graphics driver issue.. did the live CD work? is there a proprietary graphics driver available for your device? [01:42] hmm [01:42] ill try now [01:43] it can be common to find graphics hardware that doesnt support linux/ubuntu [01:43] you'd think in today's times that would not be so true [01:43] but [01:43] I do hear that a lot [01:44] writing_novel: its perfectly fine for *any* manufacturer to support whatever operating system they like.. they can release linux drivers.. they are welcome to.. if they dont, you can have a challenging time [01:51] brainwash here is what I got: [01:51] xyzzy@ubuntu:~$ xfce4-panel --quit; killall xfconfd; cp /etc/xdg/xfce4/panel/default.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml && sleep 2 && (xfconfd &) && (xfce4-panel &) [01:51] xyzzy@ubuntu:~$ xfconfd: command not found [01:52] and I did a ps -ef | grep -i xfconfd before I did that and xfconfd was running before I did all that! [01:54] YET, whence I remove the "(xfconfd &) &&" from the above incantation, I get this: [01:54] xyzzy@ubuntu:~$ ps -ef | grep -i xfconfd [01:54] xyzzy 9630 8630 0 18:49 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd [01:54] xyzzy 9665 9523 0 18:53 pts/0 00:00:00 grep --color=auto -i xfconfd [01:54] xyzzy@ubuntu:~$ xfce4-panel --quit; killall xfconfd; cp /etc/xdg/xfce4/panel/default.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml && sleep 2 && (xfce4-panel &) [01:54] xyzzy@ubuntu:~$ ps -ef | grep -i xfconfd [01:54] xyzzy 9679 8630 0 18:53 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd [01:54] xyzzy 9685 9523 0 18:53 pts/0 00:00:00 grep --color=auto -i xfconfd [01:54] xyzzy@ubuntu:~$ [01:55] so it somehow does get restarted, so I presume just removing it entirely from his original incantation is fine? [01:56] has anyone seen slow dns as a problem? [01:56] I am having super slow dns resolution [01:56] trusty [02:04] guess not\ [02:04] Usually slow DNS is network related it has been ages where I have seen any kind of major bugs in DNS that can cause that (exclusive of Microsoft DNS of course, there working properly can cause problems!) [02:05] is there a way to switch into terminal mode on xubuntu? [02:05] yes [02:05] there working=theirs working [02:05] you can change the runlevel [02:05] telinit 3 [02:05] or you can run a Terminal [02:05] I know its like alt + f2 or something on debian [02:05] see my earlier problem [02:05] alt + f1 gets you terminal 1 [02:05] and then how to you get back to your de? [02:05] alt-f7 [02:06] okay [02:06] de = graphic environment? [02:06] yes [02:06] alright going to restart again [02:06] will come in on my phone if it doesnt go well ;; [02:06] oh wait [02:06] alt-f7 is something that works in almost any Linux even running on the Mainframe! [02:07] it is literally taking 30 seconds to resolve some names [02:07] how to you restart xfce? [02:07] hmm [02:07] maybe stopx [02:07] I would simply drop to runlevel one then runlevel 5 [02:07] then startx? [02:07] I mean runlevel 3 then runlevel 5 [02:07] (presuming 5 is still the GUI and 3 textual everything) [02:08] thats correct [02:08] you can type "runlevel" to get your current runlevel from a terminal [02:09] so when grub boots up xubuntu [02:09] !runlevel [02:09] In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [02:09] I dont have to wait to be able to switch to runlevel 1 no [02:09] I though Ubuntu tossed Upstart instead of something new now [02:10] !upstart [02:10] Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [02:10] I Must be thinking of RedHat that extirpated upstart [03:00] okay so [03:00] the live version works fine [03:00] but on install i get TONS of warnings saying [03:01] "xxx cannot be installed ([something about broken dependencies]) [03:04] mittens2001: i would just *not* install anything during the installation.. no upgrades.. [03:05] mittens2001: there should be a check box, where you can *not* take upgrades during the installation.. try that. otherwise, you'r hard drive could be failing [03:05] okay it just finished installing [03:05] if it doesnt work again ill try that [03:12] What's the devs room again? [03:12] holstein, got some time to help me with my DNS problem? [03:13] Quantibility: typically, they are all *-devel or *-dev.. the xubuntu one is #xubuntu-devel [03:13] e87hd: whats the issue? [03:13] Thanks [03:13] for some reason [03:13] in firefox, it takes forever to resolve names [03:13] just going to some of my normal sites takes forever [03:13] when I dig them, they come up normally [03:14] but in firefox its crazy slow [03:14] what is another browser that is not chrome that I could try? [03:14] midori or something? [03:14] e87hd: someone stated disabling ipv6 for a slow dns issue [03:15] e87hd: midori, opera.. chromium.. [03:15] okay it didnt work [03:15] holstein, I did disable ipv6 [03:16] I don't want any part of chromium, holstein [03:16] mittens2001: it? you mean, when you reinstalled, selecting not to take upgrades? [03:16] no i am trying that now [03:16] e87hd: why? [03:17] dont know why i felt the need to give taht update [03:17] e87hd: i think you are thinking chrome is chromium.. [03:17] still really slow in midori [03:17] holstein, there are still google hooks in chromium [03:17] e87hd: chromium-browser is in the default repos.. if you dont want to use it just dont.. just search the software manager of your choice for browsers [03:18] painfully slow... [03:18] :( [03:18] e87hd: im not sure what "hooks" you are talking about, but, you shouldl reallyy consider reading up on security if you *Really* want to be "safe" or avoid "hooks" online.. [03:18] e87hd: what is slow? just firefox? are you up to date with upgrades? [03:19] apparently all my browsers are having dns issues, holstein [03:19] e87hd: dont assume this is a DNS issue.. could be your entire connetion. or ISP.. or router.. [03:20] well, none of my other machines are having issues [03:20] and DHCP hands out the same DNS server to all of them [03:20] e87hd: thats a data point that you can test, as well.. and you have not stated what tests you are doing [03:21] e87hd: you did say only firefox was the issue.. thats not the case, though? [03:21] no holstein, thats not the case. I only had the one browser to test, but now that I have midori, it is also slow [03:21] and now this [03:21] e87hd: did you add a PPA for anything? is the live CD working with the hardware? *are* you up to date with upgrades? [03:22] I did add a PPA for something [03:22] I cant remember what though [03:22] http://imgur.com/T4d1owY [03:23] e87hd: ppa's can break things.. are you up to date with upgrades? is the live CD working on the hardware? [03:24] how do I check if I am up to date [03:24] I run the software updater [03:24] oh [03:24] I had to add it for steam [03:24] a ppa [03:29] Ok so xubuntu wont start AFTER update im in recovery with net support and im chatting by phone. .. any help [03:29] Quantibility: i would try the last kernel [03:29] Yeah what is it 1.13? [03:30] Holstein been like this two days now ive tried everything [03:30] Quantibility: have you tried specifically booting the last kernel? [03:31] Quantibility: its not important the #, just try the last one that worked [03:31] Describe procedure? [03:31] Quantibility: i would boot the machine, and at grub, where you are choosing "emergency mode", just try the last kernel. the next one down the list [03:32] I have one kernel to chose from other then current. . Boots past previous problem stops cold to blank screen. [03:33] Quantibility: you should have a previos kernel area. do you not? [03:33] So yes to answer ur question [03:33] Quantibility: things that i would look at.. i would look for the older kernels that should be there.. if you cant find them, i would look at any ppa's i have added, or proprietary graphics drivers.. or any xorg.conf [03:33] i would try a live CD and make sure the hardware is working [03:35] how do I list my DNS server in xubuntu? [03:35] Stops at "stopping V blah" then when using older kernel it goes beyond that and stops at blank screen [03:35] Quantibility: do you have ppa's? do you have proprietary graphics? [03:35] I have terminal and yes I have ppas [03:36] alright I didnt work again [03:36] e87hd: nm-tool [03:36] even with the updates disabled [03:36] Quantibility: i would look at the PPA sources and see what could be breaking your graphics [03:36] Mittens2001: then, i would test my hard drive [03:36] how? [03:36] crystaldiskinfo says everything is fine [03:36] Mittens2001: unless you have a more specific error.. i use gsmartcontrol from the live CD to test my hard drives [03:37] I dont think its a hard drive error [03:37] Mittens2001: sure.. just test and you'll know for certain, otherwise, share a more specific error [03:37] I think it might be a problem with nvidia drivers, although im not sure why it would work on live usb [03:37] there was a purple line on the side and it was pretty blurry [03:38] Holstein I updated nothings wrong with the machine its the update what can we go through to figure out the problem here.. its software not hardware [03:38] when I went to software update it said I was running something other than the binary nvidia drivers or nouveau [03:38] Quantibility: i didnt say it was hardware.. just that running the live CD will help you make certain of that [03:39] Mittens2001: you can also try... [03:39] !Mini [03:39] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [03:39] Mittens2001: if you would rather install minimal, and test the install and add the desktop and drivers sperately.. [03:39] Im in terminal. I have network support. What command s do we have. . To run xubuntu [03:40] Quantibility: you are in what terminal> where? [03:40] Root [03:40] Quantibility: i dont run xubuntu or xfce from a root terminal [03:40] Im on a phone to chat right now [03:40] Quantibility: if i were in a root terminal, i might use ppa-purge to remove the ppa's i think might be breaking the install [03:41] i might just run "sudo apt-get update && sudo apt-get dist-upgrade" and look for error messages.. [03:42] Ive done that [03:42] Wait hold [03:42] Quantibility: you have done what? [03:42] Quantibility: in that root terminal, you have ran "sudo apt-get update && sudo apt-get dist-upgrade" if so, are you getting any error messages? [03:43] Hold I dont think so [03:43] Quantibility: you can just do it right now, friend.. then, you'll know, and you wont have to "think" you did it or not [03:44] thats a good first step. should tell you if the upgrades were interrupted, or 404's on sources. or package problems [03:46] Doing somtin and 0 0 0 0 [03:46] nothing done [03:46] Quantibility: sure.. just let me know when you are ready to elaboarate and share details.. [03:48] nothing done. As I said it was updated and no longer boots (stalls) and using the older kernel cause Imediately after boot [03:49] Cuases blank screen [03:49] Quantibility: from the root terminal, you ran "apt-get update" with no errors? [03:49] Yes [03:50] Quantibility: and, from the root terminal, "apt-get dist-upgrade" [03:50] YES [03:50] Quantibility: those are the details i seek.. you are not sharing.. no need for the caps.. [03:51] Holstein phone. .. not on purpose [03:52] Quantibility: i would try booting any/all of the older kernels.. i would consider ppa-purge [03:52] !info ppa-purge [03:52] ppa-purge (source: ppa-purge): disables a PPA and reverts to official packages. In component universe, is optional. Version 0.2.8+bzr57 (trusty), package size 5 kB, installed size 44 kB [03:52] depending on what ppa's i have added.. and i would look at removing any proprietarydrivers.. i would put a temporary xorg.conf in place that specifies the vesa driver [03:54] I have to install it? [03:54] Quantibility: if you dont have it, you'll need to add it, if you want to use it [03:54] apt-get install ppa-purge for example [03:56] Yea been done. .. how do I know which ppa to remove or purge [03:57] Quantibility: depends.. im not saying any of them are the problem, just that they can be [03:58] Quantibility: i might purge them all and test.. [04:02] Ok [04:02] So... how? [04:04] Quantibility: how what, friend? [04:04] Quantibility: purge ppa http://askubuntu.com/questions/307/how-can-ppas-be-removed [04:42] possible to use 2 monitors each on separate video cards? [04:43] james0r3: well.. that should be possible.. but, i have had trouble with different drivers... i would just hook it up and see.. maybe with a live CD [04:44] holstein, i got it hooked up now and i'm not getting anything to my monitor hookedup with integrated intel graphics, just my nvidia pci card. [04:44] james0r3: thats the scenario i had issue with.. the internal in intel? thats what i had.. [04:45] probably would make sense to just use the HDMI output for that monitor on my nvidia card instead. [04:47] james0r3: that might be easier.. otherwise, you may have to build some custom xorg.conf.. specifying different modules per monitor.. which i would have to read up on. [04:48] holstein, yeah no sense in me going that far. might be a good experiment for a rainy day but it's a nice one today. [04:48] holstein, thx tho [04:48] james0r3: sure.. good luck.. i ended up with the same kind of thing.. nvidia card with dvi and vga.. === RedDeath is now known as Guest84663 [05:04] holstein, it's probably my monitor but did your monitor on HDMI have sharpness or maybe saturation issues? i can't figure it out by messing with the picture settings on the tv. [05:04] as you can see i have problems even describing it :) [05:05] james0r3: i have seen that on a few hdmi hookups. using the proprietary driver always helped.. or made a setting change that helped [05:06] holstein, okay. i'm using proprietary but i havn't messed much with nvidia's settings yet. i'll try that out. [05:07] james0r3: not sure if its helpful, but i like the arandr gui as well [05:07] holstein, yeah i'm using that too [05:08] james0r3: thats all the tricks i have :) [05:12] holstein, better multi-monitor support coming with 4.12 right? [05:13] james0r3: maybe.. not sure that thats the issue you are hitting though [05:26] приветики :) [05:26] !ru [05:26] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [06:25] как дела? [06:26] !ru | Vampi [06:26] Vampi: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [06:28] elfy: не хочу я на #ubuntu-ru :( [06:31] then you will have to use English [06:32] elfy: я не знаю Английский :( [06:41] Vampi: Тогда вам придется использовать #ubuntu-ru [06:41] Unit193: зачем? [07:54] Does anyone know how to get the think pad e540 out of the suspend / hypernate mode? [08:21] Hi [08:21] greetings & welcome [08:21] I have a problem with the last update [08:21] I have a flickering screen, every 2 or 3 seconds [08:23] I have a ATI Radeon X1200 [08:23] My Xubuntu version is 14.04, the last [09:00] hello. I installes xcfe4 in ubuntu and it is great! but can i prevent xfce4 to switch the workspaces in circles?? the last one shouldn't swap to the first one when cycling through [09:01] LeMike, there is a setting for non wrapping [09:01] LeMike, Window Manager Tweaks, Workspaces tab, 3rd one down [09:01] i happen to like that wrapping feature ;P [09:03] saw it. thanks ObrienDave ! i unchecked the setting and it works. great! :) I inured to have it stop at the last workspace. so it is now :) [09:03] another thing: the appfinder comes up very slow sometimes even with --disable-server :/ [09:05] dunno, no issues here [09:23] hey all. is there a way to force the Panel 'window buttons' and window manager icons to use the current gtk icon set? [09:23] Plank Dock, application menu, and whisker menu all show the correct icon, but window buttons are using application set icons === qwebirc237809 is now known as slickymasterWork [10:01] rayq: not possible without a rewrite of the source, so it also uses the bamf daemon which matches application windows to desktop files [10:02] or a similar solution, plank requires bamf for example [10:02] brainwash, i see, so that's why some applications use my current icon theme, some do not [10:04] for example, xfce-terminal is using my current icon theme in the window button list, but hexchat is using its own icon... [10:05] i thought it was probably something settings related perhaps [10:06] I guess that this will be fixed one day, but someone has to implement it [10:06] cool. thanks brainwash. [10:06] you're welcome :) [11:57] Hello [11:57] ? [11:57] hello. [11:57] I'm looking for a bit of help, I'm trying to edit something using the following command [11:58] # virsh net-edit default [11:58] without the hash [11:58] and when it opens, it's like I can't type correctly. Does anyone know why this may be? [11:59] I can use nano fine, but I can't get to the same location using nano. (I don't know how to). [12:00] can't type correctly? [12:01] the default editor should be vi [12:01] !vi [12:01] Text Editors: gedit (GNOME), Kate (KDE), mousepad (Xfce4) - Terminal-based: nano, vi/vim, emacs, ed - For HTML/CSS editors, see !html - For programming editors and IDE, see !code [12:01] virsh is something else brainwash [12:01] but virsh uses vi by default I guess [12:02] I'm just following a bunch of instructions [12:02] Sycrido, try typing 'export EDITOR=nano' (without the quotes) and try again [12:02] The virsh program is the main interface for managing virsh guest domains. [12:02] brainwash: ^^ http://manpages.ubuntu.com/manpages/lucid/man1/virsh.1.html [12:02] "The editor used can be supplied by the $EDITOR environment variable, or if that is not defined defaults to "vi"." [12:03] according to the linked man page [12:03] yes... which is why i proposed trying to set the EDITOR env var... [12:03] Vi brings up a blank file, if I simply replace the virsh in the command. [12:03] I didn't say that your suggestion is wrong :P [12:03] Sycrido, did you try what i suggested? [12:04] Knome: I tried the line, it did nothing. I tried the previous command it still opens in virsh I guess (is virsh a text editor). [12:04] Very confused as I've always used nano [12:05] Knome: export is not a known command [12:06] Sycrido, what version of xubuntu are you using? [12:06] 14.04 [12:07] http://www.rivy.org/2014/04/install-a-kvm-host-on-ubuntu-14-04-trusty-tahr/#comment-227941 is the instructions I'm trying to follow [12:07] thanks for the help so far people [12:07] Sycrido, run: EDITOR=/usr/bin/nano virsh net-edit default [12:09] Legendary, that got me in! [12:09] Thank you. [12:11] knome: I've been able to edit and save, thank you. [12:13] hello, does the xubuntu installer support software raid? [12:13] henn1nk, newest versions no, check the minimal ISO [12:13] !mini | henn1nk [12:14] henn1nk: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [12:15] knome: and do you have a tutorial for me? ;-) [12:15] henn1nk, follow the installer, it should give you the option [12:18] knome: install or the command line install? [12:20] the minimal ISO installer is always command line [12:20] knome: no, i have a minimal gui here [12:55] how can i remap 2 keys? maybe even independent from the OS. [13:02] Does anyone have any experience with KVM? [13:04] !ask | Sycrido [13:04] Sycrido: 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. :-) See also !patience [13:05] No problem [13:06] In KVM I have a VM, and the interface does not display certain things, e.g. terminal windows are half present. Does anyone know how to fix this? [13:22] and does the windows button has any function in xubuntu? [13:23] Guido1, yes, it's known as the "super" key [13:24] not necessarily a Xubuntu use but some apps ask for a Super+key combination [13:26] Are there any known graphics card issues/driver issues with Xubuntu [13:27] ObrienDave: so it might be needed for getting the laptop out of suspend and hypernate? [13:27] ObrienDave: so I should keep the key and not put another function oon it [13:28] mark__, "Known issues" for your reading pleasure [13:28] Guido1: you can see where it is used in settings - keyboard - app shortcuts or settings - settings editor - xfce4- keyboard-shortcuts [13:28] Guido1, i have not seen that combination for sleep/hibernate. but as long as any of your apps don't require it, i don't see why not [13:30] elfy: oke, there are some cobinations with a super key [13:30] indeed there are :) [13:30] Guido1, the supper key is used on keybinds, like t opens a terminal, e a text editor [13:31] Guido1, someone in main channel was asking about "super-w (on ubuntu 14.04), minimized windows show up blank" so i don't really know about that [13:31] this is the main channel ObrienDave [13:31] Ubuntu main ;P [13:31] that's the ubuntu channel ;) [13:31] ; [13:32] p [13:32] ;P even ;P [13:32] elfy: i don't see a command for getting the laptop out of suspand and hypernate. does it make sense to make a shortcut for it? If so, how do i do that? [13:32] * elfy apologises for going off-topic [13:33] Guido1: I don't do either I'm afraid so've not really got any opinion on the sense of it, but with the laptop the power button brings it out - so why bother using something else [13:33] knome: hmmm installing base system takes really long... i often see "unrecovered read error - auto reallocate failed" ... maybe one hdd broken? [13:33] elfy: and how can i remap a key? The print key is replacing the menu key, but i want to have the menu key [13:34] henn1nk: somhow the powerbutton does not seam to work - either no recation oor switching of and getting an errow message after a new start [13:35] !remap [13:35] mmm [13:36] Guido1, please do not ping random people [13:36] henn1nk, possibly [13:36] knome: i did not. it was an answer to there answer [13:37] Guido1, henn... never said anything to you [13:39] knome: se it, looked at the wrong line - elfy one line above did [13:39] Guido1, you're fighting a losing battle, give it up [13:40] ObrienDave: what do you mean? [13:40] Guido1: you can remap shortcuts - yes [13:40] just set the new one in the settings [13:41] elfy: shortcuts and the key itself and how do i add the menu button - eaquel to the right click with the mouth [13:41] I'm not sure you can set one to bring the machine out of suspend or hibernate though [13:41] Guido1: what EXACTLY are you trying to achieve here? [13:42] afaik, any event, keystroke, mouse movement, etc, will wake the system [13:43] I have the lenovo E540. As you can see on http://www.lenovo.com/images/gallery/1060x596/lenovo-laptop-thinkpad-e540-black-keyboard-detail-8.jpg there is the "printsc" button between the Alt and Ctrl. I want the standard back - the menu key [13:44] and put the PrtSc onn a short cut === mtift|afk is now known as mtift [13:44] that right 'menu' button does nothing here at all by default [13:45] i dunno, it seems to act like right click context menu for me [13:46] yes, that is what i want [13:48] but how? I have the print button there [14:27] ? [14:27] Guido1: are you still asking about 08:55 < Guido1> how can i remap 2 keys? maybe even independent from the OS. ? [14:28] holstein: more or les - I have the lenovo E540. As you can see on http://www.lenovo.com/images/gallery/1060x596/lenovo-laptop-thinkpad-e540-black-keyboard-detail-8.jpg there is the "printsc" button between the Alt and Ctrl. I want the standard back - the menu key / equal to the right click with the mous [14:29] Guido1: did you try simply mapping it in the gui? i dont think you'll find much settings for that in the bios for "os independent" settings, though, you can ask lenovo [14:30] holstein: how do i do it in the gui? [14:30] Guido1: theres a simple setup in the settings GUI, but if that doesnt fit my needs, i would try http://ragle.sanukcode.net/articles/remapping-keyboard-in-ubuntu/ [14:30] Remapping the Keyboard in Linux Using xmodmap and xev [14:31] ^ that section is not in a gui, and should work.. what have you tried? [14:33] holstein: http://software.clapper.org/cheat-sheets/xfce.html [14:33] holstein: not jet, but i will [14:33] alan_o: hello.. i havent asked a question. is that meant for another user? [14:34] oops, for Guido1 [14:34] alan_o: no worries.. just making sure i didnt miss something [14:34] Guido1: i would try alan_o 's suggestion as well http://software.clapper.org/cheat-sheets/xfce.html [14:34] holstein: okee === mtift is now known as mtift|afk === mtift|afk is now known as mtift [14:44] hey I just updated my Dell D630 last night with a very small update & now I have no wifi... [14:45] lspci list's the BCM4300 but it doesnt show up in ifconfig [14:45] UTC24: i would simply try the older kernel in the list and see if the wifi works.. then, depending on where that goes, i would just try reinstalling or using a different driver [14:45] !broadcom [14:45] Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [14:45] !broadcom | UTC24 [14:45] UTC24: please see above [14:46] not sure about the 4300 first-hand.. [14:46] * ObrienDave id old and slow ;P [14:46] *is [14:46] I didnt think update from last night updated the header.... But I will try that. [14:51] I looked at what was updated and didnt see anything that should have messed with wifi... Is there an easy way to roll back only the most recent update? [14:52] UTC24: you tried the older kernel? and read the wiki to see what driver/s support your hardware? [14:52] Old kernel wifi not working now either..... It was working last night before update [14:52] UTC24: i use the older kernel to "roll back" the driver [14:53] UTC24: in that case, i might try a supported operating system, or a live CD that i know works with the hardware, or worked in the past. i wouldnt assume its not a hardware issue [14:53] It has been working on that Xubuntu / Dell D630 for months [14:55] I have run into an update wrecking the wifi before. Just looking for a more elegant solution than purging and reinstalling.. [14:56] UTC24: shouldnt need to ... i have also had the wifi hardware, when its not specifically able to support linux, break after an update [14:56] UTC24: what i did was remove the broadcom chips from my machines and replace with hardware that "better" supports the operating system im using.. but, i would just try reinstalling a proprietary module [14:57] UTC24: were you using one of the proprietary drivers? is your hardware one of the ones that is supposed to be supported by the open driver? i'll open the wiki page and search for your hardware specifically [14:59] That laptop hasd no internet connection as ethernet isnt available here only wifi... Makes the problem difficult.. Hold on while I get exact BCM43xx # [15:01] it is a latop so hardware upgrade also difficult [15:02] UTC24: i would do whatever it takes to physically hook that machine up and troubleshoot it.. its just so much easier [15:02] Broadcom Corp BCM4311 802.11b/g WLAN [14e4] (rev 01) [15:03] UTC24: so, are you using the wl? the open one? if so, you can wire up and try the others [15:03] UTC24: i found, they all had different issues.. and i, as i stated, ended up just changing hardware.. those things are just too cheap to be fighting with them [15:04] Ok .... sigh... Thanks :-) .... In order to wire up I need to move location ... like down the road. [15:04] UTC24: i used https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx and control+F to search "4311" [15:04] So up upgraded the wifi card on the laptop? [15:04] UTC24: are you asking it i "upgraded" the card? [15:05] UTC24: i dont consider it an upgrade.. the broadcom had n support.. but the atheros i replaced it with "just works" in the operating system i choose to use [15:05] Yes or the module ... I think it is for a Dell D630 Laptop [15:06] So there isnt many options from manufacture [15:06] UTC24: not sure what you mean.. [15:06] I gtg thanks for the help holstein [15:06] UTC24: if i were you, i would wire up and try a proprietary driver.. [15:07] Will do I will ... sigh take it into the office this morning... LOL [15:07] thanks [15:07] UTC24: i have an external USB wifi that "just works" with linux that i haul around for helping users with this issue, or getting drivers i need, or whatever [15:07] I saved those links to my drop box and will use theinfo you provided thanks [15:08] OOOOOO thats a good one I have an atheros pcmcia card that just works too! yay ! great idea! [15:08] thanks !! [15:09] I totally forgot about that card it was for some networking I dont do anymore.. [15:10] UTC24: yeah.. thats handy to keep around === Guest84663 is now known as RedDeath [15:25] * RedDeath Back === brainwash_ is now known as brainwash === brainwash_ is now known as brainwash [15:48] Does anyone else have an issue where evince always starts in a small window and doesn't remember its last size? [15:50] http://dpaste.com/2AF4T3T [15:50] * RedDeath Salut/Hello [15:50] So it can't open some files saying "permission denied" but there's no permission issue as I can open those files from the console. [15:50] err, with an editor [15:53] even so, I don't think that's it. There's a View->Save Settings as Default, which does nothing and doesn't print out anything on the console. [15:56] two launchpad bugs related to dconf: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/682492 https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1355804 [15:56] Launchpad bug 682492 in Evince "Evince: Save Settings as default doesn't work" [Medium,Fix released] [15:56] Launchpad bug 1355804 in evince (Ubuntu) "Evince apparmor settings not allowing sitewide dconf changes" [High,Fix released] [15:57] no dconf stuff shows up on the console though [15:58] "This bug was fixed in the package evince - 3.10.3-0ubuntu15" [15:58] I appear to have: 3.10.3-0ubuntu16 [16:01] hmm, the defaults show up in dconf-editor, but the app is not respecting them. [16:02] so evince is updating them in dconf too, but it's not reading them on open. grumble. [16:09] ah, here we go: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1366688 [16:09] Launchpad bug 1366688 in evince (Ubuntu) "Evince does not save settings at all" [Undecided,Confirmed] [16:10] For whatever reason, PDF viewing has been a mess ever since xpdf was removed from being the default. [16:13] I need to add the xrandr parameters on login to Xubuntu but I don't now which file and where is it. This would be a workaround the fact that xorg.conf does not retain the resolution info between sessions. === RedDeath is now known as zz_RedDeath === mtift is now known as mtift|afk === WinLinAppDroidGu is now known as hispixel === mtift|afk is now known as mtift [22:12] is there any workspace switcher application (like in unity, http://bit.ly/1lYKSkR ) i can use with xfce? === zz_RedDeath is now known as RedDeath [22:21] not like that afaik. but i use the miniature one [22:21] yea [22:21] nice one [22:25] what xubuntu linux irc chat console/terminal do you know [22:25] like irssi or weechat [22:25] do you know another one [22:25] i like HexChat [22:26] I prefer Hexchat, too [22:26] though I don't know if it's got any advantages over XChat, just used it because Xchat wasn't in the sources in gentoo at the time ;) [22:27] RedDeath, there are many, but i believe those two are the most popular [22:27] fwiw, hexchat isn't CLI [22:27] Luyin, today, hexchat is maintained, xchat isn't [22:28] hexchat is with graphical interface [22:28] i want in console/terminal [22:28] oh good to know, thanks knome :) [22:28] RedDeath, is there any specific features you are looking for? [22:29] they all look/feel pretty much the same at first, so that's not a strong selling point for any of them, features are [22:29] to be irc console client for xubuntu [22:29] what's wrong with irssi and/or weechat? [22:31] RedDeath: https://www.google.de/search?hl=de&q=irc%20CLI&gws_rd=ssl [22:31] thank you === mtift is now known as mtift|afk [22:49] nice === mtift|afk is now known as mtift === mtift is now known as mtift|afk === RedDeath is now known as zz_RedDeath