XFCE4 Custom Window decoration messed up

Hello,
I'm using the exact same setup and packages on my laptop without problems. Every custom theme for XFCE
that I install ends up with incomplete title bar. This is a fresh arch install. Anyone has an idea on how to fix this?
Kind regards,
blackout23

Same here, but I didn't install anything, just did a simple update (yaourt -Syua) yesterday. This packages were updated:
[2012-08-27 17:52] starting full system upgrade
[2012-08-27 17:52] upgraded gc (7.2-1 -> 7.2.c-1)
[2012-08-27 17:52] upgraded hspell (1.1-2 -> 1.2-1)
[2012-08-27 17:52] upgraded hwids (20120730-1 -> 20120815-1)
[2012-08-27 17:52] upgraded initscripts (2012.08.2-1 -> 2012.08.3-1)
[2012-08-27 17:52] upgraded libatasmart (0.18-2 -> 0.19-1)
[2012-08-27 17:52] upgraded libgssglue (0.3-1 -> 0.4-1)
[2012-08-27 17:52] upgraded udisks (1.0.4-4 -> 1.0.4-5)
[2012-08-27 17:52] upgraded xorg-server-common (1.12.3.901-1 -> 1.12.4-1)
[2012-08-27 17:52] upgraded xorg-server (1.12.3.901-1 -> 1.12.4-1)
[2012-08-27 17:52] upgraded xorg-server-xvfb (1.12.3.901-1 -> 1.12.4-1)
Maybe the xorg-packages are in charge? I've choosen the easy way, selecting another theme

