How to compile xfce panel with gtk3 support ?

Hi,
I checked in xfce panel git and it seems gtk3 support has been added but I am not able to install it with GTK 3 support.
I tried passing --enable-gtk3 paramater in the autogen.sh file also.
I am using xfce4-panel-git package after modifying PKGBUILD
Am I missing anthing ?
Thanks and Regards, Debasish
Last edited by Debasish Patra (2014-07-30 17:39:20)

Tux the penguin wrote:
Kilzool wrote:
Better yet, whose buying me a 12 pack of beer? 
I need a hug too.
You can't solve problems when you're drunk Go ask your mom for a hug
That's what you think.  I have a lot of brain storms when I've had a few (not all 12).
And my parents are passed.  So I guess I need to ask my wife for a hug (however, she is at work).
I want a hug now, not after 6pm. 
Anyway, I think, that you can move the panel if you uncheck the "lock panel" option. I just accidentally figured that out. Should have known the answer was something simple
I did un-check the 'lock panel' box, and couldn't move that top bar (upon using the default).
So as a I said, I removed both of the newly created panels, and redid them from scratch.

Similar Messages

  • How to compile kernel-eeepc with squash support?

    What i have to change to this package from aur (kernel-eeepc - http://aur.archlinux.org/packages.php?ID=26392) for having aufs/squashfs support?

    sl1pkn07 wrote:why this downgrade
    Because there's lotsa compilation fails caused by the giflib API changing.

  • How to compile DNG SDK with GCC?

    I tried to compile DNG SDK with GCC, but I got stuck to the following error message:
    ... dng_flags.h:33:28: error: RawEnvironment.h: No such file or directory ...
    In other words, it seems that file 'RawEnvironment.h' is missing. I cannot find this file from DNG SDK or XMP SDK. Do you know where I could find this file or do you know how to compile DNG SDK with GCC?
    Regards Sami

    Please define either qMacOS or qWinOS (i.e., in your list of preprocessor defines). As you can see in line 32 of dng_flags.h this is required.

  • Typically, How many back and forths with Creative Support before they acknowledge your questi

    Typically, how many times does one have to go back and forth with Creative Support before they acknowledge an issue or question?
    This is ridiculous.
    I'm on the forth reply now.
    All I want to know is if there is a?64-bit ASIO driver for the X-Fi Titanium on 64-bit Vista?
    They will not answer me.
    All of my testing indicates that there is not a 64-bit ASIO driver for Vista, but they will not confirm or deny.
    :angry:

    dRe: Typically, How many back and forths with Creative Support before they acknowledge your question?U I don't know what Creative would have written if you asked SUpport these days?
    I assume, they lied when they wrote this. There are several walkarounds for XFI cards
    with beta drivers. In releas drivers they exclude the ASIOx64, but in beta it's included!
    Creative has a very awkward marketing strategy. This was with Vista not having EAX on Audigy as
    the said it is impossible. The newer X-FI was able to?do it and after a few weeks the Audigy also could-
    after paying for it. The same with DolbyDigital Li've... and now with x64 ASIO. They reduce features
    in cases the cheaper card had same possibilities as the more expensi've EMUs...
    Shame on them. I?baught a creative Card for the 4th time (SB, SB AWE32,Audigy2, and now Titanium).
    I'm going to thinking about selling it...

  • [solved]How to compile a software with debug symbol from aur?

    How does auch developers compile their project? Seems that archlinux user always trying to avoid build software from git/svn directly. But after searching a lot  I sill haven't found how to compile with debug symbol while using PKGBUILD.
    Anyone help?
    Last edited by ranjiao (2009-08-27 14:28:09)

    ranjiao wrote:PKGBUILD calls autogen.sh before calling make, and gnome-autogen.sh is called in autogen.sh
    I have tried to add --enable-debug while calling autogen.sh and gnome-autogen.sh, but it doesn't work.
    Isn't PKGBUILD just a script? It calls what you make it calls by adding commands...

  • How to deploy cairngorm application with FTP support?

    Hi,
    I have a cairngorm application, it works fine in my local
    computer.
    But I need to upload it to a website in my web hosting
    company with FTP,
    but it doesn't work in the hosting server because I can not
    add the cairngorm.swc file to the application.
    Please give me a idea how to deploy the application with ftp
    software.
    Thanks a lot
    Mark

    Any opinions are welcome

  • How to make the panel with scrollpane transparent?

    Thanks Camicker for your help, it solves the problem but i got a new problem i.e. i want to make that panel with scrollbar transparent for this i have tried setOpaqe(false) for both scrollpane and panel but it doesn't work. do u have any solution?

    I think camickr (not Camicker) already told you to set the opacity of the JScrollPane's viewport.
    Spend just a few minutes with the JScrollPane API and you'll find an exploded view showing the components that make up a scroll pane.
    db

  • How to compile a package with classess

    Hi,
    Can any one tell me , how to compile a package ?
    Actually, i have three classes under the package named as linklist.
    i am unable to compile the classes under this package ? its always raising errors. saying that the package does not exist.
    Can any one tell me, why it is like this ?
    thanks in advance

    Hi,
    Can any one tell me , how to compile a package ?I'll try.
    Actually, i have three classes under the package named
    as linklist. Okay, so you have the package statement at the top of each class, right?
    And the 3 classes reside in a folder named linklist?
    Okay, if you do, while in the folder above linklist, do:
    javac linklist/*.java (using the appropriate slash)
    Did it work?

  • Compiling fvwm-patched with XFT support

    I'm pretty new to Linux. Only spent 2 weeks playing with a minimal Ubuntu install before jumping over to Arch a couple months ago.
    I'm compiling/installing fvwm-patched from the AUR. I'm using yaourt and I'm even editing the PKGBUILD to use the latest fvwm source, and dropping a patch that is no longer needed due to changes in fvwm itself. The problem is the resulting compiled fvwm doesn't have XFT font support.
    I found this in an FAQ:
    cf13. I compiled FVWM from source, and now none of my XFT fonts are working. They work fine under other window managers.
    You're an idiot. You probably didn't compile in XFT support. FVWM needs this to render XFT fonts. If the command:
    fvwm --version | sed -n 2p
    ... doesn't have "XFT" listed in its options, then install the XFT header files (libxft-dev, if you're on Debian) and recompile FVWM.
    I'm not sure how to get these xft header files on Arch. I already have libxft installed and I can't find anything in packages or AUR that looks the equivalent of libxft-dev.
    Anyone know which direction to point me in?
    Cheers.

    As far as I understand it fvwm-devel is a regular package (not from AUR) and is thus pre-compiled and has XFT support. (yes it works)
    The patches work fine as far as I can tell. I'm not having any issues with them. I'm just not sure where to get the "xft header files" mentioned in the FAQ I quoted.
    Last edited by greatant (2011-02-13 12:20:41)

  • How to compile AnyConnect API with Visual Studio 2005?

    Gooday,
    I have downloaded anyconnect-win-vpnapi-2.5.3055.zip and am unable to build successfully examples.sln on a Windows XP SP2 platform. I would appreciate help in how to build examples.sln sucessfully. I get the following errors depending on the type of build using Visual Studio 2005 with service pack 1:
    1. Debug configuration for all - "Fatal error C1900: mismatch between 'P1' version '20060201' and 'P2' version '20050411'
    - appears a static lib file is out of date?
    - i downloaded and used as is so don't know how else to resolve it
    2. Release configuration for all - "Fatal error C1047: The object or library file '.\Release\PrivateApi.obj' was created with an older compiler than other objects; rebuild old objects and libraries' "
    Thanx,tom.

    You duplicated Java_Test_getWord. The function signature should read:JNIEXPORT jstring JNICALL Java_Test_getWord(JNIEnv *env, jobject obj) Regards

  • How to merge the Panel with another Panel to One Panel?

    As Title!!

    i will give it a shot. by no means do i say it is correct being a beginner myself
    Panel aPanel = new Panel();
    Panel anotherPanel = new Panel();
    Panel mythirdPanel = new Panel();
    aPanel.add(anotherPanel);
    aPanel.add(myThirdPanel);
    this should create one panel called aPanel with two panels inside - another Panel first, followed by mythirdPanel second. This should be in FlowLayout pattern as that is default unless specified.
    That is my guess and my shot.
    8)

  • How to compile swf with ANT en ASC 2.0?

    He All,
    I used to compile a swf in Flash builder with this antscript below. But mxmlc in not supported anymore. Any idea how to compile the swf with ASC 2.0?
    <target name="compile.apple" depends="clean.apple">
      <echo message="Compiling swf"/>
      <mxmlc file="${app.projectfile}" output="${app.rootfile}" optimize="true" configname="airmobile" debug="false">
      <load-config filename="${app.rootdir}/resources/ant/build.config"/>
      <source-path path-element="${flex.sdkPath}/frameworks"/>
      <source-path path-element="${app.sourcedir}"/>
      <source-path path-element="${app.rootdir}/libs"/>
      <static-link-runtime-shared-libraries/>
      <compiler.library-path dir="${flex.sdkPath}/frameworks" append="true">
      <include name="libs/*" />
      </compiler.library-path>
      <arg line="-swf-version=17" />
      <arg line="-define=CONFIG::debug,false" />
      <arg line="-define=CONFIG::device,true" />
      <arg line="-define=CONFIG::local.false" />
      <compiler.library-path dir="${app.rootdir}" append="true">
      <include name="libs/*" />
      </compiler.library-path>
      </mxmlc>
      </target>

    He Peter,
    Thanks for your reply. I've made some steps, but still no perfect solution. I've managed to compile a swf with ant using only the AIR SDK.
    But, check these results
    - Compiled using Flash Builder release : 455 kb
    - Compiled with ant using mxmlc : 104 kb
    - Compiled with ant using compc : 139 kb
    Can you provide us an example, how to compile a swf using ant. For example, with an AIR mobile project.
    Thanks Peter.
    Tim.

  • How to use Contextual panel ?

    Hi,
    Can u please expalin me what are the properties of contextual panel ? and How to use contextual panel with in Contextual panel?
    Thanks,
    kishore.

    Check out this link
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/01754e5ba20c4be10000000a11466f/frameset.htm

  • OpenSSH 4.4p1 packages with PAM support for Solaris 9, 10

    As mentioned in a previous post* , I've compiled OpenSSH packages with PAM support for Solaris 9 and 10. They've since been updated to version 4.4p1, and are compiled against a static zlib (1.2.3) and OpenSSL (0.9.8c). You can find them here:
    http://firewallworks.com/downloads/unsupported/Solaris-sparc/
    Regards,
    Greg
    * http://forum.sun.com/jive/thread.jspa?threadID=103378&tstart=105

    Yes, zlib 1.2.3 is a requirement. In facts, zlib mentions a 2005 vulnerability fix but I found no matching patch in sunsolve. See
    http://www.kb.cert.org/vuls/id/JGEI-6E7RC3
    I have been wandering whether to replace the official zlib. Linking statically is probably a better idea. Thanks

  • Re-Rendering the entire panel with components based on list value selection

    Hi,
    I am new to swing.Wondering how to refresh the panel with modified data on selection from list.
    Here's the code I am trying .
    the function below is called withdifferent set of value s being passed in based on add,remove conditions.
    public void initGroupPanelComponents(Vector GroupListData,Object[] sourceItemsArray,Object[] sinkItemsArray)
    groupsPanel = new JPanel();
    groupsPanel.setLayout(null);
    botPanel = new JPanel(new BorderLayout());
    botPanel.setSize(500,600);
    if(sourceItemsArray.length!=0){
    sourceLabel = "New Members:";
    sinkLabel = "New Available";
    System.out.print("color change now!");
    groupsPanel.setBackground(Color.YELLOW);
    botPanel.setBackground(Color.GRAY);
    //revalidate();
    else{
    groupsPanel.setBackground(Color.BLUE);
    botPanel.setBackground(Color.WHITE);
    groupsPanel.setSize( 500, 300 );
    groupsList = new JList(groupNameListData);
    groupsList.setBorder(BorderFactory.createLineBorder(Color.gray));
    groupsList.setBounds(10,10,350,230);
    groupsPanel.add(groupsList);
    groupsList.addListSelectionListener(new groupNameListAction());
    groupsList.setListData(groupNameListData);
    addButton = new JButton("Add");
    addButton.setBounds(385,35,80, 20);
    addButton.addActionListener(new addNewGroupAction());
    removeButton = new JButton("Remove");
    removeButton.setBounds(385, 70, 80, 20);
    groupsPanel.add(addButton);
    groupsPanel.add(removeButton);
    duellist= new DualListPanel(sourceItemsArray, sinkItemsArray, sourceLabel,sinkLabel);
    botPanel.add(duellist);
    botPanel.setBounds(0, 270, 500,600);
    botPanel.setOpaque(true);
    getContentPane().add(groupsPanel);
    groupsPanel.add(botPanel,BorderLayout.SOUTH);
    getContentPane().invalidate();
    getContentPane().validate();
    setResizable(false);
    setVisible(true);
    Relevant suggestions are most welcome.
    Thanks in Advance!

    Thanks much our help.
    But,apperars to me that I have added the groupsList to the panel in the method.
    What I am trying to acheive here is, when a value is selected from the groupsList, accrodingly,in the ListActionListener, Iam trying to repaint the whole Panel with the list component above and duellist panel (a panel with 2 list components by side and buttons at the centre)obtained from dualListPanel Class .
    Appears to work fine the first time when DualListPanel is nstantiated with certain data passed in.But when a particular list value on top is selected, i would require this dualListPanel to be instantiated with a new set of data passed in.This,for some reasons fails to come up.
    Would Appreciate if you could suggest accordingly for this.
    Thanks much again!

Maybe you are looking for

  • Default OSX screenshot shortcuts not working

    Problem started for me after my trial for SnapzX Pro ran out... I uninstalled SnapzX, and no longer had OSX screen shot functionality. I asked on the SnapzX forums, and did every step of the manual uninstall (multiple times) and still no love. I've g

  • CRXIR2 SP5 missing m32.cab file

    On Saturday i planned to upgrade our Crystal reports server from sp1 to sp5 (Crystal reports XI Release 2). Note Monthly Hot Fix 1 had been installed. I installed SP2 and everything went as planned. When it came to SP5 it was missing the M32.cab file

  • Re: Navigation in adobe captivate not working?

        I am facing an issue with adobe captivate swf generation.......     I have generated an swf presentation using Adobe Captivate 4.     The generated swf looks as in the above image.     I searched the in the internet,  but couldnt find a proper so

  • OA pages have yellow background

    Some of the fields in OA pages have yellow background. Even the fields which is not mandatory. Any reason ? Thanks, Avaneesh

  • Using Text Tool / Titles Slows Down Editing Significantly

    When I add in text using the text tool on PrEl 9, the video playback becomes very choppy.  This is whether the text has animation (movement of any kind) to it or even if it just stands still. Wondering if there's something I'm doing wrong.  Otherwise