id
stringlengths
1
7
postTypeId
stringclasses
1 value
acceptedAnswerId
stringlengths
1
7
creationDate
stringdate
2009-01-08 07:47:55
2024-03-31 23:33:05
score
stringclasses
504 values
viewCount
stringlengths
1
7
body
stringlengths
24
34.3k
ownerUserId
stringlengths
1
7
lastEditorUserId
stringlengths
1
7
lastEditDate
stringdate
2010-07-28 20:43:11
2024-04-07 06:16:28
lastActivityDate
stringdate
2010-07-29 14:11:46
2024-04-07 06:16:28
title
stringlengths
13
150
tags
listlengths
1
5
answerCount
stringclasses
45 values
commentCount
stringclasses
47 values
contentLicense
stringclasses
3 values
comments
listlengths
0
56
acceptedAnswer
dict
answers
listlengths
0
82
communityOwnedDate
stringclasses
232 values
favoriteCount
stringclasses
2 values
closedDate
stringlengths
23
23
lastEditorDisplayName
stringclasses
890 values
ownerDisplayName
stringlengths
2
28
11286
1
11287
2010-11-04T05:40:46.690
24
36375
<p>I can relate to acronyms and abbreviations much more readily when I actually know how they were derived.</p> <p>It is <strong>oftn pssble to wrk out wht an abrvtion means</strong> if you know the the root words behind it... but unfortunately <code>etc</code> is a standard abbreviation for &quot;<strong>et-cetera</strong>&quot;... and for <code>usr</code> I think of <strong>&quot;user</strong>&quot;... but I can't see any correlation.</p> <p>Most of the terse names in Linux actually make sense when I finally work out the <strong>expanded</strong> original normal words behind them..</p> <p>Are the origins of these abbreviations lost in the mists of time, or are they &quot;obvious&quot; to all but me?</p> <p>This question was prompted by a comment I read yesterday, where someone described these things as Linux <strong>incantations</strong> ... I sympathize with him :)...</p>
2670
527764
2021-08-05T05:16:46.670
2021-08-05T05:18:36.550
What do the abbreviations "etc" and "usr" mean?
[ "filesystem" ]
4
1
CC BY-SA 4.0
[ { "creationDate": "2010-11-04T11:06:56.203", "id": "11668", "postId": "11286", "score": "4", "text": "Here's a relevant Server Fault question with plenty of interesting info: http://serverfault.com/questions/137605/what-do-these-abbreviations-stand-for", "userDisplayName": null, "userId"...
{ "accepted": true, "body": "<p>As you suspected, <code>/etc</code> is from etcetera, unhelpfully named for \"where everything else goes\", and <code>/usr</code> was for \"user applications\". A lot of the detail on the history of the <a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard\">Filesystem Hierarchy Standard</a> is documented on Wikipedia.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-04T06:08:27.310", "id": "11614", "postId": "11287", "score": "1", "text": "I'll check your link... but I've also heard that /etc meant **Editable Text Configuration**, and /usr means **U(forget) System Resources(?)**... It isn't anything critical, but I'd just like to know the **original** wording, way back when....", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-04T06:11:42.520", "id": "11615", "postId": "11287", "score": "12", "text": "Editable Text Configuration seems to be a \"backronym\" and not the true origin.", "userDisplayName": null, "userId": "721" }, { "creationDate": "2010-11-04T06:17:25.100", "id": "11618", "postId": "11287", "score": "0", "text": "Okay... If the origina Bell-Labs comments says \"etc\" means et-cetera... I'm happy with that .... and Okay again for /usr meaning \"(multi-)user utilities and applications\" ... Thanks... I missed the forest for the trees...", "userDisplayName": null, "userId": "2670" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T05:46:20.107", "id": "11287", "lastActivityDate": "2010-11-04T06:00:06.273", "lastEditDate": "2010-11-04T06:00:06.273", "lastEditorDisplayName": null, "lastEditorUserId": "721", "ownerDisplayName": null, "ownerUserId": "721", "parentId": "11286", "postTypeId": "2", "score": "35" }
[ { "accepted": true, "body": "<p>As you suspected, <code>/etc</code> is from etcetera, unhelpfully named for \"where everything else goes\", and <code>/usr</code> was for \"user applications\". A lot of the detail on the history of the <a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard\">Fi...
null
null
null
null
null
11293
1
30450
2010-11-04T06:30:10.497
7
13853
<p>I have an ubuntu desktop 10.4 "server" with 5 hardrives. 1 of the hardrives had 3 OS's on it (Windows Vista, Windows XP, and Ubuntu 10.4). I primarily used the ubuntu OS so that I could use mdadm and boxee.</p> <p>The other 4 hard drives were configured using mdadm in a Raid5 partition.</p> <p>As far as I know, those 4 hard drives are fine...</p> <p>But my main OS hard drive has completely died. The computer won't boot up, obviously, without a drive with an operating system.</p> <p>My goal is to somehow reload an operating system onto a new hard drive that I just received from newegg.com, or to load a live cd...and then retrieve or reassemble my mdadm raid 5 partition so I can at least get my rather huge music collection off the machine and onto an external hard drive.</p> <p>What [detailed] steps do I need to take in order to achieve this?</p>
5333
667
2010-11-05T09:31:06.497
2012-09-01T15:49:25.420
Rebuild mdadm Raid5 after OS hard drive died
[ "raid", "mdadm" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Wow. Linux really does kick ass. Here's what I did:</p>\n\n<ol>\n<li>Because my old Boot/OS drive failed, I installed Ubuntu (10.10) onto a brand new hard drive. (I made sure not to reformat or install over the other 4 RAID drives which did not fail).</li>\n<li>After Ubuntu installed and booted up for the first time, I then installed mdadm with \"sudo apt-get install mdadm\"</li>\n<li>Now I wanted to see if my RAID was recognized by the system. Inside the disk utility, the raid array was listed, but it said \"Not running, not enough components to start.\"</li>\n<li>I checked on an Ubuntu forum about this problem...and the solution was rebooting the system. I rebooted...and the RAID array is now fully functioning again (listed inside the disk utility, and mounted in the filesystem under \"Places\").</li>\n</ol>\n\n<p>That's all I had to do!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-15T09:22:44.987", "id": "30450", "lastActivityDate": "2011-10-10T08:13:43.140", "lastEditDate": "2011-10-10T08:13:43.140", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "5333", "parentId": "11293", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Amazingly enough, your RAID should actually be autodetected by Linux simply by the virtue of being made up of \"Linux RAID Autodetect\" partitions. So, after you install on the OS drive, after first boot, you should have an MD device here:</p>\n\n<pre><code>cat /proc/mdstat\n...
null
null
null
null
null
11298
1
11299
2010-11-04T08:30:50.097
8
17377
<p>Advise me please some recovery tools for File Recover | Deleted Files Recovery | Damaged Files</p>
5336
null
null
2019-05-09T19:10:13.190
Tool for File Recover | Deleted Files Recovery
[ "files", "data-recovery" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T13:46:18.933", "id": "11695", "postId": "11298", "score": "0", "text": "It depends on the nature of your backup...", "userDisplayName": null, "userId": "3532" }, { "creationDate": "2015-10-17T20:50:01.257", "id": "1000787", "postId": "11298",...
{ "accepted": true, "body": "<p>The problem with deleted files is that they no longer have inodes and a lot of the data about the filename and how they're linked together is lost. It's not like in windows where the filesystem just renames the file.</p>\n\n<p>There are ways to do it, you can follow some of the guides here:</p>\n\n<p><a href=\"http://e2undel.sourceforge.net/recovery-howto.html\" rel=\"nofollow noreferrer\">http://e2undel.sourceforge.net/recovery-howto.html</a></p>\n\n<p>They show you some of the tools which use heuristics and guessing to put data back together.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-04T10:57:22.247", "id": "11662", "postId": "11299", "score": "0", "text": "good, but i need some tool with friendly GUI", "userDisplayName": null, "userId": "5336" }, { "creationDate": "2010-11-04T10:58:02.963", "id": "11663", "postId": "11299", "score": "0", "text": "just link for tools", "userDisplayName": null, "userId": "5336" }, { "creationDate": "2010-11-04T11:32:55.090", "id": "11672", "postId": "11299", "score": "1", "text": "The process is so dangerous and specialised that there are no friendly tools that do it. This is a serious job and it's kind of expected that you would read the documentation and understand what's going on. Otherwise you won't understand the results (because they are not always what you might expect)", "userDisplayName": null, "userId": "132" }, { "creationDate": "2010-11-04T21:56:43.667", "id": "11807", "postId": "11299", "score": "0", "text": "there are a few tools for windows (that recover linux files) but they only work on ext3, and I've not been successful.", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-04T08:34:38.293", "id": "11299", "lastActivityDate": "2017-03-11T17:42:37.387", "lastEditDate": "2017-03-11T17:42:37.387", "lastEditorDisplayName": "user364819", "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "11298", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>The problem with deleted files is that they no longer have inodes and a lot of the data about the filename and how they're linked together is lost. It's not like in windows where the filesystem just renames the file.</p>\n\n<p>There are ways to do it, you can follow some of t...
null
null
null
null
null
11300
1
11884
2010-11-04T08:34:57.967
6
12521
<p>I bought new laptop and I was told that my touch pad is 'Multi Gesture Touchpad'. I'd like to zoom, scroll with two fingers and perform three finger operations. </p> <p>How do I test the multi gesture capabilities of my touchpad?</p>
2910
2732
2012-02-18T15:10:49.370
2012-02-18T15:10:49.370
How do I test multi-gesture capabilities of a touchpad?
[ "touchpad" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-14T06:57:51.737", "id": "28848", "postId": "11300", "score": "0", "text": "Some work with \"utouch\", others require \"synaptics\" with reduced functionality.", "userDisplayName": null, "userId": "1304" } ]
{ "accepted": true, "body": "<p>You can enable two-finger scrolling by forcing the scrolling setting:</p>\n\n<pre><code>gconftool-2 --set --type=int /desktop/gnome/peripherals/touchpad/scroll_method 2\n</code></pre>\n\n<p>If this doesn't work, try with the below script:</p>\n\n<pre><code>xinput --set-prop --type=int --format=32 \"SynPS/2 Synaptics TouchPad\" \"Synaptics Two-Finger Pressure\" 10\n\n# Below width 1 finger touch, above width simulate 2 finger touch. - value=pad-pixels\nxinput --set-prop --type=int --format=32 \"SynPS/2 Synaptics TouchPad\" \"Synaptics Two-Finger Width\" 7 \n\n# vertical scrolling, horizontal scrolling - values: 0=disable 1=enable\nxinput --set-prop --type=int --format=8 \"SynPS/2 Synaptics TouchPad\" \"Synaptics Two-Finger Scrolling\" 1 1 \n\n# vertical, horizontal, corner - values: 0=disable 1=enable\nxinput --set-prop --type=int --format=8 \"SynPS/2 Synaptics TouchPad\" \"Synaptics Edge Scrolling\" 0 0 0 \n\n# stabilize 2 finger actions - value=pad-pixels\nxinput --set-prop --type=int --format=32 \"SynPS/2 Synaptics TouchPad\" \"Synaptics Jumpy Cursor Threshold\" 120 \n</code></pre>\n\n<p>I have added it to my startup applications. If it doesn't seem to work, try adding a sleep 10 at the top of the script.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-07T07:36:54.893", "id": "11884", "lastActivityDate": "2010-11-07T07:36:54.893", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "615", "parentId": "11300", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>There is no guarantee that your touchpad will be one of the supported ones in the new utouch project. But you can test it out by installing the utouch package:</p>\n\n<p><code>sudo apt-get install utouch</code></p>\n\n<p>I'd also recommend looking at the wiki page for all the...
null
null
null
null
null
11306
1
11309
2010-11-04T09:47:53.783
10
1880
<p>Has someone succeed in update of tomtom devices on ubuntu ?</p> <p>I tried with an install of Windows XP sp3 in virtualbox PUEL, the device is correctly regognised but when I install new maps files, I have transfers errors (Delayed write failed). It looks like the usb device disconnect on large file transfers.</p> <p>Can someone help me? Is there another solution on Ubuntu?</p>
5339
235
2010-11-05T13:19:29.960
2021-09-13T05:22:14.267
Updating TomTom GPS devices?
[ "usb", "virtualbox" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T10:11:16.433", "id": "11646", "postId": "11306", "score": "0", "text": "Before you update the map or something else, make a backup! :) just copy all the content from the device into a folder of your desktop.", "userDisplayName": null, "userId": "5306" } ]
{ "accepted": true, "body": "<p>For large file transfers i'm always using the gnome terminal with the verbose option. Via VM i'm only downloading new addons. Can you try to copy the map via command line and see, if this work?</p>\n\n<p>For example:</p>\n\n<pre><code>cp -r -v /path/to/new_map /path/to/tomtom_device/\n</code></pre>\n\n<p>P.S. My Device is TomTom One V4</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-04T10:33:21.920", "id": "11656", "postId": "11309", "score": "0", "text": "The \"verbose option\" is the -v on the cp command.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-11-04T17:30:06.937", "id": "11741", "postId": "11309", "score": "0", "text": "thanks i tried, and it works but has someone succeeded an update via tomtomhom under vm xp or wine ? and how ?", "userDisplayName": null, "userId": "5339" }, { "creationDate": "2010-11-05T06:57:21.233", "id": "11864", "postId": "11309", "score": "0", "text": "under vm xm doesn't work for me....but why do you want to use vm for the copy? the direct copy process is better than a copy via vm.", "userDisplayName": null, "userId": "5306" }, { "creationDate": "2011-01-08T00:58:21.457", "id": "22117", "postId": "11309", "score": "2", "text": "IMO `rsync` is a better tool for this (`rsync -avz /path/to/new_map /path/to/tomtom_device`) Only because if a transfer halts half way rsync will resume where it left off.", "userDisplayName": null, "userId": "41" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T10:05:00.370", "id": "11309", "lastActivityDate": "2010-11-04T10:29:00.100", "lastEditDate": "2010-11-04T10:29:00.100", "lastEditorDisplayName": null, "lastEditorUserId": "5306", "ownerDisplayName": null, "ownerUserId": "5306", "parentId": "11306", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>For large file transfers i'm always using the gnome terminal with the verbose option. Via VM i'm only downloading new addons. Can you try to copy the map via command line and see, if this work?</p>\n\n<p>For example:</p>\n\n<pre><code>cp -r -v /path/to/new_map /path/to/tomtom...
null
null
null
null
null
11307
1
11308
2010-11-04T09:54:51.470
3
7934
<p>I was playing with my phone (that runs a Linux/X stack) last night and I managed to ssh into my desktop and run an application and have it show up on my phone. It was awesome.</p> <p>Today I'd like to sort of do the opposite. I want to view an application running on my phone on my PC. I <em>could</em> install a SSH server on my phone but I frankly don't fancy that purely for security reasons. I want this to be initiated from my phone.</p> <p>Is there a way to connect from my phone and tunnel the PC's X connection back to the phone and then run an application on the phone that show on the PC?</p>
449
null
null
2020-12-10T02:08:05.493
Reverse X11 forwarding
[ "ssh", "x11-forwarding" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If I understood it correctly you just need to use the DISPLAY variable on your phone to redirect the applications display to your desktop.</p>\n\n<p>On your desktop:</p>\n\n<pre><code>xhost +phone_ip\n</code></pre>\n\n<p>On your phone:</p>\n\n<pre><code>export DISPLAY=desktop_ip:0\n</code></pre>\n\n<p>start app</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-04T10:12:39.630", "id": "11647", "postId": "11308", "score": "1", "text": "But I need this tunnelled over SSH. And to the PC the connection would look like it was coming from a localhost (where the ssh server is) so I'm not sure it needs xhost. My understanding of this gets a bit blurry because I don't know what TCP port X runs on. I don't know what I'm supposed to forward and I don't know how to construct the DISPLAY=... statement on the phone to use the forwarded port.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-04T10:30:10.317", "id": "11654", "postId": "11308", "score": "0", "text": "Actually I should notice that with GDM X is started with \"-nolisten\", you can check that with: ps -ef | grep nolisten. You will need to change that to start with. I am not sure how to change it. Once X is listening I believe the TCP port is 6000 + display nr", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-11-04T11:02:29.757", "id": "11665", "postId": "11308", "score": "0", "text": "Urgh. At that rate it might just be easier to run a SSH server on my phone that only binds to localhost. From there I could SSH to my desktop and run *another* SSH connection back (tunnelled over the first) with X forwarding and in that run the program. Sounds nasty.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T10:02:22.180", "id": "11308", "lastActivityDate": "2010-11-04T10:02:22.180", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11307", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>If I understood it correctly you just need to use the DISPLAY variable on your phone to redirect the applications display to your desktop.</p>\n\n<p>On your desktop:</p>\n\n<pre><code>xhost +phone_ip\n</code></pre>\n\n<p>On your phone:</p>\n\n<pre><code>export DISPLAY=desktop...
null
null
null
null
null
11312
1
11314
2010-11-04T11:09:00.197
3
3344
<p>All I wrote in the interpreter was as follows:</p> <pre><code>&gt;&gt;&gt; print "Hello, World!" File "&lt;stdin&gt;", line 1 print "Hello, World!" ^ SyntaxError: invalid syntax </code></pre> <p>How did I even get an error? All I tried to do was run a print command.</p>
2458
2355
2013-01-21T22:39:56.360
2021-03-25T14:56:39.530
Python 3 error when running the print command
[ "python", "python3" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2013-01-21T22:12:54.827", "id": "305560", "postId": "11312", "score": "1", "text": "I've edited out your second question. If you still want the answer to that question, go ahead and ask it in a separate question post.", "userDisplayName": null, "userId": "2355" }, ...
{ "accepted": true, "body": "<p>In Python3 print is a function:</p>\n\n<pre><code>print(\"Hello, World!\")\n</code></pre>\n\n<p>Check:\n<a href=\"http://docs.python.org/release/3.0.1/whatsnew/3.0.html\">http://docs.python.org/release/3.0.1/whatsnew/3.0.html</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-04T11:22:59.590", "id": "11670", "postId": "11314", "score": "1", "text": "And I now feel like a nooblet. Thanks for helping me out!", "userDisplayName": null, "userId": "2458" }, { "creationDate": "2010-11-04T11:23:14.200", "id": "11671", "postId": "11314", "score": "3", "text": "Yeah. This is going to cause me a shedload of issues when Ubuntu (or me on my own) finally moves to Python 3.x", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-04T11:42:50.803", "id": "11675", "postId": "11314", "score": "5", "text": "The \"2to3\" tool should easily fix this ones.", "userDisplayName": null, "userId": "742" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T11:18:30.570", "id": "11314", "lastActivityDate": "2010-11-04T11:18:30.570", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11312", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>In Python3 print is a function:</p>\n\n<pre><code>print(\"Hello, World!\")\n</code></pre>\n\n<p>Check:\n<a href=\"http://docs.python.org/release/3.0.1/whatsnew/3.0.html\">http://docs.python.org/release/3.0.1/whatsnew/3.0.html</a></p>\n", "commentCount": "3", "comments...
null
0
null
null
null
11313
1
12777
2010-11-04T11:11:33.597
3
1447
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/6522/how-to-install-tor">How to install tor?</a> </p> </blockquote> <p>I downloaded the tar.gz file from TORproject .org and unzipped it. I clicked everything inside the directories but nothing happened. I also tried to install the addon from <a href="https://addons.mozilla.org/firefox/addon/torbutton/" rel="nofollow noreferrer">Mozilla Addons</a>. The addon is installed but I can't see the TOR button anywhere. I checked relevant the option in the preferences section of tools>addons.</p> <p>How do I install it?</p> <p>Command:</p> <pre><code>gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring \ /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt \ /trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver \ keyserver.ubuntu.com --recv-keys 886DDD89 </code></pre> <p>Output:</p> <pre><code>gpg: requesting key 886DDD89 from hkp server keyserver.ubuntu.com gpg: key 886DDD89: public key "deb.torproject.org archive signing key" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) </code></pre>
5300
-1
2017-04-13T12:24:49.590
2011-04-15T16:07:29.630
Can't Install TOR on Ubuntu Netbook 10.10
[ "installation", "ubuntu-netbook", "tor" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Or he COULD just add the Lucid repository...</p>\n\n<pre><code>echo \"deb http://deb.torproject.org/torproject.org experimental-lucid main\" | sudo tee -a /etc/apt/sources.list\nsudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89\n</code></pre>\n\n<p>Still running Tor/Vidalia from there with no problem.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-13T10:24:30.953", "id": "13535", "postId": "12777", "score": "0", "text": "Can you please explain me how do I add a Lucid repository? I guess by typing this in the terminal? Thanks.", "userDisplayName": null, "userId": "5300" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-12T02:18:34.003", "id": "12777", "lastActivityDate": "2010-11-12T02:18:34.003", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5707", "parentId": "11313", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Installing from a source tar.gz requires more skills, you should install the package from the repositories instead: <a href=\"http://www.torproject.org/docs/debian.html.en\" rel=\"nofollow\">http://www.torproject.org/docs/debian.html.en</a></p>\n", "commentCount": "2", ...
null
null
2010-11-12T13:27:07.870
null
null
11316
1
null
2010-11-04T11:30:20.780
2
872
<p>This is a very weird problem. I have Ubuntu 10.10 x64 installed on a machine, and every PS/2 device (more precisely mouse and keyboard) stops working after some minutes.</p> <p>How can I diagnose this problem?</p> <p>This is the output of <code>lspci</code>:</p> <pre><code>00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11) 00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11) 00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11) 00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11) 00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11) 00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11) 00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11) 00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11) 00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06) 00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06) 00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06) 00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06) 00:1c.6 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 7 (rev 06) 00:1c.7 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 8 (rev 06) 00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6) 00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06) 00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06) 00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06) 00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 06) 01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 8400 GS] (rev a1) 03:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02) 03:00.1 IDE interface: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02) 07:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0) </code></pre> <p>... and of <code>lsusb</code>:</p> <pre><code>Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 08ec:0008 M-Systems Flash Disk Pioneers TravelDrive 2C Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub </code></pre> <p>and, finally, a <code>uname -a</code>:</p> <pre><code>Linux ubuntu-PC 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 GNU/Linux </code></pre>
3351
667
2010-11-05T09:35:40.737
2012-07-21T20:54:45.867
PS/2 devices stop working in 10.10 release
[ "10.10", "input-devices" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T14:52:34.300", "id": "11720", "postId": "11316", "score": "0", "text": "you say every PS/2 device; do you have access to USB input devices? Also, can you confirm that the system has not frozen (is the clock still ticking?)", "userDisplayName": null, "userId"...
null
[ { "accepted": null, "body": "<p>You're, most likely, suffering from <a href=\"https://bugs.launchpad.net/ubuntu/+bug/557065\" rel=\"nofollow\">a known bug</a> which seems to have been around for some time. I was suffering from this bug in Lucid myself, but the upgrade to Maverick fixed it for me.</p>\n\n<p>...
null
null
null
null
null
11317
1
11445
2010-11-04T11:36:23.637
15
1222
<p>I´m searching for a good blog editor like Windows Live Writer something similar.</p>
3872
25798
2012-01-11T11:58:25.067
2014-08-01T20:50:37.097
What blog editor software are available?
[ "software-recommendation", "blog" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2014-08-02T11:00:20.100", "id": "681702", "postId": "11317", "score": "0", "text": "This question is older. If you want to earn more reputation find other way!!!!!!!", "userDisplayName": null, "userId": "3872" } ]
{ "accepted": true, "body": "<p><a href=\"http://www.scribefire.com/\">http://www.scribefire.com/</a> - Extension for FireFox and Chrome</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-07-12T16:05:27.913", "id": "1482002", "postId": "11445", "score": "0", "text": "As far as I can tell, ScribeFire is no more. It certainly seemed 404 when I checked.", "userDisplayName": null, "userId": "145472" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T01:15:21.717", "id": "11445", "lastActivityDate": "2010-11-05T01:15:21.717", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5408", "parentId": "11317", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Blogilo isn't that bad, you should give it a try.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-04T12:42:09.887", "id": "11682", "postId": "11318", "score": "0", "text": "from the site \"Bilbo is mo...
null
null
2014-08-01T20:50:42.623
null
null
11319
1
null
2010-11-04T11:44:02.203
5
2352
<p>I just received a brand new business laptop from my company.</p> <p>I wanted to install Ubuntu on it. I resized Windows 7 partition and started the installation of the 10.04 LTS. However, I soon discovered a big problem that prevented me to start the installation.</p> <p>The issue is that the HDD is partitioned with 4 primary partitions: 2 for Win 7 (SYSTEM and C:) and 2 for HP recovery tools. Due to this fact, even if I have more than 200GB of free space, I cannot install a new partition, because 4 is the maximum number of primary partitions!</p> <p>I'm very disappointed about that, it seems that this partitioning scheme actually prevents a user to install a different OS on the HP laptops.</p> <p>I thought about removing the recovery partitions, but my company did not allow me to do so.</p> <p>Do you know if there is any other way to install Ubuntu on this setup?</p>
5342
29112
2011-11-26T13:44:43.593
2015-07-13T00:57:43.443
Unable to install on an HP Probook
[ "10.04", "installation", "partitioning", "hp" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T14:01:58.040", "id": "11703", "postId": "11319", "score": "0", "text": "The problem is less with HP but more with your company's policy. HP explains how to safely remove the Recovery Partition...", "userDisplayName": null, "userId": "3532" }, { "crea...
null
[ { "accepted": null, "body": "<p>You don't need a primary partition to install Ubuntu, you can shrink your current tail partition and create a logical partition on the free space.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-04T12:24:07.033", "id": "1167...
null
null
null
null
null
11320
1
11397
2010-11-04T11:44:50.783
3
149
<p>I am looking for a computer program for analysing sequential observational data for Ubuntu. Analog for GSEQ (Generalized Sequential Querier) which include SDIS (Sequential Data Interchange Standard).</p> <p>What options do I have?</p>
5341
235
2010-12-30T20:52:08.440
2017-02-17T22:52:40.397
Software for the Analysis of Interaction Sequences?
[ "software-recommendation" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://www2.gsu.edu/~psyrab/gseq/\" rel=\"nofollow noreferrer\">GSEQ</a> is software for Windows and is free of cost to <a href=\"http://www.gsu.edu/~psyrab/GSEQ5Setup.exe\" rel=\"nofollow noreferrer\">download</a>.</p>\n\n<p>It will not run natively on Ubuntu but it should work in <a href=\"http://www.winehq.org/\" rel=\"nofollow noreferrer\">wine</a></p>\n\n<p>The site states:</p>\n\n<blockquote>\n <p>It runs under Windows (95/98/Me/2000/XP/Vista) and on other operating systems that run Windows simulation software</p>\n</blockquote>\n\n<p>Which I assume to be referring to wine.</p>\n\n<p>EDIT:</p>\n\n<p>I can confirm it runs OK in wine, although I have not tested it thoroughly as I have no idea what it is used for or how to use it.</p>\n\n<p><img src=\"https://i.stack.imgur.com/yb1vm.png\" alt=\"gseq in wine\"></p>\n\n<p>To acheive this you need to first <a href=\"http://apt.ubuntu.com/p/wine\" rel=\"nofollow noreferrer\">install wine</a> then download the <a href=\"http://www.gsu.edu/~psyrab/GSEQ5Setup.exe\" rel=\"nofollow noreferrer\">.exe file</a> and right click on it and click 'Open With Wine Windows Program Loader' then run the installer setup.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-06T13:28:46.197", "id": "12153", "postId": "11397", "score": "0", "text": "Thanks dv3500ea for your answer. I know this. Sometime I have problems with software under wine. I search over the Internet, but I can't found analog application for GSEQ - native Gnu/Linux. I will mark this question as answered. Maybe someday we will have native software as this one for our system.", "userDisplayName": null, "userId": "5341" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-04T19:17:05.973", "id": "11397", "lastActivityDate": "2017-02-17T22:52:40.397", "lastEditDate": "2017-02-17T22:52:40.397", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "11320", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><a href=\"http://www2.gsu.edu/~psyrab/gseq/\" rel=\"nofollow noreferrer\">GSEQ</a> is software for Windows and is free of cost to <a href=\"http://www.gsu.edu/~psyrab/GSEQ5Setup.exe\" rel=\"nofollow noreferrer\">download</a>.</p>\n\n<p>It will not run natively on Ubuntu but i...
null
null
null
null
null
11322
1
null
2010-11-04T12:08:38.590
6
4129
<p>I've upograded 10.04 to 10.10 on my netbook. The unity interface doesn't work for me, it just gets in the way. I can change the gdm choice at boot to put me into good ol' gnome, which is better than unity but not nearly as nice as the 10.04 UNR. How do I install the UNR interface on top of 10.10? Is there a how to - can't see anything useful on the ubuntu site, everyone there is trying to pretend that unity is great.</p>
null
721
2010-11-04T14:22:06.977
2017-02-17T21:23:47.200
Uninstall Unity, rewind to old UNR interface, keeping 10.10?
[ "10.10", "unity", "ubuntu-netbook" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T12:40:28.920", "id": "11680", "postId": "11322", "score": "0", "text": "possible duplicate: http://askubuntu.com/questions/10090/how-can-i-remove-ubuntu-netbook-edition-option-from-the-gdm-session-menu/10096#10096", "userDisplayName": null, "userId": "1078" ...
null
[ { "accepted": null, "body": "<p>According to <a href=\"https://askubuntu.com/questions/10090/how-can-i-remove-ubuntu-netbook-edition-option-from-the-gdm-session-menu/10096#10096\">chris</a> as posted here,</p>\n\n<blockquote>\n <p>Go to the Ubuntu Software Center and\n use the search box in the upper righ...
null
null
null
null
gersoid
11327
1
11329
2010-11-04T12:46:13.127
1
188
<p>How to Retrieve the Names of Files to a txt file??</p>
3872
null
null
2010-11-05T15:34:52.003
Retrieving the Names of Files in a txt file
[ "command-line" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T12:49:12.783", "id": "11684", "postId": "11327", "score": "1", "text": "Do you mean ls > files.txt ?", "userDisplayName": null, "userId": "1826" }, { "creationDate": "2010-11-04T12:54:17.380", "id": "11687", "postId": "11327", "score": "0...
{ "accepted": true, "body": "<p>You can execute</p>\n\n<pre><code>ls -1 &gt;filename\n</code></pre>\n\n<p>this will redirect the output in the file with the filename given.</p>\n\n<p>For the content of a folder:</p>\n\n<pre><code>ls -1 foldername &gt;filename\n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-04T19:05:33.043", "id": "11754", "postId": "11329", "score": "0", "text": "How can do the same to contents of folders?", "userDisplayName": null, "userId": "3872" }, { "creationDate": "2010-11-04T22:53:34.477", "id": "11826", "postId": "11329", "score": "0", "text": "ls -R >filename", "userDisplayName": null, "userId": "2833" }, { "creationDate": "2010-11-05T00:34:47.510", "id": "11835", "postId": "11329", "score": "0", "text": "And if you want to see directory structure, I like the `tree` command.", "userDisplayName": null, "userId": "721" }, { "creationDate": "2010-11-05T15:33:55.483", "id": "11948", "postId": "11329", "score": "0", "text": "if you want the content of a folder add the folder name to it", "userDisplayName": null, "userId": "4" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T12:55:08.003", "id": "11329", "lastActivityDate": "2010-11-05T15:34:52.003", "lastEditDate": "2010-11-05T15:34:52.003", "lastEditorDisplayName": null, "lastEditorUserId": "4", "ownerDisplayName": null, "ownerUserId": "4", "parentId": "11327", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You can execute</p>\n\n<pre><code>ls -1 &gt;filename\n</code></pre>\n\n<p>this will redirect the output in the file with the filename given.</p>\n\n<p>For the content of a folder:</p>\n\n<pre><code>ls -1 foldername &gt;filename\n</code></pre>\n", "commentCount": "4", ...
null
null
null
null
null
11330
1
null
2010-11-04T12:59:39.823
8
1515
<p>I have a machine with 10 GB of RAM, and I would like to run Ubuntu on it (Debian also OK if its easier), fully in RAM in such a way: I boot from a compressed image on an USB flash disk, that is uncompressed into RAM, and then I can remove the disk from the USB slot, and use the system only with RAM, without any permanent disk. </p> <p>Whenever I make any changes that I want permanent, I would put the flash disk back into the USB slot (possibly not the same one as I used initially to boot, as I would like to keep many versions of the boot flash disk), and run some command that would save the current state into a compressed image on the disk.</p> <p>How can I set this up?</p>
5337
250271
2014-07-04T21:19:56.857
2017-03-11T11:06:13.153
How to run Ubuntu fully in initramfs?
[ "boot", "boot-to-ram" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T13:46:32.453", "id": "11696", "postId": "11330", "score": "1", "text": "Heh [I asked about this last year](http://ubuntuforums.org/showthread.php?t=1100462) but didn't get anywhere. At this rate PCI-E x16 SSDs are going to be here and affordable before I've managed ...
null
[ { "accepted": null, "body": "<p>Well, aren't live cds doing this already? I use <a href=\"http://www.finnix.org/\" rel=\"nofollow\">finnix</a>, which is debian based, a lot to do mainteinance, it can boot from CD (or USB), load itself completely into RAM and free the CD slot for use.</p>\n", "commentCou...
null
null
null
null
null
11332
1
null
2010-11-04T13:10:11.907
2
989
<p>In Unity, is it possible to set up active borders or keyboard shortcuts to enable the "wall" and "expo" views?</p>
null
1067
2011-03-24T18:34:23.700
2017-02-28T15:35:50.757
Unity mouse/keyboard shortcuts for "wall" and "expo"
[ "10.10", "unity", "shortcuts" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><em>I could be wrong</em>, but as far as I understand it, this is not currently possible with the mutter version of Unity. I know mutter supports keyboard shortcuts, but I'm not sure how they are configured (GNOME Shell has one for the overlay).</p>\n\n<p>The compiz version w...
null
null
null
null
Gabriel
11333
1
11430
2010-11-04T13:17:44.957
1
4790
<p>Is there a way in which I can customize (or disable) the "grow on hover" animation in Cairo dock? I have the size set to the smallest possible and would like to disable the hover animation because it's really annoying, and difficult to work with when enabled. In the least, I would like to be able to specify how many pixels it'll grow when hovered over.</p>
4152
null
null
2010-11-04T22:32:07.847
Disable (or customize) the "grow" animation for Cairo dock
[ "customization", "dock" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From the Cairo Dock <a href=\"http://www.glx-dock.org/ww_page.php?p=F.A.Q&amp;lang=en\" rel=\"nofollow\">FAQ</a>:</p>\n\n<blockquote>\n <p><strong>I find the dock too flashy, can it be more sober?</strong></p>\n \n <p>Tip: try different themes, some are already very sober, like Dust-Sand or Elementary.<br>\n When you can do more you can do less ! You can for instance deactivate the \"Icon effects\" plug-in,<br>\n or deactivate the effect on mouse hovering in \"Animated Icon\" plug-in.<br>\n <strong>You can also decrease the zoom effect or lower the icons' reflect in the \"Icon\" module,</strong><br>\n change the background colors in the \"Background\" module, or change the view to the \"default\" view in the \"Views\" module.<br>\n In brief, you can easily have something as sober as a gnome-panel, but this would be a shame ! ^_^ </p>\n</blockquote>\n\n<p>Right click on the dock, <code>Cairo-Dock -&gt; Configure</code> go to the <code>Icons</code> module and change the <code>Maximum zoom of the icons</code> setting to <code>1</code> and the icons will no longer \"grow\" when you hover over them.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T22:32:07.847", "id": "11430", "lastActivityDate": "2010-11-04T22:32:07.847", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "11333", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>From the Cairo Dock <a href=\"http://www.glx-dock.org/ww_page.php?p=F.A.Q&amp;lang=en\" rel=\"nofollow\">FAQ</a>:</p>\n\n<blockquote>\n <p><strong>I find the dock too flashy, can it be more sober?</strong></p>\n \n <p>Tip: try different themes, some are already very sober,...
null
null
null
null
null
11334
1
11339
2010-11-04T13:24:33.343
1
1450
<p>I download a dvd image from torrent, but file extension is iso-tpb.<br /> What should I do with it? :-?</p>
5034
235
2010-11-04T14:03:06.237
2011-10-10T10:54:47.237
How to extract tpb files?
[ "iso", "bittorrent" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T13:50:59.453", "id": "11697", "postId": "11334", "score": "1", "text": "We're not here to support things you download from ThePirateBay.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-04T14:09:12.837", "id": "11707", ...
{ "accepted": true, "body": "<p>Open a terminal and execute:</p>\n\n<pre><code>file filename.iso-tpb\n</code></pre>\n\n<p>If it's a .iso it will show something like:</p>\n\n<pre><code>ISO 9660 CD-ROM filesystem data\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T13:52:16.037", "id": "11339", "lastActivityDate": "2010-11-04T14:22:53.590", "lastEditDate": "2010-11-04T14:22:53.590", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11334", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>iso-tpb?... Most probably somebody might have renamed the file. Just rename it back to iso.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T13:42:09.553", "id": "113...
null
null
null
null
null
11336
1
null
2010-11-04T13:32:17.317
2
1142
<p>I am using lucid lynx with <a href="http://translate.google.com/translate?js=n&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=2&amp;eotf=1&amp;sl=es&amp;tl=en&amp;u=http://www.nisuta.com/producto.asp%3Fid%3DWIU54G55" rel="nofollow">this USB adapter</a> and drivers rtl8187.</p> <p>When I start a download, it starts at 1500kpbs (if i use "iwconfig wlan0 rate [more than 11MB]" it starts at a lower speed), it transfers a few kbs but then the speed starts to drop constantly and nothing is being transferred.</p> <p>I've also tried the driver r8187, but I have the same speed problem only that with this driver the download starts at only 10kbps, and drops from there.</p> <p>What can I try to identify the cause and fix this problem?</p>
null
235
2010-11-04T23:29:04.573
2011-01-04T01:30:08.533
Wifi speed with driver rtl8187 drops
[ "10.04", "wireless", "kernel", "drivers", "realtek" ]
0
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T13:52:41.010", "id": "11699", "postId": "11336", "score": "0", "text": "What is the network? What encryption?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-04T13:57:21.227", "id": "11702", "postId": "11336", "sc...
null
[]
null
null
2012-02-02T18:16:40.183
null
Peter
11340
1
null
2010-11-04T14:05:11.267
3
797
<p>I installed Kubuntu on a spare work computer and I am now configuring it for the standard user's needs. My goal is to install it on 4 rarely used PCs for them to play around with, and maybe put it on their own computer some time.</p> <p>There is some stuff I want to be the same on every computer (e.g. Thunderbird instead of Evolution, the mail-in and mail-out server of the users), and stuff that needs to be customized on every machine, like hostname, a different user on each PC...</p> <p>Also, the computers have differently sized hard drives. Will a 10GB image pushed onto a 300GB hard drive &quot;break&quot; the file system so it seems to be only 10GB big? Sorry, this is hard to explain in English.</p> <p>Does anyone know of a way to generate a custom image of a full hard disk <code>sda1</code> as <code>/</code>, <code>sda2</code> as <code>swap</code> and <code>sda3</code> as <code>/home</code>? Also, if I just burn the .iso on a DVD I won't be able to boot and push the image on the HDD, right?</p>
4906
527764
2020-08-10T17:57:37.803
2020-08-10T17:57:37.803
How to generate an installable image from an existing hard-drive installation
[ "system-installation", "disk-image", "custom-distributions", "custom-installer" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Archive the installation with something like <a href=\"http://www.fsarchiver.org/Main_Page\" rel=\"nofollow\">FSArchiver</a> and save that on an USB disk or network share or something, and then write the filesystem back to the disks on the 4 machines. A good tool for this is...
null
null
null
null
null
11344
1
11351
2010-11-04T14:19:05.553
2
255
<p>I want to know if oracle style object oriented database code can be written in mysql, postgresql or any OSS database softwares. I don't want to install the massive oracle db on my ubuntu to learn minimum database programming</p> <p>EDIT1: After installing orafce when I did the following</p> <pre><code>CREATE TYPE addr_obj_typ AS OBJECT ( street VARCHAR2(30), city VARCHAR2(20), state CHAR(2), zip NUMBER(5)); </code></pre> <p>And I got this error:</p> <pre><code>ERROR: syntax error at or near "object" LINE 1: create type addr_obj_typ as object </code></pre>
2968
18887
2011-12-21T13:14:39.380
2017-02-17T22:47:57.487
OSS object oriented alternatives to oracle database
[ "software-recommendation", "programming", "database" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Postgres is probably closest to Oracle, especially if you install the Oracle support functions for PostgreSQL </p>\n\n<pre><code>sudo apt-get install postgresql-8.4-orafce\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-04T15:01:25.750", "id": "11351", "lastActivityDate": "2017-02-17T22:47:57.487", "lastEditDate": "2017-02-17T22:47:57.487", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "11344", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Postgres is probably closest to Oracle, especially if you install the Oracle support functions for PostgreSQL </p>\n\n<pre><code>sudo apt-get install postgresql-8.4-orafce\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "con...
null
null
null
null
null
11347
1
11354
2010-11-04T14:33:21.167
5
319
<p>I know most computers nowadays have access to decent graphical cards capable of running Compiz/Clutter. However, there may still be some users with old hardware.</p> <p>I know gnome panel will be supported for at least a few years, but what happens after that? Will you 'recommend' (force) everyone with old hardware to use Xubuntu or Lubuntu?</p>
5063
null
null
2010-11-04T15:23:43.600
How long will the 2D Gnome be available?
[ "gnome", "gnome-panel" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Indefinitely, hopefully. There will <em>always</em> be video cards that either aren't powerful enough or just aren't supported. And there'll probably always be users (like me) who have both powerful and supported graphics but that don't want Unity or Gnome Shell.</p>\n\n<p>Moving to a scenario where you're forced to use a UI that requires accelerated graphics would be a dark day for Ubuntu.</p>\n\n<p>It's important to note that this doesn't just apply to old graphics hardware but also new hardware that doesn't have a Linux driver (or at least one accessible in a given release of Ubuntu).</p>\n\n<p>I suspect the actual kill-date will be determined when Gnome announces it'll stop supporting the 2.x interface.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-04T16:02:13.197", "id": "11726", "postId": "11354", "score": "0", "text": "sadly the gnome-3 page they setup looks bleak http://live.gnome.org/GNOME3Myths", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-11-04T16:47:05.853", "id": "11730", "postId": "11354", "score": "0", "text": "Not sure I'd say \"bleak\". It does say \"So, the official plan is basically that people can still use the GNOME 2 shell with GNOME 3 applications and libraries, if necessary, but this is a transitional state, and to get the GNOME 3 experience, you need hardware acceleration.\" That, to me, suggests a degree of choice for some time.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-04T17:36:40.113", "id": "11744", "postId": "11354", "score": "4", "text": "3D will not be a requirement for Ubuntu, for a very long time. We have no plans to drop 2D environments at all. In 11.04 we'll have the standard Gnome panel 2D environment, and we'll maintain a 2D experience as long as it's in widespread use.", "userDisplayName": null, "userId": "5287" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T15:15:00.597", "id": "11354", "lastActivityDate": "2010-11-04T15:23:43.600", "lastEditDate": "2010-11-04T15:23:43.600", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "11347", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Indefinitely, hopefully. There will <em>always</em> be video cards that either aren't powerful enough or just aren't supported. And there'll probably always be users (like me) who have both powerful and supported graphics but that don't want Unity or Gnome Shell.</p>\n\n<p>Mo...
null
null
null
null
null
11349
1
11353
2010-11-04T14:53:24.980
10
1215
<p>Since I heard that indicator applets are going to replace the notification area, I wondered what was going to happen to applications that use the notification area and don't have an indicator applet? Is the Ubuntu team going to write an indicator applet for every application out there? You can't expect the developers of applications to add that Ubuntu-only task to their list.</p> <p>Don't get me wrong, I love the indicator applets. But I'm a little concerned about this.</p>
5063
3037
2010-12-15T21:43:29.570
2011-05-03T15:33:31.443
Indicator applet-less applications?
[ "gnome", "unity", "indicator", "11.04" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-08T18:22:06.227", "id": "22193", "postId": "11349", "score": "0", "text": "I am thinking abbout switching back to 8.04, because I hate the icons of programs that i will never use or touch and that i can not easily get rid of in that damned indicator applet!", "user...
{ "accepted": true, "body": "<p>We've been working on a <a href=\"https://wiki.ubuntu.com/NotificationAreaTransition\" rel=\"nofollow noreferrer\">transition plan</a> for a while now. The desktop team put together a <a href=\"https://wiki.ubuntu.com/NotificationAreaTransition/CompatibilityFixes\" rel=\"nofollow noreferrer\">list of applications</a> that are affected by the transition and people have started to post design recommendations, filing bugs, and fixing applications. Any help talking to application developers of your favorite applications is always welcome!</p>\n\n<p>KDE applications all work (application indicators are based on the same KSNI technology) and everything we ship on the CD is ported. Many applications are also just porting to the technology on their own. Application Indicators specifically have a fallback mechanism in place so that application authors can use them <em>without</em> having to break on systems that use the old notification area.</p>\n\n<p>In Unity when I use an application that doesn't use application indicators remember that the icon for the application is sitting in the launcher too, so it's not like it totally disappears from your view, it's just not sitting in the top right of the panel.</p>\n\n<p>For 11.04 there is a whitelist for applications that need to use the area. Users can <a href=\"https://askubuntu.com/questions/30742/how-do-i-access-the-system-tray/30748#30748\">modify this list</a> to add legacy apps if they require it.</p>\n\n<p>(Omar <a href=\"https://askubuntu.com/questions/11349/indicator-applet-less-applications/11579#11579\">has information</a> on what will happen to other apps.)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-04T16:44:26.933", "id": "11729", "postId": "11353", "score": "2", "text": "Instead of having both NA and IA in the transition, why doesn't IA just present the same mechanism that NA offers to applications (alongside its new behaviour)? So when an application says \"I want to display an icon in NA!\", IA replies and handles the icon.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-04T18:37:25.740", "id": "11751", "postId": "11353", "score": "1", "text": "Part of the point fo AppIndicators is to limit everything into a menu so it's more consistent and usable instead of a free for all: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators", "userDisplayName": null, "userId": "235" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-04T15:06:04.443", "id": "11353", "lastActivityDate": "2011-04-08T18:11:40.930", "lastEditDate": "2017-04-13T12:23:44.677", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "11349", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>We've been working on a <a href=\"https://wiki.ubuntu.com/NotificationAreaTransition\" rel=\"nofollow noreferrer\">transition plan</a> for a while now. The desktop team put together a <a href=\"https://wiki.ubuntu.com/NotificationAreaTransition/CompatibilityFixes\" rel=\"nofo...
null
null
null
null
null
11355
1
16084
2010-11-04T15:16:22.957
40
11684
<p>It's all in the title.</p> <p>Eg. if I have a gnome-terminal opened and I click on the gnome-terminal launcher icon, the running terminal will focus and no new instance will pop-up. Also, there is no item in the launcher icon's quicklist that would allow me to start a second instance of the program.</p>
3037
235
2012-03-04T05:14:46.457
2014-04-18T12:01:36.387
How do I start a second instance of a program from Unity's launcher?
[ "unity", "launcher" ]
6
2
CC BY-SA 2.5
[ { "creationDate": "2012-02-25T17:31:00.800", "id": "125902", "postId": "11355", "score": "0", "text": "It would be simpler and more usable to keep the gnome bottom panel for opened program and the launcher just to run programs.", "userDisplayName": null, "userId": "44481" }, { "c...
{ "accepted": true, "body": "<p>You now can start a new instance via a middle clicking on the launcher icon.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-06-14T13:57:24.700", "id": "182619", "postId": "16084", "score": "2", "text": "I was hoping that there would be an alternative for those who don't have a middle mouse button (such as on my laptop's trackpad), such as by holding some combination of ctrl, alt or shift while clicking.\n\nIt is a convention in web browsers to use CTRL+click to mean the same as a middle-click. I wish Unity did the same. For now I have to right-click then select \"New ______\" from the context menu which is annoying.", "userDisplayName": null, "userId": "54256" }, { "creationDate": "2012-09-23T14:52:10.373", "id": "238278", "postId": "16084", "score": "0", "text": "If you have a trackpad is likely that you can obtain a middle-click by pressing the two mouse buttons at the same time.", "userDisplayName": null, "userId": "54949" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-03T18:57:35.750", "id": "16084", "lastActivityDate": "2012-03-04T05:15:19.000", "lastEditDate": "2012-03-04T05:15:19.000", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "11355", "postTypeId": "2", "score": "41" }
[ { "accepted": null, "body": "<p>If you want a second Instance of the terminal you must select \"New Terminal\" in the File Menu from gnome-terminal. It's similar with Nautilus. But (currently) it's not possible to start more than one instance from the Launcher</p>\n", "commentCount": "1", "comments"...
null
null
null
null
null
11358
1
11363
2010-11-04T15:28:16.780
3
1523
<p>I used to start the game,Frozen Throne (using wine) with the option of "-opengl".When I entered the game,the resolution will changed,and restored after exit the game.</p> <p>But this time a problem happened.The resolution can't restore although I restart my computer several times. Both the Ubuntu pane and login windows are exceptional. <code>nvidia-settings</code>also detect the resolution is "1024 x 768",But it seemed useless using this tool. Screenshot-NVIDIA X Server Settings: <img src="https://i.stack.imgur.com/IYnpQ.png" alt="nvidia-settings"></p> <p>the result of <strong>xrandr</strong>:</p> <pre><code> Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 50.0* 800x600 51.0 52.0 53.0 680x384 54.0 55.0 640x480 56.0 576x432 57.0 512x384 58.0 400x300 59.0 60.0 61.0 320x240 62.0 </code></pre> <p>the configure of /etc/X11/xorg.conf:</p> <pre><code># nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (buildd@yellow) Fri Apr 9 11:51:21 UTC 2010 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" # HorizSync source: builtin, VertRefresh source: builtin Identifier "Monitor0" VendorName "Unknown" ModelName "CRT-0" HorizSync 28.0 - 55.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Entry Graphics" EndSection Section "Screen" # Removed Option "metamodes" "1024x768 +0+0" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "TwinViewXineramaInfoOrder" "CRT-0" Option "metamodes" "1024x768_60 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection </code></pre>
687
3037
2010-12-31T10:39:11.783
2010-12-31T10:39:11.783
Resolution stuck after playing OpenGL game
[ "10.04", "nvidia", "games", "resolution", "opengl" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Your xorg.conf file contains the \"metamodes\" option. Remove that line, and it should be back to normal if you log out and back in again.</p>\n\n<p>To get the best results (or if that doesn't work), delete your xorg.conf, restart your computer (press ESC before it boots to get the boot menu), enter recovery mode, choose root terminal, and type <code>nvidia-xconfig</code> and press enter. That should reset your xorg.conf file.</p>\n\n<p>Now type reboot and enter to restart your system, and all should be well.</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2010-11-04T16:49:01.857", "id": "11731", "postId": "11363", "score": "0", "text": "@Roland Taylor After I comment (or delete)the \"metamodes\" line,and log out,It seemed nothing changed to my screen.So I delete the configure file \"xorg.conf\",enter the recovery mode,with root authority, type `nvidia-xconfig` ,reboot to enter my gnome,all back to the default settings,the resolution changed to \"600 x 300\"(may be not correct,but much of a size).BTW:I create the backup of xorg.conf.", "userDisplayName": null, "userId": "687" }, { "creationDate": "2010-11-04T21:28:56.343", "id": "11797", "postId": "11363", "score": "0", "text": "O.O? Are you running the latest driver, an old card? something doesn't add up with that one O.o... I've never had the nvidia driver do that to me O.o. When I get the chance I'll take a look at the commandline options and see what other options you can use.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-11-05T04:41:19.220", "id": "11855", "postId": "11363", "score": "0", "text": "Thanks,ah,It works well previously.So it may not be the problem of driver or graphics card.Reinstall the ubuntu-desktop is the last choice possibility.", "userDisplayName": null, "userId": "687" }, { "creationDate": "2010-11-10T06:14:27.613", "id": "12943", "postId": "11363", "score": "0", "text": "@ Roland Taylor Ah,after reinstalling my Ubuntu,I found the problem puzzling me at last.The line of display connecting to computer case was in a poor contact recently.So the `xorg.conf` was replaced acquiescently.the problem has been solved by `nvdia-xconfig`.Thanks you!", "userDisplayName": null, "userId": "687" }, { "creationDate": "2010-11-10T15:03:45.060", "id": "13032", "postId": "11363", "score": "0", "text": "glad it's fixed :D", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-01-04T04:48:13.487", "id": "21473", "postId": "11363", "score": "1", "text": "-1: You don't need to reboot to change the resolution, as the `nvidia-settings` allows you to change them, and apply them. Nvidia will remember the settings for the next login, so there is no reason to overwrite xorg.conf either just because of a changed solution. That's the whole purpose of `nvidia-settings`.", "userDisplayName": "user2817", "userId": null }, { "creationDate": "2011-01-04T16:37:22.117", "id": "21563", "postId": "11363", "score": "0", "text": "and that's a reason to down vote me? I happen to have an nvidia too btw. I know how it works.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-01-04T19:29:52.000", "id": "21593", "postId": "11363", "score": "1", "text": "If you have nVidia too, then why didn't you just describe how to change the resolution with `nvidia-settings`?", "userDisplayName": "user2817", "userId": null }, { "creationDate": "2011-01-04T22:45:43.320", "id": "21633", "postId": "11363", "score": "0", "text": "Quite simply because nvidia-settings can be troublesome - and his specific situation required it. Furthermore - you need to stop harassing me now. The question is old, he has solved the problem, and regardless what I gave him worked, and obviously worked well. Now buzz off.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-01-04T22:55:58.127", "id": "21635", "postId": "11363", "score": "0", "text": "I was just telling you that using `nvidia-settings` would already have done the trick, especially since I was able to reproduce the scenario. Sorry, I can't cancel the downvote anymore, it's locked now.", "userDisplayName": "user2817", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T15:48:30.260", "id": "11363", "lastActivityDate": "2010-11-04T15:48:30.260", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "11358", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Your xorg.conf file contains the \"metamodes\" option. Remove that line, and it should be back to normal if you log out and back in again.</p>\n\n<p>To get the best results (or if that doesn't work), delete your xorg.conf, restart your computer (press ESC before it boots to g...
null
null
null
null
null
11368
1
11379
2010-11-04T16:13:28.677
2
1750
<p>When I start my app using xinit in a new terminal (CTRL+F1) my app needs the cursor to be on it, else the keyboard doesn't answer. So, is there a way to start xinit specifing to do not use the mouse?</p>
5304
5304
2010-11-04T16:58:21.570
2011-07-18T11:50:54.780
How to run xinit with no mouse?
[ "mouse" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Install the xdotool package, you can read the manpage at <a href=\"http://manpages.ubuntu.com/xdotool\" rel=\"nofollow\">http://manpages.ubuntu.com/xdotool</a>.\nAdd a small delay after starting the window and you should be able to set the focus on it from the start script.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-05T13:40:17.140", "id": "11907", "postId": "11379", "score": "0", "text": "Smells like a workaround. But maybe I use it, thanks!", "userDisplayName": null, "userId": "5304" }, { "creationDate": "2010-11-05T14:11:34.027", "id": "11914", "postId": "11379", "score": "0", "text": "It's not a workaround, it's the real solution, it's your responsibility to manage the focus from xinit process. Since you are not using a real windows manager you need to manually manage the window focus.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-12-15T11:14:00.350", "id": "18733", "postId": "11379", "score": "0", "text": "that's a really interesting project, thanks for the reference!", "userDisplayName": null, "userId": "5304" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-04T17:18:48.010", "id": "11379", "lastActivityDate": "2011-07-18T11:50:54.780", "lastEditDate": "2011-07-18T11:50:54.780", "lastEditorDisplayName": null, "lastEditorUserId": "41", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11368", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p><code>xinit</code> itself does never use the mouse, it's just a program that starts the X server and then launches 1 or more programs that use it.</p>\n\n<p>I guess that maybe X uses \"focus follows mouse\" by default, and you'll have to unset that manually if you don't use a...
null
null
null
null
null
11370
1
11374
2010-11-04T16:33:03.567
23
18270
<p>This may be a silly question, but since the newer Mac systems are built on unix, is it possible to run a Mac app natively on Ubuntu? I'm specifically interested in the <a href="http://www.panic.com/coda/">Coda</a> development environment.</p>
2664
169736
2014-04-27T19:17:17.557
2018-08-12T22:00:47.210
Can Mac OS applications run natively?
[ "macosx", "crossplatform" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-06-23T18:28:46.377", "id": "55823", "postId": "11370", "score": "0", "text": "You can run things like `htop` that are universe, in a terminal.", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-06-23T19:44:40.307", "id": "55852", ...
{ "accepted": true, "body": "<p>They're both POSIX systems but no. Most OSX applications rely on various libraries (eg: Cocoa -- like GTK <em>but not</em> GTK) that aren't open source and therefore can't be ported.</p>\n\n<p>I think there has been some interest in writing a layer like Wine to replace things like Cocoa but as far as I know, nothing has ever come of it.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-11-04T17:04:26.150", "id": "11738", "postId": "11374", "score": "0", "text": "I was afraid that was the case... oh, well. Thanks.", "userDisplayName": null, "userId": "2664" }, { "creationDate": "2010-11-04T21:03:00.287", "id": "11786", "postId": "11374", "score": "0", "text": "So if Apple one day saw the light (not gonna happen anytime soon I know), then they could port Cocoa to Linux. Interesting thought.", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-11-04T22:06:50.603", "id": "11813", "postId": "11374", "score": "1", "text": "there is a project underway to port cocoa to windows (and possibly linux, (forgot the name =P)), and there is also GNU Step, which... well, tries, to be compatible at the source level. That's probably the closest you will get to running apps on both (Without using something like GTK+ or QT as a basis).", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-12-13T03:37:10.620", "id": "18370", "postId": "11374", "score": "1", "text": "it's called cocotron (need to dig the link up)", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-04-24T15:06:17.060", "id": "40848", "postId": "11374", "score": "1", "text": "http://www.cocotron.org/", "userDisplayName": null, "userId": "5159" }, { "creationDate": "2016-06-06T01:11:19.357", "id": "1173415", "postId": "11374", "score": "1", "text": "http://askubuntu.com/a/227010/25036 draws attention to the **Darling** project.", "userDisplayName": null, "userId": "25036" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T16:40:34.487", "id": "11374", "lastActivityDate": "2010-11-04T16:40:34.487", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "11370", "postTypeId": "2", "score": "26" }
[ { "accepted": true, "body": "<p>They're both POSIX systems but no. Most OSX applications rely on various libraries (eg: Cocoa -- like GTK <em>but not</em> GTK) that aren't open source and therefore can't be ported.</p>\n\n<p>I think there has been some interest in writing a layer like Wine to replace things...
null
null
null
null
null
11378
1
11380
2010-11-04T17:03:38.087
13
30778
<p>I want to setup openGL programming environment on ubuntu. What packages or tools I should install and what is the best way of getting into openGL as a newbie.</p>
2968
235
2011-09-18T18:13:27.843
2019-01-29T06:53:07.400
How do I set up an OpenGL programming environment?
[ "programming", "graphics", "opengl" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2010-11-04T17:31:21.867", "id": "11742", "postId": "11378", "score": "2", "text": "What language would you prefer?", "userDisplayName": null, "userId": "2902" }, { "creationDate": "2019-01-30T19:08:26.007", "id": "1839657", "postId": "11378", "score...
{ "accepted": true, "body": "<p>StackOverflow is a better place for programming related questions, check\n<a href=\"https://stackoverflow.com/questions/859501/learning-opengl-in-ubuntu\">https://stackoverflow.com/questions/859501/learning-opengl-in-ubuntu</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2014-10-13T21:45:55.480", "id": "733781", "postId": "11380", "score": "4", "text": "Ironically, the question you linked to was closed as off-topic. ;)", "userDisplayName": null, "userId": "91931" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T17:30:28.077", "id": "11380", "lastActivityDate": "2010-11-04T17:30:28.077", "lastEditDate": "2017-05-23T12:39:47.247", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11378", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>StackOverflow is a better place for programming related questions, check\n<a href=\"https://stackoverflow.com/questions/859501/learning-opengl-in-ubuntu\">https://stackoverflow.com/questions/859501/learning-opengl-in-ubuntu</a></p>\n", "commentCount": "1", "comments":...
null
null
null
null
null
11381
1
11394
2010-11-04T17:36:39.037
2
688
<p>Where are all the Compiz settings stored? I would like to have another user have Compiz configured the exact same way, what is the simplest way to do that?</p>
114
null
null
2010-11-04T18:33:56.050
Applying my Compiz settings to other user
[ "10.10", "configuration", "compiz" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>While copying your gconf files should work, you could also use the compizconfig settings manager, and and export your profile.</p>\n\n<p>The other user can import this the same way.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-04T21:58:27.833", "id": "11811", "postId": "11394", "score": "0", "text": "this is the preferred method, but sometimes it doesn't work when using the gconf config backend.", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T18:33:56.050", "id": "11394", "lastActivityDate": "2010-11-04T18:33:56.050", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5338", "parentId": "11381", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>I believe it is just as simple as copying .gconf/apps/compiz from your home dir to him.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T17:57:53.000", "id": "11385",...
null
null
null
null
null
11384
1
11427
2010-11-04T17:45:11.777
11
7784
<p>I want defragment my root ext4 partition after upgrade to 10.10. But I can't find <strong>e4defrag</strong> in standart repos. May I build it from source? And is it safe for use?</p> <p>UPD: Now in 12.04, we have e4defrag in repos. Just tried it, and it works well! I see some speed improvement. Simply run e4defrag /dev/sda1</p>
2026
2026
2012-05-31T04:40:32.413
2012-10-04T01:47:06.560
Is e4defrag ready for use?
[ "10.10", "ext4", "defrag" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>According to one of its developers, Akira Fujita, e4defrag needs more feedback - which IMO translates to \"not ready for prime time\". I wouldn't use any defragmentation tool that's not thoroughly tested.</p>\n\n<p>Here are some interesting slides from his recent <a href=\"http://events.linuxfoundation.org/slides/2010/linuxcon_japan/linuxcon_jp2010_fujita.pdf\">talk at the LinuxCon 2010</a>.</p>\n\n<hr>\n\n<p><code>e4defrag</code> is now in the development version of Ubuntu 12.04, see its <a href=\"http://manpages.ubuntu.com/manpages/precise/en/man8/e4defrag.8.html\">man page</a> for details.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-12-19T13:33:53.223", "id": "101637", "postId": "11427", "score": "0", "text": "Thanks! Is there any up-to-date information? Is there any source, where I can check on my own? Surprisingly Google coudln't answere this for me.", "userDisplayName": null, "userId": "27088" }, { "creationDate": "2013-07-26T03:49:25.323", "id": "412904", "postId": "11427", "score": "2", "text": "Good link - but this answer should be updated, it's been in official repo for some time.", "userDisplayName": null, "userId": "19874" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-04T22:00:35.407", "id": "11427", "lastActivityDate": "2012-01-02T00:04:19.637", "lastEditDate": "2012-01-02T00:04:19.637", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "11384", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>According to one of its developers, Akira Fujita, e4defrag needs more feedback - which IMO translates to \"not ready for prime time\". I wouldn't use any defragmentation tool that's not thoroughly tested.</p>\n\n<p>Here are some interesting slides from his recent <a href=\"ht...
null
null
null
null
null
11387
1
11389
2010-11-04T18:02:44.493
10
836
<p>I'd like to set 10.10 to open MP3 files in Muinshee when I open them from a file manager. I don't really like Totem very much, and opening all of Banshee is a little bit too heavy for just playing a one-off audio file I grabbed from the web, or a song that one of my friends recorded and then sent to me over Empathy.</p>
5104
235
2010-11-05T00:39:44.313
2010-11-05T00:39:44.313
How do I set Gnome's default open behavior for file types?
[ "gnome", "nautilus", "mime-type" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Right click over a file, properties, there is an \"Open With\" tab, set the default application there.</p>\n\n<p><img src=\"https://i.stack.imgur.com/4NGl2.png\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T18:06:08.033", "id": "11389", "lastActivityDate": "2010-11-04T20:25:08.793", "lastEditDate": "2010-11-04T20:25:08.793", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11387", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>Right click over a file, properties, there is an \"Open With\" tab, set the default application there.</p>\n\n<p><img src=\"https://i.stack.imgur.com/4NGl2.png\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
null
null
null
11390
1
null
2010-11-04T18:14:31.330
3
4026
<p>I have installed ntop on my machine and I need to specify which network interface it should listen on. When I go to <strong>Admin -> Configure -> Startup Options</strong> in the web interface it says:</p> <blockquote> <p>You cannot set the capture interface: missing privileges. </p> <p>You need to start ntop with super-user privileges [-u]</p> </blockquote> <p>How do I add the -u to the service startup?</p>
3295
null
null
2011-12-10T01:05:24.100
How do I start ntop with super-user privileges?
[ "services" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T00:16:32.947", "id": "11833", "postId": "11390", "score": "0", "text": "It's generally a poor idea to run services as root. Do you know if ntop drops its superuser privileges after startup?", "userDisplayName": null, "userId": "5197" } ]
null
[ { "accepted": null, "body": "<p>The user is defined at /var/lib/ntop/init.cfg, I am not sure it's safe to change it since it was packaged to run with ntop, it was expected to work.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-04T18:58:53.787", "id": "11...
null
null
null
null
null
11392
1
11396
2010-11-04T18:22:04.020
83
243337
<p>I understand Mac and Linux both have a similar architecture, so what are the differences that prevent for example, mac applications being compatible with linux?</p>
2978
545291
2021-02-06T14:44:22.350
2021-02-06T14:44:22.350
What are the key differences between Mac OS and Linux that prevent application compatibility?
[ "macosx" ]
3
3
CC BY-SA 4.0
[ { "creationDate": "2010-11-04T18:29:54.523", "id": "11750", "postId": "11392", "score": "0", "text": "This has been answered [here](http://askubuntu.com/questions/11370/can-mac-apps-run-natively-on-linux/11374#11374).", "userDisplayName": null, "userId": "935" }, { "creationDate"...
{ "accepted": true, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Mac_OS#Mac_OS_X\">Mac OS</a> is based on a <a href=\"http://en.wikipedia.org/wiki/BSD\">BSD</a> code base, while Linux is an independent development of a unix-like system. This means that these systems are similar, but not <a href=\"http://en.wikipedia.org/wiki/Binary_compatibility\">binary compatible</a>.</p>\n\n<p>Furthermore, Mac OS has lots of applications that are not open source and are build on libraries that are not open source. Because of this reason, it is not possible to port those applications to run on Linux without being the copyright owner of those applications and libraries.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T18:52:54.497", "id": "11396", "lastActivityDate": "2010-12-13T03:32:36.033", "lastEditDate": "2010-12-13T03:32:36.033", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "4", "parentId": "11392", "postTypeId": "2", "score": "70" }
[ { "accepted": true, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Mac_OS#Mac_OS_X\">Mac OS</a> is based on a <a href=\"http://en.wikipedia.org/wiki/BSD\">BSD</a> code base, while Linux is an independent development of a unix-like system. This means that these systems are similar, but not <a href=\"http...
null
null
2014-04-27T19:55:57.897
null
null
11399
1
11402
2010-11-04T19:25:58.430
5
948
<p>When I tried to enable compiz, it said that I can't because of mutter. How may I enable compiz?</p>
2432
235
2011-02-15T14:48:00.343
2011-02-15T14:48:32.930
How to use Compiz as the window manager for Unity
[ "10.10", "unity", "compiz", "mutter" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can't use compiz for the current Unity version, the compiz integrated version will be available in 11.04 (Currently in development).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-23T22:26:38.603", "id": "24780", "postId": "11402", "score": "1", "text": "Might be a good idea to add that it's for Natty Alpha 1 + only...", "userDisplayName": null, "userId": "8973" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T19:28:30.830", "id": "11402", "lastActivityDate": "2011-02-15T14:48:32.930", "lastEditDate": "2011-02-15T14:48:32.930", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11399", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>You can't use compiz for the current Unity version, the compiz integrated version will be available in 11.04 (Currently in development).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-23T22:26:38.603", "id": "24780", ...
null
null
null
null
null
11406
1
null
2010-11-04T19:52:08.377
13
7155
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/21305/ubuntu-10-10-forgets-desktop-theme">Ubuntu 10.10 forgets desktop theme.</a> </p> </blockquote> <p><strong>UPDATE:</strong> It looks like i'm experiencing <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/574296" rel="nofollow noreferrer">this bug</a> where Ubuntu can't do themes on fast computers (e.g. SSD drive and/or i7 CPU).</p> <p><strong>UPDATE:</strong> I just installed Ubuntu 10.10 x64 on a SECOND brand new computer. I logged in for the first time, and themes displayed ok, I then activated the recommended Nvidia driver, rebooted, and the themes don't display, same issue. If I kill "gnome-settings-" then run "sudo gnome-settings-daemon" the themes work again (until I reboot).</p> <p>I just installed Ubuntu 10.10, and after activating the Nvidia drivers, and Ubuntu seems to have lost the theme, it looks like old school 9.04 or something (but some parts, like the window title/menu bars look new)</p> <p>Jorge suggested in the comments that: "This isn't a theme issue, you're gnome-system-daemon is likely crashing. Is this persistent across reboots?"</p> <p>Looking back, I think the problems started when I tried to start using dual monitors. I ran the "NVDIA X Server Settings" applet, and accidentally chose "Separate X screen (requires X restart)" at which point I got different displays on each monitor, but each had their own panel and applications menu etc. I've since switched to "TwinView" which is the one I think I should have chosen originally.</p> <p>Running <em>gnome-settings-daemon</em> produced the following output:</p> <pre><code> alex@alex-pc3:~$ – alex@alex-pc3:~$ gnome-settings-daemon ** (gnome-settings-daemon:11554): WARNING **: Failed to acquire org.gnome.SettingsDaemon ** (gnome-settings-daemon:11554): WARNING **: Could not acquire name </code></pre> <p>If I run <code>sudo gnome-setttings-daemon</code>, then it seems to work, my panel and windows and icons etc all look modern as per the latest theme. However, after restarting the problem is back, so I guess I can manually run gnome-settings-daemon.</p> <p>I get this output from gnome-settings-daemon:</p> <pre><code>alex@alex-pc3:~$ sudo gnome-settings-daemon alex@alex-pc3:~$ ** (gnome-settings-daemon:1978): WARNING **: Grab failed for some keys, another application may already have access the them. ** (gnome-settings-daemon:1978): WARNING **: Clipboard manager is already running. Unable to find a synaptics device. </code></pre> <p>I rebooted again, I typed "ps - A | grep settings" and found one process running called "gnome-settings-", so it looks like gnome-settings-daemon is running, but not working?</p> <p>Debug Output:</p> <pre><code>alex@alex-pc3:~$ sudo killall gnome-settings-daemon alex@alex-pc3:~$ gnome-settings-daemon --nodaemon --debug ** (gnome-settings-daemon:8325): WARNING **: Unknown option --nodaemon alex@alex-pc3:~$ gnome-settings-daemon --no-daemon --debug ** (gnome-settings-daemon:8326): DEBUG: Successfully connected to D-Bus ** (gnome-settings-daemon:8326): DEBUG: Starting settings manager ** (gnome-settings-daemon:8326): DEBUG: Loading settings plugins from dir: /usr/lib/gnome-settings-daemon-2.0/ ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Media keys' file='/usr/lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin' location='media-keys' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Mouse' file='/usr/lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin' location='mouse' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='X Resource Database' file='/usr/lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin' location='xrdb' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Keyboard' file='/usr/lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin' location='keyboard' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Sound' file='/usr/lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin' location='sound' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Typing Break' file='/usr/lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin' location='typing-break' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Housekeeping' file='/usr/lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin' location='housekeeping' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/ubuntuone.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Ubuntu One' file='/usr/lib/gnome-settings-daemon-2.0/ubuntuone.gnome-settings-plugin' location='ubuntuone' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Clipboard' file='/usr/lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin' location='clipboard' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='XRandR' file='/usr/lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin' location='xrandr' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Font' file='/usr/lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin' location='font' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='X Settings' file='/usr/lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin' location='xsettings' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Keybindings' file='/usr/lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin' location='keybindings' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Background' file='/usr/lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin' location='background' ** (gnome-settings-daemon:8326): DEBUG: Loading plugin: /usr/lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsPluginInfo: name='Accessibility Keyboard' file='/usr/lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin' location='a11y-keyboard' ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c0cd40 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libxrandr.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdXrandrPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdXrandrPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdXrandrPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating xrandr plugin ** (gnome-settings-daemon:8326): DEBUG: Starting xrandr manager ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated xrandr ** (gnome-settings-daemon:8326): DEBUG: Plugin xrandr: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c0d000 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libxsettings.so ** (gnome-settings-daemon:8326): DEBUG: Registering GnomeXSettingsPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GnomeXSettingsPlugin ** (gnome-settings-daemon:8326): DEBUG: GnomeXSettingsPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating xsettings plugin ** (gnome-settings-daemon:8326): DEBUG: Starting xsettings manager ** (gnome-settings-daemon:8326): DEBUG: xft_settings_set_xresources: orig res 'Xft.dpi: 96 Xft.antialias: 1 Xft.hinting: 1 Xft.hintstyle: hintslight Xft.rgba: rgb Xft.lcdfilter: lcddefault ' ** (gnome-settings-daemon:8326): DEBUG: xft_settings_set_xresources: new res 'Xft.dpi: 96 Xft.antialias: 1 Xft.hinting: 1 Xft.hintstyle: hintslight Xft.rgba: rgb Xft.lcdfilter: lcddefault ' ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated xsettings ** (gnome-settings-daemon:8326): DEBUG: Plugin xsettings: active ** (gnome-settings-daemon:8326): DEBUG: Plugin font: inactive ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c0d280 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libsound.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdSoundPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdSoundPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdSoundPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating sound plugin ** (gnome-settings-daemon:8326): DEBUG: Starting sound manager ** (gnome-settings-daemon:8326): DEBUG: Registering directory monitor for /home/alex/.local/share/sounds ** (gnome-settings-daemon:8326): DEBUG: Registering directory monitor for /usr/share/gnome ** (gnome-settings-daemon:8326): DEBUG: Registering directory monitor for /usr/local/share/ ** (gnome-settings-daemon:8326): DEBUG: Registering directory monitor for /usr/share/ ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated sound ** (gnome-settings-daemon:8326): DEBUG: Plugin sound: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c11f20 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libkeyboard.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdKeyboardPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdKeyboardPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdKeyboardPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating keyboard plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated keyboard ** (gnome-settings-daemon:8326): DEBUG: Plugin keyboard: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c11f70 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/liba11y-keyboard.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdA11yKeyboardPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdA11yKeyboardPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdA11yKeyboardPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating a11y_keyboard plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated a11y-keyboard ** (gnome-settings-daemon:8326): DEBUG: Plugin a11y-keyboard: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c57400 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libmouse.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdMousePlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdMousePlugin ** (gnome-settings-daemon:8326): DEBUG: GsdMousePlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating mouse plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated mouse ** (gnome-settings-daemon:8326): DEBUG: Plugin mouse: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c57450 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libkeybindings.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdKeybindingsPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdKeybindingsPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdKeybindingsPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating keybindings plugin ** (gnome-settings-daemon:8326): DEBUG: Starting keybindings manager ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated keybindings ** (gnome-settings-daemon:8326): DEBUG: Plugin keybindings: active ** (gnome-settings-daemon:8326): DEBUG: Plugin xrdb: inactive ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c574a0 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libbackground.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdBackgroundPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdBackgroundPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdBackgroundPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating background plugin ** (gnome-settings-daemon:8326): DEBUG: Starting background manager ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated background ** (gnome-settings-daemon:8326): DEBUG: Plugin background: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c574f0 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libmedia-keys.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdMediaKeysPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdMediaKeysPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdMediaKeysPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating media_keys plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated media-keys ** (gnome-settings-daemon:8326): DEBUG: Plugin media-keys: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c69400 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libclipboard.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdClipboardPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdClipboardPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdClipboardPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating clipboard plugin ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated clipboard ** (gnome-settings-daemon:8326): DEBUG: Plugin clipboard: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c69450 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libtyping-break.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdTypingBreakPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdTypingBreakPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdTypingBreakPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating typing_break plugin ** (gnome-settings-daemon:8326): DEBUG: Starting typing_break manager ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated typing-break ** (gnome-settings-daemon:8326): DEBUG: Plugin typing-break: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c694a0 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libubuntuone.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdUbuntuOne ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdUbuntuOne ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated ubuntuone ** (gnome-settings-daemon:8326): DEBUG: Plugin ubuntuone: active ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsModule 0x1c694f0 initialising ** (gnome-settings-daemon:8326): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libhousekeeping.so ** (gnome-settings-daemon:8326): DEBUG: Registering GsdHousekeepingPlugin ** (gnome-settings-daemon:8326): DEBUG: Creating object of type GsdHousekeepingPlugin ** (gnome-settings-daemon:8326): DEBUG: GsdHousekeepingPlugin initializing ** (gnome-settings-daemon:8326): DEBUG: Activating housekeeping plugin ** (gnome-settings-daemon:8326): DEBUG: Starting housekeeping manager ** (gnome-settings-daemon:8326): DEBUG: housekeeping: will tidy up in 2 minutes ** (gnome-settings-daemon:8326): DEBUG: GnomeSettingsManager: emitting plugin-activated housekeeping ** (gnome-settings-daemon:8326): DEBUG: Plugin housekeeping: active ** (gnome-settings-daemon:8326): DEBUG: Starting keyboard manager [1289226919,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application ** (gnome-settings-daemon:8326): DEBUG: Starting a11y_keyboard manager ** (gnome-settings-daemon:8326): DEBUG: Starting media_keys manager ** (gnome-settings-daemon:8326): DEBUG: Not a valid shortcut: '' ** (gnome-settings-daemon:8326): DEBUG: adding key filter for screen: 0 ** (gnome-settings-daemon:8326): WARNING **: Clipboard manager is already running. ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=0 name='ConsoleKit Session /org/freedesktop/ConsoleKit/Session2' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=2 name='NetworkManager Applet' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=3 name='ayatana.indicator.sound' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=4 name='File Manager' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=5 name='gtk-window-decorator' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=10 name='XSMP Session on gnome-session as 10265a88872e6e751d128896818869836100000014480036' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=11 name='Panel' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=25 name='ALSA plug-in [TweetDeck]' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=29 name='Rhythmbox' ** (gnome-settings-daemon:8326): DEBUG: Updating client: index=30 name='GNOME Volume Control Media Keys' ** (gnome-settings-daemon:8326): DEBUG: Updating sink: index=0 name='alsa_output.pci-0000_00_1b.0.analog-stereo' description='Internal Audio Analog Stereo' map='front-left,front-right' ** (gnome-settings-daemon:8326): DEBUG: Updating source: index=0 name='alsa_output.pci-0000_00_1b.0.analog-stereo.monitor' description='Monitor of Internal Audio Analog Stereo' ** (gnome-settings-daemon:8326): DEBUG: Updating source: index=1 name='alsa_input.pci-0000_00_1b.0.analog-stereo' description='Internal Audio Analog Stereo' ** (gnome-settings-daemon:8326): DEBUG: Udpating card alsa_card.pci-0000_00_1b.0 (index: 0 driver: module-alsa-card.c): ** (gnome-settings-daemon:8326): DEBUG: Profile 'output:analog-stereo': 0 sources 1 sinks ** (gnome-settings-daemon:8326): DEBUG: Profile 'output:analog-stereo+input:analog-stereo': 1 sources 1 sinks (Current) ** (gnome-settings-daemon:8326): DEBUG: Profile 'output:analog-stereo+input:iec958-stereo': 1 sources 1 sinks ** (gnome-settings-daemon:8326): DEBUG: Profile 'output:iec958-stereo': 0 sources 1 sinks ** (gnome-settings-daemon:8326): DEBUG: Profile 'output:iec958-stereo+input:analog-stereo': 1 sources 1 sinks ** (gnome-settings-daemon:8326): DEBUG: Profile 'output:iec958-stereo+input:iec958-stereo': 1 sources 1 sinks ** (gnome-settings-daemon:8326): DEBUG: Profile 'input:analog-stereo': 1 sources 0 sinks ** (gnome-settings-daemon:8326): DEBUG: Profile 'input:iec958-stereo': 1 sources 0 sinks ** (gnome-settings-daemon:8326): DEBUG: Profile 'off': 0 sources 0 sinks ** (gnome-settings-daemon:8326): DEBUG: Property: 'alsa.card' = '0' ** (gnome-settings-daemon:8326): DEBUG: Property: 'alsa.card_name' = 'HDA Intel' ** (gnome-settings-daemon:8326): DEBUG: Property: 'alsa.long_card_name' = 'HDA Intel at 0xfbff8000 irq 52' ** (gnome-settings-daemon:8326): DEBUG: Property: 'alsa.driver_name' = 'snd_hda_intel' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.bus_path' = 'pci-0000:00:1b.0' ** (gnome-settings-daemon:8326): DEBUG: Property: 'sysfs.path' = '/devices/pci0000:00/0000:00:1b.0/sound/card0' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.bus' = 'pci' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.vendor.id' = '8086' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.vendor.name' = 'Intel Corporation' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.product.id' = '3b56' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.product.name' = '5 Series/3400 Series Chipset High Definition Audio' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.form_factor' = 'internal' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.string' = '0' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.description' = 'Internal Audio' ** (gnome-settings-daemon:8326): DEBUG: Property: 'module-udev-detect.discovered' = '1' ** (gnome-settings-daemon:8326): DEBUG: Property: 'device.icon_name' = 'audio-card-pci' Unable to find a synaptics device. ** (gnome-settings-daemon:8326): DEBUG: Performing delayed syncdaemon init ** (gnome-settings-daemon:8326): DEBUG: Syncdaemon not running, waiting for it to start in NameOwnerChanged </code></pre> <p><img src="https://i.stack.imgur.com/TDvGT.png" alt="alt text"></p> <p><img src="https://i.stack.imgur.com/tQzhU.png" alt="alt text"></p>
5247
-1
2017-04-13T12:23:36.527
2010-12-19T13:43:56.257
gnome-settings-daemon doesn't apply themes, unless I kill it and start it manually
[ "10.10", "panel", "themes" ]
0
37
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T19:54:07.240", "id": "11761", "postId": "11406", "score": "0", "text": "@Alex How did you install it? Did you upgrade or use an existing `/home`?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-11-04T19:54:56.273", "id": "11...
null
[]
2010-12-16T13:13:25.117
null
2011-01-17T13:43:24.657
null
null
11411
1
11425
2010-11-04T20:21:41.487
1
1478
<p>I am trying to install Ubuntu 10.10 on a machine running Windows 7 Ultimate currently. I have few doubts, before I moved forward with installation regarding partitioning (I have lot vista last time without any back up :( ). So I am following the <a href="http://www.dedoimedo.com/computers/dual-boot-windows-7-ubuntu.html" rel="nofollow">tutorial here</a> </p> <p>My current machine config is:</p> <ul> <li>Windows 7 Ultimate</li> <li>300 GB (262 GB NTFS Windows + 100 Mb (System files) + 37 GB Unallocated (Used Windows Shrink Tool))</li> <li>I have Ubuntu 10.10 on USB (with USB plug in (which boots it perfectly))</li> </ul> <p>My doubts are: The author has mentioned about making multiple partitions under Ubuntu and windows-</p> <ul> <li>Windows 7 system partition(I am guessing its my 262 GB) (sda1)</li> <li>Extended Partition - (sda2)</li> <li>Windows Partition (Windows Files) - (sda5)</li> </ul> <p>Windows data partition (user files);"You can share it in Linux". I definitely want this, if I can at least open my media(pics, videos n all from both OS)</p> <p>Linux Root, Linux swap, Linux Home</p> <p>1.Do I really need all this? 2.If I do need these 3 Linux partitions, considering 37GB for Linux, how would you suggested me distribute it?</p> <p>Your help is highly appreciated.</p>
4627
235
2010-11-04T21:24:44.410
2010-11-04T21:31:05.210
Partition doubt before installing Ubuntu 10.10
[ "windows-7" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can use all 37gb for Linux (the installer will recommend a size for the swap partition for you). You do not need to have a seperate /home partition as the installer <a href=\"https://askubuntu.com/questions/247/whats-your-recommendation-on-drive-partitioning-schemes-for-a-desktop-and-home-s/3603#3603\">will preserve your settings and data</a> if you ever need to reinstall.</p>\n\n<p>You can then just mount your Windows partition so you can access your data right from Ubuntu. </p>\n\n<p>Since you've already repartitioned your disk it's probably not worth the effort to undo, but the <a href=\"http://www.ubuntu.com/desktop/get-ubuntu/windows-installer\" rel=\"nofollow noreferrer\">Wubi installer</a> is designed so you can have an easy to install dual-boot without having to to worry about this kind of thing.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-11-04T21:47:46.577", "id": "11800", "postId": "11425", "score": "0", "text": "The installer probably won't suggest a recommended swap size because of [this bug](https://bugs.edge.launchpad.net/ubiquity/+bug/652852)?", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-04T21:49:09.383", "id": "11801", "postId": "11425", "score": "0", "text": "Hi Jorge, so we run wubi from windows? And no need to go for /home?", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-04T21:52:49.787", "id": "11804", "postId": "11425", "score": "0", "text": "I just looked at the Wubi installation process. Its so simple. Why do people prefer booting from live CD and then doing it the way described in the tutorial then? Any Pros and Cons?", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-04T21:57:00.600", "id": "11809", "postId": "11425", "score": "0", "text": "There are plenty wubi questions and answers that you can browse here: http://askubuntu.com/questions/tagged/wubi Feel free to ask more questions (separately so we can answer them one at a time please!)", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-11-04T22:00:52.410", "id": "11812", "postId": "11425", "score": "0", "text": "@t3ch I don't know why people do the complicated thing on purpose, but at least you asked!", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-11-04T22:10:05.827", "id": "11815", "postId": "11425", "score": "0", "text": "lol :) Jorge, Can I still go with the Wubi option (considering I already made unallocated space)", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-04T22:14:46.600", "id": "11818", "postId": "11425", "score": "0", "text": "I am sorry, didnt read your entire post. Going to post a new question for Wubi", "userDisplayName": null, "userId": "4627" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T21:31:05.210", "id": "11425", "lastActivityDate": "2010-11-04T21:31:05.210", "lastEditDate": "2017-04-13T12:23:44.677", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "11411", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>If I understand you right, your harddisk is looking like this:</p>\n\n<pre><code>1. 262GiB NTFS (Windows Main + your Data)\n2. 100MiB NTFS (Windows System Files)\n3. 37GiB Unallocated Space\n</code></pre>\n\n<p>If this is correct, I'd propose the following setup:</p>\n\n<pre...
null
null
null
null
null
11415
1
11419
2010-11-04T20:39:46.770
9
8817
<p>I see:</p> <ul> <li>Bluetooth manager</li> <li>Certificate and key storage</li> <li>check for new hardware drivers</li> <li>disk notifications</li> <li>GNOME login sound</li> <li>GSettings Data Conversion</li> <li>Network Manager</li> <li>NVDIA X Server Settings</li> <li>Power Manager</li> <li>Print Queue Applet</li> <li>PulseAudio Sound System</li> <li>PulseAudio Sound System KDE Routing Policy</li> <li>Remote Desktop</li> <li>Secret Storage Service</li> <li>SSH Key Agent</li> <li>Ubuntu One</li> <li>Update Notifier</li> <li>User folders update</li> <li>Visual Assistance</li> </ul> <p>I'd like to turn off these:</p> <ul> <li>Bluetooth manager</li> <li>disk notifications</li> <li>GNOME login sound</li> <li>GSettings Data Conversion</li> <li>Power Manager</li> <li>Remote Desktop</li> <li>Ubuntu One</li> <li>User folders update</li> <li>Visual Assistance</li> </ul>
5247
null
null
2010-11-04T20:49:47.787
Which startup applications can I safely turn off?
[ "startup" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T20:43:08.263", "id": "11780", "postId": "11415", "score": "0", "text": "That depends on what you use and what you might maybe use in the future...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-04T20:45:46.310", "id": "1...
{ "accepted": true, "body": "<ul>\n<li>Bluetooth manager: bluetooth won't work until you re-enable it and re-login</li>\n<li>disk notifications: don't disable it, it will warn you if your disk is going to die soon!</li>\n<li>login sound: safe to disable</li>\n<li>GSettings data conversion: I would leave this turned on, as it might cause problems in the future otherwise</li>\n<li>power manager: you better keep this running</li>\n<li>remote desktop: might be okay if you don't use it</li>\n<li>Ubuntu One: again, if you don't use it...</li>\n<li>User folder update: might be useful to keep it in case of changes in the future</li>\n<li>visual assistance: if you are 100% sure nobody will ever need accessibility tools on this system...</li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T20:49:47.787", "id": "11419", "lastActivityDate": "2010-11-04T20:49:47.787", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "11415", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>I'd leave <code>GSettings Data Conversion</code>, <code>Disk Notifications</code> and <code>Power Manager</code> alone.</p>\n\n<p><em>Please imagine a sidenote about \"how this most likely won't effect the overall performance\" here. Thank you.</em></p>\n", "commentCount"...
null
null
2015-01-14T19:42:07.030
null
null
11417
1
11420
2010-11-04T20:43:49.190
4
1048
<p>I'm interested in playing with AWN and Docky, but have spent quite a bit of time getting my current layout (using native gnome panels) in a usable state. Is there any way to save the layout (i.e. which panels I have, what launchers - including custom - are on them, etc.) to a file so that if I end up not liking either AWN or Docky I can restore my original native settings without redoing it all manually?</p> <p>I'm running Maverick.</p>
2664
114
2010-11-04T21:27:41.000
2010-11-05T00:02:49.830
Can I save my desktop layout as a file?
[ "10.10", "gnome-panel" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The gnome panel configuration is stored at ~/.gconf/apps/panel, you just need to backup it up.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-04T21:03:50.380", "id": "11787", "postId": "11420", "score": "0", "text": "Thanks. Do I need to back up ~/.gconf/desktop/* as well?", "userDisplayName": null, "userId": "2664" }, { "creationDate": "2010-11-04T21:06:31.230", "id": "11788", "postId": "11420", "score": "0", "text": "Not for panel changes, desktop contains other settings like the desktop background, etc. You can explore the conf settings using gconf editor, from the terminal run: gconf-editor.", "userDisplayName": null, "userId": "742" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T21:01:22.293", "id": "11420", "lastActivityDate": "2010-11-04T21:01:22.293", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "11417", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>The gnome panel configuration is stored at ~/.gconf/apps/panel, you just need to backup it up.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-04T21:03:50.380", "id": "11787", "postId": "11420", "score": "0",...
null
null
null
null
null
11421
1
null
2010-11-04T21:09:29.743
2
605
<p>I have a Samsung R530 laptop. <strike>I'm actually running Linux Mint, which is based on Ubuntu (which is why I thought it would be OK to post this here).</strike> I'm now getting exactly the same problem on Ubuntu 10.10.</p> <p>I've got it setup with a secondary LCD monitor, and I've changed the display settings so the laptop screen and monitor are at optimal resolution, with the desktop shared between them. After startup though (typically around 10-30 seconds) the display reverts to 1024 x 768 on both screens, and the display is duplicated (i.e. both screens show the same thing).</p> <p>I think this is something to do with my video card, as I had the same problem when I was running Arch Linux. Any ideas?</p> <p><strong>Edit:</strong></p> <pre><code>00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 09) 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09) 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) 00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) 00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03) 02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller </code></pre> <p>It seems it's Intel, not Nvidia.</p> <p>I have a current work around, which is to have a launcher to a script containing</p> <pre><code>xrandr --output LVDS1 --mode 1366x768 --output HDMI1 --mode 1280x1024 --left-of LVDS1 </code></pre> <p>on my desktop, and to run it after the displays revert, but it's not ideal.</p>
5372
5372
2010-11-07T17:50:22.657
2011-09-24T08:28:10.733
After startup, display reverts to one desktop duplicated on both screens
[ "xorg" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T21:23:23.603", "id": "11794", "postId": "11421", "score": "0", "text": "What did you use to change the display resolution? What graphicscard does your Laptop have?", "userDisplayName": null, "userId": "1029" }, { "creationDate": "2010-11-04T21:25:44....
null
[ { "accepted": null, "body": "<p>You need to save the settings to your xorg.conf file. This should maintain your settings when you reboot etc.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-04T23:11:48.110", "id": "11830", "postId": "11431", ...
null
null
2011-09-24T13:42:03.810
null
null
11423
1
11426
2010-11-04T21:23:43.787
8
1905
<p>I'm working on a small project, mostly at home, but I'd like to be able to access my git repo from multiple machines, all of which are connected to Ubuntu One. </p> <p>Do you think I can safely store my repo in U1 and work from there, or will that get me into trouble?</p>
5099
null
null
2010-11-04T21:39:36.367
Does it make sense to store a git repo on Ubuntu One?
[ "10.10", "ubuntu-one", "git" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-04T22:34:25.227", "id": "11821", "postId": "11423", "score": "0", "text": "Thought anything about using a more git dedicated service, such as github or similar?", "userDisplayName": null, "userId": "24" }, { "creationDate": "2010-11-04T22:50:28.587", ...
{ "accepted": true, "body": "<p>Most likely - there are questions and discussions on StackOverflow about doing this with DropBox (which is extremely similar to what you are asking):</p>\n\n<p><a href=\"https://stackoverflow.com/questions/2199637/is-this-plain-stupid-git-sharing-via-dropbox\">is-this-plain-stupid-git-sharing-via-dropbox</a></p>\n\n<p>and</p>\n\n<p><a href=\"https://stackoverflow.com/questions/1960799/using-gitdropbox-together-effectively\">using-gitdropbox-together-effectively</a></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-04T21:54:25.450", "id": "11805", "postId": "11426", "score": "0", "text": "Thanks -- from these links, it looks like this should be workable for me. But, to clarify, when you say \"most likely\" do you mean that this most likely makes sense, or that this is likely to get me into trouble? :)", "userDisplayName": null, "userId": "5099" }, { "creationDate": "2010-11-04T21:56:59.787", "id": "11808", "postId": "11426", "score": "0", "text": "Most likely should work - especially since you mention it's a small project.", "userDisplayName": null, "userId": "420" }, { "creationDate": "2010-11-04T21:57:51.893", "id": "11810", "postId": "11426", "score": "0", "text": "Thanks -- I'll add an edit or comment here if things go horribly wrong.", "userDisplayName": null, "userId": "5099" }, { "creationDate": "2010-11-04T22:22:06.800", "id": "11819", "postId": "11426", "score": "0", "text": "Remember to wait until U1 has synced the changed files to the cloud before switching off the computer you last worked on though...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-05T01:04:02.510", "id": "11836", "postId": "11426", "score": "3", "text": "and please, let us know how it goes! file bugs if it fails :)", "userDisplayName": null, "userId": "711" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T21:39:36.367", "id": "11426", "lastActivityDate": "2010-11-04T21:39:36.367", "lastEditDate": "2017-05-23T12:39:47.820", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "420", "parentId": "11423", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Most likely - there are questions and discussions on StackOverflow about doing this with DropBox (which is extremely similar to what you are asking):</p>\n\n<p><a href=\"https://stackoverflow.com/questions/2199637/is-this-plain-stupid-git-sharing-via-dropbox\">is-this-plain-s...
null
null
null
null
null
11432
1
11434
2010-11-04T23:25:15.200
5
1962
<p>Why isn't Metasploit in Ubuntu's software repositories? </p> <p>More broadly, on what basis is software chosen or not to be added to the official Ubuntu repositories? Who takes those decisions? etc.</p>
2331
866
2010-11-13T20:44:57.363
2018-11-04T03:28:22.390
Why isn't Metasploit in Ubuntu's software repositories?
[ "motu", "official-repositories" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are really two questions here.</p>\n\n<p>I'll answer the broader question first. The answer is \"The Ubuntu Community\".</p>\n\n<p>There's a process for adding software to Ubuntu's archive and having it tested as part of the releases:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages\" rel=\"nofollow\">https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages</a></p>\n\n<p>To answer about metasploit, its hard to say why it hasn't been packaged yet. There is a debian \"Intent To Package\" bug filed that is 1607 days old here:</p>\n\n<p><a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323420\" rel=\"nofollow\">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323420</a></p>\n\n<p>If this were ever completed, it would automatically be included in the Ubuntu universe repository. However, the bug report lists a blocker on the copyright status of some of the files. If this isn't resolved, then it won't enter Debian, and likely won't be included with Ubuntu unless the distribution legality is clarified.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T23:31:36.257", "id": "11434", "lastActivityDate": "2010-11-04T23:31:36.257", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "813", "parentId": "11432", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>There are really two questions here.</p>\n\n<p>I'll answer the broader question first. The answer is \"The Ubuntu Community\".</p>\n\n<p>There's a process for adding software to Ubuntu's archive and having it tested as part of the releases:</p>\n\n<p><a href=\"https://wiki.ub...
null
null
null
null
null
11436
1
null
2010-11-04T23:35:58.537
3
1985
<p>Just wondering if there is an application that can notify me of a new device on my wireless network (IE: home computer online, mobile phone online, home computer offline, etc) so I can easily take care of the family network and jump on problems before they appear. Is this possible with Ubuntu/wireless networks?</p>
2442
null
null
2010-11-05T07:09:18.647
Notification of new devices on wireless network?
[ "wireless", "notification" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T01:13:22.670", "id": "11837", "postId": "11436", "score": "0", "text": "you would need a program that sends out pings to a set of ips and then reports back to you when those ips join the network, there are options for windows and surely there is something for linux ...
null
[ { "accepted": null, "body": "<p>Not sure if that's what you need, but:\n<a href=\"http://en.wikipedia.org/wiki/ArpwatchBlockquote----\" rel=\"nofollow noreferrer\">Arpwatch</a> is a monitoring software that looks for new activities on the network, based on broadcasts emitted by computers that connects to it...
null
null
null
null
null
11437
1
null
2010-11-04T23:36:35.163
1
994
<p>I've installed 10.10 Netbook edition on my HP TC4200 tablet PC. I primarily use it in the slate mode with a stylus and on screen keyboard. </p> <p>I can use the stylus as a mouse replacement for everything except for selecting the icons on the Unity-Panel and i have to use the Touchpad to select and activate the icons to launch a program from the Unity-Panel. What could be the problem and if you can suggest a fix would be really appreciable. </p> <p>This is my first time using Ubuntu (or Linux for that matter), therefore, i am not conversant with the Terminal commands.</p> <p>Kind regards, Ram</p>
null
34576
2012-10-28T01:12:41.470
2012-10-28T01:12:41.470
HP TC4200 tablet Stylus not working on Unity interface
[ "unity", "10.10", "eeepc", "tablet", "stylus" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>It's a <a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/670226\" rel=\"nofollow\">known bug</a>, and it happens with every tablet I've tried so far. The problem seems to be that if you move the stylus even one pixel while you're clicking -- and it's almost impo...
null
null
null
null
Ram
11438
1
null
2010-11-04T23:38:48.397
2
892
<p>It didn't happen in my computer, but in my girlfriend's pc. She upgraded to maverick and now it doesn't shutdown properly, the screen just freezes and she has to shutdown pressing and holding the power button. I've tried adding:<br> <code>apm power_off=1</code> to <code>/etc/modules</code> and<br> <code>acpi=force</code> to <code>etc/default/grub</code> config, but it still doesn't work... By the way, the computer is new, it's just like 3 weeks old so the hardware should not be that outdated.</p>
5381
5381
2010-11-06T12:50:49.437
2010-11-06T12:50:49.437
Shutdown fails after upgrading from lucid to maverick?
[ "10.10", "upgrade", "shutdown", "freeze" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T00:22:26.273", "id": "11834", "postId": "11438", "score": "0", "text": "Can you be specific as to what you added to /etc/modules?", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-11-06T12:42:08.500", "id": "12147", "postI...
null
[ { "accepted": null, "body": "<p>There are 3 (or more?) ways to turn off a computer, and not all of them work with all hardware. Apparently on your girlfriend's PC the wrong method is chosen in Maverick.</p>\n\n<p>Best you can do is file a bug against the kernel with the following command (run on the comput...
null
null
2016-02-08T15:04:50.337
null
null
11442
1
11653
2010-11-05T01:05:55.647
1
712
<p>I've built-in WiFi adapter in my notebook (made 5 years ago). Latest (dated 5 years ago) Windows drivers allow it to use WPA.</p> <p>I'm using Lubuntu 10.10 but it allow me to use only WEP (same situation with Ubuntu 10.04). Is there a way to fix it?</p> <p>UPD: hardware info</p> <pre><code>:~$ lspci 00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge (rev 03) 00:00.1 RAM memory: Transmeta Corporation SDRAM controller 00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad 00:03.0 Modem: ALi Corporation M5457 AC'97 Modem Controller 00:04.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02) 00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+] 00:09.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY 00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 00:0b.0 USB Controller: NEC Corporation USB (rev 43) 00:0b.1 USB Controller: NEC Corporation USB (rev 43) 00:0b.2 USB Controller: NEC Corporation USB 2.0 (rev 04) 00:0c.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02) 00:0c.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller 00:0f.0 IDE interface: ALi Corporation M5229 IDE (rev c4) 00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU] :~$ lsusb Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 124a:168b AirVast PRISM3 WLAN Adapter Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 2001:3c00 D-Link Corp. [hex] AirPlus G DWL-G122 Wireless Adapter(rev.B1) [Ralink RT2500USB] Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub </code></pre> <p>The problem is with <strong>Bus 002 Device 002: ID 124a:168b AirVast PRISM3 WLAN Adapter</strong>.</p> <p>D-Link is external USB and works good. I use it to work with net.</p> <p>UPD 2:</p> <pre><code>:~$ lsmod Module Size Used by prism2_usb 160970 0 arc4 1165 2 rt2500usb 18049 0 rt2x00usb 9779 1 rt2500usb rt2x00lib 27275 2 rt2500usb,rt2x00usb led_class 2633 1 rt2x00lib mac80211 231541 2 rt2x00usb,rt2x00lib cfg80211 144470 2 rt2x00lib,mac80211 psmouse 59033 0 parport_pc 26058 0 dm_crypt 11385 0 ppdev 5556 0 snd_ali5451 15875 1 snd_ac97_codec 99227 1 snd_ali5451 ac97_bus 1014 1 snd_ac97_codec snd_pcm 71475 2 snd_ali5451,snd_ac97_codec snd_seq_midi 4588 0 snd_rawmidi 17783 1 snd_seq_midi snd_seq_midi_event 6047 1 snd_seq_midi snd_seq 47174 2 snd_seq_midi,snd_seq_midi_event snd_timer 19067 2 snd_pcm,snd_seq snd_seq_device 5744 3 snd_seq_midi,snd_rawmidi,snd_seq pcmcia 35973 0 snd 49006 9 snd_ali5451,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device yenta_socket 21518 0 pcmcia_rsrc 10566 1 yenta_socket i2c_ali15x3 5190 0 serio_raw 4022 0 pcmcia_core 14657 3 pcmcia,yenta_socket,pcmcia_rsrc i2c_ali1535 4865 0 soundcore 880 1 snd snd_page_alloc 7120 1 snd_pcm lp 7342 0 parport 31492 3 parport_pc,ppdev,lp dm_raid45 81721 0 xor 15136 1 dm_raid45 radeon 825934 2 ttm 56633 1 radeon drm_kms_helper 30200 1 radeon drm 168054 4 radeon,ttm,drm_kms_helper 8139too 19581 0 video 18712 0 firewire_ohci 21106 0 efficeon_agp 4794 0 8139cp 16934 0 output 1883 1 video pata_ali 7976 2 firewire_core 46643 1 firewire_ohci agpgart 32011 3 ttm,drm,efficeon_agp mii 4425 2 8139too,8139cp i2c_algo_bit 5168 1 radeon crc_itu_t 1383 1 firewire_core </code></pre> <p>UPD 3: is there a copatible driver with WPA support?</p>
5408
5408
2010-11-05T23:09:46.197
2010-11-05T23:09:46.197
Is there a way to force Ubuntu use WPA with my adapter?
[ "10.10", "wireless", "drivers", "authentication", "lubuntu" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T01:16:01.360", "id": "11838", "postId": "11442", "score": "0", "text": "Can you please do an \"lspci\" in a terminal and add the output to your question?", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-11-05T12:12:29.877", "...
{ "accepted": true, "body": "<p>According to the below article, the driver does not support WPA.</p>\n\n<p><a href=\"http://wiki.debian.org/linux-wlan-ng\" rel=\"nofollow\">http://wiki.debian.org/linux-wlan-ng</a></p>\n\n<p>Look in the known issues section.</p>\n\n<p>Thanks\nChris</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-24T23:24:53.780", "id": "15527", "postId": "11653", "score": "0", "text": "WPA is impossible then in linux for my WiFi-Adapter...", "userDisplayName": null, "userId": "5408" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T22:49:17.147", "id": "11653", "lastActivityDate": "2010-11-05T22:49:17.147", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5218", "parentId": "11442", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>According to the below article, the driver does not support WPA.</p>\n\n<p><a href=\"http://wiki.debian.org/linux-wlan-ng\" rel=\"nofollow\">http://wiki.debian.org/linux-wlan-ng</a></p>\n\n<p>Look in the known issues section.</p>\n\n<p>Thanks\nChris</p>\n", "commentCount"...
null
0
null
null
null
11443
1
11446
2010-11-05T01:09:18.783
5
300
<p>I was able to help <a href="https://askubuntu.com/questions/11015/wired-wireless-atheros-drivers-missing/11089#11089">this person</a> by recommending the backported package of driver our kernel team provides. I had a hunch this would work because I happen to have the same hardware. I suspect it might be able to help <a href="https://askubuntu.com/questions/11336/wifi-speed-with-driver-rtl8187-drops">this person</a> too however I am not sure which drivers get backported.</p> <p>I did a <code>apt-get source linux-backports-modules-wireless-maverick-generic</code> but this just gives me a debian directory with the packaging with no indication of what drivers get included. Where can I find which drivers get backported?</p> <p>Ideally I'd like to find a web page that has this information so I can refer to it for older releases as well.</p>
235
-1
2017-04-13T12:23:44.677
2010-11-05T01:20:13.087
How can I tell which drivers are backported to stable kernels?
[ "kernel", "drivers" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The problem is that you're looking at the <em>meta package</em> for the modules. If you use <code>apt-cache show linux-backports-modules-wireless-maverick-generic | grep ^Depends</code> you can see what the actual package is that contains the modules. In this case, it's <code>linux-backports-modules-wireless-2.6.35-22-generic</code></p>\n\n<p>As for a webpage, the easiest is via <a href=\"http://packages.ubuntu.com/linux-backports-modules-wireless-2.6.35-22-generic\">packages.ubuntu.com</a>, where you can keep clicking down to get the <a href=\"http://packages.ubuntu.com/maverick/amd64/linux-backports-modules-wireless-2.6.35-22-generic/filelist\">list of files</a>. Without a webpage, if it's already installed, you can use <code>dpkg -L linux-backports-modules-wireless-2.6.35-22-generic</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T01:20:13.087", "id": "11446", "lastActivityDate": "2010-11-05T01:20:13.087", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "721", "parentId": "11443", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>The problem is that you're looking at the <em>meta package</em> for the modules. If you use <code>apt-cache show linux-backports-modules-wireless-maverick-generic | grep ^Depends</code> you can see what the actual package is that contains the modules. In this case, it's <code...
null
null
null
null
null
11444
1
11456
2010-11-05T01:10:27.057
2
239
<p>Preferably a all in one software package.</p>
3889
667
2010-11-05T09:38:50.390
2010-11-05T14:24:23.603
What is the easiest way to back-up and archive DVD's to another DVD?
[ "backup", "dvd", "archive" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Brasero can do the trick. Just copy from one DVD to another of the same size. Or were you thinking something more complex?\nIf you are I'll add more applications (leave a comment).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T02:38:45.953", "id": "11845", "postId": "11456", "score": "0", "text": "Just make sure that your destination DVDs are the right size! Most DVDs around are 4.7GB. A movie-carrying DVD is going to be about 7-8 GB. You won't be able to do a disk-to-disk copy if you have anything smaller.", "userDisplayName": null, "userId": "5197" }, { "creationDate": "2010-11-05T02:47:44.860", "id": "11847", "postId": "11456", "score": "0", "text": "\"Just copy from one DVD to another of the same size.\" lol.", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T02:28:02.780", "id": "11456", "lastActivityDate": "2010-11-05T02:28:02.780", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "11444", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Brasero can do the trick. Just copy from one DVD to another of the same size. Or were you thinking something more complex?\nIf you are I'll add more applications (leave a comment).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T...
null
null
null
null
null
11447
1
11489
2010-11-05T01:25:04.667
24
11990
<p>Is there a place where I can find all the wallpapers ever included on the Ubuntu CDs (not just the default ones)?? </p> <p>I remember some nice ones, like the one with the cherries. A package would be great!</p>
5414
235
2010-11-05T01:27:31.020
2019-03-30T14:15:48.563
Where can I find all the wallpapers ever included?
[ "desktop-background" ]
9
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Found the following site which seems to have all of them <strong>(from 4.10 to 10.10 only)</strong>.</p>\n\n<p><a href=\"http://ubuntu.ecchi.ca/wallpapers/\" rel=\"nofollow\">http://ubuntu.ecchi.ca/wallpapers/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-05T08:54:09.053", "id": "11489", "lastActivityDate": "2016-02-16T21:17:11.243", "lastEditDate": "2016-02-16T21:17:11.243", "lastEditorDisplayName": null, "lastEditorUserId": "367990", "ownerDisplayName": null, "ownerUserId": "4982", "parentId": "11447", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<ul>\n<li><a href=\"https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-wallpapers_0.29.tar.gz\" rel=\"nofollow\">https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-wallpapers_0.29.tar.gz</a></li>\n<li><a href=\"https://launchpad.net/ubuntu/lucid/+source/ubuntu-...
null
null
null
null
null
11448
1
11589
2010-11-05T01:34:59.740
5
2193
<p>I tried installing Festival from Synaptic to use it with Orca, but it did not show up on Orca's speech synthesizer list.</p> <p>I installed the following packages:</p> <ul> <li>festival</li> <li>festival-freebsoft-utils</li> <li>speech-dispatcher-festival</li> <li>festlex-oald</li> <li>festlex-cmu</li> <li>festvox-kallpc16k</li> <li>festvox-kdlpc16k</li> <li>festlex-poslex</li> <li>festvox-don</li> <li>festvox-ellpc11k</li> </ul>
2341
1992
2010-11-05T01:45:34.580
2021-09-14T04:08:34.193
Festival on Orca?
[ "10.10", "text-to-speech", "orca", "accessibility" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>To all appearances, you should have the applications needed for festival to work with orca. Have you gone into Orca Preferences, Speech tab and changed the \"Speech System\" to 'GNOME Speech Services'? After that, you can change the \"Speech synthesizer\" to Festival. </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-06T03:50:36.733", "id": "12099", "postId": "11589", "score": "0", "text": "The only option on the speech system list is \"Speech Dispatcher\"", "userDisplayName": null, "userId": "2341" }, { "creationDate": "2010-11-07T21:32:28.337", "id": "12402", "postId": "11589", "score": "1", "text": "Did you install libgnome-speech7 when installing festival?", "userDisplayName": null, "userId": "5373" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T16:52:01.480", "id": "11589", "lastActivityDate": "2010-11-05T16:52:01.480", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5373", "parentId": "11448", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>To all appearances, you should have the applications needed for festival to work with orca. Have you gone into Orca Preferences, Speech tab and changed the \"Speech System\" to 'GNOME Speech Services'? After that, you can change the \"Speech synthesizer\" to Festival. </p>\n...
null
null
null
null
null
11449
1
null
2010-11-05T01:35:18.057
0
379
<p>My Olympus microphone is not working in Ubuntu on Skype or in the Sound Recorder application. </p> <p>It works fine on Windows 7 without the need for me to ever do anything. My computer doesn't have a mic, so I just bought this little one that plugs straight into the Mic input. </p> <p>Is there anything I need to do to get it working? It's annoying because I can't Skype in Ubuntu I have to boot into Windows 7, which I don't enjoy.</p>
4170
667
2010-11-05T09:40:43.290
2010-12-05T12:39:20.553
Olympus ME52 Mic Not Working in Ubuntu
[ "sound", "windows", "microphone", "skype" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T06:57:36.910", "id": "11865", "postId": "11449", "score": "1", "text": "In your audio settings (last entry in the speaker menu top right), what device is selected in the input tab? And make sure it is not muted.", "userDisplayName": null, "userId": "5338" ...
null
[ { "accepted": null, "body": "<p>From the first and second comments to the question, I have a feeling that the question is answered by @david:</p>\n\n<blockquote>\n <p>In your audio settings (last entry in the speaker menu top right), what device is selected in the input tab? <strong>And make sure it is not...
null
null
null
null
null
11453
1
505959
2010-11-05T01:51:04.853
49
43527
<p>Is there a graphical tool or maybe a command-line one that lists all the messages and parameters/arguments that I can send to a DBUS-enabled program?? I really want to try scripting some DBUS things but I can hardly find any documentation for the DBUS capabilities of most applications.</p>
null
44179
2014-04-16T03:26:28.297
2024-03-22T18:36:37.143
Tool for viewing available DBUS messages I can send to an application
[ "gui", "dbus" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h1>DBUS Message/Signal Viewer Tools</h1>\n\n<ul>\n<li><a href=\"https://apps.fedoraproject.org/packages/qt-qdbusviewer\" rel=\"noreferrer\">qdbus-viewer-qt4</a></li>\n<li><a href=\"http://dbus.freedesktop.org/doc/dbus-monitor.1.html\" rel=\"noreferrer\">dbus-monitor</a></li>\n<li><a href=\"https://gitlab.freedesktop.org/bustle/bustle\" rel=\"noreferrer\">Bustle</a></li>\n<li><a href=\"http://live.gnome.org/DFeet/\" rel=\"noreferrer\">d-feet</a></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2014-08-02T17:36:45.370", "contentLicense": "CC BY-SA 4.0", "creationDate": "2014-08-02T17:36:45.370", "id": "505959", "lastActivityDate": "2018-11-13T16:05:51.050", "lastEditDate": "2018-11-13T16:05:51.050", "lastEditorDisplayName": null, "lastEditorUserId": "498403", "ownerDisplayName": "user5245", "ownerUserId": null, "parentId": "11453", "postTypeId": "2", "score": "17" }
[ { "accepted": null, "body": "<p>Have you tried <a href=\"https://gitlab.gnome.org/GNOME/d-feet/\" rel=\"nofollow noreferrer\">d-feet</a>:</p>\n<pre><code>sudo apt-get install d-feet\n</code></pre>\n<p><a href=\"https://wiki.gnome.org/action/show/Apps/DFeet\" rel=\"nofollow noreferrer\">Homepage</a></p>\n", ...
null
null
null
null
user5245
11454
1
11458
2010-11-05T02:13:17.197
6
1758
<p>One thing I miss about XFCE is the ability to move to the next workspace/desktop by moving the cursor to the edge of the screen. Is there a way to do this in Gnome?</p>
452
18612
2012-11-27T19:39:21.507
2012-11-27T20:06:56.493
How can I move between workspaces in GNOME the same way as in XFCE/Xubuntu?
[ "gnome", "xfce" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Actually yes! BUT, only if you are running compiz.</p>\n\n<p>First you need compizconfig-settings-manager (get it from software center).\nOnce you have it installed, you can find it in the preferences menu (system>preferences).</p>\n\n<p>You will be met with a screen like this:<img src=\"https://i.stack.imgur.com/lwyDm.png\" alt=\"alt text\">.</p>\n\n<p>Now, the plugins you want to edit are either Desktop wall, or Rotate Cube. Which one you use depends on the workspace switcher that you have.</p>\n\n<p>In either plugin's configuration dialogue (click once to access it), there is the option to switch on pointer movement.</p>\n\n<p>If you don't want to use either of this virtual desktop managment plugins, you can also switch viewports with the viewport switcher plugin.\nTo do this, click on the last tab, which contains mouse based options. The two options you want are the second and third last buttons. Click on them, and they will bring up a dialogue like:</p>\n\n<p><img src=\"https://i.stack.imgur.com/NbJ1g.png\" alt=\"alt text\"></p>\n\n<p>This one. You need to check enabled (usually these options are not enabled), and then you can choose to switch based on a corner of your screen.</p>\n\n<p>As far as I understand you cannot do this with Metacity as your window manager. However, you don't need to have all the bling enabled with compiz either. Once you have the settings manager you can disable all the useless plugins you don't need.</p>\n\n<p><em>Hope that helps! If you don't understand something, you can leave me a comment and I'll try to explain better.</em></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T02:46:36.593", "id": "11458", "lastActivityDate": "2010-11-05T02:46:36.593", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "11454", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Actually yes! BUT, only if you are running compiz.</p>\n\n<p>First you need compizconfig-settings-manager (get it from software center).\nOnce you have it installed, you can find it in the preferences menu (system>preferences).</p>\n\n<p>You will be met with a screen like thi...
null
null
null
null
null
11460
1
null
2010-11-05T03:22:14.510
6
1947
<p>I have an Epson RX580 multi-function printer, and OpenOffice refuses to print envelopes on it correctly. I've tried changing every setting I could, but it keeps on cutting off the return address. Has anyone found a solution? I had researched the matter in vain ... I'd hate to have to boot into Windows just to print an envelope!</p>
5430
866
2010-11-30T07:27:38.127
2010-11-30T07:27:38.127
Printing Envelopes in OpenOffice
[ "openoffice.org", "printing", "epson" ]
5
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T21:58:27.627", "id": "12040", "postId": "11460", "score": "0", "text": "What do you mean by \"cut off\"? Is it trying to print too close to the border?", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-06T02:50:27.170", "i...
null
[ { "accepted": null, "body": "<p>Sometimes the printer settings will cause this, make sure you have the right paper size and orientation selected in the printer properties, sometimes the printer does not pick up the page formatting from the application, you can also export as pdf and then try to print the pd...
null
null
null
null
null
11461
1
11734
2010-11-05T04:00:44.197
6
416
<p>Are there any how-to's or tutorials about postgresql 8.4 fro doing following things:</p> <ul> <li>Logging in to postgresql</li> <li>creating database</li> <li>getting into database environment</li> <li>adding or altering the tables</li> </ul> <p>Sorry for asking this question here. I googled for 3 hrs online without being able to clarify any of my issues. I also tries the Ubuntu community wiki, it wasn't that much helpful about using a already created database.</p>
2968
4980
2010-11-06T11:06:56.443
2010-11-06T12:16:56.417
Postgresql 8.4 for newbies
[ "database", "postgresql" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I was in your position too, and I agree, it's hard to find anything at a basic enough level. Postgresql is a bit more complicated than MySQL, but it's not impossible to figure out.</p>\n\n<p>The greatest help I've found was this article on Linode Library:\n<a href=\"http://library.linode.com/search?query=postgresql\" rel=\"nofollow\">http://library.linode.com/search?query=postgresql</a> (choose your relevant OS/version)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-06T12:16:56.417", "id": "11734", "lastActivityDate": "2010-11-06T12:16:56.417", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3857", "parentId": "11461", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You can use pgadmin, a gui client for PostgreSQL for all these purpose. It is in the software center.</p>\n\n<p>Hope this will help you:</p>\n\n<p><a href=\"http://www.postgresql.org/docs/8.4/interactive/index.html\" rel=\"nofollow\">http://www.postgresql.org/docs/8.4/interac...
null
null
null
null
null
11463
1
11474
2010-11-05T05:19:59.887
4
430
<p>How do I delete all emails in a thread in evolution? It is really a difficult task to delete them one by one.</p>
4980
527764
2018-10-08T08:25:39.627
2018-10-08T08:34:17.347
Delete threaded mails in evolution
[ "10.10", "evolution" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>There seems to be no function to remove the complete thread.</p>\n\n<p>But you can select any message in this thread and press <kbd>ctrl</kbd>+<kbd>h</kbd> to select the complete thread. Now you can delete all selected messages.</p>\n\n<p>Tip: <kbd>shift</kbd>+<kbd>ctrl</kbd>+<kbd>h</kbd> only selects the subthread of your current message.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T11:03:43.533", "id": "11895", "postId": "11474", "score": "0", "text": "Thanks david. It would have been better if there is a single shortcut to delete the entire thread. Will it land on 11.04?..", "userDisplayName": null, "userId": "4980" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-05T06:43:14.630", "id": "11474", "lastActivityDate": "2018-10-08T08:34:17.347", "lastEditDate": "2018-10-08T08:34:17.347", "lastEditorDisplayName": null, "lastEditorUserId": "428600", "ownerDisplayName": null, "ownerUserId": "5338", "parentId": "11463", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>There seems to be no function to remove the complete thread.</p>\n\n<p>But you can select any message in this thread and press <kbd>ctrl</kbd>+<kbd>h</kbd> to select the complete thread. Now you can delete all selected messages.</p>\n\n<p>Tip: <kbd>shift</kbd>+<kbd>ctrl</kbd>...
null
null
null
null
null
11465
1
22262
2010-11-05T05:44:51.683
3
8945
<p>Firefox and Youtube videos were working after upgrading from 10.04 to 10.10 but a couple of weeks ago, my Youtube flash video player shows up as a grey box. The sound still works and I can hear the clip playing, but I can not see the video, or even the controls.</p> <p>This is true for many of the flash based video players, and I think it even happens to some of the flash games out there on Firefox.</p> <p>Everything works fine on Chromium. This isn't that weird because Chromium has its own flash plugin. However, some flash players still function properly on Firefox, like the full episode flash player on thedailyshow.com</p> <p>Why would flash be grey box for some flash players but not all?</p> <p>I have a 32bit system, and a ATI x300 GPU card, which has been giving me problems right after updating to 10.10, but that seems to be resolved now. I selected the allow proprietary codecs stuff at install , and then installed the Adobe Flash PPA and plugin in Ubuntu Tweak.</p>
3169
667
2010-11-05T13:11:45.917
2017-02-17T23:14:49.573
Firefox youtube flash player shows as grey box?
[ "10.10", "firefox", "flash", "32-bit", "youtube" ]
7
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T06:34:22.123", "id": "11861", "postId": "11465", "score": "0", "text": "the ppa in ubuntu-tweak is for 64-bit.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-11-08T13:08:20.337", "id": "12531", "postId": "11465", "...
{ "accepted": true, "body": "<p>The problem lies with RGBA, if you have that enabled/installed.\nTry running firefox from the terminal, with this command:</p>\n\n<p><code>export XLIB_SKIP_ARGB_VISUALS=1 &amp;&amp; firefox</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-19T12:41:24.703", "id": "22262", "lastActivityDate": "2011-09-15T23:19:11.773", "lastEditDate": "2011-09-15T23:19:11.773", "lastEditorDisplayName": null, "lastEditorUserId": "8844", "ownerDisplayName": "Bilal", "ownerUserId": null, "parentId": "11465", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You could try removing the closed-sourced ATI drivers. I find that they cause more problems then they're worth, especially if your card is already supported by the opensource driver.</p>\n\n<pre><code>sudo apt-get remove fglrx*\n</code></pre>\n\n<p>should do the trick.</p>\n"...
null
null
null
null
null
11468
1
11472
2010-11-05T06:18:18.710
10
9583
<p>I've got my files (mostly text/code, nothing of heavy like videos etc.) in a directory on a remote server which I can only access by means of SSH. Can I mount it on my laptop to use it seamlessly from all the applications (incl command-line ones)?</p>
2390
null
null
2017-03-09T11:03:29.550
How to mount a remote (over SSH) directory to be available like a local directory (incl. in shell, not just in Gnome)?
[ "filesystem", "ssh", "mount", "remote-access", "file-sharing" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes indeed, you can! It's called sshfs. <a href=\"http://embraceubuntu.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/\" rel=\"nofollow noreferrer\">Here's</a> a little tutorial.</p>\n\n<p>The basic idea is:</p>\n\n<ol>\n<li><p>Install <code>sshfs</code></p>\n\n<pre><code>sudo apt install sshfs\n</code></pre></li>\n<li><p>Mount the remote directory</p>\n\n<pre><code>sshfs user@host:/path/to/remote /path/to/local/mount/point\n</code></pre></li>\n</ol>\n\n<p>You now have the remote directory <code>/path/to/remote</code> available at <code>/path/to/local/mount/point</code>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-09T15:35:17.083", "id": "12808", "postId": "11472", "score": "1", "text": "sshfs is great. In fact, it's the only remote-file-access method Ubuntu offers that I find works reliably.", "userDisplayName": null, "userId": "2315" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-05T06:29:47.467", "id": "11472", "lastActivityDate": "2017-03-09T11:03:29.550", "lastEditDate": "2017-03-09T11:03:29.550", "lastEditorDisplayName": null, "lastEditorUserId": "85695", "ownerDisplayName": null, "ownerUserId": "5197", "parentId": "11468", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>Yes indeed, you can! It's called sshfs. <a href=\"http://embraceubuntu.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/\" rel=\"nofollow noreferrer\">Here's</a> a little tutorial.</p>\n\n<p>The basic idea is:</p>\n\n<ol>\n<li><p>Install <code>sshfs</code></p>\...
null
null
2015-06-13T21:43:02.617
null
null
11470
1
null
2010-11-05T06:21:20.150
6
4649
<p>I am trying to build a minimal vmware image to use for private browsing (also called a browser appliance). I have tried using images for other small linux distros, most of them are either too heavy (I do not want any other functionality than browsing and downloading) or outdated (DSL, various browser appliance images at vmware official site).</p> <p>I have downloaded the minimal Ubuntu install image (12MB) and was hoping to select only the needed pakcages while installing but it was not asking for my choices anywhere. </p> <p>I am new to the command line installation and I would be thankful if someone could point out how to install only needed packages, and what are the bare-minimum packages to browse internet (I plan to use only firefox and transmission)</p>
5452
3037
2010-12-31T10:34:07.953
2017-03-12T04:04:44.767
How to create a minimal installation in VMware Player for browsing?
[ "command-line", "vmware", "virtualization" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-06T01:00:43.147", "id": "12073", "postId": "11470", "score": "0", "text": "Remember that the \"privacy\" you get from doing this is very limited...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-06T14:10:49.273", "id": "121...
null
[ { "accepted": null, "body": "<p>I am not sure if the \"minimal\" CD provides the minimal install option, you can do a minimal install using either the alternate CD or the server CD.\nThe minimal install will install only core components (no GUI).\nThen you can install the packages just as you need, from the...
null
null
null
null
null
11473
1
11710
2010-11-05T06:42:55.903
9
6267
<p>Is there some way I can re-arrange the order of Mail Account Names in Evolution's Properties dialog? </p> <p>I find it strange that this list shows entries in the order in which I add them, and there is no facility to change this order. </p> <p>The column is not sortable, and there are no Move-Up/Down buttons. </p> <p>Update: I'm using Ubuntu 10.04 (2.6.32-25-generic)... Evolution 2.28.3</p>
2670
169736
2014-01-29T12:04:44.630
2023-10-20T20:19:22.217
How to sort or manually arrange Evolution Mail Account Names in Preferences?
[ "evolution" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T07:49:39.940", "id": "11873", "postId": "11473", "score": "1", "text": "Please add the version of both OS and evolution as tags. That will help to recreate the issue. I am using Evolution 2.30.3 and it automatically sorts the mail accounts in alphabetical order", ...
{ "accepted": true, "body": "<p>There is a bug filed in launchpad regarding this issue :</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/649610\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/649610</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-06T07:49:25.360", "id": "12124", "postId": "11710", "score": "0", "text": "Okay, thanks... My Lucid 10.04 won't even sort the list... and it seems that Maverick 10.10 can now sort alphabetically, but no individual \"move Up/Down\" (or Drag-n-Drop) yet...", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-06T08:54:42.427", "id": "12133", "postId": "11710", "score": "0", "text": "@fred: Hope they will include this feature in next release. \n you may click on 'This bug affects <n> people' on the above url to inform the developers that you are also facing this issue.", "userDisplayName": null, "userId": "4980" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-06T07:10:15.917", "id": "11710", "lastActivityDate": "2010-11-06T07:10:15.917", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4980", "parentId": "11473", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>I agree with aneeshep, under Ubuntu 10.10 they are sorted alphabetically. If the order is not to your liking, prefix the account names with numbers is all I can suggest.</p>\n\n<p>As far as I am aware there isn't a way to manually change the order, but I am quite happy to be...
null
null
null
null
null
11479
1
11491
2010-11-05T07:38:08.267
7
5774
<p>Is there some way that Nautilus can be made to select multiple files as a Rectangle-select action of the mouse (Lassoo style) in the list view? Compact and Icons view work ok.</p>
2670
235
2011-05-24T13:18:51.110
2022-12-17T23:40:42.880
How to Lasso-select multiple files in Nautilus using the mouse in List-View?
[ "nautilus", "mouse" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2010-11-05T08:03:04.383", "id": "11877", "postId": "11479", "score": "0", "text": "I don't understand the question. You can already do that in Nautilus with the default configuration. Or I may have misunderstand something.", "userDisplayName": null, "userId": "2834" ...
{ "accepted": true, "body": "<p>I don't think this is possible because of the nature of this view. </p>\n\n<p>However: to select multiple files I suggest you learn the <kbd>Shift</kbd> keyboard shortcut for selecting files \"in a row\" and <kbd>Ctrl</kbd> for selecting individual files \"all over the place\" as it were. You'll quickly pick these up.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T09:24:20.460", "id": "11888", "postId": "11491", "score": "0", "text": ". Thanks. Maybe it is not \"fixable\" but it is a bit of a surprise, seeing it can do it in the other two views.. but perhaps it is because there is no **neutral ground** where the first click can start from without effecting the dran-n-drop.... Actually, I haven't noticed it until today, because I'm an avid \"prefer-the-keyboard\" user, but this is one of the few places I actually like to **experience** the mouse... Ah.. c'est la vie.. I'll hold off a bit for now, somoene may pull a rabbit out of the hat.. :) (the mouse is good for scrolling, no doubt about that)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2012-08-05T03:08:21.677", "id": "212202", "postId": "11491", "score": "0", "text": "\"I don't think this is possible because of the nature of this view.\", just want to point out that `Dolphin` is more than capable of doing this in its own _List_ (_Detailed_) view.", "userDisplayName": null, "userId": "55128" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T09:13:45.440", "id": "11491", "lastActivityDate": "2010-11-05T09:13:45.440", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "11479", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>I don't think this is possible because of the nature of this view. </p>\n\n<p>However: to select multiple files I suggest you learn the <kbd>Shift</kbd> keyboard shortcut for selecting files \"in a row\" and <kbd>Ctrl</kbd> for selecting individual files \"all over the place\...
null
null
null
null
null
11482
1
11484
2010-11-05T07:52:20.077
1
274
<p>I have a problem. I forked a project in github.com. I made my changes, commited it and pushed to the original (what I Forked) repo. But in the original repo there are many changes, so I'd like to merge this with my own fork.</p>
73296
2181
2010-11-05T11:20:47.443
2010-11-05T11:20:47.443
A question about git and github
[ "git", "version-control" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You need to add that original repo to your remotes.</p>\n\n<p>Use <a href=\"http://www.kernel.org/pub/software/scm/git/docs/git-remote.html\" rel=\"nofollow\"><code>git remote add</code></a> to do so.<br>\nFrom the <a href=\"http://help.github.com/forking/\" rel=\"nofollow\">GitHub help page on forks</a>:</p>\n\n<blockquote>\n <p>Once the clone is complete your repo will have a remote named “<strong><code>origin</code></strong>” that points to your fork on github. <strong>Don’t let the name confuse you, this does not point to the original repo you forked from</strong>.<br>\n To help you keep track of that repo we will add another remote named “upstream”:</p>\n</blockquote>\n\n<pre><code>$ cd github-services\n$ git remote add upstream git://github.com/pjhyett/github-services.git\n$ git fetch upstream\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T08:01:12.753", "id": "11484", "lastActivityDate": "2010-11-05T08:01:12.753", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5470", "parentId": "11482", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You need to add that original repo to your remotes.</p>\n\n<p>Use <a href=\"http://www.kernel.org/pub/software/scm/git/docs/git-remote.html\" rel=\"nofollow\"><code>git remote add</code></a> to do so.<br>\nFrom the <a href=\"http://help.github.com/forking/\" rel=\"nofollow\">...
null
null
2010-11-05T11:21:28.307
null
null
11485
1
11504
2010-11-05T08:10:11.753
28
12420
<p>Does anyone know if there are games for Ubuntu server (like tetris, etc...)?</p> <p>I know that servers aren't meant for playing games, but sometimes it would be nice to have a little fun . . . not only work on them :)</p>
3921
114
2011-06-23T21:07:38.593
2022-09-30T10:40:33.863
Command line games
[ "server", "command-line", "games" ]
10
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can install the package <a href=\"http://apt.ubuntu.com/p/bsdgames\">bsdgames</a> to get a collection of games, then there is the excellent NetHack and the fast paced, all action, all the time, gravity defying, \"moonbuggy\".</p>\n\n<p>here is a list of games provided by the bsdgames package to get you going:</p>\n\n<ul>\n<li>adventure</li>\n<li>arithmetic</li>\n<li>atc</li>\n<li>backgammon</li>\n<li>battlestar</li>\n<li>bcd</li>\n<li>boggle</li>\n<li>caesar</li>\n<li>canfield</li>\n<li>cfscores</li>\n<li>countmail</li>\n<li>cribbage</li>\n<li>dab</li>\n<li>go-fish</li>\n<li>gomoku</li>\n<li>hack</li>\n<li>hangman</li>\n<li>hunt</li>\n<li>mille</li>\n<li>monop</li>\n<li>morse</li>\n<li>number</li>\n<li>phantasia</li>\n<li>pig</li>\n<li>pom</li>\n<li>ppt</li>\n<li>primes</li>\n<li>quiz</li>\n<li>rain</li>\n<li>random</li>\n<li>robots</li>\n<li>rot13</li>\n<li>sail</li>\n<li>snake</li>\n<li>snscore</li>\n<li>teachgammon</li>\n<li>tetris-bsd</li>\n<li>trek</li>\n<li>wargames</li>\n<li>worm</li>\n<li>worms</li>\n<li>wtf</li>\n<li>wump</li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T10:02:36.673", "id": "11504", "lastActivityDate": "2010-11-05T13:38:17.303", "lastEditDate": "2010-11-05T13:38:17.303", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "4257", "parentId": "11485", "postTypeId": "2", "score": "19" }
[ { "accepted": null, "body": "<p>Sure! You should try Nethack.</p>\n\n<p>Just install the package nethack-console ( <em>sudo apt-get install nethack-console</em> ) and enjoy.</p>\n\n<p>From wikipedia:</p>\n\n<blockquote>\n <p>NetHack is a single-player roguelike\n video game originally released in\n 1987....
null
null
null
null
null
11488
1
11528
2010-11-05T08:50:50.887
2
1271
<p>I have been using Klipper as my clipboard manager and it was quiet flexible to use it's pop-up menu shortcut. But in ubuntu 10.10 it seems that there is no shortcut key to trigger the klipper popup menu. </p> <p>Is there anyway to enable the popup menu shortcut for klipper?.</p>
4980
null
null
2011-03-06T07:16:33.437
Klipper pop-up menu does not exist anymore
[ "10.10", "gnome", "clipboard-manager" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T15:54:46.053", "id": "32555", "postId": "11488", "score": "0", "text": "http://askubuntu.com/q/11488/6969#29216", "userDisplayName": null, "userId": "6969" } ]
{ "accepted": true, "body": "<p>Open the klipper pop-up menu with your mouse, go to 'Configure Klipper' go to Advanced and then Shortcut Options. You should be able to configure/re-configure the shortcut key in here. If this fails, then the Desktop Environment mught be overriding that key combination for a different function.</p>\n\n<p><a href=\"https://help.ubuntu.com/community/Klipper\" rel=\"nofollow\">https://help.ubuntu.com/community/Klipper</a></p>\n\n<p>Hope this helps,\nBodsda</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T13:43:55.500", "id": "11908", "postId": "11528", "score": "0", "text": "Thanks for the help. But I have already tried this and found that there is no such key in Shortcut Options. It was there in 10.04 but in 10.10 it is exist no more", "userDisplayName": null, "userId": "4980" }, { "creationDate": "2010-11-08T13:49:47.733", "id": "12540", "postId": "11528", "score": "0", "text": "You could uninstall the 10.10 version, grab the deb from packages.ubuntu.com for 10.04 and then install that. If you do an upgrade, it might keep the functionality. Failing that, you could pin the 10.04 version so that it doesnt update.", "userDisplayName": null, "userId": "4404" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T13:15:33.247", "id": "11528", "lastActivityDate": "2010-11-05T13:15:33.247", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4404", "parentId": "11488", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Open the klipper pop-up menu with your mouse, go to 'Configure Klipper' go to Advanced and then Shortcut Options. You should be able to configure/re-configure the shortcut key in here. If this fails, then the Desktop Environment mught be overriding that key combination for a ...
null
null
null
null
null
11490
1
11591
2010-11-05T09:11:34.860
2
4567
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5951/how-do-i-install-the-global-appmenu-mac-menu">How do I install the global appmenu (mac menu)?</a> </p> </blockquote> <p>Hi, where i can get working on ubuntu 10.10 global-menu applet? Thx =)</p>
5450
-1
2017-04-13T12:24:11.537
2011-02-21T20:10:33.313
Global - Menu applet on maverick
[ "gnome", "globalmenu" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The \"Global Menu Panel Applet\" has not been ported to Maverick. The applet used with unity is called \"Indicator Applet Appmenu\" available in Synaptic as indicator-applet-appmenu. It is quite like the global menu applet. </p>\n\n<p>That being said, I prefer the \"Global Menu Panel Applet\" as it is more customizable than the \"Indicator Applet Appmenu.\" To use the \"Global Menu Panel Applet\" I enabled the lucid ppa from the global-menu team: </p>\n\n<p><a href=\"https://launchpad.net/~globalmenu-team/+archive/ppa\" rel=\"nofollow noreferrer\">https://launchpad.net/~globalmenu-team/+archive/ppa</a> </p>\n\n<p>NOTE: at this time (2011-2-21) this repository is still only listing lucid, not maverick. It works fine in maverick. Make sure you check your repository listing after you add the ppa and change it from maverick to lucid.</p>\n\n<p>Between \"Global Menu Panel Applet\" and \"Windows Buttons\" applet available from this ppa: <a href=\"https://launchpad.net/~tsbarnes/+archive/misc/\" rel=\"nofollow noreferrer\">https://launchpad.net/~tsbarnes/+archive/misc/</a> I've finally achieved a panel that doubles as the title bar and menu bar of maximized apps. This is saving a lot of screen space on a net book screen, yet lets me keep a normal panel at the top of the screen rather than using unity.</p>\n\n<p>I hope that helps you out.</p>\n\n<p>Here is a screenshot (attached to an external monitor . . . my netbook does not have a 1280x1024 screen :-) ).</p>\n\n<p>Mark</p>\n\n<p><a href=\"https://i.stack.imgur.com/eAs0C.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/eAs0C.png\" alt=\"alt text\"></a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-10-18T07:53:55.703", "id": "78137", "postId": "11591", "score": "0", "text": "I can't seem to get it running von Oneiric and XFCE4.8 - have also tried lots of other things, like using xfapplet (an old one, it's not in the repo anymore)", "userDisplayName": null, "userId": "5771" }, { "creationDate": "2011-10-25T11:19:43.967", "id": "81434", "postId": "11591", "score": "0", "text": "Try https://web.archive.org/web/20150907070609/http://gtk-apps.org/content/show.php/OMG+!+XFCE+Global+Menu+[Oneiric+Only]?content=146102 It is for Oneiric only, but worked great for me last night. ~MO", "userDisplayName": null, "userId": "2680" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T17:06:31.357", "id": "11591", "lastActivityDate": "2011-02-21T20:10:33.313", "lastEditDate": "2011-02-21T20:10:33.313", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "2680", "parentId": "11490", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>following the instructions under Ubuntu Desktop Installation on this wiki page <a href=\"https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu\" rel=\"nofollow\">https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu</a> will get you global menu on maverick</p>...
null
null
2010-11-05T19:06:13.923
null
null
11492
1
null
2010-11-05T09:20:39.810
2
657
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5440/installing-packages-in-multiple-systems">Installing packages in multiple systems</a> </p> </blockquote> <p>Is it possible to easily transfer one PC's packages into another one either over a network, but mainly through usb or dvd-rom medias? In another words, to duplicate or copy the installed packages into another one (think, Copy/Paste).</p>
null
-1
2017-04-13T12:24:49.590
2010-11-05T13:49:58.323
Repository Package Transfer
[ "package-management" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Yes.. you can copy the debs contained in the folder <code>/var/cache/apt/archives</code> and paste it into the target pc's folder.</p>\n\n<p>Know that this will only copy the debs. Installation of the softwares will have to be done manually through software center or through ...
null
null
2010-11-05T19:06:00.693
null
Dave A
11503
1
null
2010-11-05T09:57:56.343
4
4547
<p>I have a HP pavilion dv4 laptop and the card reader just doesn't work :o it used to work in 10.04 though... but it doesn't seem to be working here. Went through many other threads but everybody is saying "it just works out of the box"... :( sadly it doesn't for me... help!</p>
4485
866
2010-12-28T09:23:48.867
2012-12-05T07:20:23.467
Built in media card reader not working
[ "10.10", "hardware", "multimedia", "card-reader" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>when you put in some media do you get any lights turn on?</p>\n\n<p>Second is it a USB device or other. Try lsusb from the command and see if it is listed. Post the list back on here if you are unsure what is what.</p>\n", "commentCount": "0", "comments": [], "c...
null
null
null
null
null
11508
1
11526
2010-11-05T10:32:03.433
18
178205
<p>I would really like to play m3u8 files (more specifically, <a href="http://www.nasa.gov/multimedia/nasatv/NTV-Public-IPS.m3u8">http://www.nasa.gov/multimedia/nasatv/NTV-Public-IPS.m3u8</a>) but when I try to run it on VLC player, it goes on to multiple .ts files with a very annoying gap between the stream. </p> <p>Is there any way I can play this stream on ubuntu just as if I were playing it on an iphone (which is what the stream is for).</p>
5493
235
2010-11-05T18:56:15.007
2021-10-24T03:28:15.043
How do I play m3u8 files?
[ "stream", "vlc", "file-format" ]
8
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ul>\n<li><em>m3u8</em> files are <em>m3u</em> files encoded in utf8.</li>\n<li>m3u files are a text based playlist format. You can open the file with any text editor and see the that it contains a list with files to be played.</li>\n<li>if you open the file with vlc, it has to download every single video before playing it. Vlc does not seem to preload the files, this is why the gaps occur.</li>\n</ul>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-03-12T18:02:09.427", "id": "132612", "postId": "11526", "score": "3", "text": "m3u8 is **not** m3u, it's based on that playlist format, but it's a different thing. it's a live streaming format.", "userDisplayName": null, "userId": "50308" }, { "creationDate": "2015-06-28T13:27:11.827", "id": "918661", "postId": "11526", "score": "2", "text": "@KarolyHorvath no its just an addition to the .m3u. M3u is by default not utf8 compatbile", "userDisplayName": null, "userId": "259906" }, { "creationDate": "2015-11-06T16:34:26.097", "id": "1015759", "postId": "11526", "score": "1", "text": "The playlist posted in the question is using Apple's live streaming (**HLS**) format for multi-bitrate segmented streaming. It's an *extension* to the m3u(8) format. I wrote a server which supports this kind of streaming. Trust me. My comment (and answer) still holds. VLC (or more precisely older versions of VLC) simply played the segments separately as it wasn't preparred for seamless transition between the segments.", "userDisplayName": null, "userId": "50308" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T11:42:56.603", "id": "11526", "lastActivityDate": "2010-11-05T11:42:56.603", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5338", "parentId": "11508", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<ul>\n<li><em>m3u8</em> files are <em>m3u</em> files encoded in utf8.</li>\n<li>m3u files are a text based playlist format. You can open the file with any text editor and see the that it contains a list with files to be played.</li>\n<li>if you open the file with vlc, it has to ...
null
null
null
null
null
11509
1
11510
2010-11-05T10:47:01.700
6
492
<p>I am considering to temporarily change my repositories to Maverick, on a Lucid system.<br> I want to install a newer version of Evolution because it has a particular feature I want. </p> <p>I don't want to apply general Maverick updates.. I'm only interested in Evolution... </p> <p>My reason for this it to let apt/Synaptic sort out the dependencies... </p> <p>I suspect this could be pretty dicey if I allowed anything more than just a simple single app, but even then, it may be a bad move.. </p> <p>Am I courting disaster here? </p>
2670
null
null
2013-03-04T18:48:54.857
Is it safe to change my Lucid sources to Maverick, to get one app, then revert to Lucid?
[ "installation", "apt", "repository", "dependencies" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No, it's not safe. Evolution will pull lot's of updates that can break nearly anything. Looks like a fun thing to try in a Virutal Machine (with snapshots) anyway.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T11:08:27.833", "id": "11896", "postId": "11510", "score": "0", "text": "Thanks.. Mission aborted! .. but a good learning moment, none the less...", "userDisplayName": null, "userId": "2670" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T10:59:02.837", "id": "11510", "lastActivityDate": "2010-11-05T10:59:02.837", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "211", "parentId": "11509", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>No, it's not safe. Evolution will pull lot's of updates that can break nearly anything. Looks like a fun thing to try in a Virutal Machine (with snapshots) anyway.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T11:08:27.833", ...
null
null
null
null
null
11519
1
11524
2010-11-05T11:27:26.510
7
1946
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/2502/where-can-i-get-themes-and-eye-candy-for-my-desktop">Where can I get themes and eye-candy for my desktop?</a> </p> </blockquote> <p>Other than the normal sites (IE: Gnome-Look, Webup8, OMGU, etc)</p>
3203
-1
2017-04-13T12:24:49.590
2011-05-26T07:25:55.710
Where to find great themes?
[ "themes" ]
8
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-09T23:14:01.627", "id": "118971", "postId": "11519", "score": "0", "text": "Possible duplicate: http://askubuntu.com/q/2502/18612", "userDisplayName": null, "userId": "18612" } ]
{ "accepted": true, "body": "<p>you can find some good things in <a href=\"http://art.gnome.org/\">http://art.gnome.org/</a> or <a href=\"http://gnome-themes.org/\">http://gnome-themes.org/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2010-11-05T14:48:01.497", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T11:38:33.773", "id": "11524", "lastActivityDate": "2010-11-05T11:48:06.317", "lastEditDate": "2010-11-05T11:48:06.317", "lastEditorDisplayName": null, "lastEditorUserId": "3872", "ownerDisplayName": null, "ownerUserId": "3872", "parentId": "11519", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>All of the above, in addition to <a href=\"http://www.deviantart.com\" rel=\"nofollow\">deviantART</a>. Most higher quality themes (of any type) are found on deviantART, and while it has its share of low-quality stuff, it's fairly easy to filter.</p>\n", "commentCount": "...
2010-11-05T14:48:01.497
null
2012-02-10T01:00:55.580
null
null
11529
1
11536
2010-11-05T13:20:38.773
3
411
<p>I have just updated my system and it looks like Evolution Calendar, Tasks and Notes views are no longer available.</p> <p>Any idea about what has happened?</p>
5522
4980
2010-11-05T13:51:05.277
2010-11-05T13:54:55.993
Where are the Calendar, Task and Notes views in latest update of Evolution from Ubuntu 10.10?
[ "10.10", "evolution" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Sounds like you are launching <code>evolution --express</code> this starts only the email component.\nTry starting <code>evolution</code> by modifying your launcher or entering this in alt+f2.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T13:52:40.123", "id": "11910", "postId": "11536", "score": "0", "text": "Hi, thank! It was evolution --express. I was launching Evolution at startup ... but then it crashed and I started it from Unity.", "userDisplayName": null, "userId": "5522" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T13:46:08.977", "id": "11536", "lastActivityDate": "2010-11-05T13:46:08.977", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5338", "parentId": "11529", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I'm assuming you have the latest version from the <em>official</em> repositories. I have the latest version installed and these features are still there. </p>\n\n<p>Look at the bottom left hand corner:</p>\n\n<p><img src=\"https://i.stack.imgur.com/GIDJL.png\" alt=\"evolution...
null
null
null
null
null
11534
1
11728
2010-11-05T13:42:29.107
2
3129
<p>This is the error i got while clicking on the videos on the right pane.</p> <p><em>"Could not open location; you might not have permission to open the file."</em></p> <p>I had a inspection on totem plugs and found that there is no youtube.py in this directory (/usr/lib/totem/plugins/youtube/)</p>
5213
4980
2010-11-05T13:44:25.093
2016-09-12T23:48:58.267
Youtube streaming is not working on totem
[ "10.04", "64-bit", "youtube", "totem" ]
4
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T13:47:25.203", "id": "11909", "postId": "11534", "score": "0", "text": "How did you install this plugin. I can't find a youtube plugin for totem in the Software Centre.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-11-05T14:02...
{ "accepted": true, "body": "<p>Hi there is a updated package available from this ppa <a href=\"https://launchpad.net/~barcc/+archive/ppa\" rel=\"nofollow\">https://launchpad.net/~barcc/+archive/ppa</a>. To install it from this ppa open a terminal and execute the following commands. </p>\n\n<pre><code> sudo add-apt-repository ppa:barcc/ppa\n sudo apt-get update\n sudo apt-get upgrade totem\n</code></pre>\n\n<p>Hope this will help</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-06T10:31:32.543", "id": "11728", "lastActivityDate": "2010-11-06T10:31:32.543", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4980", "parentId": "11534", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>I think the problem is that YouTube made some changes in the site on July 22nd that affects all download extensions and plugins. Basically, is not allowing to get the videos using the old urls, so the player throws that error.</p>\n\n<p>I suggest you try my extension <a href=...
null
null
null
null
null
11535
1
null
2010-11-05T13:43:33.723
1
275
<p>I'd like to raise window if it's covered by another window, otherwise lower it, with some shortcut mouse (click + extra keys).</p> <p>Knowing that a window (that you are interested in) is in a region close of where your mouse is you can, you can scan the windows which are under your mouse.</p> <p>This was possible before in some older GNOME desktop. And this is also possible on the <a href="http://en.wikipedia.org/wiki/Common_Desktop_Environment" rel="nofollow">CDE</a> of Solaris.</p>
null
3037
2011-01-05T16:09:06.827
2011-01-05T16:09:06.827
How to setup a mouse shortcut to raise window if it's covered by another window, otherwise lower it?
[ "window-manager" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Shift+Alt+middle-click on the title bar moves a window to the background (at least on my system; if this is not default behaviour please correct me and I'll try to find out how I did it). That's probably not exactly what you want though?</p>\n", "commentCount": "0", ...
null
null
null
null
Cédric BRINER
11537
1
11561
2010-11-05T13:52:52.883
249
235919
<p>As <a href="http://www.markshuttleworth.com/archives/551">recently announced</a> by Mark Shuttleworth, Ubuntu will be moving towards using Wayland as its display manager.</p> <p>What are biggest differences between X11 and Wayland? Why will Wayland make Ubuntu better?</p>
2008
235
2010-12-01T18:42:07.417
2022-06-07T10:31:36.237
Why is Wayland better?
[ "xorg", "gui", "wayland" ]
6
5
CC BY-SA 2.5
[ { "creationDate": "2013-12-09T11:30:23.727", "id": "496385", "postId": "11537", "score": "5", "text": "As of December 2013 it looks like Unity based Ubuntu will use Mir display server instead of a Wayland based compositor starting from Ubuntu 14.10: [link](http://unity.ubuntu.com/mir/) [link](ht...
{ "accepted": true, "body": "<p>You can see <a href=\"http://wayland.freedesktop.org/architecture.html\" rel=\"noreferrer\">the Wayland architecture page</a> to see how it differs in design. It's supposed to simplify the whole graphics stack by forcing everything through a standard GEM/DRM stack straight into the kernel and managing compositing itself.</p>\n\n<p>Compare that to the X stack where you have bits and bobs all over the place. Some of the X mess has been through flexible design, some have been growing pains. All the compositors (Compiz/Metacity/Mutter/KWin/etc) have been added as an afterthought. They are, at their core, hacks to do what X should probably be doing itself. If things carry on expanding outwards like they have been, we'll get to a point where the project become unmaintainable.</p>\n\n<p>All in all, when hardware support is there, it should make the whole stack more efficient and less painful to use in standard setups.</p>\n\n<p>However there are a couple of issues that I haven't seen remedies for so far:</p>\n\n<ul>\n<li><p>X is pretty network-aware. You can send windows to other computers, you can have multiple screens with remote logins and all sorts of funky things like that. This might seem fairly specialist but it's widely used technology. Wayland appears fairly local and static in comparison.</p></li>\n<li><p>There's also driver support. Closed-source drivers are yet to support the KMS/shared-GEM/shared-DRM technologies that Wayland thrives upon. A purist might be okay with Nouveau but somebody who pays £100-400 on a high performance 3D graphics card won't be happy with the flaky poor 3d performance they'd get with the current open driver.</p>\n\n<p><strong>Update:</strong> <a href=\"http://www.phoronix.com/scan.php?page=news_item&amp;px=MTgxMDE\" rel=\"noreferrer\">Nvidia is working to support both Wayland and Mir</a>.</p></li>\n</ul>\n\n<hr>\n\n<p><strong>2018 update</strong>. 17.10 used Wayland as the default display server (unless you had a closed driver, or a driver that didn't support it, or needed X). 18.04 and 18.10 both use X as global default (though you can install Wayland).</p>\n\n<p>I'm not in charge of anything but from this position, it seems like we're still a metric Nvidia away from getting <em>real</em> traction. Until that point, I don't think we're going to see enough mindshare and developing power get behind Wayland. The gaming/performance market is using X. The MCE market are using X (and direct framebuffers). I'm not sure Wayland will ever have a real chance.</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2012-12-18T13:49:45.330", "id": "284341", "postId": "11561", "score": "25", "text": "The network transparency thing is way overblown for several reasons. 1. Pure X forwarding is only fast enough over a LAN. Over the internet raw X is unusable due to latency. To get decent performance you have to use third party protocols like NX or VNC. 2. Both NX and VNC are a massive pain to set up due to X's architecture. It should be easier with Wayland. 3. Few modern toolkits use X's drawing code. They just draw themselves to a bitmap and send that to X. This is exactly the same as Wayland and will have the same network characteristics.", "userDisplayName": null, "userId": "36061" }, { "creationDate": "2012-12-18T16:21:52.553", "id": "284414", "postId": "11561", "score": "5", "text": "I agree with point 1 but over a good LAN, X-forwarding untouchable for quality or performance. Much better than either alternative in my experience.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2013-10-28T17:14:47.077", "id": "469789", "postId": "11561", "score": "1", "text": "As of 2013 situation is clearer regarding network transparency: http://askubuntu.com/a/359870/203271", "userDisplayName": null, "userId": "203271" }, { "creationDate": "2015-03-10T11:35:38.337", "id": "828368", "postId": "11561", "score": "3", "text": "@poolie: It seems they changed their minds. ;-)", "userDisplayName": null, "userId": "286777" }, { "creationDate": "2018-06-15T02:15:16.653", "id": "1707602", "postId": "11561", "score": "0", "text": "I appreciate your mention of x forwarding and how Wayland hasn't yet offered an alternative. Excluding remote desktop protocols like RDP, NX, etc.\nI really won't ever feel ready to leave X behind until Wayland can provide it's own analogy to X forwarding. Ideally though, I would love Wayland to not only be capable to receive remote x windows over SSH via XWayland, but also to send windows out to a non-Wayland clients, with sort of reverse XWayland.", "userDisplayName": null, "userId": "600011" }, { "creationDate": "2018-10-15T20:59:31.880", "id": "1782325", "postId": "11561", "score": "1", "text": "@Timmmm not sure about you but around 12 years ago a successfuly forwarded an X session from my home DSL to our college network and fiddled with the Gimp and had working gnome session running through my Windows X server on my notebook. Even with that latency wasn't a huge issue.", "userDisplayName": null, "userId": "22869" }, { "creationDate": "2018-10-16T01:12:12.973", "id": "1782459", "postId": "11561", "score": "0", "text": "Wayland can be technically perfect in a bubble but when it comes to getting the job done you have to use X.", "userDisplayName": null, "userId": "307523" }, { "creationDate": "2019-01-19T00:18:51.833", "id": "1833631", "postId": "11561", "score": "2", "text": "From [BionicBeaver/ReleaseNotes](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes): \"X is the default display server. Wayland is provided as a Technical Preview and is **expected to be the default display server in 20.04 LTS**. To try it out, just choose Ubuntu on Wayland from the cog on the log in screen. X.org logs may now be found at ~/.local/share/xorg\" [emphasis mine]", "userDisplayName": null, "userId": "877" }, { "creationDate": "2019-02-21T23:35:57.430", "id": "1851647", "postId": "11561", "score": "0", "text": "\"The real story behind Wayland and X\" from linuxconf.au 2013 is worth a watch as a more in-depth backgrounder from an X developer: https://www.youtube.com/watch?v=GWQh_DmDLKQ", "userDisplayName": null, "userId": "927203" }, { "creationDate": "2022-08-23T18:29:59.203", "id": "2481699", "postId": "11561", "score": "0", "text": "22.04 LTS just made Wayland the default, and now I can't screen share anymore, so I have to manually switch back to X. Seems like a pretty big miss for the Ubuntu team to drop default support for screen sharing with more people than ever now working remote.", "userDisplayName": null, "userId": "671521" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-05T14:43:46.383", "id": "11561", "lastActivityDate": "2018-10-15T21:19:17.177", "lastEditDate": "2018-10-15T21:19:17.177", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "11537", "postTypeId": "2", "score": "176" }
[ { "accepted": null, "body": "<p>Simply put, the hope is for better graphics (less buggy, faster, easier to use).\nEven things might be possible one day that were not before.\nI personally think this will at least spice up things, as competition always does.</p>\n", "commentCount": "0", "comments": [...
null
null
null
null
null
11538
1
11630
2010-11-05T13:57:46.020
22
22053
<p>When I log in on my server I get this:</p> <pre><code>No mail. Last login: Fri Nov 5 14:22:45 2010... </code></pre> <p>then I must wait for 5 sec and then is ready...</p> <pre><code>wolfy@ubuntu-server:~$ </code></pre> <p>Is this wait time normal or should I do something to "repair" this?</p>
3921
667
2010-11-05T13:59:59.147
2014-08-25T13:55:52.550
Long wait time on login
[ "server", "ssh", "performance", "login" ]
10
1
CC BY-SA 2.5
[ { "creationDate": "2011-12-08T04:08:18.170", "id": "97754", "postId": "11538", "score": "1", "text": "Are you using the ssh option keepalive ?", "userDisplayName": null, "userId": "35795" } ]
{ "accepted": true, "body": "<p>This is usually the result of <code>pam_motd</code> regenerating the <code>/etc/motd</code> file. You can check the individual scripts in <code>/etc/update-motd.d</code> to see if something is especially slow.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-09-13T00:16:53.937", "id": "441544", "postId": "11630", "score": "0", "text": "Brilliant. It was the file 90-updates-available for me. Also 50-landscape-sysinfo is not the most speedy.", "userDisplayName": null, "userId": "2080" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T20:33:49.480", "id": "11630", "lastActivityDate": "2010-11-05T20:33:49.480", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "721", "parentId": "11538", "postTypeId": "2", "score": "18" }
[ { "accepted": null, "body": "<p>Check your system logs at /var/log, you may find a message with the related error/timeout.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T14:14:36.723", "id": "1154...
null
null
null
null
null
11542
1
11544
2010-11-05T14:09:57.490
9
1569
<p>I tend to run Windows apps with VirtualBox in seamless mode (so that virtualized Windows applications windows and Windows taskbar appear alongside host OS windows instead of a separate virtual machine screen). To make the experience even more "seamless" I'd like Windows theming (especially windows' title bars and a taskbar) to look exactly as Ubuntu windows look. So it seems that I need a Windows clone of Ubuntu Ambiance theme. Is there one?</p> <p>I'm ok to have Windows minimize/maximize buttons on the right, as I've switched Ubuntu to the same classic mode.</p> <p>I am interested in both Windows XP <em>and Windows 7</em> themes.</p>
2390
2390
2010-11-05T20:57:28.537
2011-12-03T11:03:03.330
Is there an Ambiance theme available for Windows?
[ "windows", "themes", "ambiance" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://www.omgubuntu.co.uk/2010/08/ubuntu-ambiance-theme-for-windows-xp-wine/\" rel=\"noreferrer\">Yes</a>, you can download it <a href=\"http://freddi67.deviantart.com/art/Ubuntu-Light-for-Windows-XP-177514325\" rel=\"noreferrer\">here</a>. This theme is for Windows XP and while it has a few bugs, outlined in the download link, it should be an improvement on what you have now.</p>\n\n<p><a href=\"https://i.stack.imgur.com/GU10M.jpg\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/GU10M.jpg\" alt=\"alt text\"></a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T14:12:23.133", "id": "11544", "lastActivityDate": "2011-02-22T01:47:23.497", "lastEditDate": "2011-02-22T01:47:23.497", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "11542", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p><a href=\"http://www.omgubuntu.co.uk/2010/08/ubuntu-ambiance-theme-for-windows-xp-wine/\" rel=\"noreferrer\">Yes</a>, you can download it <a href=\"http://freddi67.deviantart.com/art/Ubuntu-Light-for-Windows-XP-177514325\" rel=\"noreferrer\">here</a>. This theme is for Window...
null
null
null
null
null
11550
1
11644
2010-11-05T14:23:20.427
10
585
<p>I have a fast computer (great processor, good SSD) but Software Centre takes a good 30 seconds to load up. This isn't a whinge, I think there could be something wrong. Synaptic takes a second to load.</p> <p>I ran <code>strace software-center</code> to see if it was thrashing the disk (it's an SSD - I can't hear it) and it's statting and attempting to open a whole shed-load of files. Here's an excerpt:</p> <pre><code>open("/usr/local/lib/python2.6/dist-packages/FlexGet-1.0r1465-py2.6.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/FlexGet-1.0r1465-py2.6.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/FlexGet-1.0r1465-py2.6.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/StringIO", 0x7fff19d3af30) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/StringIO", 0x7fff19d3af30) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/python2.6/dist-packages/PyRSS2Gen-1.0.0-py2.6.egg/StringIO", 0x7fff19d3af30) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyRSS2Gen-1.0.0-py2.6.egg/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyRSS2Gen-1.0.0-py2.6.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyRSS2Gen-1.0.0-py2.6.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyRSS2Gen-1.0.0-py2.6.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/StringIO", 0x7fff19d3af30) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/python2.6/dist-packages/PyYAML-3.09-py2.6-linux-x86_64.egg/StringIO", 0x7fff19d3af30) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyYAML-3.09-py2.6-linux-x86_64.egg/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyYAML-3.09-py2.6-linux-x86_64.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyYAML-3.09-py2.6-linux-x86_64.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/PyYAML-3.09-py2.6-linux-x86_64.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/StringIO", 0x7fff19d3af30) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) </code></pre> <p>This might be a red herring. Later on it pauses at this:</p> <pre><code>poll([{fd=3, events=POLLIN}], 1, 25000) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"l\2\1\1\v\0\0\0\3\0\0\0=\0\0\0\6\1s\0\7\0\0\0:1.3497\0"..., 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 91 recvmsg(3, 0x7fff8c57cc00, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable) sendmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\0\1\0\0\0\0\3\0\0\0{\0\0\0\1\1o\0\32\0\0\0/com/ubu"..., 144}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 144 poll([{fd=3, events=POLLIN}], 1, 25000 </code></pre> <p>And then it does it again... These two pauses account for most of the load time.</p> <p>And then it really flips out with <strong><em>thousands</em></strong> of poll/read/temporarily unavailable lines.</p> <p>So what on earth is going on here? Why is Software Centre scanning what looks to be any possible python package looking for <code>StringIO</code>? Bug?</p> <p>Then why is it stalling at what looks like a web-request to something.ubuntu.com (can't see the full message)? Why is it talking to ubuntu.com anyway?</p>
449
null
null
2011-10-25T08:07:25.617
Software Centre takes an age to load
[ "software-center" ]
2
11
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T14:45:36.120", "id": "11921", "postId": "11550", "score": "0", "text": "+1, it is the same on all computers I installed Ubuntu on, so we have to wait for a fix", "userDisplayName": null, "userId": "2937" }, { "creationDate": "2010-11-05T15:36:29.393"...
{ "accepted": true, "body": "<p>It appears to be fetching a fully up-to-date view of available packages (like what <code>apt-get update</code> does), which can take a while depending on how far out of date the cache is, how quickly the software repositories respond, and the speed of your network connection.</p>\n\n<p>As mentioned in the comments, this lack of interactivity while refreshing seems like a bug.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-05T23:18:23.377", "id": "12050", "postId": "11644", "score": "0", "text": "I'd accept that as an answer if Aptitude, Synaptic or even just an `apt-get update` doing the same took anywhere near the same time. **Including me typing my password** `time bash -c \"sudo apt-get update\"` returns 0m2.446s. A hot run (straight after with no password entry) took 0m0.572s. The SC consistently takes >30s so if this is what is causing the delay, the bug is much more than just an interactivity issue.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-05T23:21:15.370", "id": "12052", "postId": "11644", "score": "0", "text": "Hm, weird. It took about 30s the first time I ran it, then it only took a few moments. \"30 seconds\" is always a red flag to me that something is timing out on DNS. Regardless, opening a bug would make the most sense.", "userDisplayName": null, "userId": "721" }, { "creationDate": "2010-11-06T00:19:58.127", "id": "12065", "postId": "11644", "score": "0", "text": "Do you know if there's something I can wrap it in that examines just its network traffic?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-06T00:23:49.200", "id": "12066", "postId": "11644", "score": "0", "text": "And I thought I was exaggerating but it turns out I'm more patient than I give myself credit. Just ran software centre with `time`. 1m.55.410s. Ouch.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-06T06:59:28.097", "id": "12123", "postId": "11644", "score": "0", "text": "Usually I just start a VM and try to reproduce it there while running `tcpdump` or `wireshark`. But it'd be nice to have a way to do this. I've asked: http://askubuntu.com/q/11709/721", "userDisplayName": null, "userId": "721" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T21:53:29.643", "id": "11644", "lastActivityDate": "2010-11-05T21:53:29.643", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "721", "parentId": "11550", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>It appears to be fetching a fully up-to-date view of available packages (like what <code>apt-get update</code> does), which can take a while depending on how far out of date the cache is, how quickly the software repositories respond, and the speed of your network connection....
null
null
null
null
null
11552
1
11554
2010-11-05T14:26:32.360
8
4492
<p>I installed Ubuntu 10.10 with Windows 7 Ultimate in dual boot configuration. Everything seems to be working fine. I have a small doubt, is it possible to Re-arrange the Boot menu that appears when you start your machine? Currently Ubuntu is at top and Windows is the very last one. If we dont make a choice for some seconds, it automatically boots Ubuntu. Can I swap this with Windows being default if the user doesn't make any choice?</p>
4627
527764
2017-03-11T11:56:46.050
2017-03-11T11:56:46.050
How can I rearrange the order of OSes in the boot menu?
[ "windows-7", "grub2" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I found this on the <a href=\"http://ubuntuforums.org/showthread.php?t=1309890\" rel=\"nofollow noreferrer\">forums</a>, it is a little old, but the process should be the same. I just tried it and it does work as it should.</p>\n\n<p>First install startup-manager via Ubuntu Software Center, you can find the package by searching for startup. <img src=\"https://i.stack.imgur.com/JGiBJ.png\" alt=\"alt text\"></p>\n\n<p>Then, open the startup manager and select Windows 7 as the default, close, restart and it should work.\n <img src=\"https://i.stack.imgur.com/gYKQ3.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T15:28:23.523", "id": "11946", "postId": "11554", "score": "0", "text": "your first screenshot shows a different package selected - can you update it to highlight startup-manager?", "userDisplayName": null, "userId": "352" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T14:34:57.067", "id": "11554", "lastActivityDate": "2010-11-05T15:43:56.837", "lastEditDate": "2010-11-05T15:43:56.837", "lastEditorDisplayName": null, "lastEditorUserId": "3889", "ownerDisplayName": null, "ownerUserId": "3889", "parentId": "11552", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>I found this on the <a href=\"http://ubuntuforums.org/showthread.php?t=1309890\" rel=\"nofollow noreferrer\">forums</a>, it is a little old, but the process should be the same. I just tried it and it does work as it should.</p>\n\n<p>First install startup-manager via Ubuntu S...
null
null
null
null
null
11553
1
11559
2010-11-05T14:31:33.980
5
123
<p>Like a log, or a command or something of that nature?</p>
3889
667
2010-11-05T14:46:48.660
2010-11-05T14:59:00.610
Is there a way to determine what packages were installed on a particular date, say yesterday for example?
[ "10.10", "package-management", "synaptic" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can use the 'history' feature of the Software Centre:</p>\n\n<p><img src=\"https://i.stack.imgur.com/upXMJ.png\" alt=\"Software Centre History\"></p>\n\n<p>There is also a log file (<code>/var/log/dpkg.log</code>). You can view the changes made on a certain date by running:</p>\n\n<pre><code>cat /var/log/dpkg.log | grep 2010-11-05\n</code></pre>\n\n<p>(replace <code>2010-11-05</code> with the date you are querying.)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-05T14:52:40.893", "id": "11927", "postId": "11559", "score": "1", "text": "There is a log in /var/log/dpkg.log", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-11-05T15:06:10.167", "id": "11933", "postId": "11559", "score": "0", "text": "Thanks I didn't even see the button there for the history, I suppose it has been there all along (since the Software Center was introduced), oh well, guess I will have to learn to pay more attention.", "userDisplayName": null, "userId": "3889" }, { "creationDate": "2010-11-05T15:09:34.840", "id": "11937", "postId": "11559", "score": "0", "text": "AFAIK it was introduced in Ubuntu 10.10", "userDisplayName": null, "userId": "667" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T14:42:27.917", "id": "11559", "lastActivityDate": "2010-11-05T14:59:00.610", "lastEditDate": "2010-11-05T14:59:00.610", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "11553", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>I believe you can see a log of what and when packages have been installed, upgraded and removed using the Ubuntu Software Centre. </p>\n\n<p>Just click on:\nApplications > Ubuntu Software Centre > History</p>\n\n<p>More information on this functionality is available on the Wi...
null
null
null
null
null
11566
1
null
2010-11-05T15:00:39.017
0
217
<p>I'm starting to learn C and GTK2. So, I find tutorial at <a href="http://zetcode.com/tutorials/gtktutorial/" rel="nofollow">zetcode.com</a>, and try to make a little program, but it doesn't want to start. I'm doing exactly as in tutorial, but there's some bug in my code.</p> <pre><code>#include &lt;stdio.h&gt; #include &lt;gtk/gtk.h&gt; int count = 0; char buf[5]; void increase(GtkWidget *widget, gpointer label) { count++; sprintf(buf, "%d", count); gtk_label_set_text(label, buf); } void decrease(GtkWidget *window, gpointer label) { count--; sprintf(buf, "%d", count); gtk_label_set_text(label, buf); } int main(int argc, char** argv) { GtkWidget *label; GtkWidget *window; GtkWindow *frame; GtkWindow *plus; GtkWindow *minus; gtk_init(&amp;argc, &amp;argv); window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); gtk_window_set_default_size(GTK_WINDOW(window), 200, 100); gtk_window_set_title(GTK_WINDOW(window), "Math"); frame = gtk_fixed_new(); gtk_container_add(GTK_CONTAINER(window), frame); plus = gtk_button_new_with_label("+"); gtk_widget_set_size_request(plus, 80, 35); gtk_fixed_put(GTK_FIXED(frame), plus, 50, 20); minus = gtk_button_new_label("-"); gtk_widget_set_size_request(minus, 80, 35); gtk_fixed_put(GTK_FIXED(frame), minus, 50, 20); label = gtk_label_new("0"); gtk_fixed_put(GTK_FIXED(frame), label, 190, 58); gtk_widget_show_all(window); g_signal_connect(window, "destroy", G_CALLBACK(gtk_main_quit), NULL); g_signal_connect(plus, "clicked", G_CALLBACK(increase), label); g_signal_connect(minus, "clicked", G_CALLBACK(decrease), label); gtk_main(); return 0; } </code></pre> <p>Pls, help.</p>
2842
721
2010-11-05T21:42:17.563
2010-11-05T21:42:17.563
Problems with gtk2 programming
[ "programming", "gtk" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T15:03:02.650", "id": "11931", "postId": "11566", "score": "3", "text": "This should be on [stack overflow](http://stackoverflow.com). You could also ask on the 'Programming Talk' section of the [forums](http://ubuntuforums.org/forumdisplay.php?f=39).", "userDisp...
null
[ { "accepted": null, "body": "<p>This line is wrong:</p>\n\n<pre><code>minus = gtk_button_new_label(\"-\");\n</code></pre>\n\n<p>It should be:</p>\n\n<pre><code>minus = gtk_button_new_with_label(\"-\");\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conte...
null
null
null
null
null
11570
1
11572
2010-11-05T15:08:40.397
6
4320
<p>I tried:</p> <ol> <li>Launching Ubuntu Software Centre</li> <li>I typed in "air" and found "adobe air"</li> <li>It says "available from the 'maverick-partner' source. and has a button "use this source"</li> <li>I clicked "use this source", I saw a "in progress (1)" icon come up in the side bar, and disappear, but nothing happened/changed.</li> </ol> <p>I'm stuck.</p> <p>I have actually already added the maverick-partner source to apt so I could install sun-java6-jdk.</p>
5247
169736
2013-12-21T12:49:45.617
2014-12-19T17:34:34.733
How do I install Adobe Air using "Ubuntu Software Centre"
[ "software-installation", "adobe-air" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2013-12-21T14:47:42.050", "id": "504455", "postId": "11570", "score": "0", "text": "@searchfgold6789 are you aware that Adobe Air was dumped?", "userDisplayName": null, "userId": "169736" } ]
{ "accepted": true, "body": "<h1>How to install Adobe AIR on Ubuntu 13.10</h1>\n\n<p><a href=\"https://askubuntu.com/a/394140/172367\">Instructions for Ubuntu 13.10</a></p>\n\n<h1>How to install Adobe AIR on Ubuntu 10.10</h1>\n\n<p>I have looked into this and on the official Adobe Air 2 page for Linux, 64-bit binaries are not available, although 32-bit should work fine.</p>\n\n<p>Try going through the steps on this page here:\n<a href=\"http://kb2.adobe.com/cps/521/cpsid_52132.html\" rel=\"nofollow noreferrer\">http://kb2.adobe.com/cps/521/cpsid_52132.html</a></p>\n\n<p>Although they are intended for 9.04, I can't see why this wouldn't work on 10.10.</p>\n\n<p>If following those steps don't work, try this article on OMG!Ubuntu!:\n<a href=\"http://www.omgubuntu.co.uk/2010/01/how-to-install-adobe-air-on-ubuntu-64bit-2/\" rel=\"nofollow noreferrer\">http://www.omgubuntu.co.uk/2010/01/how-to-install-adobe-air-on-ubuntu-64bit-2/</a></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-05T15:16:30.153", "id": "11939", "postId": "11572", "score": "0", "text": "I've followed steps like that before - and I could do that again - but since Adobe Air is in the \"Ubuntu Software Centre\" I thought I should use that. Why doesn't it work?", "userDisplayName": null, "userId": "5247" }, { "creationDate": "2010-11-05T16:31:47.890", "id": "11977", "postId": "11572", "score": "1", "text": "This tutorial worked well for me: http://www.omgubuntu.co.uk/2010/01/how-to-install-adobe-air-on-ubuntu-64bit-2/", "userDisplayName": null, "userId": "5247" }, { "creationDate": "2010-12-24T21:07:04.783", "id": "20031", "postId": "11572", "score": "0", "text": "Same for me - just be sure to download the .bin version and run chmod 744 on it to make it executable.", "userDisplayName": null, "userId": "2684" }, { "creationDate": "2010-12-24T21:13:16.730", "id": "20032", "postId": "11572", "score": "0", "text": "PS: I had to reinstall flash afterwards...", "userDisplayName": null, "userId": "2684" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-05T15:14:58.643", "id": "11572", "lastActivityDate": "2013-12-22T00:09:26.123", "lastEditDate": "2017-04-13T12:24:27.937", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": "user931", "ownerUserId": null, "parentId": "11570", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<h1>How to install Adobe AIR on Ubuntu 13.10</h1>\n\n<p><a href=\"https://askubuntu.com/a/394140/172367\">Instructions for Ubuntu 13.10</a></p>\n\n<h1>How to install Adobe AIR on Ubuntu 10.10</h1>\n\n<p>I have looked into this and on the official Adobe Air 2 page for Linux, 64-b...
null
null
null
null
null
11573
1
11587
2010-11-05T15:16:15.837
10
2552
<p>Is it valid if I mark a bug "Fix Committed" if the package in question is hosted upstream (outside of Launchpad)?</p> <p><strong>example</strong>: <a href="https://bugs.launchpad.net/ubuntu/+source/wajig/+bug/540740">bug report</a>, <a href="http://code.google.com/p/wajig/source/detail?r=0057e5046d07349ccd89c5d6ef832f9ea177df62">committed fix</a>.</p>
2591
6005
2012-06-13T14:42:17.213
2012-06-13T14:42:17.213
What does "Fix Committed" mean?
[ "launchpad", "bug-reporting", "upstream" ]
5
7
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T15:19:38.947", "id": "11940", "postId": "11573", "score": "2", "text": "This doesn't really belong here as it is not specific to Ubuntu. You should probably ask this question on [Launchpad Answers](https://answers.launchpad.net/launchpad/+addquestion).", "userDi...
{ "accepted": true, "body": "<p>You can find a list of Launchpad bug status definitions the way they are used in the Ubuntu bug tracker at <a href=\"https://wiki.ubuntu.com/Bugs/Status\">https://wiki.ubuntu.com/Bugs/Status</a>. Normally, for Ubuntu package tasks, \"Fix Committed\" doesn't correspond to \"the fix is upstream but not in Ubuntu yet\"; for that you can usually just set a bug watch and let Launchpad deal with it, as Jorge suggested. </p>\n\n<p>Note that some Ubuntu teams assign different roles to certain Launchpad functions, including bug status; this can initially cause some confusion. If you're consistently triaging bugs in a particular component, it's a good idea to familiarize yourself with the way the team responsible for that component does bug triage.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T16:44:45.937", "id": "11980", "postId": "11587", "score": "0", "text": "the page you link to actually says that my bug should be marked \"Fix Committed\". Is that so?", "userDisplayName": null, "userId": "2591" }, { "creationDate": "2010-11-05T16:55:09.497", "id": "11983", "postId": "11587", "score": "0", "text": "No. If you mean the \"Upstream bug task: the fix is in CVS/SVN/bzr or committed to some place\" bit, that applies to the upstream task (the uppermost line whose \"Affects\" field reads \"wajig\"), not the Ubuntu task (the one whose \"Affects\" field reads \"wajig (Ubuntu)). If you set a bug watch, Launchpad will update the upstream task accordingly.", "userDisplayName": null, "userId": "2181" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T16:30:27.227", "id": "11587", "lastActivityDate": "2010-11-05T16:30:27.227", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2181", "parentId": "11573", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>No, Fix Committed is when the fix for said bug has been fixed in the code repository that the project uses.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T15:47:01.003", "id": "11952", "postId": "11574", ...
null
0
null
null
null
11580
1
11584
2010-11-05T15:46:20.520
1
602
<p>Mark Shuttleworth <a href="http://www.markshuttleworth.com/archives/551" rel="nofollow">writes</a> that wayland will be replacing X in the future in Ubuntu. Where can this software be found?</p>
4
4
2010-11-05T18:53:10.850
2010-11-26T02:47:51.023
Where can I find wayland?
[ "xorg", "display", "wayland" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T15:50:09.987", "id": "11955", "postId": "11580", "score": "0", "text": "Well.. I really would like to find the software. No really a question of differences or quality.", "userDisplayName": null, "userId": "4" } ]
{ "accepted": true, "body": "<p>Here it is :</p>\n\n<ul>\n<li><a href=\"http://wayland.freedesktop.org/\">Home page</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Wayland_%28display_server%29\">Wikipedia</a></li>\n<li><a href=\"http://cgit.freedesktop.org/wayland\">Source Code</a></li>\n</ul>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T16:12:37.113", "id": "11960", "postId": "11584", "score": "0", "text": "post at omgubunu: http://goo.gl/PvvGR", "userDisplayName": null, "userId": "4980" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T15:55:03.400", "id": "11584", "lastActivityDate": "2010-11-05T16:03:13.417", "lastEditDate": "2010-11-05T16:03:13.417", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "4980", "parentId": "11580", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Here it is :</p>\n\n<ul>\n<li><a href=\"http://wayland.freedesktop.org/\">Home page</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Wayland_%28display_server%29\">Wikipedia</a></li>\n<li><a href=\"http://cgit.freedesktop.org/wayland\">Source Code</a></li>\n</ul>\n", ...
null
null
null
null
null
11588
1
16121
2010-11-05T16:32:01.620
20
22666
<p>I'm looking for something similar to iPlotz or Mockup.</p> <p>I've found the <a href="http://pencil.evolus.vn/en-US/Home.aspx">Pencil Project</a>, but it requires xulrunner-1.9 (which seems to be incompatible with xulrunner-1.9.2) in order to run as a standalone application. It can be used as a firefox plugin... but it is a bit slower.</p> <p>The error on my desktop (Ubuntu 10.04) is: <code>Could not find compatible GRE between version 1.9.1 and 1.9.2.*</code></p> <p>Does anyone know other software?</p> <p><strong>Edit</strong>: Open-source software is preferred, and it doesn't matter whether or not it's free.</p>
829
169736
2014-05-26T23:06:07.660
2017-03-12T13:16:37.610
What's the best Wireframing tool?
[ "software-recommendation" ]
6
6
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T16:48:31.223", "id": "11981", "postId": "11588", "score": "0", "text": "Could you explain what is wrong with Pencil?", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-11-05T17:02:38.123", "id": "11985", "postId": "11588", ...
{ "accepted": true, "body": "<p><a href=\"http://wireframesketcher.com\" rel=\"nofollow noreferrer\">WireframeSketcher</a> is a rapid wireframing tool for Eclipse-based IDEs like Aptana, Zend Studio and the like. It also comes as a standalone version for all major platforms including Ubuntu. Give it a try.</p>\n\n<p><img src=\"https://i.stack.imgur.com/X1f0m.png\" alt=\"Sample WireframeSketcher mockup\"></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-05-27T00:59:55.203", "id": "49850", "postId": "16121", "score": "3", "text": "It's not free nor open source, but fully functional with some limitations.", "userDisplayName": null, "userId": "11666" }, { "creationDate": "2011-05-27T07:14:38.957", "id": "49891", "postId": "16121", "score": "0", "text": "@Hendy: i dont mynd the \"free\" part, is the \"not opensource\" i dont like much..", "userDisplayName": null, "userId": "829" }, { "creationDate": "2011-07-21T08:46:04.493", "id": "60497", "postId": "16121", "score": "1", "text": "@DaNiel: just so you know, certain parts of WireframeSketcher are now [open-source](http://wireframesketcher.com/developers.html).", "userDisplayName": null, "userId": "6898" }, { "creationDate": "2011-11-17T18:37:51.137", "id": "90617", "postId": "16121", "score": "0", "text": "I just intalled it and I am already loving it.", "userDisplayName": null, "userId": "30400" }, { "creationDate": "2016-04-17T23:14:22.187", "id": "1132596", "postId": "16121", "score": "0", "text": "Oooh this thing is bloody expensive.", "userDisplayName": null, "userId": "101644" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-04T04:10:15.220", "id": "16121", "lastActivityDate": "2017-03-12T13:16:11.093", "lastEditDate": "2017-03-12T13:16:11.093", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "6898", "parentId": "11588", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p>Try <a href=\"http://balsamiq.com/\" rel=\"nofollow\">Balsamiq</a>. It uses Adobe Air and runs properly on Ubuntu.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-05T19:12:38.240", "id": "12018", "postId": "11619", ...
null
null
2014-05-28T21:24:25.920
null
null
11590
1
null
2010-11-05T16:59:32.273
2
959
<p>Mark just announced support for Wayland in Ubuntu in future. I was just wondering the following (hopefully Mark can answer). </p> <ul> <li>When will a version be available to test?</li> <li>Will it be available as a package(s) in the repository or will it be delivered as its own distribution?</li> <li>When do you expect it to take over as the default?</li> </ul>
5218
18612
2011-10-04T21:37:00.370
2014-04-21T03:47:29.183
How will Wayland be delivered?
[ "wayland" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Mark stated that they will be able to <em>deliver something</em> in 6 month ( that means Ubuntu 11.04 ). </p>\n\n<p>That may mean that there will be a way to install Wayland ( from repository ) and replace X with that; probably only for test purposes.</p>\n\n<p>Also, accordin...
null
null
null
null
null
11592
1
11596
2010-11-05T17:13:23.777
26
6330
<p>I know the general format for package names in Debian and Ubuntu. Some packages have additions to the standard numbering scheme with obvious meaning like <code>svn20090426</code> etc. But also quite a few packages have <strong>dsfg</strong> in their name (e.g. <code>2:1.0~rc4~try1.dsfg1-1ubuntu1</code>) – what does that mean? </p> <p>Is it just a typo of the <em>Debian Free Software Guidelines</em> (DFSG)?</p>
275
618353
2021-08-05T09:43:03.753
2021-08-05T09:43:03.753
What does dsfg as a part of package names mean?
[ "package-management", "debian" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Debian_Free_Software_Guidelines\" rel=\"noreferrer\">http://en.wikipedia.org/wiki/Debian_Free_Software_Guidelines</a></p>\n\n<p>A package with 'dfsg'/'dsfg' suffix is one that has been stripped of any files \nthat doesn't follow the Debian Free Software Guidelines.</p>\n\n<p>(From Debian mailing list: <a href=\"http://lists.debian.org/debian-mentors/2010/08/msg00169.html\" rel=\"noreferrer\">http://lists.debian.org/debian-mentors/2010/08/msg00169.html</a>)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-05T17:24:06.790", "id": "11998", "postId": "11596", "score": "2", "text": "So is *dsfg* indeed a typo and should be *dfsg*?", "userDisplayName": null, "userId": "275" }, { "creationDate": "2010-11-05T23:22:26.477", "id": "12053", "postId": "11596", "score": "1", "text": "I see three source packages with that typo indeed...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-06T09:45:42.847", "id": "12139", "postId": "11596", "score": "0", "text": "Yes, I bet it's a typo :)", "userDisplayName": null, "userId": "5484" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-05T17:19:37.163", "id": "11596", "lastActivityDate": "2015-09-27T00:11:01.937", "lastEditDate": "2015-09-27T00:11:01.937", "lastEditorDisplayName": null, "lastEditorUserId": "455042", "ownerDisplayName": null, "ownerUserId": "5484", "parentId": "11592", "postTypeId": "2", "score": "20" }
[ { "accepted": true, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Debian_Free_Software_Guidelines\" rel=\"noreferrer\">http://en.wikipedia.org/wiki/Debian_Free_Software_Guidelines</a></p>\n\n<p>A package with 'dfsg'/'dsfg' suffix is one that has been stripped of any files \nthat doesn't follow the Debi...
null
null
null
null
null
11601
1
11603
2010-11-05T17:46:34.567
8
913
<p>I am not native english speaker, so my Ubuntu language is different, and it's ok :) But I would like to have command line tools (SVN, for example) to print messages in english, and not in my system language.</p> <p>Why, you ask? It's because lots of tutorials are in english, and it's IMHO more convenient to use command line that way. So, how to set command line programs to english, and system to another language?</p>
2937
4
2010-11-05T17:48:45.080
2010-11-05T18:00:35.160
Command line tools in one language, system in another
[ "command-line", "locale" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you run the <code>env</code> command, you will be given the environment variables for language.</p>\n\n<pre><code>LANGUAGE=\nLANG=en_CA.UTF-8\n</code></pre>\n\n<p>If you set those variables to English settings, with the <code>export</code> command, any command called after this will be in \"English mode\".</p>\n\n<pre><code>export LANG=en_US.UTF-8\n</code></pre>\n\n<p>You can also put this also in the .bashrc or .profile file in your home directory, this will be in effect every time you open a command line terminal.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T18:00:35.160", "id": "11603", "lastActivityDate": "2010-11-05T18:00:35.160", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4", "parentId": "11601", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>If you run the <code>env</code> command, you will be given the environment variables for language.</p>\n\n<pre><code>LANGUAGE=\nLANG=en_CA.UTF-8\n</code></pre>\n\n<p>If you set those variables to English settings, with the <code>export</code> command, any command called after...
null
null
null
null
null
11606
1
null
2010-11-05T18:06:15.073
1
2439
<p>I try to get my Bluetooth keyboard 'KeySonic ACK-540BT' working. Everytime i try to pair it with my computer (Ubuntu 10.10), it fails. The numbers which i have to type are never accepted.</p> <p>The keyboard is visible in BlueMan GUI and i got my TRUST BT-Mouse working. </p> <p>Do you have any suggestions?</p> <p>Thanks a lot!</p>
5562
235
2010-11-05T18:18:30.423
2011-06-07T16:08:57.523
Pairing bluetooth input device does not work
[ "10.10", "bluetooth" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I figured it out! (this is written with the bluetooth keyboard)</p>\n\n<ol>\n<li>press the pairing-button on the backside of the keyboard</li>\n<li>Do a search within your bluetooth devices (blueman gui)</li>\n<li>right-click on the keyboard (also in blueman gui) -> pairing</...
null
null
null
null
null
11610
1
null
2010-11-05T18:39:14.877
8
10709
<p>I need a powerful development manager like Sybase Power Designer or IBM Rational Rose that support sequence diagrams, data flow diagrams and so on.</p> <p>Can somebody suggest a good alternative?</p>
5034
527764
2017-03-11T20:14:50.237
2017-03-11T20:14:50.237
What is an alternative to PowerDesigner or IBM Rational Rose?
[ "graphics", "software-recommendation", "design" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2010-11-07T17:36:49.070", "id": "12371", "postId": "11610", "score": "0", "text": "I change the question, cause I think it wasn't clearly describe what I need!", "userDisplayName": null, "userId": "5034" }, { "creationDate": "2011-04-23T19:02:08.603", "id":...
null
[ { "accepted": null, "body": "<h1><a href=\"http://live.gnome.org/Dia\" rel=\"noreferrer\">Dia</a> <a href=\"http://apt.ubuntu.com/p/dia\" rel=\"noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"install dia\" /></a></h1>\n<p>Dia is a diagram editor that can be used to draw flow charts, UML di...
null
null
null
null
null
11611
1
11616
2010-11-05T18:39:51.823
6
1332
<p>I am very new to Ubuntu and after spending a day or two with it, I think I really liked it. its very flexible and there is so much that you can do. </p> <p>I want to install nice themes on machine. Whats the best place to get it?I found <a href="http://www.ubuntugeek.com/nice-ubuntu-themes-for-jaunty-and-intrepid-users.html">this link</a>, but it talks about Ubuntu Jaunty? Will this work for me on Ubuntu 10.10? If you have any other nice suggestions for themes please share.</p>
4627
235
2010-11-05T18:40:57.000
2010-11-05T19:07:05.123
How do I install themes?
[ "10.10", "themes" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-05T23:05:35.557", "id": "12046", "postId": "11611", "score": "0", "text": "Remember that you ***always*** have to check if a theme comes from a trustworthy source when it doesn't come from the official Ubuntu repositories. It *is possible* that some include malware.",...
{ "accepted": true, "body": "<p>That tutorial is for installing themes from one specific designer. Check out the site www.gnome-look.com for all sorts of other themes. Use the GTK2 filter to find ones better suited to Ubuntu's default Desktop Environment. </p>\n\n<p>Most themes come in a .tar.gz format. To install them simply open up the Appearences app. (System > Preferences > Appearance) and click the themes tab. Once there, click on install new theme and a file browser should open. Navigate to where you saved the (theme).tar.gz file and select it. Ubuntu will then install the theme for you. If the install instructions happen to be different, the author usually posts them on the theme download page.</p>\n\n<p>If you're looking for some cool themes, check out <a href=\"http://danrabbit.deviantart.com/art/elementary-gtk-theme-83104033\" rel=\"nofollow\">Elementary</a>, <a href=\"http://gnome-look.org/content/show.php/Victory+%28Strikes+Again%29?content=123936\" rel=\"nofollow\">Victory</a>, and the \n<a href=\"http://gnome-look.org/content/show.php/Faenza?content=128143\" rel=\"nofollow\">Faenza Icon Set</a>. They are my favorites!</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-05T19:21:40.803", "id": "12021", "postId": "11616", "score": "0", "text": "Hi amanthethy, thanks for the solution. I really liked Elementary, but few things on this its installation guide confuse me. **For example: ## IMPORTANT ##\nMurrine and Aurora engines are required for this package.\nNautilus elementary is HIGHLY recommended. There WILL be visual glitches without it.\n## IMPORTANT ##**", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-05T19:29:30.320", "id": "12023", "postId": "11616", "score": "0", "text": "The EASIEST way to install Elementary would be to open up a terminal (Applications>Accessories>Terminal) and type in \"sudo add-apt-repository ppa:elementaryart/elementarydesktop && sudo apt-get update && sudo apt-get install elementary-theme elementary-icon-theme && sudo apt-get upgrade\" !without the quotes.\n\nThis will add a repository containing the theme and it's dependancies (MUrrine, Aurora, Elementary-Nautilus, etc.) to your repo list. Then update the list and install the theme, and then upgrade your system to the latest packages (this is important for elementary-nautilus).", "userDisplayName": null, "userId": "5472" }, { "creationDate": "2010-11-06T15:36:42.153", "id": "12175", "postId": "11616", "score": "0", "text": "worked like a charm :)", "userDisplayName": null, "userId": "4627" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T18:52:33.410", "id": "11616", "lastActivityDate": "2010-11-05T18:52:33.410", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5472", "parentId": "11611", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Best place to download themes (imo) is <a href=\"http://gnome-look.org\" rel=\"nofollow\">http://gnome-look.org</a>\nClick on the link that says GTK2.x in the left hand column.\nFind one that you like and download it\nGo to System->Preferences->Appearance and click the instal...
null
null
null
null
null
11612
1
11613
2010-11-05T18:47:27.130
6
4129
<p>Is it possible to overclock my Radeon HD2400 XT graphics card under Ubuntu? Which application is needed? I have the proprietary driver installed.</p>
5450
866
2010-11-06T08:04:38.550
2017-02-17T23:21:56.680
Utilities to overclock ATI Radeon graphic card
[ "hardware", "ati" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think the application you are looking for is rovclock. </p>\n\n<pre><code>sudo apt-get install rovclock\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T18:55:32.547", "id": "12011", "postId": "11613", "score": "0", "text": "I've got a message such as: Invalid reference clock from BIOS: 0.0 MHz", "userDisplayName": null, "userId": "5450" }, { "creationDate": "2010-11-07T14:29:23.997", "id": "12342", "postId": "11613", "score": "0", "text": "Don't care about it. You can set the frequencies ignoring this message. This seems to be a common problem, and most people affected by it (including me) claim that it can be safely ignored and it works anyway.", "userDisplayName": null, "userId": "705" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-05T18:51:26.617", "id": "11613", "lastActivityDate": "2017-02-17T23:21:56.680", "lastEditDate": "2017-02-17T23:21:56.680", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "705", "parentId": "11612", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I think the application you are looking for is rovclock. </p>\n\n<pre><code>sudo apt-get install rovclock\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T18:55:32.547", "id": "12011", "postId": "11613",...
null
null
null
null
null
11622
1
11943
2010-11-05T19:14:58.063
7
2735
<p>It seems like Wayland is coming to Ubuntu in the distant future. Being the curious type, I thought I would give it a try. I was going to build it myself, but wanted to save myself the trouble if there was a PPA somewhere I could use instead.</p> <p>Is there a PPA anywhere I can use to try out Wayland?</p>
5
null
null
2012-09-28T21:04:56.317
Is there a PPA with a Wayland build I can use?
[ "ppa", "build", "wayland" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This might be the closest you're gonna get.\nAgain, sounds like its not currently far enough to be useful to build.</p>\n\n<p><a href=\"http://wayland.freedesktop.org/building.html\" rel=\"nofollow\">http://wayland.freedesktop.org/building.html</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-07T17:28:00.707", "id": "12369", "postId": "11943", "score": "0", "text": "That's what I'm using to build.", "userDisplayName": null, "userId": "5" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-07T15:29:18.963", "id": "11943", "lastActivityDate": "2010-11-07T15:29:18.963", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "Michael", "ownerUserId": null, "parentId": "11622", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I do not think there is a ppa at this point. It would also not be very beneficial right now. What I gather from the information, I have seen so far, wayland does not yet have enough feature implemented that it could be just plugged into an Ubuntu or Kubuntu Desktop.</p>\n\n<p...
null
null
null
null
null
11626
1
11627
2010-11-05T19:56:34.420
0
183
<p>How add Linkedin to broadcast?</p>
3872
235
2010-11-05T19:59:46.477
2010-11-05T20:00:35.167
Linkedin to broadcast
[ "internet", "gwibber" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The broadcast tool (called <a href=\"http://gwibber.com/\" rel=\"nofollow\">Gwibber</a>) needs to support this. Here's the <a href=\"https://bugs.launchpad.net/gwibber/+bug/520845\" rel=\"nofollow\">bug report</a> if you want to follow along in its progress.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T20:00:35.167", "id": "11627", "lastActivityDate": "2010-11-05T20:00:35.167", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "11626", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>The broadcast tool (called <a href=\"http://gwibber.com/\" rel=\"nofollow\">Gwibber</a>) needs to support this. Here's the <a href=\"https://bugs.launchpad.net/gwibber/+bug/520845\" rel=\"nofollow\">bug report</a> if you want to follow along in its progress.</p>\n", "comm...
null
null
null
null
null
11633
1
11652
2010-11-05T20:54:39.613
15
16804
<p>"Downloader for X" looks, heh, not fitting well into Ubuntu theme and not very natural/convenient. At the same time I don't know of any good alternative. Maybe you know?</p>
2390
235
2010-11-05T21:22:29.603
2017-03-09T17:14:53.847
Can you recommend a good modern GUI download manager (wget wrapper?)
[ "downloads", "software-recommendation" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h1><a href=\"http://projects.gnome.org/gwget/\" rel=\"nofollow noreferrer\">Gwget</a> <a href=\"http://apt.ubuntu.com/p/gwget\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install gwget\"></a></h1>\n\n<blockquote>\n <p>Gwget is a free graphical frontend for of Wget. GWget supports all of the main features that Wget does, as well as parallel downloads. Its name is derived from GUI - Graphical user interface, and Wget.</p>\n</blockquote>\n\n<p>You can also install it by</p>\n\n<pre><code>sudo apt-get install gwget\n</code></pre>\n\n<p><br /></p>\n\n<h1><a href=\"http://multiget.sourceforge.net/\" rel=\"nofollow noreferrer\">Multiget</a> <a href=\"http://apt.ubuntu.com/p/multiget\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install multiget\"></a></h1>\n\n<blockquote>\n <p>MultiGet is an easy-to-use GUI file\n downloader. It's programmed in C++\n and has a GUI based on wxWidgets. It\n supports HTTP/FTP protocols which\n covers the requirements of most users.\n It supports multi-task with\n multi-thread on multi-server. It\n supports resuming downloads if the Web\n server supports it, and if you like,\n you can reconfig the thread number\n without stopping the current task.\n It's also support SOCKS 4,4a,5 proxy,\n ftp proxy, http proxy.\n In v0.8.0, a new feature was introduced, that is so called P2SP, or in other words, get file from multiple servers, and combine the data from different site into one file. This makes downloads complete much faster.</p>\n</blockquote>\n\n<p>You can also install it by</p>\n\n<pre><code>sudo apt-get install multiget\n</code></pre>\n\n<p><br /></p>\n\n<h1><a href=\"http://fatrat.dolezel.info/\" rel=\"nofollow noreferrer\">Fatrat</a> <a href=\"http://apt.ubuntu.com/p/fatrat\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install fatrat\"></a></h1>\n\n<blockquote>\n <p>Fatrat is an open source download manager for Linux written in C++ and built on top of the Trolltech Qt 4 library. It is rich in features and is continuously extended.</p>\n</blockquote>\n\n<p>You can also install it by</p>\n\n<pre><code>sudo apt-get install fatrat\n</code></pre>\n\n<p><br /></p>\n\n<h1><a href=\"http://urlget.sourceforge.net/\" rel=\"nofollow noreferrer\">Uget</a> <a href=\"http://apt.ubuntu.com/p/uget\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install uget\"></a></h1>\n\n<blockquote>\n <p>Uget (formerly urlgfe) is a Free and Open Source download manager written in GTK+ , it has many of features like easy-to-use , cross-platform (Windows &amp; GNU/Linux) , support pause and resume , classify download , every category has an independent configuration , and more ...</p>\n</blockquote>\n\n<p>You can also install it by</p>\n\n<pre><code>sudo apt-get install uget\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-05-28T15:47:50.090", "id": "378828", "postId": "11652", "score": "0", "text": "multiget cannot resume downloads properly from crashes. my vote goes to fatrat", "userDisplayName": null, "userId": "135693" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-05T22:45:12.853", "id": "11652", "lastActivityDate": "2017-03-09T17:14:53.847", "lastEditDate": "2017-03-09T17:14:53.847", "lastEditorDisplayName": null, "lastEditorUserId": "225694", "ownerDisplayName": null, "ownerUserId": "3602", "parentId": "11633", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p><a href=\"https://launchpad.net/steadyflow\" rel=\"nofollow noreferrer\">Steadyflow</a>:</p>\n\n<p><img src=\"https://img.xrmb2.net/images/510331.png\"></p>\n\n<p>To install, run this from a terminal:</p>\n\n<pre><code>sudo add-apt-repository ppa:sikon/steadyflow\n\nsudo apt-...
null
null
2014-01-27T15:35:12.683
null
null
11634
1
null
2010-11-05T20:57:02.890
13
4922
<p>I would like to backup my mail directory on a USB key. However, my IMAP has a strange naming convention that something include a colon (:) character. Since the USB is in a window format, rsync fail to create those file. Is there a way to replace the colon character by an underscore when running rsync? (Or to do the same synchronization with another tool?)</p> <p>Just a few point that I clarified in the comments :</p> <ul> <li>This is a <em>worst case scenario</em> backup, I would like to be able to read it on a windows machine without installing anything.</li> <li>I got a lot of data that stay constant. So I save a lot of time if I have a tool that just copy the newer files.</li> <li>I am not looking for a rewrite of rsync. I am looking for a existing tool that can be used out of the box.</li> </ul> <p>Thanks</p>
3999
3999
2010-11-09T15:46:04.983
2017-02-17T23:23:29.203
How can I substitute colons when I rsync on a USB key?
[ "backup", "rsync", "fat32" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You could use <code>tar</code> to create an archive. This way you don't have to change the names and can save it to whatever filesystem you want.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-05T21:40:04.337", "id": "12037...
null
null
null
null
null
11635
1
null
2010-11-05T20:58:12.753
1
416
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-old-unsupported-release">How to install software or upgrade from old unsupported release?</a> </p> </blockquote> <p>Wondering if anyone has run into this. I'm trying to do a "do-release-upgrade" and what I receive is: </p> <p>An upgrade from 'intrepid' to 'karmic' is not supported with this tool. I realize you can't go from 8.10 to 10.04, but I'd like to go from intrepid to jaunty. </p> <p>I've made sure all of the packages are up to date. </p>
5577
-1
2017-04-13T12:24:27.937
2010-11-05T23:13:08.100
Problem updating 8.10 Intrepid to 9.04 Jaunty using do-release-upgrade?
[ "upgrade", "9.04", "8.10" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2013-01-16T02:14:07.590
null
null
11638
1
11640
2010-11-05T21:10:28.993
1
213
<p>My problem is, when I try to send a message with evolution using the indicator message applet's write new message option, after I click on the send message button, the window just disappears and my message is not sent. If I open the main evolution window and click on send/receive then everything is ok. Is this a bug in evolution or do I miss something? It seems like, when I use just the indicators quick sending option evolution quits before sending the message. Anybody has the same problem? Should I report this or it is a known bug? Thanks</p>
3425
null
null
2010-11-05T21:16:47.680
Why can't I send message from indicator applet with evolution
[ "indicator", "evolution" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is reported as a <a href=\"https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/602974\" rel=\"nofollow\">bug</a>.</p>\n\n<p>The message is queued and send as soon as you start evolution.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T21:16:47.680", "id": "11640", "lastActivityDate": "2010-11-05T21:16:47.680", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5338", "parentId": "11638", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>This is reported as a <a href=\"https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/602974\" rel=\"nofollow\">bug</a>.</p>\n\n<p>The message is queued and send as soon as you start evolution.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": ...
null
null
null
null
null
11641
1
11648
2010-11-05T21:17:53.043
2
967
<p>I always get low transfer rate by sending or receiving files to msn/wlm. What can I do to solve that? Tks</p>
5579
null
null
2010-11-05T22:22:40.183
Slow files transfers between pidgin/empathy and msn/wlm
[ "empathy", "pidgin", "msn" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Check in the advanced msn account settings in pidgin, whether the \"Allow direct connections\" option is enabled. Also make sure that both parties have the latest version of the respective programs installed.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-06T12:26:43.037", "id": "12145", "postId": "11648", "score": "0", "text": "It worked fine on WLM protocol at the first try, but just on first. Then it start to fail on send files. About the transfer rate, it is low on emesene and amsn too. And I'm trying to send/receive files to/from WLM users on Windows.", "userDisplayName": null, "userId": "5579" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T22:22:40.183", "id": "11648", "lastActivityDate": "2010-11-05T22:22:40.183", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5587", "parentId": "11641", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Check in the advanced msn account settings in pidgin, whether the \"Allow direct connections\" option is enabled. Also make sure that both parties have the latest version of the respective programs installed.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
11647
1
null
2010-11-05T22:20:08.950
3
1207
<p>I just bought a Dell Mini 1012, which comes with a Broadcom Crystal media accelerator chip. I'd like to know what is the current state-of-the-art with regard to using this hardware on Ubuntu? What I mean by this is, what is the best way to install drivers to make use of this hardware, and what media players currently support it? I've read that XBMC currently does, but what about gstreamer? </p> <p>Ideally, I'd like to find a solution so that I can accelerate Flash videos using the device. It seems like one strategy may be to download Flash videos to the hard drive and play them with an external, Crystal-enabled media player, and so that seems like one option, but I'm wondering if any of the free flash alternatives (Gnash and Lightspark) support hardware acceleration of flash video using the Crystal API?</p> <p>It seems like there is a lot of information about all of this on the web, but it's not consolidated, and seems like a rapidly moving target, so any insight anyone may have into this would be appreciated.</p>
4895
169736
2013-12-08T00:30:32.823
2013-12-08T00:30:32.823
What is the state-of-the-art for using Broadcom Crystal hardware?
[ "video", "broadcom", "hardware-acceleration" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The driver for BCM lives in <code>linux-firmware-nonfree</code>. Install that! It should cover you for GStreamer-using media players. Totem, the default video player in Gnome+Ubuntu is GStreamer-based.</p>\n\n<p>You might need to run <code>sudo modprobe crystalhd</code> now t...
null
null
null
null
null
11651
1
11655
2010-11-05T22:38:13.700
1
2275
<p>I'm trying to create a Live CD .iso image of my Ubuntu 10.10 installation with Remastersys.</p> <p>The problem with this, is that it creates .iso's of about 750-770 MBs, I need the images to be less than 700MB so that I can burn the .iso on a CD. </p> <p><em>How can I do this?</em> Can I remove some programs or some features of Ubuntu to lessen the space? </p>
5588
866
2010-11-06T08:17:48.553
2011-03-30T04:34:32.360
Remastersys: how to make the .iso smaller than 700MB?
[ "10.10", "live-cd", "iso", "remastersys" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You could use a base install of ubuntu (from the alternate CD), and then install the applications you need to make up your system.</p>\n\n<p>You can also remove some of the unnecessary packages (documentation, etc) from the default install that you don't want.\nI've not been able to make it below 700MB before, but I've come close (I had to install some other apps in that situation unfortunately).</p>\n\n<p>Any way you do it, it will produce a safe iso so long as you don't remove the base system (ubuntu--minimal's dependencies should be a good guide).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T23:06:04.173", "id": "11655", "lastActivityDate": "2010-11-06T08:15:54.477", "lastEditDate": "2010-11-06T08:15:54.477", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "11651", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You could use a base install of ubuntu (from the alternate CD), and then install the applications you need to make up your system.</p>\n\n<p>You can also remove some of the unnecessary packages (documentation, etc) from the default install that you don't want.\nI've not been ...
null
null
null
null
null
11656
1
11658
2010-11-05T23:06:35.807
2
1941
<p>Although I have downloaded compiz, ccsm, compiz-plugins, compiz-fusion-plugins-main and compiz-fusion-plugins-extra, I still cannot find how to activate the famous Atlantis effect. In the "Effects" category, I can choose the gears in the cube but not the aquarium. I really would have liked to see fishes swimming around in my desktop.</p>
5592
null
null
2010-11-05T23:17:10.687
How do I enable the Compiz Atlantis effect?
[ "compiz", "cube" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You have to compile compiz-plugins-unsupported from the repos.</p>\n\n<p>Instructions can be found <a href=\"http://wiki.compiz.org/Installation\" rel=\"nofollow\">here</a>.\nYou can download the files you need to compile here: <a href=\"http://releases.compiz-fusion.org/0.8.6/\" rel=\"nofollow\">http://releases.compiz-fusion.org/0.8.6/</a></p>\n\n<p>Ensure that you install compiz* dev packages first, and that you have build-essential installed as well.</p>\n\n<p>See <a href=\"http://wiki.compiz.org/\" rel=\"nofollow\">this</a> site for just about everything you need on compiz =)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T23:17:10.687", "id": "11658", "lastActivityDate": "2010-11-05T23:17:10.687", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "11656", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You have to compile compiz-plugins-unsupported from the repos.</p>\n\n<p>Instructions can be found <a href=\"http://wiki.compiz.org/Installation\" rel=\"nofollow\">here</a>.\nYou can download the files you need to compile here: <a href=\"http://releases.compiz-fusion.org/0.8....
null
null
null
null
null