[00:08] where can I get lximage-qt packages for ubuntu? [00:57] Hello! [00:58] i need help [00:59] !ask [00:59] 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 [01:00] i have ja jar file i want to open [01:01] i have a jar file i want to open [01:01] open? or run with java [01:02] When I double click it opens archive manager, i want to use openjkd 7 [01:02] freakingmartin: so, you have a jar file that you want to run with java? not open? [01:02] yes that's exactly what I meant [01:02] should be java -jar filename.jar [01:03] from a terminal [01:03] I don't want to do it from terminal [01:06] freakingmartin: ok [01:06] freakingmartin: i only know how to do it from the terminal.. you can create a launcher for it to start i you lke [01:06] freakingmartin: i'll let you wait on another volunteer.. cheers [01:06] cheers [01:07] freakingmartin: here is *exactly* your query, and *exactly* my answer [01:07] http://www.overclock.net/t/904687/how-to-run-jar-files-on-ubuntu [01:08] lol that page only answered how to install java, which i already have [01:08] freakingmartin: java -jar FILE.jar ,friend [01:09] as i suggested [01:09] i got it... [01:09] thanks [01:09] freakingmartin: post 3 is where it is suggested, after the "install java" suggestion. and post 4 is the "thanks" answer [01:09] !volunteers | freakingmartin [01:09] freakingmartin: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines [01:09] though, i have an answer [01:10] You're the expert. [01:10] i never said that [01:10] I never said you did. [01:10] freakingmartin: cool.. enjoy, friend! [01:34] how do i make a desktop configuration file open minecraft.jar? [01:35] Set the shortcut to execute it using Java (you DO have OpenJDK or Oracle Java, right?) [01:36] As in set the command [ java -jar /path/to/jar/file.jar ] [01:37] Other than that, set it up like an ordinary .desktop file. [01:37] I have OpenJDK but when I try to choose an application to run my short cut using OpenJDK, OpenJDK 7 is not listen in installed application. Maybe i can use a custom command line? [01:38] freakingmartin: One second... [01:40] freakingmartin: OK, given that OpenJDK is set as your JRE (through either update-alternatives in a terminal, or through a MIME type editor) OpenJDK should interpret the [ java -jar ] command as the execution of a JAR file. [01:40] what is my best option [01:41] You know how to create a .desktop file, right? [01:41] (If not, I can show you) [01:41] I dont think so [01:41] Step 1: Open up a text editor (Leafpad in Lubuntu, I think) [01:42] done [01:42] Next step? [01:42] Step 2: Gimme a second... :) [01:43] lol okay :) [01:44] Step 2B: http://paste.ubuntu.com/5882747/ <<< Copy the template I wrote up into your file [01:44] Done [01:45] Step 3: Set your Name and GenericName to Minecraft (or whatever) [01:45] (by typing it after the = sign) [01:46] do i put a space after the = sign? [01:46] No [01:46] ok [01:46] done [01:47] Step 4: Set your Exec to "java -jar /path/to/your/jar/file.jar" (without the quotes, substituting in for the actual path to the .jar file) [01:48] done [01:49] Step 5 (optional): Set a comment for your .desktop file (it will appear in a tool tip on mouse over) [01:49] If you don't wish to add a comment, delete the line. [01:49] i added a comment [01:50] Step 6: We don't need to specify a filetype, so delete the "Type=" line. [01:50] removed [01:51] Step 7 (optional): Set Terminal to true if you want to see debugging output for running the desktop command. Otherwise, leave it false. [01:52] ok\ [01:52] ok [01:53] Step 8: Set the path of the icon you want displayed on the appropriate line, unless you're fine with seeing the generic "file" icon. [01:54] done [01:54] i set a png [01:55] A portable net graphic should be fine :) [01:55] Step 9: Set StartupNotify to true if you want to see a notification that your program started; if not, delete that line or set it to flase. [01:55] *false even [01:56] line deleted [01:56] Now save your file in ~/Desktop/ as .desktop [01:57] done [01:57] i see my shortcut [01:58] Now close the Leafpad window and double-click your now shortcut. [01:58] s/now/new [01:58] nothing happen [01:59] teamviewer maybe? [01:59] Nothing happened? Hmm... Try executing your .jar in a terminal: [ java -jar /path/to/your/jar/file.jar ] and pastebin whatever errors it comes up with. [02:00] !pastebinit [02:00] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [02:01] bash: [: -jar: binary operator expected [02:02] You may wish to check this article out too: http://www.webupd8.org/2013/04/easily-install-minecraft-in-ubuntu-via.html [02:03] However, I dunno whether or not it will re-download the whole thing - you do run that risk. [02:03] I can run minecraft jar by itself but i cant get it to open with a shortcut [02:04] How do you run the jar by itself usually? [02:05] if i run it through terminal [ java -jar /home/martin/KeiNettLauncher.jar ] it will work... if i open jar with OpenJDK it will work [02:06] I can't get my shortcut to run the jar [02:06] freakingmartin: Try re-opening the .desktop file and replacing "java" with "/usr/bin/java" [02:08] so it should look like this right? Exec=/usr/bin/java -jar /home/martin/KeiNettLauncher.jar [02:08] Yes [02:08] done [02:08] Now give it another shot [02:09] still doesnt work. when i double click nothing happens, when i right click and open nothing happens also [02:10] Hmm... the other thing I can think of is running [ chmod +x ~/Desktop/.desktop ] in a terminal and trying again. [02:10] (That would give it executable permissions) [02:12] i run it like this chmod +x ~/Desktop/.desktop [02:12] this is what it gave me bash: Minecraft: No such file or directory [02:13] freakingmartin: Leave out the < > (unless they're actually in the filename) :) [02:13] lol ok [02:14] i got this : chmod: cannot access ‘/home/martin/Desktop/Minecraft.desktop’: No such file or directory [02:15] freakingmartin: You *did* put it in your Desktop folder, right? [02:16] yes [02:16] And it's called Minecraft.desktop (capital M and all, right)? [02:16] Yes [02:16] Run [ ls ~/Desktop/ ] [02:17] (Anything in [ ] means it goes in terminal) [02:17] Hold up let me check if it has .desktop [02:18] now let me run [ ls ~/Desktop/ ] [02:19] this is what i got "KeiNett Launcher Minecraft 1.6.1 Launcher (Mac OS X & Linux).zip [02:19] Minecraft 1.6.1 Launcher.jar MInecraft.desktop [02:19] " [02:22] So it's there, but the computer is having nothing to do with it. [02:22] why not launch it from the terminal? thats what you downloaded [02:23] I like to have a shortcut with a stylish icon on my desktop (like windows) [02:24] freakingmartin: Just for a frame of reference, pastebin the content of the .desktop file we created [02:25] syntax Plain text? [02:26] Yeah [02:26] We don't have any HTML content we need to parse, I don't think :) [02:26] http://paste.ubuntu.com/5882819/ [02:26] you could use a more "windows-like" desktop environment.. that allows for making launchers more simply [02:27] desktop environment [02:28] i corrected every thing and now when i run "chmod +x ~/Desktop/.desktop" nothing happens nether [02:29] holstein: I thought LXDE *was* a more "Windows-like DE" [02:29] nothing in LXDE promises, "make whatever launchers you want with the click of a button" [02:30] holstein: I beg to differ, isn't there a "Create Launcher" option in the LXDE right-click menu? [02:30] i see [02:30] SonikkuAmerica: thats what freakingmartin wants [02:31] a launcher to click on for the application to start [02:31] with a pretty icon [02:31] just like in windows [02:31] :3 [02:31] holstein: There *is* alacarte, but I dunno what it depends on. [02:32] thats what i thought.. right click, create a launcher [02:32] but, i suggested that last time freakingmartin was here [02:32] One still has to point it to the right place and all [02:32] you can say "run in terminal [02:32] and run the same command [02:33] i can say that [02:33] i think its a checkbox [02:34] you use java -jar filename.jar and "run in terminal" [02:36] k did that [02:36] freakingmartin: enjoy! [02:36] never said it worked [02:36] lol [02:37] freakingmartin: ok.. just share any relevant information [02:37] Ok after all this chatting, my body is tired. [02:37] I shall sleep Zzzz [02:38] freakingmartin: if you use the *exact* command that works in the terminal, and launch it in the terminal from the shortcut, it should work [02:38] otherwise, share errors [02:38] or, we'll see you when you wake [02:38] hold up whats the command for terminal [02:38] freakingmartin: the one that you used, that works [02:38] i forgot what it waws [02:38] was [02:38] java -jar filename.jar ...replacing filename with the one you have [02:39] /path/to/application.jar [02:39] java -jar /home/freakingmartin/minecraft.jar or whatever [02:40] k do i check Execute in terminal emulatr [02:41] emulator [02:41] freakingmartin: thats what i would do, then it will run the *exact* command that you just ran, and tested, in the terminal.. by running it, again, in a terminal.. which just worked [02:42] it works in terminal, but it doesnt work when i double click on the shortcut [02:42] freakingmartin: sure.. just share how it "doesnt work" [02:42] and, double check the command you gave the shortcut [02:42] i triple checked [02:42] freakingmartin: ok [02:42] freakingmartin: so, whats the error? [02:43] there is no error it just does not run anything [02:43] lol [02:43] freakingmartin: lol? [02:43] i hate shortcuts [02:43] freakingmartin: whast funny? [02:43] freakingmartin: i dont use them [02:44] freakingmartin: paste the command here [02:44] java -jar /home/martin/KeiNettLauncher.jar [02:44] freakingmartin: make a new shortcut [02:44] again? [02:44] yes [02:44] if that doesnt work, then i have no idea [02:45] I have an idea.. get a new computer [02:45] or, just lanuch from the terminal [02:45] i think i'm done with shortcuts [02:45] thats what you downloaded [02:45] an application to launch from the terminal [02:46] freakingmartin: One of the reasons why I only test Lubuntu and don't use it full-time :) [02:46] :-* [02:46] LXDE is minimal [02:46] But lubuntu is sooo fast and it runs great [02:46] on my computer [02:46] its not really made for adding a lot to it like that.. though, i have added those shortcuts to XFCE no problem [02:47] freakingmartin: i personally dont see how this negates the experience you are having [02:47] its still fast [02:47] may you teamviewer and remotely help me please [02:47] who is you? [02:47] this is not that kind of support [02:47] any one that can help me [02:48] i would ask the maintainer of that pacakage how you are supposed to launch it [02:48] i thought you were my friend :( lol jk [03:05] hello, can someone help me with watchdog? I set the ping at 8.8.8.8, but watchdog reboot my sys at startup. I use a wifi key and It needs more than a minute to log in to the net [03:15] anne: How are you able to connect to the Internet if you're stuck in a bootloop? [03:17] now? another pc :) on lubuntu? rewriting the distro from the beginning [03:25] anne: I would've said pastebin your [ dmesg ] output, but if you're reinstalling that's out the windows. [03:25] *only 1 window [03:29] also I cant pastebin nothing, the sistem keep rebooting at startup... no time to do anything. [03:29] it's something like this [03:29] http://www.raspberrypi.org/phpBB3/viewtopic.php?f=30&t=20149 [03:30] I tried adding watchdog last week, but something is broken in watchdog (On the PI only) where ping doesn't work, so you end up with a constant reboot because watchdog starts up at boot time. If you want to experiment with watchdog first edit Code: Select all sudo nano /etc/default/watchdog and tell watchdog not to start at boot. I haven't tried watchdog with the latest firmware, so not sure if the issue has been fixed, but doubt [03:46] anne: You may wish to check the bash script written out the comment by sdjf [04:04] Good evening, jono, my good sir. [04:04] hi SonikkuAmerica [04:06] What brings you to our neck of the woods? [04:06] mumble, 'll try thank you [04:08] That's probably a stupid question, you being the head of Ubuntu Community and all. :) I'd stay and chat more but here in the USA it's waxin' midnight (on the East Coast) So I must say goodbye! === solidex is now known as jazzremington [05:01] is there an estimate on how many people are currently using Lubuntu? [06:08] just installed Lubuntu 13.04 and liking it. i'm a new linux user and i found it pretty easy to use so far. it's simple but fast and that's what i was going for. [06:09] one thing i noticed though is that during the installation process i thought it mentioned that XChat was pre-installed but i couldn't find it once i got it going [06:10] just as easy to download via apt-get but just something i noticed [06:11] Nope, xchat isn't pre-installed with the system. [06:59] hello, i'm a noob and never used Sylpheed before, can someone help me set up an account on it? thanks [08:21] when using lubuntu's sylpheed with pop3 mail does the client delete my mail stored on the mail server, if it does how to i set the pop3 to only copy the mails and not delete it? thanks === jeanaustinr is now known as jeanaustinr|x [09:52] hi every time I lose WiFi my computer completely freezes [11:38] alt sysrq commands don't seem to work on Lubuntu, how do i make it work? === sunbsd_88 is now known as fl_smitty88 [19:55] hi, where is lubuntu-control-center ???? [19:55] please help [19:56] I'm using 13.04 [19:56] desktop [20:03] zzz [20:04] there isn't one really [20:08] so? [20:08] ianorlin, [20:08] what setting are you looking for? [20:08] add keyboard shortcuts [20:09] Im a noobe [20:20] so? [20:28] here is something I found on that but have not done that myself [20:29] https://help.ubuntu.com/community/Lubuntu/Keyboard [20:56] https://prism-break.org/ [20:57] I'm assuming this isn't an issue with lubuntu as it doesn't use unity? [20:57] ...or other reasons? [21:06] what part of the website? [21:06] near bottom OS === FireMedic is now known as FiremanE2