Remember dimensions failing when decor is off
Sorry, should have said the fluxbox version is a git clone a few months ago.
Remove last workspace problems
Invalid. The font I used didn't support that glyph.
Menu/submenu title don't support utf8 while menu items do
Oh, I also had to unset 'auto hide' and 'auto raise' too.
Oh, I also had to unset 'auto hide' and 'auto raise' and make sure that the toggle was in sync with the init file too.
Well I have made a workaround that some people may find useful: In keys: None Super_L :ExecCommand ~/scripts/flux-toggle-toolbar And flux-toolbar-toggle: 1 2 3 4 5 6 7 8 9 10 11 12 13#!/bin/sh INIT=$HOME/.fluxbox/init SET="session.screen0.toolbar.visible:" CUR=$(grep "$SET" $INIT \ | cut -d: -f2 | tr -d ' ' | tr [a-z] [A-Z]) [ "$CUR" == "TRUE" ] && CUR="FALSE" || CUR="TRUE" sed -i "s#$SET.*#$SET $CUR#" $INIT DISPLAY=:0.0 fluxbox-remote "ReConfig"
Toolbar autoraise false still raises on mouseover
I managed to fix this by starting from scratch and just copying /exactly/ the [app] line into the [group] section.
Problems with grouping
I'm very sorry, Ricardo. I was using the subversion repo here on sourceforge, rather than the assembla.com repo. I'm not sure how I came to use that, but anyway it works fine now. Thanks for all you hard work. Dave
And the build method that I use (perhaps I'm missing something): cd smplayer/trunk sed -i "s#/share/man#/man#g" Makefile make PREFIX=/usr LRELEASE=lrelease \ QMAKE_OPTS="QMAKE_CXXFLAGS=\"$SLKCFLAGS\"" make install PREFIX=/usr DESTDIR=$PKG \ DOC_PATH=/usr/doc/$PRGNAM-$VERSION cd ../../smplayer-themes/trunk make make install PREFIX=/usr DESTDIR=$PKG cd ../../smplayer-skins/trunk make make install PREFIX=/usr DESTDIR=$PKG cd ../../smtube/trunk make PREFIX=/usr LRELEASE=lrelease \ QMAKE_OPTS="QMAKE_CXXFLAGS=\"$SLKCFLAGS\""...
I have made a log. It just seems to get stuck in a loop. Can you tell what's wrong from that?
Youtube not working
Well after looking for through the fluxbox-apps manpage I found that it should be 'SetDecor none' I can't see how to close this bug, so I guess I'll leave it for someone else.
Well after looking for through the fluxbox-apps manpage I found that it should be 'SetDecor none'
After some experimenting I find that 'SetDecor off' doesn't work anyway. Same with latest git master.
After some experimenting I find that 'SetDecor off' doesn't work anyway.
ToggleCmd + MAcroCmd not working properly for me
[FocusHidden] {yes} also hides from ClientMenu
Fixed it by adding -fpermissive to g++ command on line 64
When I run ./build I get a bunch of warnings fly by followed by: g++: error: obj_files/AtomicParsley.o: No such file or directory Anyone got any ideas on building? I'm using 64bit Slackware with g++ (GCC) 5.3.0 Thanks
Added a build log.
When I run ./build I get a bunch of warnings fly by followed by: g++: error: obj_files/AtomicParsley.o: No such file or directory I would post a log but for some reason g++ refuses to print to stdout or stderr for this. Anyone got any ideas on building? I'm using 64bit Slackware with g++ (GCC) 5.3.0 Thanks
Thanks Will. Upgrading FLTK to the latest nightly seems to have fixed it.
Build error with 1.4.0.1 on Slackware64-14.2
Hi For a little while now it hasn't been possible to play youtube videos. Same goes...
Effects not working
I get this error: CMake Error at tests/CMakeLists.txt:33 (add_subdirectory): add_subdirectory...
I get this error when trying to cmake: CMake Error at /usr/share/cmake-2.8/Modules/CPack.cmake:395...
Is it possible to not skip at the start and just start ripping straight away? streamripper...
Is it possible to not skip at the start and just start ripping straight away? streamripper...
Nevermind, I found the correct URL now
I just got a message that the svn repo has changed to: https://svn.code.sf.net/p/umplayer/code/!svn/vcc/default...