Unanswered Questions
104,728 questions with no upvoted or accepted answers
78
votes
0answers
3k views
How do I write a Unity system indicator in Python?
Background:
This is NOT for application-indicators but system-indicators.
Picture from: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators
The objective is to show indicator-...
36
votes
1answer
3k views
Playing iPhone (iOS10) music in Rhythmbox on Ubuntu 14.04
I have been using Rhythmbox on Ubuntu 14.04 to play music from my iPhone for a while now. Sometimes I get the annoying "initialize your iPhone" dialog box, but I just cancel it, unmount and reconnect ...
23
votes
1answer
957 views
(QML) Flickable not working as supposed
So, while building an Ubuntu app I needed to use flickable for scrolling, so now I have code of the form
Page{
...
Flickable {
anchors.fill: parent
content.height: element1.height + ...
18
votes
0answers
942 views
Possible to make “Forget password immediately” the default when opening LUKS encrypted partition?
When a LUKS encrypted partition pops up the unlock window it gives 3 options for how to remember the password. The "Remember password until you logout" is always ticked by default. Is there a way to ...
17
votes
1answer
287 views
How can I add custom dependencies to Click packages
My Ubuntu touch application requires a package called libqt5network5 to run. (This is installable via APT.)
Once I build the Click Package from Ubuntu SDK and install, it does not check for the ...
16
votes
3answers
1k views
Terminator: shortcuts don't work after switching the keyboard layout
I'm having a strange problem with Terminator:
The keyboard shortcuts work for the default keyboard layout (in my case, German) just fine.
But when I switch the keyboard layout using Super+Space (to ...
16
votes
0answers
3k views
Mount usb to serial adapter CANBUS and can-utils ubuntu?
I have this adapter and I'm trying desperately to mount it in Ubuntu so I can use can-utils to monitor the device but I'm failing.
I'm trying to communicate with a serial to the can-bus adapter in 14....
16
votes
0answers
834 views
bfd.h should have included libiberty/ansidecl.h in Ubuntu 14.04?
binutils package seems to be changed, as it includes directory of libiberty.h has moved to /usr/include/libiberty, thus there is possible a wrong include in bfd.h regarding ansidecl.h.
Getting those ...
15
votes
3answers
2k views
How do I solve green layer problem while playing HEVC in Ubuntu 14.04?
I have a HEVC (x.265) video. I am trying to play it in latest VLC (Rincewind 2.1.6) in Ubuntu 14.04. I have already installed VLC plugin for HEVC. Here is the screenshot:
However, when I try to play ...
13
votes
0answers
1k views
systemd-journald crashed with SIGABRT in pthread_sigmask()
Fresh install of ubuntu 18.04 on a new lenovo x1c6, I'm getting this error sometimes after resuming from suspend.
I have no idea what it means, and search online leads to a bug report that doesn't ...
13
votes
1answer
2k views
Ubuntu support for 5K (Dell UP2715K): adjusting details
I've recently purchased a Dell UP2715K which has a resolution of 5120x2880 and have installed ubuntu 15.10 to go with it. The UP2715K is connected to a GeForce 960 GTX (2 displayport cables since 1 ...
13
votes
2answers
914 views
Global Menu for JavaFX Applications
I know that we can enable global menu for Java Swing applications using Jayatana. But I am searching for global menu support for JavaFX applications. After searching on it, I have found that ...
13
votes
3answers
5k views
Gnome 3.16 HiDPI scaling only accepts integers
I recently upgraded to Ubuntu 15.04 with Gnome 3.16, which is working really great on my machine (despite what I found on many forums around the web). Having a high DPI screen however (13.3" with ...
12
votes
2answers
729 views
How do I access console from GDM ? (wayland)
When on GDM login screen, Ctrl+Alt+F3 ... F7 does not work.
After logging into GNOME desktop, then Ctrl+Alt+F1 will bring me to GDM, F2 back to GNOME, and F3 to F7 to a TTY terminal.
But before I log ...
12
votes
1answer
2k views
Missing HDMI audio output(device unplugged), NVidia audio card not detected
My ALSA information is located at:
http://www.alsa-project.org/db/?f=85ca372146c77ccef3fd60151d30fb86dd6c2dcf
Introduction:
I'm running Ubuntu 16.04 with an NVidia chipset 'GeForce GT 525M'.
I've ...