Search found 2 matches
- Mon Aug 18, 2014 2:48 pm
- Forum: General Help
- Topic: How do I debug program that only crashes on autostart?
- Replies: 4
- Views: 6654
Re: How do I debug program that only crashes on autostart?
Some other things to try: $HOME/.local/ share /applications/ adds to the menu use full path for python ie. "Exec=/usr/bin/python /usr/local/src/voltmon/test1.py" OR put a hash-bang in the .py file, chmod +x it and drop the python call run it in a terminal to get a brief glimpse of why it m...
- Mon Aug 18, 2014 2:28 pm
- Forum: General Help
- Topic: How to hibernate laptop with Lubuntu 14.04?
- Replies: 2
- Views: 5985
Re: How to hibernate laptop with Lubuntu 14.04?
That response to the swapon command means you don't have swap space, so it definitely isn't encrypted. OTOH it also means you can't hibernate, as that requires a swap partition, one at least as large as your RAM. I haven't had to add swap space after installation so i can't make recommendations on t...