The development tag has no usage guidance.
1
vote
1answer
18 views
Preparing a Ubuntu install for sharing
I have a virtual version of Ubuntu running in VirtualBox. Currently I have lots of personal information in it. I want to share the virtual image disk with other developers, but I don't want them to be ...
1
vote
1answer
70 views
Android SDK on linux with NO GUI
I am working on a cloud based linux server and, sadly, I need to install the android SDK.
It seems that the android SDK developers don't really recognize any OS that does not include a gui, as it ...
2
votes
0answers
82 views
How to properly set up a cross-compiling environment for Windows?
I'm working on an application written in C that's supposed to run on at least Linux and Windows. I usually work on Linux, so I'd like to be able to cross-compile my application for Windows.
My ...
2
votes
0answers
452 views
Nginx on Debian 8 dev setup. PHP via PHP FPM not working
UPDATE: Ok, I can now happily say that what you see below is the recipe for a happily working automated PHP and Nginx dev setup (with automatic domains) and all problems I had are now solved.
I ...
1
vote
0answers
31 views
Who would use this information to develop better support for hybrid graphics?
I have a laptop with hybrid graphics and I'm so frustrated that linux doesn't fully support it without any intervention from my side, just like any other Windows machine would normally do.
So I ...
1
vote
0answers
159 views
custom built kernel module problems
I have been struggling to find a solution for loading module ath9k into the kernel and I have met a dead end.
The kernel is 3.17.1 taken from kernel.org and I am compiling it in Ubuntu Trusty (14.04) ...
0
votes
0answers
53 views
configure: error: Package requirements (libcaja-extension >= ) were not met
G'day mates! I'm working on forking the Nautilus Wipe utility to Caja (the default file manager in MATE). Most of what I've done so far is replace variations of "nautilus" with "caja", or "nw" with "...
0
votes
0answers
40 views
How to determine which GTK styles are being loaded for each element?
I am attempting to write my own customized version of the OSX-Arc-White theme in this GitHub repository and it would help me a lot if I could inspect each element of my screen and look at which GTK+ ...