Search:

Type: Posts; User: AqD; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    343

    [ubuntu] Re: 16.10 lightdm fails to apply user groups

    Yes it's intact and groups work fine when I login via console or just run "su MYSELF" at xterm.
  2. Replies
    2
    Views
    343

    [ubuntu] 16.10 lightdm fails to apply user groups

    Just upgraded two of my computers to ubuntu 16.10, and now the supplementary groups aren't applied anymore - in both of them.

    After login I get only the main group (as shown by "id), but regular...
  3. Replies
    60
    Views
    5,088

    Re: How did you switch to linux?

    Some years ago I was attempting to learn more advanced programming and bought C++Builder with every penny I saved, then realized it's crap as there is little assembly support for game programming,...
  4. Replies
    0
    Views
    464

    [all variants] Fan control for Clevo laptops

    I completed a fan control indicator for Clevo laptops by reverse-engineering the ECView program (found on some Chinese website). Anyone know what is the appropriate subforum for this? Also is there...
  5. Replies
    1
    Views
    665

    Re: Indicator in C not working?!

    Found the problem - the indicator must have a menu to show up, even an empty one, like


    app_indicator_set_menu(indicator, GTK_MENU(gtk_menu_new()));
  6. Replies
    1
    Views
    665

    Indicator in C not working?!

    Hello! I'm trying to write a small hardware indicator in C instead of Python, but somehow it just doesn't show up (stuck in GTK main-loop) while all the python ones work fine. There is no error, no...
  7. [ubuntu] Re: Acer Aspire R3600 (revo) shows only 3GB ram instead the 4 i have installed

    I got the same problem...... wondering if anyone can confirm R36xx + 4GB RAM working in any OS :sad:
  8. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Glad you guys have developed my ugly patch into a real project, good job rainwoodman and others :D
  9. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Hi everyone!

    Due to various reasons, I have stopped using the mac menubar myself (and maintaining too).

    If anyone is willing to continue this project, please contact me by email.
  10. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    hmmm it works fine here. I'm using gaim 2.0 beta 6
  11. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Hi! I'm sorry I can't help this. Because I use arch linux and have no ubuntu installed. These HOWTOs are only provided for developers who are interested in making ubuntu packages..... (and able to...
  12. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    I don't think so. I have read the code and it would probably need to change both of the UI definition file and internal code - quite a big task.
  13. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Hmmm.. what if you add it in ~/.bash_profile?
  14. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    http://aquila.deus.googlepages.com/archlinuxpackages

    They're in .tar.gz format, just untar and copy. If your xfce is not installed to /opt/xfce4, you will also need to edit...
  15. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Um, are you sure the shell that you executes "comix" has this environment variable set? And the executable name is exactly "comix"? (case-sensitive)
  16. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    http://gnome-look.org/content/show.php?content=31618 :)
  17. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Hi!

    It doesn't flash here, and evince & nautilus work fine.... The mac menubar relies on libwnck/WM to function correctly - related bugs are usually caused by broken WM (several beryl versions) or...
  18. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Hi! Firefox is not a real gtk/gnome app. The gtk-like theme is just an emulation. It would need another patch, which I haven't done yet. However, you can use gnome's galeon or epiphany browser.
    ...
  19. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Ah, you can keep the menu applet now. I fixed it many weeks ago :P
  20. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    See the first post. There is a link to ubuntu packages.
  21. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Yes. A lot of pixmap-engine themes have problems. I manually edited the images to make it working. Clearlooks should work fine
  22. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    hi GTK_MENUBAR_NO_MAC=1 is environment variable. You can set in .bashrc or .bash_profile.
    export GTK_MENUBAR_NO_MAC=1
    You can reinstall the original gtk, just apt (?) it back.
  23. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    I can't disown my app in gnomefiles. So here is the password for anyone who wish to continue the development and update the page:

    Login: AqD
    Password: public
  24. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    1) you can change it in the source, see the MAX_LABEL... = 15

    2) The max width is not real number of chars, but 15 * normal font width (depending on the font/size you choose). However it should...
  25. Replies
    2,989
    Views
    1,346,878

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    yes it's here http://aquila.deus.googlepages.com/archlinuxpackages, gtk2-aqd-2.10.....tar.gz. It's built for i686. To install, just copy all files (skip .PKGINFO, .FILELIST, and .INSTALL)
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4