ubuntu-unity Questions

14

Solved

Under /usr/share/applications I created: intellij.desktop: #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Type=Application Terminal=false Exec=/path/To/idea.sh" Name[en_US]=Intellij Name=Int...
Lythraceous asked 20/1, 2013 at 11:55

1

I have a simple Tcl script that creates a window with a menu. #! /usr/bin/tclsh package require Tk # Create the main message window message .m -text {Hello Tcl!} -background white pack .m -expand ...
Churn asked 27/3, 2014 at 15:43

1

i'm trying to send mouse click event using xlib in a ubuntu 12.04, all works when i do the click in the desktop bar icons and works when i do click in the title bar of each window (close, minimize,...
Daddylonglegs asked 1/2, 2013 at 23:8

4

Solved

In order to choose between what type of app indicators to use for a program, I need to detect whether I'm in a Unity desktop or not. Is this possible? Is it possible when I don't have access to the...
Edrick asked 5/1, 2012 at 12:50

1

Solved

I am very new in developing application under Linux. I have a doubt regarding about the use of .desktop file to add an icon into the Ubuntu Unity toolbar. I have the following .desktop file: [De...
Folder asked 29/10, 2013 at 10:48

1

Solved

I write java application and get the jar file, it work from command line java -jar program.jar I want to write installer program to put my application in Unity Launcher (quicklaunch) in Ubuntu....
Bethlehem asked 28/7, 2013 at 20:46

1

Solved

I'm developing a simple GTK# application(nothing serious, just a little project), and I've noticed my application menu bar is showing in my application window instead of Ubuntu's Unity global menu ...
Telemeter asked 24/11, 2011 at 16:45

2

Here is a minimal example of an AppIndicator: #!/usr/bin/python import gobject import gtk import appindicator if __name__ == "__main__": ind = appindicator.Indicator("example-simple-client", "g...
Shroudlaid asked 15/8, 2011 at 10:5

1

I have a Java application that essentially functions like an instant messaging type of program. Until the recent "upgrades" to Ubuntu with the Unity interface I had a simple icon showing up in the ...
Monies asked 21/10, 2011 at 18:25
1

© 2022 - 2024 — McMap. All rights reserved.