[SOLVED]global application appearance settings

I am using arch-linux with i3 window manager and I have recently installed
[bold]gnome-color-chooser[/bold] because I need to change the global settings
for the text color in every installed app.
For example:
- in skype, everything is coloured with a light grey so it is impossible to read my contacts names
- in vlc menu the same colour...
plus in google chrome when I hover a bookmark inside a folder the text disappears..
As I mentioned before, I am trying to change some settings via gnome-color-chooser (GUI) but
nothing changes at all in the application's menus.
I would appreciate it if somebody give me his lights! Thanks!
Last edited by dsar (2014-10-15 12:50:28)

Trilby wrote:
dsar wrote:Which is the best way to know what you have installed?
The only things you should have installed, you have installed with pacman - you should know what you have done.
Personally I avoid toolkits - this is a personal preference that would not fit others well at all, so I don't advise avoiding them, this is just me.  So if I try to install a package, and pacman reports that qt4 will be installed as a dependency, then I know the package of interest uses qt.  In my case, I'd probably just chose not to use it.  I've learned to tolerate gtk2, but if I try to install a package and pacman reports that it will install gtk3 as a dependency, then I cancel it and I find another alternative.
So you should know which toolkit(s) you already have installed - if new ones are to be added as new dependencies, pacman will report this to you before you says 'Y' to continue.
If you install a new program and pacman does not report that it will install any new toolkit dependencies, then the new program either uses no toolkit, or only uses one that you have already installed and configured, so there is no reason to worry about it.
In other words - if you have qt4 and gtk2 installed and themed as you like, then you try to install package X.  Pacman reports no new toolkit dependencies, so package X either uses qt4 or gtk2 (or no toolkit), as you have already themed those two, there is nothing else you need to worry about.  If pacman reports that package X will pull in gtk3 as a dependency, then you might need to recheck your themes to make sure they will also apply to gtk3.
Very well! It Seems very organized to me! Thank you