Similar Messages

  • Custom Window Decorations: Adding qmark icon for online help

    Hi, All -
    Is it possible to customize a window's decoration (terminology?) to add a Help icon to a dialog's frame, so that it sits beside the Close (X) button in the upper right corner? Can't find any doc on how to do this in the SDK manuals or tutorials.
    Sample dialog at http://users.rcn.com/jcadow/images/helpiconsample.jpg.
    Thanks.
    --Jeff

    Can't find any designed support for what you're asking. Please turn in a bug/rfe for this and let us know the number to vote for -- as part of the request, maybe you can add that we should not only be able to add icons but selectively remove any of the existings ones (min, max, close) since even VB supported this.
    One area perhaps worth exploring is BasicInternalFrameTitlePane which may have some methods to do what you want with icons. Then undecorate your JFrame and add your subclass of BasicInternalFrameTitlePane to the North location of your JFrame. No guarantees, just worth exploring and I hope if you find something that works you post your solution back here. Good Luck.

  • Xfce4-svn default theme - What's that window decoration?!

    I installed xfce4-svn (and xfce4-svn-extra) the other day, and i would just fell in love with the default gray window decorations!  They are so clean and beautiful. I want to dress my new shiny gnome 2.16 desktop with it...
    So... can anyone tell me what the decorations is called, and is there a gnome eqvivalent?

    you can open browsers new window using jdic...
    unfortunately Desktop.browse() doesnt allow to do that, but we can do that another way:
            String urlToOpen = "http://forum.java.sun.com/thread.jspa?threadID=5236723";
            BrowserService browserService = (BrowserService) ServiceManager.getService(ServiceManager.BROWSER_SERVICE);
            try {
                // exactly "_blank" allow to open necessary url in a new window :)
                browserService.show(new URL(urlToOpen), "_blank");
            } catch (LaunchFailedException e) {
                e.printStackTrace();
            } catch (MalformedURLException e) {
                e.printStackTrace();
            }

  • [SOLVED]lost window decorations in xfce4

    i'm running arch on an acer aspire one netbook, i tried out compiz to see how it would run, then disabled it because it's too sluggish. in doing so i have lost all window decorations in xfce4. kdemod still has it's decorations and is working fine, it's just xfce that's the problem.
    how do i bring back window decorations?
    Last edited by hume's doona (2009-12-28 00:50:33)

    Did you try deleting the session and restarting xfce?
    (If I remember right those were in "~/.cache/sessions/", but better check google )
    Last edited by whoops (2009-12-28 00:35:11)

  • XFCE4 + AIGLX + Compiz/Beryl [no windows decorator]

    Hi,
    I'm a newbie in archlinux and xfce, so probably this is a newbish question.
    I run AIGLX over a ati with radeon opensource drivers in xfce4.
    It runs well , I activated composite on xfce and see semi-transparents panel and so on.
    Today I'm trying to install and run compiz or beryl but without success.
    I installed compiz-core, beryl-core, emerald, something else.
    try to run compiz with replace but no windows borders appear (even if when I try Alt+Tab there is the typical compiz effect ).
    So I decided to switch beryl... Try to run beryl-manager and change in beryl or compiz but without success.
    I don't see windows border s:\.
    I checked the default depth is 24, i tried to put:
    beryl-manager &
    emerald & 
    startxfce4
    in .xinitrc but the windows decorator doesn't appear.
    Any idea?
    Thanks in advice for the replys.

    Okay I solved it.
    This is a simple mini guide to installa compiz on xfce4 with ati open source drivers:
    1) install ati open source drivers (look the wiki)
    2) in xorg.conf (I have a ati radeon 9000pro):
    Section "ServerLayout"
            Option         "AIGLX" "true"
    EndSection
    Section "Device"
            Identifier "ATI"                     # your alias
        Driver "radeon"
        Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
            Option "AGPMode" "4"
            Option "DRI"     "true"
            #Option "EnablePageFlip" "on"
            #Option "AGPFastWrite" "yes"
    EndSection
    Section "DRI"
            Group        0 #"video"
        Mode 0666
    EndSection
    Section "Extensions"
           Option      "Composite"   "Enable"
    EndSection
    3) in order to run compiz you must NOT enable the compositor options in Window Manager Tweaks.
    4) Install compiz-git for example using (pacman.conf):
    [compiz-fusion]
    Server = http://arch.nesl247.org/compiz-fusion/i686
    4.1) install fusion-icon #simple systray icon .
    5) Open terminal and run fusion-icon. Change (Select Window Manager) to compiz.
    6) Enjoy your archlinux-box .
    Buon divertimento!

  • Custom worklist decorator class not working

    hi , i was trying out the worklist customization as described in http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/workspace_customization/index.html. however it is not working. any ideas as to what might be wrong...
    my custom mworklist decorator class is almost the same as that described in the example -
    package customization;*
    import fuego.lang.Interval;*
    import fuego.lang.Time;*
    import fuego.papi.InstanceInfo;*
    import fuego.papi.Presentation;*
    import fuego.papi.VarDefinition;*
    import fuego.workspace.model.view.WorkListDecorator;*
    import java.util.Locale;*
    public class CustomWorkListDecorator*
    +implements WorkListDecorator {+*
    +public String getRowStyle(String viewId, InstanceInfo instanceInfo, int rowIndex) {+*
    return  "background-color:Red" ;*
    +}+
    public String getCellStyle(String viewId, InstanceInfo instanceInfo,*
    +Presentation.Column column, int rowIndex) {+*
    return null;*
    +}+
    public String getValue(String viewId, InstanceInfo instanceInfo, Presentation.Column column,*
    +Locale locale, String currentValue, int rowIndex) {+*
    String result = currentValue;*
    +if (column.getId().equals(VarDefinition.RECEIVED_ID)) {+*
    Time receptionTime = instanceInfo.getReceptionTime();*
    Time today = Time.now();*
    +if (receptionTime.getDate().equals(today.getDate())) {+*
    Interval relativeTime = Time.sub(today, receptionTime);*
    int relativeHours = relativeTime.getHoursOnly();*
    int relativeMinutes = relativeTime.getMinutesOnly();*
    String relativeTimeString = relativeHours > 0 ? relativeHours " h " + relativeMinutes + " m" :+*
    relativeMinutes " m";+*
    result = "<table><tr><td nowrap class=bpmWorkspaceNormalText>" +*
    +"<img src='/workspace/img/time.gif'/> Today " ++
    +"(" + relativeTimeString + " ago)</td></tr></table>";+
    +}+
    +}+
    return result;*
    +}+
    +}+

    my workspace.prop file content--\
    +#+
    +#+
    +#+
    +#--------------------+
    +# Directory Settings+
    +#--------------------+
    +# The directory ID that identifies the directory ALBPM WorkSpace connects to.+
    fuego.workspace.DIRECTORY_ID=default
    +# Specifies a remote location for the directory configuration file.+
    +#remote.config.url=http://forums/remoteConfig/directory.xml+
    +# The PRESET ID WorkSpace uses to authenticate against the servlet container.+
    fuego.workspace.container-auth.directory.preset=container-auth
    +#--------------------+
    +# WorkSpace Settings+
    +#--------------------+
    +# Not used in this version.+
    fuego.workspace.autoRefreshMenuOption=false
    +# Not used in this version.+
    fuego.workspace.refreshTimeMin=1
    +# Enables debug mode.+
    fuego.workspace.debug=false
    +# WorkSpace HTTP debugger port.+
    fuego.workspace.debuggerPort=9007
    +# WorkSpace bean helper. This class should implement the interface fuego.workspace.adapter.WorkspaceBeanHelper.+
    fuego.workspace.bean.helper.className=fuego.workspace.adapter.DefaultWorkspaceBeanHelper
    +# Enables Cookie Persistence for panel preferences+
    +# (Only supported for view selections)+
    fuego.workspace.cookie.persistence.enabled=false
    +# Specifies the timeout period in seconds, between client requests.+
    +# If not specified the default value is 45 minutes.+
    +#fuego.workspace.sessionTimeOut=2700+
    +#---------+
    +# Logging+
    +#---------+
    +# Specifies the level of detail of the information stored in the ALBPM logs.+
    fuego.log.workspace.severities=fatal,severe,warning,info,debug
    +# The detail level filters messages that correspond to the same severity. It can vary from 1 to 10.+
    +# The default detail level is 5.+
    fuego.log.workspace.detailLevel=10
    +# The location where the log files are stored.+
    fuego.log.workspace.file=E:/oracle_bpm/log/workspace.log
    +# Defines the format of the information of the first line of a log entry.+
    +fuego.log.workspace.format='[<{SEV}> 'MMdd HH:mm:ss.SSS'] {MOD} ({THR}): {INDENT}{MSG}'+
    +# Defines the format of the information of the lines that follow the first line in a log entry.+
    +fuego.log.workspace.continuationFormat='[     (cont)     ] {MOD}: {INDENT}{MSG}'+
    +# Enables OpenLog (PTSpy remote debugging)+
    fuego.workspace.enableOpenLog=true
    +#------------------------------+
    +# Process Execution Properties+
    +#------------------------------+
    +# If the current activity has the autocomplete property set to true, execute the next activity if the current user has+
    +# the required role to do so.+
    fuego.workspace.execution.performNextActivity=false
    +# Waiting time for Automatic activities in a screenflow in milliseconds. If an activity exceeds this time, the+
    +# screenflow is aborted.+
    fuego.workspace.execution.waitForAutomatics=3000
    +# Display external activities in a pop up window.+
    fuego.workspace.execution.external.newWindow=
    +#-----------------------+
    +# Process API Settings+
    +#-----------------------+
    +# Number of instances in PAPI cache.+
    +# If not defined the default value is 200.+
    fuego.workspace.papi.instancesCacheSize=10000
    +# Maximum number of participants that the API will return when performing a single query.+
    +# If not defined the default value is 500.+
    fuego.workspace.papi.maxParticipants=500
    +#----------------+
    +# Single Sign On+
    +#----------------+
    +# Enables Single Sign On (SSO).+
    fuego.workspace.enableSSO=false
    +# Custom SSO class full name. This class must implement fuego.workspace.security.SSOWorkspaceLoginInterface.+
    fuego.workspace.SSO.loginClassName=fuego.workspace.security.SSOWorkspaceLogin
    +#-------------------------+
    +# WorkSpace Customization+
    +#-------------------------+
    +# CSS file that defines ALBPM WorkSpace style.+
    fuego.workspace.stylesheet=bpmworkspace.css
    +# Image bundle file.+
    fuego.workspace.imageBundleFile=ImagesBundleSet1
    +# JSP bundle file.+
    fuego.workspace.jspBundleFile=JSPBundle
    +# Help bundle file.+
    fuego.workspace.helpBundleFile=HelpBundle
    +# Custom messages bundle file.+
    +#fuego.workspace.customMessageBundle=MyMessageBundle+
    +# Enables WorkSpace edition mode.+
    fuego.workspace.enableEditMode=true
    +# Enables WorkSpace listeners configuration.+
    fuego.workspace.enableConfigurableListenerMode=true
    +# Enables WorkSpace layout edition.+
    fuego.workspace.enableLayoutEdition=true
    +# Custom Work List Panel Decorator.+
    fuego.workspace.worklist.styleResolverClassname=customization.WorkListDecoratorImpl
    +# Custom Work List Bulk Operations.+
    +#fuego.workspace.worklist.customOperationClassname=fuego.workspace.example.MyWorkListCustomOperations+
    +# Length of the description and filename column in the Attachments table, in characters.+
    fuego.workspace.attachments.contentLength=12
    +# Theme used to display process images and activity icons.+
    +# Available values: Classic, BPMN, ColorBPMN, BusinessAnalyst and UML+
    fuego.workspace.processImageTheme=ColorBPMN
    +# Default execution type for Applications and Work List panels.+
    +# Possible values: DIALOG, POPUP+
    fuego.workspace.defaultExecutionType=DIALOG
    +# Specifies if execution dialogs are displayed maximized.+
    +# If set to false, it uses the defined width and height.+
    fuego.workspace.executionDialog.maximize=false
    +# Execution dialog width.+
    fuego.workspace.executionDialog.width=500
    +# Execution dialog height+
    fuego.workspace.executionDialog.height=600
    +# Execution popup width.+
    fuego.workspace.popupWindows.width=800
    +# Execution popup height.+
    fuego.workspace.popupWindows.height=600
    +# Defines the WorkSpace search scope policy.+
    +# Possible values: ALL, ALL_IN_ROLE, PARTICIPANT_ROLES, PARTICIPANT+
    +# Multiple policies should be separated with commas. The first value is WorkSpace default selection.+
    +# If not defined WorkSpace uses ALL policy.+
    +#fuego.workspace.search.rolePolicyScopes=ALL,ALL_IN_ROLE,PARTICIPANT_ROLES,PARTICIPANT+
    +# Enables AJAX execution for interactive components.+
    fuego.workspace.execution.ajax.enabled=true
    +# Enables Views edition.+
    fuego.workspace.views.editable = true
    +# Orientation of the audit trail process image.+
    +# Possible values: auto, vertical, horizontal.+
    fuego.workspace.auditTrail.processImageOrientation=auto
    +# Show bookmarks column+
    fuego.workspace.showBookmarksColumn=true
    +# Filters case sensitive property default value.+
    fuego.workspace.filter.caseSensitive=false
    +#-----------------------+
    +# RSS Feeds Application+
    +#-----------------------+
    +# Enables Feeds link in WorkSpace.+
    fuego.workspace.feedLinkEnabled = true
    +# Enables URL guessing for the RSS Feeds application.+
    fuego.workspace.feedUrlGuessing = true
    +# RSS feed URL. If guessing is not enabled this URL is used.+
    fuego.workspace.feedUrl=http://localhost:8080/feeds/
    +#------------------------------+
    +# WorkSpace Extension Settings+
    +#------------------------------+
    +#ALBPM WorkSpace Extension wizard uses the following properties to store configuration properties.+
    +# YOU MUST NOT MODIFY THEM MANUALLY.+
    fuego.workspace.imageServer=
    fuego.workspace.enableWE=false
    fuego.workslace.collaboration.supportedLanguages=af, sq, ar, eu, be, bn, bg, ca, zh_CN, zh_TW, kw, hr, cs, da, nl, en, eo, et, fo, fi, fr, gl, de, el, he, hi, hu, is, id, ga, it, ja, kl, ko, lv, lt, mk, mt, gv, mr, nb, nn, fa, pl, pt, ro, ru, sr, sk, sl, es, sw, sv, ta, te, th, tr, uk, vi
    +# DO NOT REMOVE THIS LAST LINE+

  • Compiz, XFCE, and gtk-window-decorator

    I recently caused my system to stop booting by messing with some stuff (yay for editing files and not reading the entire wiki page first!) and I ended up just deciding to do a clean arch install (when your system partition has 50Gb of programs on it, half of which you don't use, its probably time to clean anyway). I decided to use XFCE since that has been running very stably on my netbook for some time (usually around ~14 days of uptime until I forget to recharge the battery and it turns off) in favor of Gnome or KDE since I have been having lots of problems with them and stability (usually 1-2 days of uptime until I have to end up restarting because of a freeze or something)
    My one beef with XFCE on my desktop computer compared to my netbook was its lack of eye candy stuff. I feel like I am underusing my computer. So, I decided to try installing compiz on it. I read on the wiki page that using emerald was buggy and so I decided to use gtk-window-decorator for a window decorator. I have a whole bunch of Gnome3 themes in my home directory since previously I had gnome installed and so I was wondering, why can't I seem to change the window theme?
    The window theme is stuck in this big blocky mode that doesn't look horrible, but I would sure like to be able to change it. I have gnome-tweak-tool installed, but switching the themes on that doesn't seem to have any effect (I may be switching on the wrong page, however). I like the xfce themes and I would like to be able to use those with compiz, but I just don't see how to do it. All my googling has brought up nothing about actually managing to change the gtk-window-decorator window decoration theme in compiz running in xfce on arch.
    Last edited by Los Frijoles (2012-11-22 01:36:10)

    You are either not trying around & searching for solutions enough or not providing enough info on what you already did.
    Did you try lxappearance?
    Did you read https://wiki.archlinux.org/index.php/Xfce#Icons
    ... and make sure your icons are in the right location etc?
    Did you check - and where necessary - try to fix the configuration as described here?
    https://wiki.archlinux.org/index.php/Gtk

  • Gtk-window-decorator themes in XFCE/Compiz broken after recent upgrade

    I allowed my arch linux upgrades to slide for a while - probably nearly a month - and just did a system upgrade and reboot today. After rebooting, I am stuck with GTK's default Adwaita window borders, which use a lot of real estate, and GTK3 apps like nautilus have a solid black border around the windows.
    I have tried changing the theme with theme-switch2, I have rebooted a couple of times, replaced the window manager with xfwm4 and then gone back to gtk-window-decorator, all with no change. Other aspect of the theme - fonts and colors - work fine, but the window decorator theme just won't change.
    The following commands have no effect:
    gsettings set org.gnome.desktop.wm.preferences theme Numix
    gsettings set org.gnome.desktop.interface gtk-theme Numix
    Here is an example of the black box around nautilus.
    Possibly unrelated, but when I start gnome-tweak-tool, which allows me to change the theme, I get the following message:
    WARNING : Shell not installed or running
    WARNING : Error detecting shell
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 274, in __init__
    raise Exception("Shell not running or DBus service not available")
    Exception: Shell not running or DBus service not available
    /usr/lib/python2.7/site-packages/gi/overrides/__init__.py:306: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version.
    return super_init_func(self, **new_kwargs)
    INFO : GSettings missing key org.gnome.nautilus.desktop (key computer-icon-visible)
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/tracker-miner-apps.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/nm-applet.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/blueman.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/xfce4-clipman-plugin-autostart.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/xfce4-notes-autostart.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/Growl For Linux.desktop
    WARNING : Shell not running
    None
    INFO : GSetting missing org.gnome.shell.calendar
    INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-battery-action)
    INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-ac-action)
    INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-suspend-with-external-monitor)
    Contents of `.config/gtk-2.0/settings.ini`:
    [Settings]
    gtk-theme-name = "Numix"
    Contents of `.config/gtk-3.0/settings.ini`:
    [Settings]
    gtk-application-prefer-dark-theme=0
    gtk-theme-name = Numix
    gtk-fallback-icon-theme = gnome
    gtk-icon-theme-name = gnome
    gtk-font-name = Terminus 12
    Contents of `.gtkrc-2.0`:
    # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
    include "/usr/share/themes/Numix/gtk-2.0/gtkrc"
    include "/home/dacre/.gtkrc-2.0.mine"
    # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
    I am no expert in themes, so I am completely stumped by this whole problem. Any ideas anyone?

    MikeDacre, there is a known issue whereby a change in GTK 3.16 means that Compiz isn't getting the frame extents for CSD windows. It's being discussed in the following Compiz branch: https://code.launchpad.net/~3v1n0/compi … rge/250015
    I'm not entirely sure whether this is the relevant issue for you; my CSD windows don't have black borders but they do have a thin light grey border all the way around which negates the rounding of the top corners. You could try building Compiz from the branch I mentioned but just to warn you I've already tried and it didn't do anything for me. The bottom line is, the Compiz team need to fix Compiz for CSD and until they do, expect there to be problems.

  • Gnome-window-decorator missing after upgrade

    Last night I did a pacman -Syu from a archlinux cd installation, this fixed many many problems, but broke compiz-git, which I like so much.
    Now when I run startxgl script, I get no window decoration in gnome, and gnome-window-decorator, the binary, is missing.
    This makes me remember when we changed from gwd to cgwd, which, I think sucks.
    Is there a way to fix this? I want my window decorations back
    any help would be very appreciated

    thanks for your reply twistedkaos, but I dont want to use cgwd, I want to use compiz-git
    I tried copying my gnome-window-decorator binary from /bin from ubuntu dapper to /bin of archlinux, guess what? it worked perfectly. I just had to put "--replace" to the last gnome-window-decorator call of startxgl (the one that calls gnome-session).
    Well, not so perfect so far, gnome hangs at startup loading gnome-wm or something like that (I can see it sessions > running) but if I click on "remove" and "apply", it reloads and everything works well (still no good log out, I have to kill my X)
    Now it is not working because I messed up my session gnome config which I dont know how to clean back, but, its there, its not difficult, and its probably not the cleanest way to do it
    I will upload the gwd binary somewhere so you guys can use it too
    here it is : http://webrepository.unlugar.com/arch/g … -decorator

  • Window decoration errors in Gnome 3

    I'm noticing many window decoration errors (regardless of GTK 3 theme) in Gnome 3.
    As an example scenario, I first launch the settings pane (The graphical glitches are most prominent in the Gnome Settings, for whatever reason)
    http://i.imgur.com/dYduKCD.png
    I then go into any sub-settings menu and the top of the window becomes chaos, with buttons disappearing, etc...
    http://i.imgur.com/2KVBvn7.png
    When I go back to the main settings pane (using the back button which reappears when hovered over) It too is messed up.
    http://i.imgur.com/nDfeDBO.png
    My video card is an ATI Radeon 7970M. I've already tried the proprietary drivers, and while they fix this issue, they introduce a whole slew of others. So, I removed them completely and switched back to the xf86-video-ati driver. I was wondering if anyone had any idea on how to fix this issue. I have already ensured Glamor acceleration is enabled, as it was said to fix other windowing/acceleration errors, but it didn't help. Anyone have advice or a fix?

    As far as I know the tweak tool only converts gtk3 apps to dark for the adwaita theme. I do not know how to tell mutter to render dark gtk2 apps but i can tell you a theme that has both black gtk2 and gtk3 theme set.. Its numix.. Looks great.
    Have a look
    http://i.imgur.com/itFYaeE.png
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

  • Xfce & Compiz & Emerald - no window decorations

    Hi, I'm having a problem with my fresh installation of Archlinux i686. I choosed my favourite desktop environment - Xfce4, but I'm not able to get it working with Emerald and Compiz. When I try "emerald --replace" Emerald won't load and I don't see any error message either. On the other hand when I try running "compiz --replace ccp && emerald --replace &" my window decorations disappear and I see this in my console:
    compiz (cube) - Warn: Failed to load slide: freedesktop
    compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
    fuse: failed to access mountpoint compiz: No such file or directory
    The result is the same with or without Window decorations Compiz plugin turned on or off. Only thing that can save my ass is running "xfwm4 --replace" which restores xfwm4 and kills both Emerald an Compiz.
    My xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIXGL" "true"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dri2"
    Load "record"
    Load "dri"
    Load "glx"
    Load "extmod"
    Load "dbe"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "Keyboard0"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "cz,us"
    Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 290 160 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "122c"
    EndSection
    Section "Device"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Every package in my system is updated to its newest versions (as I said, my system is freshly installed).
    And yes, I UTFGed (a lot), but I haven't found any answer that would work for me (partially maybe because most of topics on this matter are more than one year old).
    Can anyone help me, please? I'm pretty desperate. Thanks in advance.

    myflower wrote:
    flamelab wrote:
    What's your card ?
    And what have you installed for it ?
    I have ATi Mobility Radeon HD 4300 Series and as you can see in xorg.conf I'm using radeon driver.
    Have you installed these ?
    mesa libgl ati-dri xf86-video-ati
    Did you delete your xorg.conf ?  Have you tried xf86-video-ati-git ?
    This one: https://bbs.archlinux.org/viewtopic.php?id=79509 ?
    If every else fails: https://wiki.archlinux.org/index.php/AT … positories (catalyst driver instead of radeon)

  • Custom window not displaying it's custom template

    I have created a custom window class named CrackenWindow, and a custom template in the Generic.xaml resource dictionary.
    After I create a new window, which inherits CrackenWindow, nothing happens. The visual remains the same and I cannot use CrackenWindow's extra functionality. If someone has the time, please review what I'm doing wrong. I have uploaded the code to https://onedrive.live.com/redir?resid=fa5f36f7b4d34c12%21106.
    Thank you for your time,
    suzi9spal

    I was kind of put off by seeing a collection of stuff there when I took a quick look on onedrive.
    Are you sure you want this thing to be a custom control rather than just a window that has a template?
    Custom controls ought to be the choice of last resort.
    If you explain what you're trying to do, maybe I/we can suggest an alternative route.
    Like what extra functionality?
    You can add eventhandlers, dependencyproperties and whatnot in a base class.
    For example:
    public class BaseFancyWindow : Window
    public BaseFancyWindow()
    CloseCommand = new RelayCommand(CloseExecute);
    public RelayCommand CloseCommand { get; set; }
    private void CloseExecute()
    this.Close();
    and use that
    <local:BaseFancyWindow x:Class="wpf_WindowChrome.Window6"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:wpf_WindowChrome"
    Title="Finished Fancy Window" Height="300" Width="300"
    Style="{StaticResource FinishedWindow}"
    >
    <Grid>
    <TextBlock Text="This is some content in the window"/>
    </Grid>
    </local:BaseFancyWindow>
    And I have a template which is just in a resource dictionary which makes that window look
    Hope that helps.
    Technet articles: Uneventful MVVM;
    All my Technet Articles

  • Custom Windows 8.1 .WIM doesn't work via WDS, works OK manually

    Hello,
    I have a very peculiar situation; I've created a custom Windows 8.1 Enterprise x64 image, but when I deploy it using Windows Deployment Services on Windows Server 2012 R2, using the Windows 8.1 Enterprise x86 boot.wim as the Windows Deployment
    Services boot image, it deploys successfully, but malfunctions;
    it doesn't activate [against our KMS server]
    when a new user logs on, the process stalls; if you logoff then logon, Microsoft Office gives you a 1603 error.
    File Explorer [I think] doesn't work (apologies for vagueness; I absolutely
    wasn't expecting this and was somewhat floored by the symptoms)
    HOWEVER, if I manually deploy the SAME .WIM image, copy in the
    SAME unattend.xml, and manually replace %MACHINEDOMAIN% and %MACHINENAME% with the right values, it works fine.
    HOWEVER, I've already verified that Windows Deployment Services is working perfectly well because I've added the Windows 8.1 Enterprise x64 install.wim as an install image, and used the unattend.xml to automate it.  In other words, with the
    install.wim from the .ISO, everything is working fine, but with a custom image, it malfunctions.
    I don't know why it's malfunctioning; nothing looking like a root cause appears in any event logs. I have injected some drivers into my custom image, but these are for relatively obscure devices such as scanners and smart card readers, which
    aren't even on the computer I'm testing this on.  The test computer would benefit from
    chipset, video and network drivers, but the inbox ones work OK.  In any event, they work fine when I manually deploy.
    Have more-or-less replicated this on test machines that are virtual, desktop and laptop, so I have no reason to believe the target device is a factor.
    For now, Windows Deployment Services doesn't have a client unattend file.
    This is a very peculiar problem. My existing, production environment has
    Windows 7 Enterprise in a custom image
    Windows Server 2008 R2
    Windows Deployment Services
    working perfectly, and was looking to maintain the same approach, but simply update it.
    Would welcome your ideas.
    Kind regards,
    Anwar

    Hi,
    For this issue,I think it is related to the custom image.
    I suggest we don't add any drivers to the custom image to test it.
    Meanwhile,I  suggest you upload following logs here for further research. SkyDrive or similar network sharing would be better to use to share your files.
    C:\WINDOWS\PANTHER\setupact.log
    C:\WINDOWS\PANTHER\setuperr.log
    Regards,
    Kelvin hsu
    TechNet Community Support

  • [SOLVED] Fresh Install - LXDE - Missing Window Decorations

    Hi folks,
    I just did a fresh install on my netbook (Asus 1000h) which went flawless as allways. I did install Xorg, the relevant intel drivers, some small stuff like screen and the like and then went on to install LXDE as the desktop environment + the murrine gtk engine and some murrine themes. Everything is working, the murrine theme etc, except one thing: The window decorations are missing completely.
    This is the first time sth. like that happened to me after a fresh install and I'm not really sure what could be missing and 3 hours after trying to delete my ~/.config ~./local folders (I'm using a backup of my ~ - I've checked permissions etc.) I'm ranning out of ideas. I'd be glad for any pointers as to how to debug this or what could possibly cause this.
    Thanks in advance.
    Last edited by chimeric (2009-05-07 11:50:41)

    LXDE does not provide a window manager (and window decorator). They just strongly advise to use OpenBox. On ArchLinux, the group of packages "lxde" doesn't install OpenBox, so you have to install it by yourself, or install another WM. Then, you will need to configure the way you launch X so OpenBox is used.
    You may refer to http://lxde.org/lxde .
    Last edited by Cilyan (2009-05-07 11:08:04)

  • I am unable to select the correct paper size when printing photo's in iPhoto 11. When I select the paper size in the custom window for 4x6 prints the prints only appear on an 8 1/2x11 page. My Mac is a year old iMac running 10.8.2.

    I am unable to print 4x6 photo's using iPhoto 11. When I do they only print out on lettter size paper even though I enter 4x6 in the custom window in the print size menu. My older Snow Leopard system using iPhoto 9 the paper size window offered a 4x6 paper size which worked well.

    Selecting paper size in the first sreen tellis iPhoto what papery you are going to use - it does not tell the printer what paper to use - printer specific options on on the last (second or third if you customize the print) screen where you tell the print any specifics like paper source (typically printers need to you tell them where a specific paper is loaded - they do not really know the sizes in each paper tray)
    LN

Maybe you are looking for

  • Can you buy a iPhone in America and then swap it to a Australia network?

    Hi, My mum wants to get my sister a iPhone 4 for her 15th birthday, but she thinks buying it in Australia is a little silly, because shes going to America next month and wants to get it there because its cheaper (even though the Aussie dollars higher

  • Image colors depend on the computer that publishes my Domain file?!?!

    Here's a weird one... First, the setup. My site is published from two different computers both using iWeb '08, using the same Domain.sites2 file that's passed from computer to computer using my idisk. The Domain file is always copied down to a local

  • IPhoto events duplicate my pictures and use up my space

    When I organize my pictures in iPhoto events, pictures duplicate and use up my space/memory, what can I do? I have a MacBook Air and I have used up all my free space because I tried to organize my pictures. I will rather have my pictures organized by

  • IPhoto issue with ML 10.8.4

    After updating to OS10.8.4 I can no longer view an individual photos within "info and edit". I know the image is there because Face ID is showing as "is this So and So?" So, for some strange reason, the image itself is invisible.

  • Cant copy to Lacie Hard drive

    I have a lacie hard drive that i use mostly with my pc. I had some files on my macbook that I wanted to put on that hard drive but when i try to copy them it wont let me and says that the file cant be modified. what can i do?