[Solved] xdg-user-dirs strange characters

I've recently installed Gnome 3 on my new brand Arch Linux installation and I'm using xdg-user-dirs to have my common dirs under ~
I'm not English so xdg-user-dirs is translating my dirs for me to Catalan language, however it is doing it badly, for example the Music dir wich in Catalan is translated as Música appears renamed as Música, it seems that xdg doesn't like accents at all
Any solution?
P.D.: Gnome 3 rulez, but is extremely hard to personalise.
Last edited by 0x77D (2011-05-07 14:00:46)

Doubt this is anything to do with xdg, and almost certainly to do with your locale settings.  How are you viewing the files, some apps may also not be unicode aware.  I always use urxvt when when diagnosing locale issues.  How do the folder names look in urxvt?

Similar Messages

  • Xdg-user-dirs no special icons in LXDE

    so...
    $ pacman -Q xdg-user-dirs
    xdg-user-dirs 0.12-2
    [doctor@doctor ~]$ cat /etc/xdg/user-dirs.defaults
    DESKTOP=Desktop
    DOWNLOAD=Downloads
    TEMPLATES=Templates
    PUBLICSHARE=Public
    DOCUMENTS=Documents
    MUSIC=Music
    PICTURES=Pictures
    VIDEOS=Videos
    [doctor@doctor ~]$ cat .config/user-dirs.dirs
    XDG_DESKTOP_DIR="$HOME/Desktop"
    XDG_DOWNLOAD_DIR="$HOME/Downloads"
    XDG_TEMPLATES_DIR="$HOME/Templates"
    XDG_PUBLICSHARE_DIR="$HOME/Public"
    XDG_DOCUMENTS_DIR="$HOME/Documents"
    XDG_MUSIC_DIR="$HOME/Music"
    XDG_PICTURES_DIR="$HOME/Pictures"
    XDG_VIDEOS_DIR="$HOME/Videos"
    $xdg-user-dirs-update
    Still no special icons in pcmanfm.
    Edit: nautilus - solved.
    Last edited by Doctor Drive (2010-11-11 11:12:43)

    try install xdg-user-dirs-gtk from AUR, should work.
    Nope.. Doesn't change anything
    Maybe your icon theme doesn't have special icons and use the same as normal folders...
    (I don't have xdg-user-dirs-gtk installed, but for me, nautilus shows the icons... if the icon theme has them)
    Yeap.. You're right. Tried Humanity theme. Nautilus shows...
    But pcmanfm still doesn't...

  • [SOLVED] ALT+key gives strange characters in xterm

    If pressing ALT plus a key gives you strange characters in xterm (e.g.  ALT+x gives ø), the solution that worked for me was to add the following to .XDefaults:
    XTerm*VT100*metaSendsEscape: true

    I owe you an awesome, gigantic beer, I have googled hours to find the solution of this strange issue, and it was here in the forums of my distribution

  • [Solved] Apache user dir access forbidded

    I am getting Access forbidden! when I am trying to connect to http://localhost/~simha/ where simha is my user name
    my /var/log/httpd/error_log says
    [Thu Jul 08 17:44:30 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /~simha/ denied
    I tried a lot and gave up. Can any one help me in this in regard
    The following are the permisions of my home dir simha and public_html
    drwx--x--x 130 simha users 16384 Jul 8 17:04 simha
    drwxr-xr-x 2 simha users 4096 Jul 8 17:02 public_html
    The following are my httpd.conf
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo_log"
    # with ServerRoot set to "/etc/httpd" will be interpreted by the
    # server as "/etc/httpd//var/log/httpd/foo_log".
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule php5_module modules/libphp5.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks includes
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /var/run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # phpMyAdmin configuration
    Include conf/extra/httpd-phpmyadmin.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    Include conf/extra/php5_module.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    The following are my /etc/httpd/conf/extra/httpd-userdir.conf
    # Settings for user home directories
    # Required module: mod_userdir
    # UserDir: The name of the directory that is appended onto a user's home
    # directory if a ~user request is received. Note that you must also set
    # the default access control for these directories, as in the example below.
    UserDir public_html
    # Control access to UserDir directories. The following is an example
    # for a site where these directories are restricted to read-only.
    <Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
    <Limit GET POST OPTIONS PROPFIND>
    Order allow,deny
    Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS PROPFIND>
    Order deny,allow
    Deny from all
    </LimitExcept>
    </Directory>
    I also tried adding user to the group http. BUt nothing is working.
    Last edited by sant527 (2010-07-12 04:23:51)

    I finally found the solution.
    http://ubuntuforums.org/showthread.php?t=1476965&page=1
    I found that even my /home directory permisions also to be changed to by chmod 711
    the following shoul be final permissions for the directories of /home /home/user and public_html to work
    $ ls -ld /home ~ public_html
    drwx--x--x 3 root users 4096 Nov 1 2009 /home
    drwx--x--x 130 simha users 16384 Jul 12 09:33 /home/simha
    drwxr-xr-x 2 simha users 4096 Jul 8 17:02 public_html
    I think in the wiki of LAMP should also mention of changing the permission of /home directory.
    $ chmod o+x ~
    $ chmod o+x ~/public_html
    additionally
    $sudo chmod o+x /home

  • [SOLVED] nvidia-310.19 and strange characters in eclipse

    After system update yesterday (including nvidia-310.19) i got a few strange characters in eclipse source editor window from time to time.
    I reverted back to nvidia-304.64 and now problem is gone.
    Can someone with nvidia-310.19 check if they also see this problem ?
    It may take some time for the strange characters to show up.
    Last edited by cleanrock (2012-11-25 07:23:24)

    Don't know if this helps, but...
    The latest nvidia driver broke my system graphically (couldn't modprobe nvidia), so I rolled back nvidia and nvidia-utils.  Then the system loaded xfce OK, but began to display odd chars...some big, some malformed...very goofy.   I just now replaced the driver with the "legacy nvidia" driver (extra/nvidia-304xx) and everything is fine.  The first install attempt failed due to existing files in place, so I deleted them then ran the install again...Looks great now.
    UPDATE:  the font corruption came back with a vengeance.  Downgrading xorg-server to the previous version seems to have done the trick....
    Last edited by purple12 (2012-11-18 02:05:32)

  • [SOLVED] Font problem. Zsh prompt shows strange characters.

    I am seeing strange characters in Zsh prompt only, bash works fine. I probably did not follow the font configuration section of Arch Beginner's Guide properly during installation. Earlier I had problems with login consoles too (tty2, tty3, all those black screens you can go to using CTRL+ALT+F2/F3 etc.) But I fixed those problems by creating /etc/vconsole.conf.
    Zsh problem still remains. I am using oh-my-zsh.
    I am out of ideas as to what to do. Please help.
    Last edited by Hindol (2013-04-23 08:37:47)

    What happens if you remove all the oh-my-zsh stuff?
    From your screenshot it looks like you are in X: you might want to change your thread title as it is a little misleading.
    Check your locale while you are at it.

  • XSLT transformation format-number into strange characters

    Hi, Experts,
        When I excute following code to translate a string number DEBIT TYPE C(60) into xml, the result has strange characters.
    <xsl:value-of select="format-number(sap:if(string(number(DEBIT))!='NaN',DEBIT,0),'0.0000000000')" />
        If DEBIT is empty, the correct result should be:
    0x3000 0x2E00 (0x3000)*10       = 0.0000000000
        but actually, the result will be following in some cases:
    0x3000 0x2E00 (0x0F77)*10
        in some cases the result will be
    0x3000 0x2E00 (0x2600 0x2300 0x3000 0x3B00)*10
        What I mean in some cases, I ran the same code on different NW system. I also changed the user profile by NW menu System->User Profile->Own Data, the result won't change whether I use American Comma-Dot or European Dot-Comma.
        Can anyone give some advice on the code? Or there is some patch to solve it?
        Thanks and Regards
    Davin
    Edited by: Davin Wang on Jul 17, 2008 3:15 PM

    Hi Davin,
    do chk the condition it is not correct
    <xsl:value-of select="format-number(sap:if(string(number(DEBIT))!='NaN',DEBIT,0),'0.0000000000')" />
    do chk it
    Thanx
    Sampath

  • Strange characters

    printer All-in-one Officejet Pro L 7580
    windows  XP
    i get strange characters when printing PDF files , sometimes the whole document and somethimes an part
    when i try to print 1 page a time it often comes out ok but not always

    Hi mamae,
    Looks like your Adobe program needs to be updated or reinstalled. Is this issue only appearing when you try to print PDFs? How about from Word processing programs like MS Word or Excel?
    If you have garbled text characters as well with your other programs, you also need to reinstall the printer drivers on your computer. When this happens on the USB connection, usually I had the cable replaced and that fixes it.
    You can also check this article - Continuous Pages of Strange or Garbled Characters Print in Windows
    Here's the Full Feature SW download for: Windows XP or Windows XP x64
    Hope this works for you!
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Cheers!
    * If this post has helped you, the White Kudos star on the left is a great way to say thanks!
    * Please mark Accept As Solution if it solves your problem so other users can benefit as well.

  • Pages document turned to gibberish-strange characters in rectangles. Can't read underlying text (still there)

    I use a Pages document (password protected) as a frequent reference. It is 22 pages of text. Suddenly most text was replaced with strange characters, each encased in a little rectangle, so document was unreadable. Selecting a section of text, I could right-click and see that underlying text was still there, just not readable onscreen. Style was "Normal*." I don't know what the " * " means. I selected all and changed style to "Heading 9" on the list. All text reappeared, so my data is ok - for now (though not formatted as I want it). I can't trust Pages, however, and don't know what caused the problem or how to avoid it.
    Note that the style now shows "Heading 9*". I don't know why the " * ". I tried selecting all and making "Normal" the global style, but the strange characters wouldn't budge. Switching back to Normal brings back gibberish.
    Some text is Verdana; I just noticed that changing font also got rid of gibberish. Changing back to Verdana brought back gibberish.
    Note that not every line of text was changed to gibberish; some were just fine.
    Other Pages documents are fine - right now. I notice that there are asterisks in Style in other text documents.
    I'm an experienced computer user, new to Pages in the fall when it came with my MacBook Air. In this document, format isn't all that important, but I can imagine where this would be a huge disaster for other types of documents.
    Any help in figuring out what's going on most appreciated.

    Tom -
    "That sounds like Apple's Last Resort font, which gets used when for some reason the app forgets about the font being used.  Use Fontbook to make sure you don't have duplicate Verdanas on your machine.  Also try cleaning your font caches with Onyx or by doing a safe boot"
    Wow! Who would have guessed! Thank you for the advice; Fontbook revealed a number of duplicate fonts - ot Verdana, interestingly enough -  which I have now resolved. I then switched all text to Trebuchet MS, and everything reverted to normal. I can live with Trebuchet.
    This problem appeared on the same day (before or after I wasn't sure) I installed MS Office. Could this have caused the problem?
    Thanks for your prompt reply, explanation and solutions.

  • Strange characters showing up in Essbase Server pick list

    I have one user, that is logging into her Essbase spreadsheet addin and seeing all kinds of strange characters following each server name in the Server drop down list within the Essbase System Login window.  Any ideas what would cause this?
    What we have found is the Server names and strange characters are showing up in the registry key: "HKEY_CURRENT_USER\Software\Hyperion Solutions\Essbase\Login".  Normally you would see something like this in this key:
    (Default)    Reg_SZ    (Value not set)
    Server        Reg_SZ    ServerName1
    Server1      Reg_SZ    ServerName2
    Server2      Reg_SZ    ServerName3
    etc.
    What is showing now, is the original list of servers, with 10 or so new ones that repeat the server names that were already there followed by strange characters.  There were 10 extra entries in this particular persons drop down list.  We deleted them from the Registry and she was good for a few minutes and then they came back!!  Anybody seen this before?  We are running 11.1.2.1 of the Oracle Essbase Spreadsheet Add-in.  Excel 2010.  Windows 7.  She is also using the In2HypEssbase ribbon, but so are many others, and she is the only one experiencing this problem.
    Thanks,
    Mike

    Sorry, I forgot to mention that we did delete them from the registry and they did disappear from the drop down list.  But a little while later it happened again!  They seem to keep coming back and we don't know why.  Again, she is the only person in the company that has had this issue.  I have had her shutdown everything and reboot her pc with no luck as well, just to make sure there wasn't something quirky going on in the memory of the pc.
    Mike

  • Adobe Reader displaying strange characters

    Hello! I am writing my uni task. For that I downloaded a .pdf document from my university, which has text boxes for me to fill in. I do not know how/with which program this file was created. I first tried dealing with it using the Windows 8 Reader app. Several times, when I switched from the document to the Desktop and back, all my text was converted into strange characters. I started saving the document before switching, and this seemed to solve the problem at first. But then at some point I saved and closed it, and when I opened it the next time, only the box I modified last (with an essay) was converted into strange characters. When I copy it somewhere, the text does not appear. I tried opening the thing with Adobe Reader. It does not convert anything into weird symbols, but the ones from the previous time remain. Is there any way I can get the information back?
    Here's the whole 'strange character' bit:
    ý«†z´y,o/>§™I$2ž|‘M¥8"Žb2;¸[áÔeìb⁄æÉ÷ײݵßScÄ−¹<¹˚ëÞG+VW5²!1°%ZÔ;‘ƒÀ¤|ªł.W‚nb·Ü`ø}=†mû⁄À¦• ¸ßÁºþÜ”ãØˇÂ²ÑrŸ–)·ô†+Ù˘¬ì¶4<Àqc.®ªSG”˛¹„+ö:@€‚Å˝å²M«ÚŸ/E¼¿flüUÌÈü…qªÉ³pÉ2ôù$fiÍævflÓrîsƒr6@_ 8;¢DîuAÑ˙Ô¨ÿ,s<“Ñ·Ü䙟tàZ,Ö½¨#ee˚˛üBwê!MŠU¸Ÿ€¹*øƒN‰×{hø?;Ô·Î'k$;Í÷Qýw~&—ł„Aå”MTì¹⁄¿tË@˘/J ÿóS˝
    ý_l'Di
    õ#J³ß0O8Á@žöÃfB%Ôî{
    Ûõz8Á&´ØëU^¤mDèüV½â~žË@ØÀ*Ý−›D‘–l@šTÁ–U-§þR˘
    çU ió¦(fH€RBRK%nÁ0þ$½Œ‰¢@˛x§{±'QRÕéKŵ«uÌ2>å΂úëoNH¢-c|d‰AOÓÎgS×eGzł⁄Dd¢&łEyþ•½w;;"÷+B‰
    Á ‹rn+8‰|JeÐ˙Š6Âî÷;x^¯~j⁄TÓa¦O˙qé=:*v¬à^!·þá¡®SL=Ìáh)¬øxthj™ŽÁ–½…¬Ü‚łþ ÇÌÌ„¶"KÉ4$ô‰'š−°íŽùÜÑHÜ>o¶y%˛U(Í÷f–wøÙ±⁄[¢ý [Å‚Œ‘ß?˛−dĹ–ï4¾&ôzÚÃSåÁ¡Ëä¡¡DG¡ŁøO7øã|ò‹áï…Q³Ê;˚@w|¤C¡¨ÝôÏŽ´ÎgÙ¿ö—‡óÊ—F¼ñ}¢¡ù¹ê˜Š˜Û›·«íÿ `Qùж×g”˛Ï;–úÍ‹OU'†ah„y’‹èa´ŸÏ°èwP׃—‚
    üp˝qŸ±æŸøŒ¼ýìł˝‡u‚dSf0ùÉ\FŽ˛¤mW;ôͤäühUÙv˛˛¯aˆý1Ø`âÇ˝òX>&
    éÝߊɉ˛>á–·ÈýùÒ…ªŁ =fi‡llv¸èøÜ÷~ûº÷0flÁMndejŽf-&°H.¥æµÁ⁄'¤zJÚª6•ç9¿öÝd-iðcÐöz›
    »}g¤ł)4¡PŽXüª¤ÌT«¦Èl©œºG£§3êêH˜-]ûß˝%ëÐh›WÔ˘˜B–Ùî!)CÃäÁ?P–»˝Û¥¬|T‰ÆÈà⁄A*(é2QÓJx™K?ÔöGwìŒÝz HèÓT•²‹ÿf~SzúúDQ]ü“¥‘fitú¸E_afN"³~/flõ˘§˚Þ§²UÉùtN&º¬tÆ#uzMP=<÷û‹˜¸ù−HùS>šˆ]1]¨—˜ÖhÌŁ\°rv˘þ
    ‚ãÓ»¬‘ŽVÏ°ÕL0H90chÃM®yb¶§J•V"çµÅ/”€Ðk⁄iÑNÚhd@£|ös‚÷Þ‚´k§)äoıÃLöÒ5ɺ°›îEÀ‚Ä–ç±]ꚧýE›=q¸÷ÿü žDe¾xüı¡:&˚B¢‰jÈMö6»ł¬6 /å•‚ÚÿÊ Ó±t'ùT㓵ëS
    ~J[DÜiîœ[þpéjDævø@ÊäsߎÈØïÅàUÛÏwå&¼t−©•ır
    —õ¹íOòꤥ²`÷LZKrd€J6ÄÎÛÅ−|W0Nš¸@…r«qt’liÑçÌY’æÙ!“Sâ<†Æh‡z|4Aš*£fl˜ôñsÁʘl±W²
    ï¦ncÓ,»ÒùYµÛ™'T©Ì727˝^2?rNË˚Ç¡¿¢+ßu–H2e¸©CB#˚ÁºƒâÇÅÖK−"2ÍiŸRO0 ›^"˛"−âÉ×íôòCBí[aõãÑ,¶^³Nh–S¨íï?Øł9r\¦7
    kg‚Á¤0?t Éà(Ô$>x·k(™Š°µ˘Xòþ÷£−»á€IâyòLl3DõËò0TËÌåk–fi¶åA3Õ¨gˇÿüf‘±yùÈ{¦›—šÃ§®ãI;ûwhȘ4ZUdv-y‚t|jrÆÛ +/ÞŁ(kł¬<¡e:˙O[Ê'–6ö¨M¦«ïæÈž§$4Nœ9Ú¢½òìóvàfl˜÷§Ñflgd¦³N³í[´Ì%Q5r˜Ýl
    ÛpXøïåwü—Ö²¯ê⁄ûiıÎÖ„&´ø¥º¾¬(m‘iAŽéü_œé°&LøÊhÚü³œcÞ÷hR™ÌIª3U7áõüXT¡`s¥˚“ˇÂŽ
    Î@ÔrÞ+dµ˝LA>]t;pˆZע—Øi'çÞŠ¿
    kª"~ýl5fi,ÿ6uP&‹ã+‚¨(̯K_è“å$ÍÁº#F¤Ö¦ø˝ÿµuX6_−
    Ëp¼Me‹¿ùöÖ°bS<¯¥P©ú½éÀ
    î e½íšND¿“N®”Z(ß(j%;=Há–®† A.fl*
    9Ï−²È§™,ÐS2AÒÀ!ÇÜMRœê‰G£þÜàOB˙_⁄˚7‡¶»²j÷ÅÚe½*x¢˝¸‚©nSŸ!ÃùGtÕP7&ł½R7(ýñ‹ÿAæ¦?|uÐWƒ˜¯¬BHj`êf Ì]3Ýßäîe˛
    qË}óÉSŁ¢S“†#å*‹3I@†®ï#eVç>0×sI›åRþPuÙ'sèf§È'™BV͵ƒ˘vÅ¢ùÁÍu/¬A¬3`¶¥ô*®ŽùÕ”£‡a7ˇlˇoÜ−
    zÂÏBÁËmC˘ß×z{#lfl⁄õmł?íTM¥u¸š\L†áFı!-½šÀ‚ž¦AÅŽdZqê‰)Iü"˘š™Ñظ¸<Šıv¢U',)åX#−ßÅ\YƒÿŒ¶¥}ÏÄÚ£ØÍ ökC›fìLJ¶u÷¹öØêX9XWtùã,š"ÓxòÇô„¼N!ó:[ªˆ³ï•Łõ±^çx#δsLe¤bY‡#Y׸©åFÌîlËCdàåºT-)K¸È>H9”Ñå|nå $fi°ûÄ$å4k’#˚r›Äîæ²è§fi:ZJEëä´ ý‘byŠ+w
    þz“Ç
    Éúñõ˘iMS¦C˘¸«.¶ÄµÚž431üPÐ¥{yŽó¯*O
    +ºiÝ7'òM€Fzä^GçÖºJ²™#E⁄Øwý˘P0-\»ˆêvhǪœ>Ð˘m˝íÜëŸG½#«?ÊÕeqIñ¬c`e
    [ŁHD˘W‘»˝žŸûøJÍŽ+UVÿGJ²îs~ƒ´õc”{úoL‹
    3„XŁ?`•ïâ—ıaDJ?¥cå2)Ï8^žVA"?MÀ0z±¼ä[°CwP%µ™8;kŠ/IÍ:2/_kNË˚Žþ"Ö²äÕºÒg£WjÆd$ÄMÑõe•;?ò[hÏ+PD˚ à×Óô¦¨àÚÄN†YPcЫ)#×ÈÔÙL˜7]ë%PÞÏ:p2ªıÚô;fl·¤˘íBŒP¬q_öx¤‡d™flйzCŽ7ÿbò×iqó ´!ø¡Šzh¯1Úr„£ı˛A1>=/õ#w㮈
    üqß]‚˘a¤óßäUÌå*[:/@†yóBÀ˙ŸÒtx1®PŒ!Ïóc?›‰‚ÉÀkt[§m§a7z¾ˇö¤¥ë/è€1˛,JlQ…¼S;h(§f~@RÐ,ûÈ(−ön.Hq« ÍØ−¶ÞÁNØÔ_T”êDœwü˚Û.²\>—NŽr(Q¡OÌ¿¬?-kÓDO!ps˚¹Š?¥«T¦¾ø:õ+¬!˚G−×&¡pãÅ°-|Ê??ŁÂèÇžÉÄ¢m¥\a˛ME5c Q_&Ÿ.#/ÊKq:’HZb%\Òµ3ÀÌv˜stÆé@ͤCžzjú4Þ¢f ðH'g6¯¨ßËžÿ®tŸ}4:h\$‚lå3E_.¨%Ùx3FxGJF†ı˘~GþłûZ@P¦é9ÓÉi€çÊ ›µÖÔZúO~Ì×Ж;vÔáwQÖ1Ãì⁄†ÿ>i˚“ò0þ(ÖıƒN)xæA§©¾

    The document: https://files.acrobat.com/a/preview/71fb561e-78a2-44ae-8bd6-9df6520e9d1b
    The box I was talking about is the very last one.
    The Adobe ReaderI started using recently is version XI; the one I used when I started editing the document was Windows 8 Reader app by Microsoft, version 6.2.8516.0.

  • Google search displays strange characters before search, firefox 3.6.7, ubuntu 10.04

    I get these strange characters when I go to Google search using Firefox 3.6.7 and Ubuntu 10.04.......see below
    ᎢᏳᏍᏗ ᎨᏒ ᎣᏲᎲᎢᎠᏑᏰᏍᏗ ᏳᏍᏗ ᎠᏁᎵᏔᏅ (These characters are on the Google search page before I search and below search bar.
    strange characters below:
    ᎾᏍᎩᏯᎢ Directory ᏚᎾᏓᏡᎬ
    What is going on....It reads OK using Chromium. I can't read anything. I am using Firefox 3.6.7. My View....character encoding is set to :
    Western(ISO-8859-1) and auto detect "on"
    == ?

    Just to update this topic if anyone else has the issue. I've fixed it by manually amending the following setting in about:config -
    Preference name: intl.accept_languages
    Value: en-gb, en
    If you're in the US you'd use ''en-us, en'' instead.
    I then re-ran Firefox Sync and now on the Windows machines this value shows up as User Defined instead of default and this is now kept when syncing (I'm assuming the default values are not included when syncing preferences, for obvious reasons).

  • [solved] firefox user settings not saving

    I am a linux noob. So the answer to this is probably very obvious, but I haven't found it through googling, searching these forums or the arch wiki. I am having the same problem with most of my applications actually. The problem is that my firefox personal settings are not saving. When I reboot all of the addons are gone, the tabs are back on top, and everything is reset as if this were the first time I've run the program. I'm having a similar problem with lxpanel. I suspect it has something to do with post-installation home directory config files and not knowing what to do for each program. The only setup I've done for firefox is # yaourt -S firefox-esr. A whereis firefox-esr yields only /usr/bin/firefox-esr. Just the executable file itself I guess.
    Although the arch wiki firefox page doesn't seem to specifically mention losing all settings there is something about setting a download location that caught my eye: XDG directories:
    It says to create ~/.config/user-dirs.dirs and add:
    XDG_DESKTOP_DIR="/home/<user>/"
    XDG_DOWNLOAD_DIR="/home/<user>/<dir>"
    XDG_TEMPLATES_DIR="/home/<user>/<dir>"
    XDG_PUBLICSHARE_DIR="/home/<user>/<dir>"
    XDG_DOCUMENTS_DIR="/home/<user>/<dir>"
    XDG_MUSIC_DIR="/home/<user>/<dir>"
    XDG_PICTURES_DIR="/home/<user>/<dir>"
    XDG_VIDEOS_DIR="/home/<user>/<dir>"
    I'm not sure if this has something to do with the temporary nature of my personal firefox settings, but it seems like a move in the right direction. I get that tip of the iceberg feeling though. I've been meaning to look up all of that freedesktop.org stuff including .desktop and .directory files and standard locations. I assume that this is part of that and not only for firefox specifically.
    If anyone could point me in the right direction in terms of how to set up the user directories and files necessary for saving firefox settings I would be very grateful. Or maybe I installed the program wrong?
    I am not using a desktop environmnt. Just (for the moment) pekwm, lxpanel, and idesk. Presumably that's part of the problem. That going modular is much more difficult for a Linux noob. If I were using kde or gnome I'm guessing a lot of this post-installation application setup would be done for me automatically.
    edit: I just found this information on the location of the firefox profile in linux.  It says that profile folders are located in "~/.mozilla/firefox/<profile folder>". At first I thought I didn't have this folder, but I do. So I'm not sure why the settings and addons are not saving.
    Last edited by pariahdog (2012-12-26 16:13:54)

    For next time: https://wiki.archlinux.org/index.php/Permissions
    It might be a better idea to change permissions with "chown" : https://wiki.archlinux.org/index.php/Permissions#chown
    Last edited by 2ManyDogs (2012-12-26 17:01:45)

  • Arabic text displaying as strange characters

    When I copy Arabic text from MSQL 2005 to excel 2013, it is showing as strange characters.
    But there is no issue when I copying  Arabic text to excel 2010
    How to fix this problem.

    Hi Dungun,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing developing issues involve Excel application. Since the issue is relative to the end-user, I suggeste that you get more effecitve response from
    Excel IT Pro Discussions forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When i print a pdf from preview it prints strange characters - it looks fine on screen

    when i print a pdf from preview it prints strange characters - it looks fine on screen

    You can also try opening the PDF with preview, then doing a copy and paste to TextEdit and printing from there.
    Adobe makes it easier, but you do have software to accomplish this.
    Only download Adobe reader from this site, to avoid "fakes/spoofs/malware" that will cause damage to your machine.
    http://www.adobe.com/support/downloads/product.jsp?platform=macintosh&product=10
    Hope this helps

Maybe you are looking for

  • I purchased Toy Story 3 on my old PC. I tried to find it in my purchased list on my new PC but I cannot find it.

    On my old PC, I have Toy Story 3 installed on my iTunes. But now I have purchased a new PC and scrapped the old one. I downloaded iTunes and re-downloaded all my previous purchases. But I could not see Toy Story 3 or any of my other movies there. Hel

  • Can I create a pdf-form that opens a pdf-document on a certain page?

    Hi, I'm creating a pdf-document with links to other pdf-files. Is it possible to create a link within a pdf-document, that opens another pdf-file on a certain page? thx P.

  • Thin white lines

    when the phone goes from sleep to wake or wake to sleep does anyone else notice faint lines going horezontally across the screen as it changes? They last for a fraction of a second. They are likebad reception on a tv? Is it normal?

  • Columns truncated in report results page

    Hi I have around 20 columns displayed in crystal reports. However when i do run the report only the first few columns show up and the rest are truncated. Is there a solution for this? [Exporting into excel i get all the columns] Thanks in advance

  • Currency format in ExcelSheet

    Hi All.. i am genrating my reports in Excel using : response.setContentType("application/vnd.ms-excel"); and my report is also consisting of amount cloumn... And now the problem is,i want to get the amounts in the currency format... Eg :- if it is 10