Warning: session_start(): open(/tmp/sess_iuj52k6adef4vl0mkt5pu81so0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kostiagol's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- kostiagol's profile .- Fan of  .- CV  .- Friends  .- Content  .- Latest Comments (8) . 
Re: Re: Wrong directory
Nov 5 2012  on content yaflight

OK. I Upgraded to latest build, tried to add thees lines to config file, but still get same error. and, there must be FGFSBIN or FGFGFSBIN?
Then I added Aircraft and Airports directories and an empty file version in root / directory. Now konsole is "happy", but window with "Can't create airport index cache Check you permissions" still appears. I added rw permission to user, but nothing happened, still same window, and I can't recreate airports cache.
Program ignores some of your environment settings. And here I can't help, your source code is to difficult for me, I'm not a programmer :)

.
Re: Re: Wrong directory
Nov 4 2012  on content yaflight

Sorry, I was offline two days, and now don't have time, tomorrow I'll try. Thanks again

.
.
Wrong directory
Nov 2 2012  on content yaflight

Hello! Nice to see that someone is trying to make a good GUI for FlightGear launching, I wonder, why Flightgear's programers do not care about it?
So, I have a problem with your launcher (on OpenSuse linux)
It gives me this message in konsole:
Quote:
/usr/share/yaflight/languages/
Failed to open /version for read: No such file or directory
Directory /Aircraft doesn't exists
Empty hash


and window with:
Quote:
Can't create airport index cache
Check you permissions


And, it is strange this days to use fixed list of screen resolutions, why you don't use randr or something?

.
Re: Re: Re: Re: Veromix 0.15 bug
Feb 5 2012  on content Veromix - volume control / soundmenu

I changed it in 0.15.1 version. Now I can switch devices and profiles, the problem was in UTF-8 encoding.
And, now I don't need every time to mark USB device as default, don't know, maybe problem was in some pulseaudio settings, but after update and fixing UTF problem everithing is working.
Oh... I can't check now switching to HDMI, will it work, or you didn't change that?

.
Re: Re: Re: Re: Re: Veromix 0.15 bug
Feb 5 2012  on content Veromix - volume control / soundmenu

AAAAAAAAAAAAA!!!!!!AAAAAAA!!!!AAAAA!!!
I am a HACKERRRRR!!!!!
I've found the problem! I didn't go anywhere (it's -25 degrees outside), I decided to help you to make the most useful plasmoid in the world even better!!! :)
change
Channel.py:191: action = QAction(str(profile.description), card_menu)
to
Channel.py:191: action = QAction(unicode(profile.description), card_menu)
Sorry for the emotions :)

.
Re: Re: Re: Re: Veromix 0.15 bug
Feb 5 2012  on content Veromix - volume control / soundmenu

Sorry, I don't have time now, but when I return (maybe tomorrow), I'll continue.
Don't go anywhere :)

.
Re: Re: Veromix 0.15 bug
Feb 4 2012  on content Veromix - volume control / soundmenu

Quote:
veromix icon installed
Outputting dbus-servie file
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
Traceback (most recent call last):
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/Channel.py", line 251, in on_expander_clicked
self.contextMenuEvent(None)
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/Channel.py", line 300, in contextMenuEvent
self.create_context_menu(event)
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/Channel.py", line 134, in create_context_menu
self.context_menu_create_custom()
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/SinkUI.py", line 40, in context_menu_create_custom
self.context_menu_create_sounddevices()
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/Channel.py", line 193, in context_menu_create_sounddevices
action = QAction(str(profile.description), card_menu)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-9: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/Channel.py", line 300, in contextMenuEvent
self.create_context_menu(event)
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/Channel.py", line 134, in create_context_menu
self.context_menu_create_custom()
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/SinkUI.py", line 40, in context_menu_create_custom
self.context_menu_create_sounddevices()
File "/usr/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/Channel.py", line 193, in context_menu_create_sounddevices
action = QAction(str(profile.description), card_menu)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-9: ordinal not in range(128)


Sorry, I don't get it, ascii... not utf8? or something else? (my locale is set to russian)

Quote:
Theoretically this should be handeled by pulseaudio. I will check what I can do about it.


Pulse can do it. If USB headphones set as default in pavuconrol, it is working, but if veromix is running, nothing happens, I think maybe Veromix somehow blocks it? checked on two computers with Kubuntu and Arch, with different Veromix versions

.
Veromix 0.15 bug
Feb 4 2012  on content Veromix - volume control / soundmenu

Hello!
After plasmoid update I can't select default output profile (Archlinux). I want to choose between analog and HDMI outputs (and inputs to), since it is not switching automatically.
Now if I plug HDMI, I must open Veromix settings dialog and switch default profile to HDMI output in Pulseaudio settings. And when I unplug the cable, I must open settings dialog again and choose analog duplex. It was easier before, click on triangle of default output and select desired profile in drop-down list (which was buggy, but it worked)
And a feature request (sorry, I don't have google account, so I'm leaving it here):
Is it posible to make Veromix to switch back to analog, when HDMI is unplugged? And automatically connect to USB headphones when they are plugged in, or switch back to internal when unplugged?
And the last. Thank you for making usefull stuff, not some sistemmonitor plasmoid :)

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team