[SOLVED] kf5 broke Qt5 Theme Conformance

I upgraded to KDE Frameworks 5, and Qt5 apps (transmission-qt for example) no longer use qtcurve nor appropriate icons, but rather fall back on what I assume is the default theme and Oxygen icons. It was working fine before kf5.
I've tried launching with -style=qtcurve, and with QT-STYLE-OVERRIDE=qtcurve; no-go.
Last edited by nickpcrogers (2014-07-23 20:20:02)

arojas wrote:Remove frameworkintegration. Unless you use Plasma5, you don't need it.
Thank you very much good sir!
I can confirm **this works**.
Was searching the web for maaany hours for whats causing this.
Cheers

Similar Messages

  • [Solved][KF5 Plasma] I broke my kwallet service

    Hello,
    I think I broke my kwallet service between updates and an attemp to reset it.
    Few week ago, after an update, kwallet started to ask password any time I wanted to connect to a WIFI network.
    As I didn't remember the kwallet password, I clicked "cancel" and entered the WIFI password manually.
    Today I looked for method to reset kwallet and I've done this :
    rm ~/.config/kwalletrc
    mv ~/.local/share/kwalletd ~/.local/share/kwalletd.bak
    Now i briefly see the kwallet password window, without any chance to do anything with that window.
    And I can't connect WIFI network as it doesn't ask for WIFI password anymore.
    kwalletmanager doesn't work :
    [thomas@thomas-xps-14:~]$ kwalletmanager
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    [thomas@thomas-xps-14:~]$ kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    kwalletmanager(7331)/kdeui (Wallet): The kwalletd service has been disabled
    Installed packakages
    [thomas@thomas-xps-14:~]$ pacman -Qs kwallet
    local/kdeutils-kwalletmanager 15.04.1-1 (kde-applications kdeutils)
    Wallet Management Tool
    local/ksshaskpass 5.3.0-3 (plasma)
    ssh-add helper that uses kwallet and kpassworddialog
    local/kwallet 5.10.0-1 (kf5)
    Secure and unified container for user passwords
    Is anyone could help me to get kwallet working again, or make the WIFI password prompt appear again ?
    Last edited by kanar (2015-05-15 09:03:07)

    Working again.
    mv .kde4/share/config/kwalletrc .kde4/share/config/kwalletrc.bak
    mv .kde4/share/config/kwalletmanagerrc .kde4/share/config/kwalletmanagerrc.bak
    Then reboot and it was ok.

  • [SOLVED] Building 32bit gtk2 theme engines for binary 32bit apps

    Hello, I love the nimbus theme and have installed it from the AUR.
    Sadly, there are applications like acroread, foxitreader etc. that won't load the engine and use a nasty default saying
    Gtk-Message: Failed to load module "/opt/lib32/usr/lib/gtk-2.0/modules/libgnomebreakpad.so": /opt/lib32/usr/lib/gtk-2.0/modules/libgnomebreakpad.so: cannot open shared object file: No such file or directory
    (FoxitReader:10389): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libnimbus.so: wrong ELF class: ELFCLASS64
    (FoxitReader:10389): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libnimbus.so: wrong ELF class: ELFCLASS64
    Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64
    Gtk-Message: Failed to load module "gnomebreakpad": /usr/lib/gtk-2.0/modules/libgnomebreakpad.so: wrong ELF class: ELFCLASS64
    As far as I understand, especially since using the Clearlooks engine, everything works as intended. Clearlooks however has a 32bit version in
    /opt/lib32/usr/lib/gtk-2.0/2.10.0/engines
    I want to be able to use the nimbus theme everywhere. However I can't figure out how to make a 32bit binary with the provided gcc and moreover, where to put the resulting files.
    Please help, it really murders consistency and renders 64bit Arch a real pain in the a**. I know about the pure 64bit stance, but honestly, there are some apps that are simply only 32bit.
    Last edited by clamshell (2009-08-16 18:58:20)

    Okay so... status update.
    I really wanted to make Acrobat Reader work with the Nimbus theme.
    I used yaourt in a hastily set-up chroot and build the package from the aur (fortunately you can cancel the actual installation). I then copied the pkg.tar.gz to my desktop.
    The 32bit Gtk themes are installed in:
    /opt/lib32/usr/lib/gtk-2.0/2.10.0/engines
    I used the line from the AUR pkgbuild:
    cp -rPf "$srcdir/usr/lib/gtk-2.0/2.10.0/engines" "$pkgdir/opt/lib32/usr/lib/gtk-2.0/2.10.0"
    So, on my system:
    cp -rPf /home/dan/Desktop/usr/lib/gtk-2.0/2.10.0/engines/ /opt/lib32/usr/lib/gtk-2.0/2.10.0/
    after having unzipped the package - nimbus-0.1.2-2-i686.pkg.tar.gz.
    The -r option means recursive, the -P option preserver permissions and the -f option checks if the destination file can be opened and if not, deletes it and recopies.
    You will notice that in the above directory, you'll find 2 files - libnimbus.a and libnimbus.so
    All the other themes only have the shared object file and the .a file is an archive as far as nautilus is concerned (can't open it, need ar apparently). Everything seems to work if you delete the .a file. I am not sure if the file is only appears with this theme, or with any theme installed this way.
    So, finally, it worked. Acrobat opened and used the new theme.
    But...
    Vertical scrollbar problem
    by LucasVieites on: May 4 2009     
    Hi, the vertical scrollbars overlap when viewing large documents. This screenshot is from Adobe Reader opening a 600 page document: http://www.codexion.com/files/pdf_reader_nimbus.png
    I hope this can be solved.
    from the gnome-look.org site.
    So, it's bugged. The theme. Anyway, the tutorial should work just fine on any non-standard theme you need to use in 32bit apps. It could probably be automated a bit more and perhaps with a multilib gcc, you could do it some other way.
    The point is you really need the libnimbus.so. The shared resources are architecture independent and the standard path will work.
    Oh and I've given up on the nimbus theme itself actually. Care to suggest any good gtk theme?

  • [solved] Who broke vdpau? :P

    One of the last upgrade broke my vdpau playback with (s)mplayer..nvidia I'm looking at you! Anyone else?
    [VD_FFMPEG] XVMC-accelerated MPEG-2.
    [h264_vdpau @ 0x1015400]Missing reference picture, default is 0
    [h264_vdpau @ 0x1015400]decode_slice_header error
    [h264_vdpau @ 0x1015400]reference picture missing during reorder
    [h264_vdpau @ 0x1015400]Missing reference picture, default is 65538
    [h264_vdpau @ 0x1015400]reference picture missing during reorder
    [h264_vdpau @ 0x1015400]Missing reference picture, default is 65542
    [vdpau] Error when calling vdp_presentation_queue_block_until_surface_idle: An invalid handle value was provided.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    [vdpau] Error when calling vdp_presentation_queue_block_until_surface_idle: An invalid handle value was provided.
    [vdpau] Error when calling vdp_presentation_queue_display: An invalid handle value was provided.
    [vdpau] Error when calling vdp_presentation_queue_block_until_surface_idle: An invalid handle value was provided.
    [vdpau] Error when calling vdp_presentation_queue_display: An invalid handle value was provided.
    [vdpau] Error when calling vdp_presentation_queue_block_until_surface_idle: An invalid handle value was provided.
    [vdpau] Error when calling vdp_presentation_queue_display: An invalid handle value was provided.
    and so on...
    Last edited by mangus (2013-02-10 09:19:35)

    thanks,so I'll look deeply into that..I haven't touched anything related though..
    Is (s)mplayer2 raccomended nowadays?
    edit [solved]:
    Apparently I had somehow "option DamageEvents" set to false in xorg configuration and that broke vdpau. Classic  pebkac.
    Allan is safe for now
    Last edited by mangus (2013-02-10 09:26:37)

  • [solved] kf5 and kde groups relation?

    Please, can anybody clarify a relation between kde and kf5 package groups and intended way of the kde4-to-kde5 migration in a whole?
    Last edited by student975 (2014-05-19 14:04:38)

    Roughly speaking, the kf5 packages are a split version of the kdelibs as we know them from KDE 4.x. , meant to replace them.
    Somewhere in the future all the apps developed on top of kdelibs will be ported to kf5 (currently only kate and maybe systemsettings have been ported). The same will happen for the plasma shell (plasma next) which is now in beta and available in the AUR.
    If you're not interested in testing plasma next or testing/developing kf5 apps you have no interest in kf5 packages either.
    For more info, consider reading Andrea's announcement related to kf5: http://blog.andreascarpino.it/kf5-offic … -for-arch/
    Last edited by Box0 (2014-05-19 14:02:59)

  • [SOLVED] Update broke font anti-aliasing

    I've been updating daily, and there were just a few updates today (Sunday, 22 January).  However, almost immediately my fonts went ugly.  I tried rebooting, but it didn't help.  Anti-aliasing doesn't work anymore in Xfce or KDE, which is all I tried.
    I did notice there was a udev update, but there were also some library updates that I can't remember.  I have no idea what broke.
    Any insights or suggestions?  The system is ugly enough that it's hard to read, so I'm moving over to an Arch I haven't updated today.
    Last edited by eerok (2012-01-22 20:18:08)

    Solved.  For some reason I suddenly needed to add a hand-rolled ~/.fonts.conf -- one might have hoped that the Xfce settings would actually work for the Xfce panel and menus, but I guess not.

  • [SOLVED] Can't use themes after switching from KDE to Gnome

    I've just switched my desktop environment from KDE to Gnome, and am unable to use GTK themes properly.
    When I was using KDE, I had qtcurve-gtk2 with gtk-theme-switch2 installed, with QtCurve as the chosen GTK theme.  I have uninstalled both qtcurve-gtk2 and gtk-theme-switch2 when I made my switch to Gnome, but it seems my GTK themes are still controlled by the QtCurve engine, and I can't use GTK themes via Gnome's Appearance Preferences.
    Last edited by samjh (2009-09-24 13:33:02)

    Thanks for the reply, but it's not the answer.  Gtk-chtheme changes the GTK theme that QtCurve uses.  The problem I have is that although I've removed QtCurve from my system (including configuration files using pacman's -Rn option, and the configuration file in my /~ directory), my Gnome system is still using QtCurve for themes, blocking other theme engines from running.  So I'm really looking for a way to get back the ability to use proper GTK/Gnome themes, not QtCurve.
    To clarify again:
    1. I used to have a KDE installation.  I used qtcurve-gtk2 for to theme my GTK apps to conform with KDE look and feel, with gtk-theme-switch2 to set the style for QtCurve.
    2. I removed KDE from my system, and in the process, I also removed (manually and using pacman -Rcn) qtcurve-gtk2 and gtk-theme-switch2.
    3. I installed Gnome, along with gtk-engine-murrine, murrine-theme-collection and gtk-rezlooks-engine.
    4. When I access the Appearance Preferences dialog, all my themes are previewed using KDE's Oxygen-style buttons.  I am only able to use/activate GTK control themes (ie. I cannot use Murrine, Rezlooks, or other non-GTK2 theming engines, even though they are installed).  Even more strangely, if I switch to a GTK control theme to something other than Clearlooks, the buttons change to the appropriate theme, but the scroll bars are stuck on the Clearlooks look-and-feel.  Metacity theming is fine.
    I have reinstalled and re-removed qtcurve-gtk2 and gtk-theme-switch2.  I have completely removed Qt from my system.  I have also searched (using the find command) for any files of qtcurve, and removed every trace of it.  But the old QtCurve configuration is still preventing non-GTK2 themes from running, and causing rendering flaws for scrollbar controls.
    Last edited by samjh (2009-09-23 23:39:39)

  • [SOLVED]Oh-my-zsh themes not loading

    [ edit]
    So the solution was to remove the grml-zsh-config package, and reboot(sourcing the .zshrc for some reason didn't make any difference).
    [/ edit ]
    Hello,
    I don't know if this is the best section to post this question but this isn't necessarily related to Arch exactly so...
    I have two machines that I'm using currently, each with a git repository where i keep track of my stuff(mainly config files), and i share them between the machines. Now, for some reason, on my main machine, with Arch x64 the oh-my-zsh themes load, but on my netbook(with x86 Arch ) they don't load, the prompt just looks like username@hostname.
    I tried editing my .zshrc but t doesn't change anything. Does anyone ever had this problem? I Googled and what i get is that the plugins don't work, not the themes.
    My .zshrc is as follows:
    # defs
    ZSH=/usr/share/oh-my-zsh/
    ZSH_THEME="robbyrussell"
    #ZSH_THEME="afowler"
    CASE_SENSITIVE="true"
    DISABLE_AUTO_UPDATE="true"
    # Uncomment following line if you want red dots to be displayed while waiting for completion
    COMPLETION_WAITING_DOTS="true"
    # on login
    if [ ! -f /tmp/login ]; then
    touch /tmp/login
    eval $(ssh-agent)
    ssh-add -l >/dev/null || alias ssh='ssh-add -l >/dev/null || ssh-add && unalias ssh; ssh'
    fi
    # Uncomment to change how often before auto-updates occur? (in days)
    # export UPDATE_ZSH_DAYS=13
    # Uncomment following line if you want to disable colors in ls
    # DISABLE_LS_COLORS="true"
    # Uncomment following line if you want to disable autosetting terminal
    # title. DISABLE_AUTO_TITLE="true"
    # Uncomment following line if you want to disable command autocorrection
    # DISABLE_CORRECTION="true"
    # Uncomment following line if you want to disable marking untracked files
    # under VCS as dirty. This makes repository status check for large
    # repositories much, much faster.
    #DISABLE_UNTRACKED_FILES_DIRTY="true"
    # Which plugins would you like to load? (plugins can be found in
    # ~/.oh-my-zsh/plugins/*) Custom plugins may be added to
    # ~/.oh-my-zsh/custom/plugins/ Example format: plugins=(rails git textmate
    # ruby lighthouse)
    #plugins=(git)
    source $ZSH/oh-my-zsh.sh
    EDITOR=vim
    VISUAL=$EDITOR
    export EDITOR VISUAL
    bindkey "\e[3~" delete-char
    umask 022
    setopt APPEND_HISTORY
    setopt SHARE_HISTORY
    setopt NOTIFY
    setopt NOHUP
    setopt MAILWARN
    HISTFILE=$HOME/.zsh_history
    HISTSIZE=5000
    SAVEHIST=5000
    export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl:/home/joseph/.cabal/bin:/home/joseph/.cabal/bin:/home/joseph/bin
    # boot
    #clear
    ~/.scripts/fortune.sh
    # alias
    alias setbackground="~/.scripts/setbackground.sh"
    alias setcursor="~/.scripts/setcursor.sh"
    alias fortune="~/.scripts/fortune.sh"
    alias nano="nano -c"
    alias wifi-menu="sudo wifi-menu"
    alias poweroff="sudo systemctl poweroff"
    alias reboot="sudo systemctl reboot"
    alias suspend="sudo systemctl suspend"
    alias reflector="sudo ~/.scripts/reflector.sh"
    alias ls='ls --color=no'
    alias cp='cp -i --preserve=all'
    alias lock='slock'
    alias pacup="~/.scripts/pacup.sh"
    alias w3md="w3m duckduckgo.com"
    alias startxx="~/.scripts/startxx.sh"
    alias startxo="~/.scripts/startxo.sh"
    alias du="du -h"
    alias mplayer="mplayer -zoom"
    alias pacman="sudo pacman"
    Thank you for helping me.
    Last edited by jantonio2992 (2014-05-31 21:28:41)

    First of all, thank you for helping me.
    Trilby wrote:
    jantonio2992 wrote:I don't know if this is the best section to post this question
    I've moved this here to Applications & Desktop Evironments as it seems a better fit as it is about configuration.
    Thank you,
    Trilby wrote:On topic, I don't use zsh, but two basic checks may be in order: 1) what are the ownership and permissions of the config file on the machine it doesn't work on (`ls -l <filename>`) and 2) do you have the exact same version of oh-my-zsh on each machine and/or are you using the aur package for it?
    1) lrwxrwxrwx 1 joseph joseph , so i bet that permissions shouldn't be a problem no?
    2) Yes, i have same version, i even installed the package again to make sure both had last version.
    ANOKNUSA wrote:
    Jantonio2992 wrote:I have two machines that I'm using currently, each with a git repository where i keep track of my stuff(mainly config files), and i share them between the machines.
    Since you admit that you want the same configuration on each machine, why don't you just replace the broken configuration with the working one?
    I did, Each machine has a normal git repository(git init) and a bare(git init --bare), then i set bare repository as "backupl" on the same machine and as "backup" on the other machine, this is how i share them , so they are basically the same. Still on one(the netbook) the prompt shows as <username>@<hostname> and on my main tower(x64 arch, if that helps) it shows as it should with the theme. So to answer to your sugestion, i did replace them still with no result.
    ANOKNUSA wrote:
    thiagowfx wrote:Check whether the folder /usr/share/oh-my-zsh/themes exist in your other machine, and that your chosen theme is present there.
    For posterity, note that this would only apply if it was installed from the AUR. If one just cloned the Git repo (which would be preferable if the user wants to make any changes) the config will be in ~/.oh-my-zsh.
    Yes it was installed from AUR, if i have to install some package not from officials i usually install from AUR.
    thiagowfx wrote:
    Check whether the folder /usr/share/oh-my-zsh/themes exist in your other machine, and that your chosen theme is present there.
    Also, you might try adding
    set -x
    to the beginning of your ~/.zshrc to try to diff/debug the differences between your machines.
    Since both were installed from AUR they both have the folder themes.
    About the set -x , it did it. Thank you very much. When i did that, i compared the differences of the output as you said i should and the netbook one fave a lot more info, so further inspection, on the output said something about "gmrl" something, and i remembered i had installed the grml-zsh-config because it was the config i used to use before i started using git, since i prefer how the oh-my-zsh themes look.
    So the solution was to remove the grml-zsh-config package, and reboot(sourcing the .zshrc for some reason didn't make any difference).
    thank you for helping me.

  • [SOLVED]Can't change themes on Gnome

    I've recently installed gnome again, everything looks good, but i can't acces to the theme manager.
    There is no entry on the menu for "Appearance" or when i right-click on the desktop for change the desktop background, nothing happens.
    How can i get this to work?
    Thanks.
    Last edited by Hyugga (2010-06-08 21:27:04)

    how did you installed gnome? the appearance menu is owned by gnome-control-center, which is a part of gnome group.

  • [SOLVED] Update broke tint2-svn

    The transparency on my tint2-svn icons has been broken with a recent update. Here are the packages that were updated before the breakage:
    2015-04-10 11:55 adwaita-icon-theme
    2015-04-10 11:55 atk
    2015-04-10 11:55 at-spi2-atk
    2015-04-10 11:55 at-spi2-core
    2015-04-10 11:55 boost-libs
    2015-04-10 11:55 chromium
    2015-04-10 11:55 dconf
    2015-04-10 11:55 evince
    2015-04-10 11:55 firefox
    2015-04-10 11:55 gcr
    2015-04-10 11:55 glib2
    2015-04-10 11:55 glibmm
    2015-04-10 11:55 glib-networking
    2015-04-10 11:55 gnome-desktop
    2015-04-10 11:55 gnome-keyring
    2015-04-10 11:55 gsettings-desktop-schemas
    2015-04-10 11:55 gtk3
    2015-04-10 11:55 gvfs
    2015-04-10 11:55 gvfs-afc
    2015-04-10 11:55 gvfs-mtp
    2015-04-10 11:55 harfbuzz
    2015-04-10 11:55 harfbuzz-icu
    2015-04-10 11:55 icu
    2015-04-10 11:55 lib32-glib2
    2015-04-10 11:55 lib32-harfbuzz
    2015-04-10 11:55 lib32-libssh2
    2015-04-10 11:55 lib32-libtiff
    2015-04-10 11:55 lib32-qt4
    2015-04-10 11:55 lib32-util-linux
    2015-04-10 11:55 libcdr
    2015-04-10 11:55 libe-book
    2015-04-10 11:55 libmspub
    2015-04-10 11:55 libreoffice-fresh
    2015-04-10 11:55 libsoup
    2015-04-10 11:55 libssh2
    2015-04-10 11:55 libva
    2015-04-10 11:55 libva-intel-driver
    2015-04-10 11:55 libvisio
    2015-04-10 11:55 linux
    2015-04-10 11:55 poppler
    2015-04-10 11:55 poppler-glib
    2015-04-10 11:55 raptor
    2015-04-10 11:55 rest
    2015-04-10 11:56 mpd
    2015-04-10 11:56 p7zip
    2015-04-10 11:56 pangomm
    2015-04-10 11:56 subversion
    2015-04-10 11:56 vte-common
    2015-04-10 11:56 xf86-input-synaptics
    I'm personally suspecting it has something to do with gtk3 or maybe gnome-desktop. The rest of the taskbar is fine and I haven't encountered other issues. I'm currently using Gnome icon pack, so the Adwaita update didn't do anything. I tested different icons for the tray, all of them had the same problem. Is anyone else experiencing this with tint2-svn? Should I try reverting packages or will that make things even messier in the long run?
    Last edited by ggg377 (2015-04-13 18:41:31)

    jasonwryan wrote:Yes, slight code changes have broken the patches. You could hand patch the clock files and remove those patches from the PKGBUILD (or wait until the maintainer updates the package).
    Hi, thanks for this answer. tint2-svn seems to be hopelessly broken. I had to even fix the version I had installed (back in February), but the latest one seems to be an absolute trainwreck. I tried the tips from the comments:
    I `m successfully compile after next changes:
    - patch launcher_apps_dir-v2.patch needs to be modified, source code in svn has been chaged in util/common.c, changes to patch on http://pastebin.com/avmcFs8s
    - patch tint2-systray.patch need to be removed, because source code in file systray/systraybar.c already have patch changes
    This one led to:
    ==> Starting build()...
    patching file src/clock/clock.c
    Hunk #2 succeeded at 111 (offset 11 lines).
    patching file src/clock/clock.c
    Hunk #1 succeeded at 41 (offset 2 lines).
    Hunk #2 FAILED at 62.
    Hunk #3 FAILED at 78.
    Hunk #4 succeeded at 286 (offset 31 lines).
    2 out of 4 hunks FAILED -- saving rejects to file src/clock/clock.c.rej
    patching file src/clock/clock.h
    patching file src/config.c
    Hunk #1 succeeded at 435 (offset 39 lines).
    ==> ERROR: A failure occurred in build().
    Aborting...
    I wouldn't know how to manually fix it and there wasn't a solution in the comments. Also tried building the git version with this pkgbuild: http://sprunge.us/VaeE?sh still got this error:  No CMAKE_C_COMPILER could be found. I also googled and found out some users have reported the svn version works without patches, that didn't work for me when I tried it. It looks like I've hit a dead end. I'm using tint2 for now, but it sadly doesn't have the feature to move tray and clock to bottom when using it as a sidebar. Also it has the same transparency issues in the tray. I might be forced to start looking for a new panel
    Last edited by ggg377 (2015-04-12 15:29:20)

  • [SOLVED]CompizStandalone-GDM,ugly theme,keyboard and desktop handling

    Hi, i believe i have successfully installed compiz as standalone but i have a few issues;
    1. Fist of all i cannot change my keyboard layout. I tried this https://wiki.archlinux.org/index.php/Xo … t-Plugging and i have following in my xorg.conf but no luck
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "tr"
    Option "XkbVariant" "alt"
    EndSection
    2. Second, i have to do Ctrl+Alt+F1 then startx to get compiz working. Is there any way that i can add this to GDM just like any desktop environment ?
    3. How do i use the desktop ? I have set up a wallpaper in CCSM and folders are opening in Firefox.
    4. Lastly, themes look ugly. Is this normal or did i miss something ?
    Last edited by Selo (2012-03-12 19:08:34)

    1. I'm not sure how to help here; I think xmodmap migh tbe involved? I use the standard keyboard layout and switch to kana input with Anthy through IBUS.
    2. I use a .desktop file with LXDM and a script to accomplish this.
    The .desktop file (/usr/share/xsessions/compiz.desktop):
    [Desktop Entry]
    Encoding=UTF-8
    Type=XSession
    Exec=/usr/bin/start-compiz
    TryExec=/usr/bin/start-compiz
    Name=Compiz Standalone
    The script:
    #!/bin/bash
    # Wallpaper
    nitrogen --restore
    # Sound
    SOUND_THEME='ootw'
    jackd -rd alsa -Hs &
    amixer set Master 80%
    xset -b&
    # PATH fix
    PATH=${PATH}$(grep ^PATH /home/mouse/.bashrc | cut -d \} -f 2)
    export PATH
    # TZ
    TZ='GMT'
    export TZ
    # VST path
    VST_PATH='/home/mouse/.vst/'
    export VST_PATH
    # Dockbar
    avant-window-navigator &
    # Tray applets
    pnmixer&
    wicd-gtk -t&
    batti&
    # Once!
    #urxvt -tr -sh 10 -e tmux
    # Keys
    xbindkeys&
    # Beep!
    mplayer "/usr/share/sounds/${SOUND_THEME}/stereo/desktop-login.ogg"&
    # Compiz
    fusion-icon # NOTE: The script stops here, and picks up when I select 'Quit' in Fusion-Icon
    # Boop!
    mplayer "/usr/share/sounds/${SOUND_THEME}/stereo/desktop-logout.ogg" # After this, the script exits and returns me to LXDM
    3. You can set up wallpaper either through CCSM or Nitrogen, Feh, what-have-you. I assume you mean desktop icons when you say "use the desktop". For those you can use community/idesk.
    4. You need to set the GTK theme. Try community/lxappearance.

  • [SOLVED] What are those theme and font?

    Can someone tell me what is the gtk and pekwm theme?
    And I also want to know whats the font.
    Thanks in advance for you help.
    The screenshot is here
    Last edited by froli (2009-05-29 07:55:09)

    tdy wrote:
    After a quick scan of box-look: Verdant
    @font, if you're referring to the one inside his file manager, I don't know.
    Really late, but I just realized that it's the same name for the GTK theme

  • [SOLVED] I broke X by pressing a function key

    My laptop is a Lenovo y50 4K.  I have Nvidia hybrid optimus graphics with the proprietary Nvidia driver and xrandr modesetting in my .xinitrc.  I have been using my current configuration successfully for a few months.  The issue started when I pressed FN + F3.  This is the function key that toggles my video output source / screen mirroring to the HDMI plug.  I meant to press FN + F2, which is the one that toggles my screen backlight, but my finger missed the key.  I didn't have anything plugged into the HDMI port at the time and X immediately crashed.  I tried to restart X, but it segfaulted.  I tried pressing the function key again, but under TTY all it does is type "p" in console.  I tried restarting the computer, but that changed nothing.  X still crashes.  I tried loading X with a HDMI screen plugged in, no change.  Now I started to think that it was maybe a bios level toggle, so I looked for an option to disable the HDMI plug in my bios settings.  There was none.  I tried rebooting into Windows plugging a device into the HDMI port and cycling through the HDMI screen mirroring options, disabling the HDMI port there and rebooting.  I tried this because I had a wifi issue in the past that turned out to be a bios level toggle from my wifi function key that could only be set from Windows.  At this point, The HDMI output would no longer mirror the screen at bios and Grub, but as soon as the Linux kernel loaded, the screen would mirror over HDMI again.  I don't know if it's relevant or not, but I have used my HDMI port for screen mirroring in the past without problems, but I never used the function key to toggle it before.
    This error shows up under dmesg when I try to start X.
    [ 1965.483823] vgaarb: this pci device is not a vga device
    [ 1965.484045] nvidia 0000:01:00.0: irq 36 for MSI/MSI-X
    [ 1965.485905] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485935] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485948] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485968] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485980] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485992] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.486018] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.486030] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.488207] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    This is my Xorg log.
    [ 5246.182]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 5246.189] X Protocol Version 11, Revision 0
    [ 5246.191] Build Operating System: Linux 3.17.6-1-ARCH x86_64
    [ 5246.194] Current Operating System: Linux Rocco_Lenovo 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 5246.194] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1165f63-72c5-4bd0-a061-6379dc86c97c rw rcutree.rcu_idle_gp_delay=5
    [ 5246.199] Build Date: 11 February 2015 08:27:38AM
    [ 5246.201]
    [ 5246.203] Current version of pixman: 0.32.6
    [ 5246.209] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5246.209] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5246.219] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 16 16:06:34 2015
    [ 5246.222] (==) Using config file: "/etc/X11/xorg.conf"
    [ 5246.224] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 5246.225] (==) ServerLayout "layout"
    [ 5246.225] (**) |-->Screen "nvidia" (0)
    [ 5246.225] (**) | |-->Monitor "<default monitor>"
    [ 5246.225] (**) | |-->Device "nvidia"
    [ 5246.225] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 5246.225] (**) |-->Inactive Device "intel"
    [ 5246.225] (==) Automatically adding devices
    [ 5246.225] (==) Automatically enabling devices
    [ 5246.225] (==) Automatically adding GPU devices
    [ 5246.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 5246.225] Entry deleted from font path.
    [ 5246.225] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 5246.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 5246.225] Entry deleted from font path.
    [ 5246.225] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 5246.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 5246.225] Entry deleted from font path.
    [ 5246.225] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 5246.225] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 5246.225] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5246.225] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5246.225] (II) Loader magic: 0x814d40
    [ 5246.225] (II) Module ABI versions:
    [ 5246.225] X.Org ANSI C Emulation: 0.4
    [ 5246.225] X.Org Video Driver: 19.0
    [ 5246.225] X.Org XInput driver : 21.0
    [ 5246.225] X.Org Server Extension : 9.0
    [ 5246.226] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 5246.226] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 5246.227] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
    [ 5246.227] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5246.227] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
    [ 5246.228] (--) PCI:*(0:0:2:0) 8086:0416:17aa:3978 rev 6, Mem @ 0xd1000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
    [ 5246.228] (--) PCI: (0:1:0:0) 10de:1392:17aa:3978 rev 162, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 5246.228] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5246.228] (II) LoadModule: "glx"
    [ 5246.228] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5246.235] (II) Module glx: vendor="NVIDIA Corporation"
    [ 5246.235] compiled for 4.0.2, module version = 1.0.0
    [ 5246.235] Module class: X.Org Server Extension
    [ 5246.235] (II) NVIDIA GLX Module 346.35 Sat Jan 10 20:53:39 PST 2015
    [ 5246.235] (II) LoadModule: "nvidia"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 5246.235] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 5246.235] compiled for 4.0.2, module version = 1.0.0
    [ 5246.235] Module class: X.Org Video Driver
    [ 5246.235] (II) LoadModule: "modesetting"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5246.235] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5246.235] compiled for 1.17.1, module version = 1.17.1
    [ 5246.235] Module class: X.Org Video Driver
    [ 5246.235] ABI class: X.Org Video Driver, version 19.0
    [ 5246.235] (II) NVIDIA dlloader X Driver 346.35 Sat Jan 10 20:32:18 PST 2015
    [ 5246.235] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 5246.235] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5246.235] (++) using VT number 1
    [ 5246.235] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 5246.235] (II) Loading sub module "fb"
    [ 5246.235] (II) LoadModule: "fb"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 5246.235] (II) Module fb: vendor="X.Org Foundation"
    [ 5246.235] compiled for 1.17.1, module version = 1.0.0
    [ 5246.235] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5246.235] (II) Loading sub module "wfb"
    [ 5246.235] (II) LoadModule: "wfb"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 5246.235] (II) Module wfb: vendor="X.Org Foundation"
    [ 5246.235] compiled for 1.17.1, module version = 1.0.0
    [ 5246.235] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5246.235] (II) Loading sub module "ramdac"
    [ 5246.235] (II) LoadModule: "ramdac"
    [ 5246.235] (II) Module "ramdac" already built-in
    [ 5246.236] (II) modeset(1): using drv /dev/dri/card0
    [ 5246.236] (II) modeset(G0): using drv /dev/dri/card0
    [ 5246.236] (EE) Screen 1 deleted because of no matching config section.
    [ 5246.236] (II) UnloadModule: "modesetting"
    [ 5246.236] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 5246.236] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 5246.236] (==) NVIDIA(0): RGB weight 888
    [ 5246.236] (==) NVIDIA(0): Default visual is TrueColor
    [ 5246.236] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 5246.236] (**) NVIDIA(0): Option "ConstrainCursor" "off"
    [ 5246.236] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "on"
    [ 5246.236] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
    [ 5246.236] (**) NVIDIA(0): Enabling 2D acceleration
    [ 5246.332] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 5246.333] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 860M (GM107-A) at PCI:1:0:0 (GPU-0)
    [ 5246.333] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 5246.333] (--) NVIDIA(0): VideoBIOS: 82.07.34.00.08
    [ 5246.333] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 5246.333] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 860M at PCI:1:0:0
    [ 5246.333] (--) NVIDIA(0): none
    [ 5246.333] (II) NVIDIA(0): Validated MetaModes:
    [ 5246.333] (II) NVIDIA(0): "NULL"
    [ 5246.333] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 5246.333] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 5246.333] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 5246.333] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
    [ 5246.333] (==) modeset(G0): RGB weight 888
    [ 5246.333] (==) modeset(G0): Default visual is TrueColor
    [ 5246.333] (II) Loading sub module "glamoregl"
    [ 5246.333] (II) LoadModule: "glamoregl"
    [ 5246.333] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 5246.336] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 5246.336] compiled for 1.17.1, module version = 1.0.0
    [ 5246.336] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5246.336] (II) glamor: OpenGL accelerated X.org driver based.
    [ 5246.351] (EE)
    [ 5246.351] (EE) Backtrace:
    [ 5246.351] (EE) 0: /usr/lib/xorg-server/Xorg (xorg_backtrace+0x56) [0x590416]
    [ 5246.351] (EE) 1: /usr/lib/xorg-server/Xorg (0x400000+0x194579) [0x594579]
    [ 5246.351] (EE) 2: /usr/lib/libc.so.6 (0x7fe5a1f0d000+0x33540) [0x7fe5a1f40540]
    [ 5246.351] (EE) 3: /usr/lib/libX11.so.6 (_XSend+0x2b) [0x7fe597eb80bb]
    [ 5246.351] (EE) 4: /usr/lib/libX11.so.6 (_XFlush+0x15) [0x7fe597eb8575]
    [ 5246.351] (EE) 5: /usr/lib/libX11.so.6 (_XGetRequest+0x65) [0x7fe597ebb055]
    [ 5246.351] (EE) 6: /usr/lib/libX11.so.6 (XQueryExtension+0x4d) [0x7fe597eae5ed]
    [ 5246.352] (EE) 7: /usr/lib/libX11.so.6 (XInitExtension+0x32) [0x7fe597ea2392]
    [ 5246.352] (EE) 8: /usr/lib/libXext.so.6 (XextAddDisplay+0x4f) [0x7fe597c7138f]
    [ 5246.352] (EE) 9: /usr/lib/libnvidia-glsi.so.346.35 (0x7fe5981b8000+0x63017) [0x7fe59821b017]
    [ 5246.352] (EE) 10: /usr/lib/libnvidia-glsi.so.346.35 (0x7fe5981b8000+0x4484) [0x7fe5981bc484]
    [ 5246.352] (EE) 11: /usr/lib/libEGL.so.1 (0x7fe598442000+0x2381e) [0x7fe59846581e]
    [ 5246.352] (EE) 12: /usr/lib/libEGL.so.1 (0x7fe598442000+0x2417a) [0x7fe59846617a]
    [ 5246.352] (EE) 13: /usr/lib/libEGL.so.1 (0x7fe598442000+0x2c946) [0x7fe59846e946]
    [ 5246.352] (EE) 14: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0x99) [0x7fe59a768539]
    [ 5246.352] (EE) 15: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fe59adf7000+0x6a86) [0x7fe59adfda86]
    [ 5246.352] (EE) 16: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b42c]
    [ 5246.352] (EE) 17: /usr/lib/xorg-server/Xorg (0x400000+0x3c78a) [0x43c78a]
    [ 5246.352] (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7fe5a1f2d800]
    [ 5246.352] (EE) 19: /usr/lib/xorg-server/Xorg (_start+0x29) [0x426e29]
    [ 5246.352] (EE)
    [ 5246.352] (EE) Segmentation fault at address 0x0
    [ 5246.352] (EE)
    Fatal server error:
    [ 5246.352] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 5246.352] (EE)
    [ 5246.352] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5246.352] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 5246.352] (EE)
    [ 5246.367] (EE) Server terminated with error (1). Closing log file.
    The main thing that I noticed from my xorg log is
    [  5246.333] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 860M at PCI:1:0:0
    [  5246.333] (--) NVIDIA(0):     none
    [  5246.333] (II) NVIDIA(0): Validated MetaModes:
    [  5246.333] (II) NVIDIA(0):     "NULL"
    Last edited by testing567 (2015-02-17 01:57:57)

    Trilby wrote:If you have longish uptimes, I suspect this has nothing to do with the output switch.  The switch may have caused a crash, but the failure to restart X could be due to this issue
    It turned out to be exactly this.  Thank you.  It would seem that the function key causing the crash was completely unrelated to my not being able to restart X.  I found the bug report here.
    I followed the advice in the comments and got it running by renaming /usr/lib/xorg/modules/libglamoregl.so so glamor can't load.  I'll mark the thread as solved.  Hopefully this bug gets addressed quickly because that fix feels like a dirty hack.
    Last edited by testing567 (2015-02-17 01:56:58)

  • [SOLVED] How to install themes in awesome window manager?

    Hello world!
    I am trying to customize my awesome (literally and figuratively) system, and I keep breaking my rc.lua (luckily I keep backups). The theme I'm trying to install is Darklooks. Following the directions in This Article: http://solitudo.net/software/awesome/themes/
    I cloned the themes repository and copied Darklooks to my ~/.config/awesome/themes folder, then following the advice of the arch wiki, I changed a line in my rc.lua from
    beautiful.init("/usr/share/awesome/themes/default/theme.lua")
    to
    beautiful.init(awful.util.getdir("config") .. "/themes/Darklooks/theme.lua")
    Unfortunately, when I restart awesome, I get a ton of errors, to where I'm having trouble picking out any of them to read, but everything that is normally colored is black, like it's missing a color value.
    Any thoughts, hints, suggestions, or solutions would be much appreciated.
    On another note: This is somewhat related, but I'm not really sure if this belongs in another thread, so If I need to edit this out and start a new thread, please tell me:
    What exactly will the theme change? I know it will change the panel colors and such, but will it also change icons or do I install other icons separately? Also, If I were to add an icon theme, would that affect the indicators I have on the panel? For example, I have wicd-gtk and a battery monitor (I think it's batterymon?) that start with awesome and display on the panel, but the icons for those on the panel are pretty ugly. Is that something that would be changed by adding an icon pack, or is how they appear determined by the application itself?
    Once again, I appreciate any and all solutions, opinions, etc.
    Last edited by TheGuyWithTheFace (2013-07-21 01:16:48)

    Chances are that the theme you want to use has not been updated to work with the latest version of awesome.
    Remember ever version change in awesome comes with code changes that require you to re-edit/write your rc.lua, I would see if you can find an email address for the author & contact him/her directly to see if it is compatible.

  • [SOLVED] Cannot install qt5-base

    To update smplayer I need qt5-base, but there seems to be a conflict between something I have installed and qtchooser:
    # pacman -S smplayer
    resolving dependencies...
    looking for inter-conflicts...
    Packages (4): qt5-base-5.2.1-3 qt5-script-5.2.1-3 qtchooser-39-1 smplayer-14.3.0-1
    Total Installed Size: 65.04 MiB
    Net Upgrade Size: 55.23 MiB
    :: Proceed with installation? [Y/n]
    (4/4) checking keys in keyring [################################################################] 100%
    (4/4) checking package integrity [################################################################] 100%
    (4/4) loading package files [################################################################] 100%
    (4/4) checking for file conflicts [################################################################] 100%
    error: failed to commit transaction (conflicting files)
    qtchooser: /usr/bin/qdbus exists in filesystem
    qtchooser: /usr/bin/qdbusviewer exists in filesystem
    Errors occurred, no packages were upgraded.
    # pacman -Qo /usr/bin/qdbus
    error: No package owns /usr/bin/qdbus
    Does anyone know if it is safe to remove qdbus and qdbusviewer and then run the update?
    Cheers
    Andrew
    Last edited by fdservices (2014-08-11 07:16:13)

    @fredbezies
    It is a file from qtchooser.
    - no it isn't, because that is what I am trying to install
    @Mr.Elendig
    sticky thread is sticky
    says
    As a user, you must figure out what is causing the conflict and act accordingly.
    which is what I am trying to do
    Also, always use -Syu when installing things
    Yes, I do, I just used -S to illustrate that it was smplayer calling in the dependencies and causing the conflict.
    Thanks anyway
    Andrew

Maybe you are looking for