[Gambas-user] DateBox popup transparency issue
Randall Morgan
rmorgan62 at ...626...
Tue Sep 23 19:18:58 CEST 2014
Hi Beniot,
Try this for checking desktops. It works for me on Ubuntu 12.04. This of
course is a BASK script...
if [ "$XDG_CURRENT_DESKTOP" = "" ]then
desktop=$(echo "$XDG_DATA_DIRS" | sed 's/.*\(xfce\|kde\|gnome\).*/\1/')else
desktop=$XDG_CURRENT_DESKTOPfi
desktop=${desktop,,} # convert to lower case
echo "$desktop"
On Tue, Sep 23, 2014 at 9:36 AM, Benoît Minisini <
gambas at ...1...> wrote:
> Le 23/09/2014 17:46, Tobias Boege a écrit :
> > Hi,
> >
> > someone reported an issue with DateBox's chooser popup. After
> double-clicking
> > on a date, the popup would stay halfways transparent and flicker
> according to
> > the mouse movements. The attached screenshot kind of shows this. Project
> is
> > also attached.
> >
> > After it didn't happen on my system, we found out that replacing gb.gui
> with
> > gb.qt4 fixed the symptom. His system:
> >
> > [System]
> > Gambas=3.5.4
> > OperatingSystem=Linux
> > Kernel=3.13.0-36-generic
> > Architecture=x86_64
> > Distribution=Ubuntu 14.04.1 LTS
> > Desktop=GNOME
> > Theme=QGtk
> > Language=en_US.UTF-8
> > Memory=16030M
> > [Libraries]
> > Cairo=libcairo.so.2.11301.0
> > Curl=libcurl.so.4.3.0
> > DBus=libdbus-1.so.3.7.6
> > GStreamer=libgstreamer-0.10.so.0.30.0
> > GStreamer=libgstreamer-1.0.so.0.204.0
> > GTK+=libgtk-x11-2.0.so.0.2400.23
> > OpenGL=libGL.so.1.2.0
> > Poppler=libpoppler.so.44.0.0
> > Qt4=libQtCore.so.4.8.6
> > SDL=libSDL-1.2.so.0.11.4
> >
> > Regards,
> > Tobi
> >
>
> I guess this is an Unity thing... By the way, it detects the desktop as
> being Gnome. If someone knows a way to detect that it is actually Unity.
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
If you ask me if it can be done. The answer is YES, it can always be done.
The correct questions however are... What will it cost, and how long will
it take?
More information about the User
mailing list