Similar Messages

  • Global application module settings

    Is there a better way than having to explicitly do the following (for example)
    <% myAppMod.useApplicationModule().getSession().setLocale(new java.util.Locale("en", "AU")); %>
    <% myAppMod.useApplicationModule().getTransaction().setBundledExceptionMode(true); %>
    on every jsp page where I use "myAppMod".
    I tried setting the above in the constructor of of MyAppMod, i.e
         public MyAppModuleImpl()
              getSession().setLocale(new java.util.Locale("en", "AU"));
              getTransaction().setBundledExceptionMode(true);
    but I get the following execption:
    oracle.jbo.InvalidOwnerException: JBO-25301: Application module is not a root app module but has no parent

    Jamie,
    For the Locale, I would rely in the logic in the ApplicationModule tag which already set the locale from the request using the following method:
    If your browser has en-AU as the first language in the list, en-AU locale will be used and set to the am session.
    If your browser does not have any language preference, the locale will be determine at best using the html charset.
    It is a more flexible approach.
    As for the bundleException you need to set it only once at the begining if you are using statefull or reserved release mode.
    Otherwise, set it by overwritting the activate method of the ApplicationModuleImpl instead of the constructor.
    Charles.

  • [SOLVED] Cinnamon appearance settings not working.

    I have a strange problem concerning Cinnamon 2.2.0-1 from [community-testing], in which some appearance settings simply do not work. Specifically, I can't change icons or gtk theme, and making any change in cinnamon-settings has no effect whatsoever on the system. I've tried changing the appearance with lxappearance to some success - now the panel and some Gnome3 applications show the selected theme and icons, but the rest of the applications keep the old appearance settings. I have no .gtkrc files in my home folder and I start Cinnamon from LightDM.
    This is the output from running cinnamon-settings from a terminal:
    arachnid92 %> cinnamon-settings [~]
    ** (cinnamon-settings.py:3156): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    libupower-glib.so.1: cannot open shared object file: No such file or directory
    Failed to load module: /usr/lib/cinnamon-control-center-1/panels/libpower.so
    Could not find bluetooth module; is the cinnamon-control-center package installed?
    Could not find wacom module; is the cinnamon-control-center package installed?
    __init__ took 131.978 ms
    pacman -Q | grep cinnamon:
    arachnid92 %> pacman -Q | grep cinnamon [~]
    cinnamon 2.2.0-1
    cinnamon-control-center 2.0.9-1
    cinnamon-desktop 2.2.0-1
    cinnamon-menus 2.2.0-1
    cinnamon-screensaver 2.0.3-4
    cinnamon-session 2.2.0-1
    cinnamon-settings-daemon 2.0.8-6
    cinnamon-translations 2.0.3-1
    Last edited by Arachnid92 (2014-04-18 17:27:58)

    Confirming @Arachnid92's problem.
    I've got a whole raft of problems with the latest update, which I've listed here.
    EDIT: I'm going to wait until these two are updated before I start reporting bugs, purely because it may just be that not all the updates have been pushed at the same time.
    Last edited by clfarron4 (2014-04-14 22:38:40)

  • Applications Folder never saves Default Appearance Settings

    Dear all,
    It seems that my Application folder never saves the default appearance settings. Every time I restart my mac, the application folder is really messed up... It doesn't open in icon mode, the Macintosh, Network and remaining icons appear on the left, and the applications are not indexed by name. Why's that? Any special workaround on this?
    Thank you in advance.

    Open the Terminal in the /Applications/Utilities/ folder and run the following:
    sudo chmod a+rw /Applications/.DS_Store
    Press Enter and type in your administrator password; after logging out and back in, changes made to the folder's icon positions and view settings should stick.
    (25396)

  • [SOLVED]Ncurses applications broken

    Hi,
    I have been using Arch Linux for about an year now. Its really is an awesome distro and I havent faced much problems with it, but for recently a minor bump. I spend most of my time in the console session using the ncurses based applications like finch, tmux, etc. However, recently after installing gnome, these applications appear broken. Instead of drawing lines, the draw a sequence of charachters, which kinda looks ugly. Though, they appear perfect in gnome-terminal/xterm. After, some googling, I found out it might be related to locale settings. In my rc.conf, LOCALE="en_US.UTF-8". Is there anything I am missing out? Any pointers? Appreciate your help.
    Last edited by ykm29 (2012-06-19 05:47:32)

    madchine wrote:
    Trilby wrote:Please search the forums before posting.  There have been at least half a dozen threads on this in the past two weeks.  One of those threads had a title that was nearly identical to this one.
    That would be mine... https://bbs.archlinux.org/viewtopic.php?id=143439
    And I wanna say that 'all those others' are pretty well hidden or maybe people just don't know to use clever keywords, like 'ncurses'...
    Just pointing out that it is not just limited to ncurses. I had the same problem with mc (which i solved a few days ago), and it depends on slang.

  • [SOLVED] xfce4 application specific keyboard shortcuts

    Hi All,
    I remember being able to directly change a menu shortcut with xfce, although I could be mis-remembering.  I want to bind 'Send Now' in Thunderbird to Ctrl+Shift+d (or just Ctrl+D I guess), because that is what I am used to.  I don't think I can do this in the xfce keyboard global keyboard shortcuts, those just launch apps from the command line, and I don't think I can use the window manager shortcuts either, although I may be wrong.  I remember just highlighting a menu item and choosing a key combination, and that that just worked... but I can't find it anywhere now.  Is it maybe a different window manager?
    I am using xfce4 with xfwm4 4.10.1-1. I have compositing switched on.  Let me know if there is any other info you need about my setup, I am honestly not sure which parts of the desktop environment/window manager/application settings/kernel (probably nothing to do with the kernel) are involved here, so I am not sure what info to give.
    Thanks!
    Last edited by MikeDacre (2014-01-28 03:25:42)

    Yup, that's it: editable menu Appearance->Settings.  Sadly it doesn't work in Thunderbird.  Thanks though!
    The solution in Thunderbird is the keyconfig extension.  I found the help page at http://kb.mozillazine.org/Keyconfig_ext … hunderbird and figured out the solution:
    1. Install keyconfig
    2. Navigate to keyconfig Preferences
    3. Click 'Add a new key' at the bottom left
    4. Name the key anything, I chose 'key_send' as that is the name of the key
    5. Replace /* CODE */ with  goDoCommand("cmd_sendNow") and click 'OK'
    6. Assign a hotkey and click 'Apply'
    7. Restart Thunderbird
    8. You're done!
    That worked for me.  Hopefully this helps someone else one day.

  • Best way to manage global application data

    Hello,
    I'm looking for the best way to manage my global application data. I have a program containing about 70 application settings which are loaded from an ini file and organised as clusters and loose variables. I want to be able to use these settings across multiple vi's. The application settings can be modified during execution. Some vi's can change settings and these changes need to be visible accros all vi's.
    What is the best way to manage this. Ideally, I would have one cluster or class containing all the application settings but since the sub vi's run independend, I can't wire them through. 
    From what I've read so far, global variables ain't really well suited for this due to race conditions. The FGV might be a solution but it is not clear to me how to implement this for many variables. (One FGV or multiple FGV's, etc... Does anyone have a good example of this?)
    Are there any other good solutions? Any advice is welcome!
    Best regards,
    Wouter

    You can also create a singleton LVOOP object (maybe a few if you want to logically organize your settings). When you initialize the system you create the object and it uses a DVR internally to store your data. Since this is a singleton object you do not need to wire it through your code. Your subVIs simply call the appropriate methods and it will interact with the class data. A FGV is basically the same thing except that you only have a single VI so you are more limited with your inputs and outputs. A singleton object let's you refine the connector pains based on the methods and what they are doing.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Can some companies can go around the flash global/website storage settings?

    Hi,
    I've experienced this a few times: I've been visiting a website and a Lysol or Spray and Wash ad appears in a flash window and starts to play. I've noticed that it really slows down my older computer, and check (each time) the global and website storage settings on the Adobe site.
    What I've see is that it's:
    - from "TV2N"; when I click on it it goes to the website http://www.jdproject.com/
    - when I click on settings I see that the flash settings allow 10K to be stored locally on my computer by "m1.2mdn.net"
    I've attached two *.jpegs as evidence of what I'm talking about.
    I find this very strange since I've adjusted both my global/website settings to not allow any information to be stored on my computer. So my question is: are some companies going around a users global/website storage settings for the flash player?
    Thanks for your time and help.
    Kevin

    Does anyone know? Additionally, any insight into how I can get companies to NOT ignore my personal settings would be good.

  • After installing snow leopard most applications appear to not respond

    After installing snow leopard most applications appear "not responding"
    Message was edited by: john770

    Hi John, Welcome to Apple Discussions.
    Please go to "My Settings"and give us more information about your Mac. It's on this page at upper right ➦
    On your  menu choose "About this Mac" and fill in : Version, Model, Processor and Memory. Also, your "available" hard drive space which will will be at the bottom of your Finder window (xx GB available).
    Try Safe Mode (It will take more time to startup in Safe Mode because it runs a directory check.)
    If your apps function correctly that way, go to System Preferences >> Accounts >> Login Items, and remove them. Boot normally and test. If not go to Users/(yourname)/Library/Contextual Menu Items and move whatever is there to the desktop. Then do the same with /Library/Contextual Menu Items. Lastly, try moving ~(yourHome)/Library/Fonts to your desktop and restarting.
    Log out/in or restart, if that sorts it start putting items back one at a time until you find the culprit.
    -mj

  • External HD won't retain folder appearance settings

    I have a 1 TB Seagate External Expansions HD (formatted in FAT 32 for cross platform usability reasons). I copied data off my old machine (G5 with Tiger) to use on my new laptop (has Snow Leopard). The drive only remembers the folder appearance settings (size of window/sort by etc.) set when it was connected to the Tiger machine. Any changes I make under Snow Leopard are forgotten as soon as I eject the drive and remount it (which happens frequently with a laptop). I have deleted the .ds_store file using Terminal but this doesn't appear to have made any difference. I know this is a small thing but it is driving me crazy as I can't keep going back to a Tiger machine (which is dying) to change a folder view.
    Thanks if anyone can help.

    FWIW, each folder has it's own .DS_Store file, so deleting the root level one won't solve your issue. As to why you're having the issue, I have no idea since I don't muck with FAT-32 HDs.

  • How do I install Snow Leopard while keeping files, applications, and settings

    I need to update my system, I realized that I need Snow Leopard (quiet late) before Maverick. My question is, how can I install it keeping files and all the data. I found this on Internet, does it work?
    Install Snow Leopard while keeping files, applications, and settings
    If you follow these steps, the installer will replace your operating system if one is already present, but will preserve your account information and personal files.  You may have to reinstall some applications, however.
    Insert the install disc (or the first install disc if you have more than one) into your disc drive. Restart your computer while holding down the c key. This causes your computer to start up from the install disc rather than your hard drive. When you see the gray Apple insignia, release c . 
    The Mac OS X installer should open automatically. Follow the on-screen prompts to read and accept the license agreement and begin the installation. When prompted to choose a destination disk, select your preferred location and click Install. 
    When the Mac OS X installation finishes with the disc, restart your computer. After the installation completes, a configuration program may begin automatically if you are installing for the first time. You will need to supply basic setup information for your computer. 
    Update your system software to ensure that you have the most recent operating system components.  From the Apple menu, select Software Update... , and then follow the instructions on the screen. Often, you will have to restart your computer, and you may have to run Software Update multiple times before it can completely update your system.

    That's why you need to back it up. You won't need to restore the backup immediately afterwards unless something goes wrong during the upgrade, but you'll need it later; the drive will eventually fail.
    (105428)

  • Can you open an existing illustrator file with the application default settings?

    I need to open a customers illustrator files that he sends me with the default application settings, not the setting he saved with his file.

    CS6 (Mac) but soon CC.
    What is happening is they are saving the files with among other things, print scaling set to something other than 100%. If one of our operators does not catch it, the plate files are ripped at a smaller size than what they should be.
    This customer does thier own production work and sends us "plate ready" files but sometimes forgets to change this setting back to 100% (he changes the scaling to something that will fit on a letter size page so he can check his separations).
    I seem to recall (from years ago), there was a way to open a file using the applications default settings, not the settings saved within the file itself.

  • Global Application Parameters for EJB

    Hello all, I did a search for this on these forums and there are there a TON of threads of developers wanting to implement the classic Singleton pattern so that all EJB's of an application can access "Global Application Parameters". Most of these I've been reading achieve this by workarounds that breakdown at the clustering level, since Singletons won't span multiple JVMs.
    Suppose you deploy an EAR that only has EJB jars, so you don't have access to all the convenience of the web tier (context parameters, context Initialization, etc.), so there is no way for your EJB's to detect/intercept an "Application Startup" event and load any necessary values into a Global Application parameter repository.
    This seems such a widely demanded functionality that I wonder if there now a "best practice" way to achieve equivalent of the Singleton pattern in the EJB world that works nicely in a clustered environment?

    I have the same problem
    Thanks

  • Global Application Contexts - Where to set Client Identifier?

    Hi,
    I am trying to use global application contexts as part of an implementation of fine grain access control.
    This is within an eBusiness Suite environment, specifically CRM, so is a multi-tiered environment.
    Users access both Forms based screens and OA framework screens.
    I believe I need to use global application contexts as users may have multiple database sessions.
    Also, all users will login using the same database login account.
    Provided I can set a unique identifier for a user that persists throughout all their sessions I can make use of the username and client_id parameters of set_context, below:-
    DBMS_SESSION.set_context (namespace => 'XXUOM_CONTEXTS',
    attribute => 'EXEMPT_FROM_VPD_POLICIES',
    VALUE => l_exempt,
    username => USER,
    client_id => pi_user_id);
    The difficulty I am having is finding a suitable place to set the client identifier.
    I am not sure if the value is being cleared by some other code or if the value isn't being set in all sessions.
    I am using:-
    DBMS_SESSION.set_identifier (pi_user_id)
    That I call from after insert triggers on either tables icx_sessions or fnd_logins.
    However, the client identifier is always null when I query it from within the application, via:-
    SELECT SYS_CONTEXT ('USERENV', 'CLIENT_IDENTIFIER') from dual
    If I set the value via a personalisation rule within a Form, then the value remains.
    I would greatly appreciate it if someone can advise me on where I am going wrong.
    Andy

    It's a different patch.
    The patch support have given me is 9275708, FND_GLOBAL.ORG_NAME RETURNS ENGLISH, EVEN WHEN SESSION LANGUAGE IS NOT.
    This patch has been superceded by 12875860, HR SECURITY PROFILE IS NOT SET CORRECTLY.
    So we have applied patch 12875860.
    I've tried to find out from support what happened to the original patch and why it was removed/deleted rather than superceded.
    I have not found it possible to find out what each of these patches does. There's very little documentation on them.
    I have raised an SR.
    The details are 3-4943519401: How to add DBMS_SESSION.SET_IDENTIFIER() to FND_GLOBAL.INITIALIZE.
    The results of:
         select fnd_profile.value('FND_CONNECTION_TAGGING') from dual
         gives nothing on our Release 11 environment.
    select * from fnd_profile_options where profile_option_name = 'FND_CONNECTION_TAGGING';
    gives nothing.
    On Release 12, the results are:
         select fnd_profile.value('FND_CONNECTION_TAGGING') from dual;
         ENABLED
         select * from fnd_profile_options where profile_option_name = 'FND_CONNECTION_TAGGING';
         returns a record.
    Many thanks for continuing to look into this for me.
    Andy

  • Global Folder View Settings

    Hello,
    Is there an app for Mac OS 9 that will allow me to change the global folder view settings for things like Window Size & Position, Order of Columns, and Icon or List View? It seems that I spend too much time trying to get new windows to look like I want them to. I have searched for shareware apps with no success.
    Thanks,
    David

    Hi, David -
    Welcome to Apple's Discussions.
    I'm not aware of any 3rd-party utility that can do all of that, or even much of it.
    There is a work-around that will take care of most of it.
    When a folder is created via the New Folder item in the File menu, that folder is automatically granted the defined characteristics (view, order, arrangement, etc.) of the enclosing, or parent, folder. For this purpose, the desktop is considered to be a folder.
    If you have a preferred group of settings, set up an empty folder with those settings. Put it in a convenient place. Then, when you want to create a folder with those same characteristics, open that folder and create the new folder within it. The new daughter folder will be given the characteriestics of the parent folder. You can then move the newly created folder wherever you want, and it will retain those settings.

Maybe you are looking for

  • Logic Pro X needs Rap around text in the Markers

    Where is the Rap around text in the Markers, this is a major problem 4 me...............?!!!!

  • Using BRM in Web Dynpro

    Hi Folks,       I have completed the BRM DCs. But instead of using JSP as the UI, I wanted to use Web Dynpro. In the Demos, there are examples of using the BRM DCs directly without exposing them as Web Service. I want to consume the Rules Mgmt DCs, w

  • Help: HMTL tags displays in PDF

    I created a report and displaying it as PDF. The data coming from the database has HTML tags which is being displayed in the PDF output. I would like these tags to be interpreted instead of displaying. When I display the report as HTML, it works ok (

  • Album cover lost in sync

    When i add album covers to my iTunes library on Windows 7 and then sync with my iPhone ( 64Go, if that matters ), covers are lost. The weirdest thing is, if i play any song i did add covers to, the cover shows in the back. But it won't show in the al

  • Satellite S50 won't POST after memory upgrade

    Hello, all: I just purchased a brand-new 8gb Kinston memory stick (KTT-S3C/8G) for my one-month-old Satellite S50 (S50-ABT3N22). Slot A contains the standard issue 4GB stick that came with the unit so I put this into Slot B. When I install it, the ma