Debian Multimedia :: Missing String In Dconf-editor
May 26, 2015
The dconf-editor is missing 'percentage-action', 'percentage-low', 'percentage-critical' strings that's responsible for notifying the user of the battery levels. How can I add them?
View 5 Replies
ADVERTISEMENT
Mar 16, 2010
I've got some video clips that were shot with an incorrect white balance, which I'd like to correct. Having read that LiVES has color FX, I thought I'd give it a try.
The documentation for LiVES [URL] shows a "colour correction" effect that I don't see anywhere on my copy of LiVES 1.1.5. My digging so far hasn't found a plug-in that does color correction.
View 6 Replies
View Related
Oct 1, 2015
i installed debian 8.2 with gnome 3 desktop environment when i run this command
Code: Select alldconf write /org/gnome/nautilus/preferences/default-sort-order type i got this error
Code: Select allerror: 0-4:unknown keyword
Usage:
dconf write KEY VALUE
Write a new value to a key
Arguments:
KEY A key path (starting, but not ending with '/')
VALUE The value to write (in GVariant format)
what should i do ?
also when i use gsettings i get
Code: Select all(process:4333): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
View 6 Replies
View Related
Feb 2, 2010
I need to seach a string containing
the substring of 'New Request object:'
and
the substring of '/0x2ab46b1f90' in vi editor,
how do I accomplish that?
View 7 Replies
View Related
Jan 19, 2011
I use Debian Lenny and iceweasel as my browser on a gnome core desktop. I also use JFOREX (java application) for my trading platform. It works fine. The problem is when I click on portfolio statement in creates an error which states: "Error in launching web browser". I googled the error on the web and read some sites and it says that I should install gconf-editor and modify the URL handlers in order to point to iceweasel.
The problem is I am practically a noob when it comes to gnome and sadly I am not technical enough to understand the values that needs to be changed using gconf-editor.
View 4 Replies
View Related
Apr 2, 2011
I've Squeeze with a minimal XFCE 4 installed and looking for a simple text editor running under XFCE.
View 8 Replies
View Related
Apr 13, 2011
Found a weird issue with Openshot video editor ( Gnome, squeeze amd64 ) version 1.1.3-1 ( stable ) but it also applies after upgrading to version 1.3.0-1.1 ( from sid ).
After starting Openshot there are icons ( and tabs ) missing on the toolbar :
After hovering my mouse-pointer :
After ( in menu ) : View > uncheck Toolbar and again View > check Toolbar :
Choosing another gtk-style in gnome-appearance-properties : Theme > Customize... > Controls seems to solve it. I've checked different Controls, some have the same problem and others don't.....
View 1 Replies
View Related
May 28, 2015
I would like to set the default text editor in Xfce to gedit. The only solution that I found on Google was to right click on a given text file, select 'open with other application', sleect gedit, and make sure that the "use as default kind" button is checked. Unfortunately this only works for text files with the same extension as the original file. Is there a way of setting every text file to open with gedit by default that doesn't involve repeating this exercise for every possible text file extension (.c, .py, .h, .hs, etc.)?
View 3 Replies
View Related
Mar 12, 2011
The one in upstream has problems, but reading the bug reports provided the answer. I disabled the building of the python2.5 modules, and added python-httplibs2 as a Depends, and it magically started to work. Deb file and source: [URL] This is a temporary location, I'm sure upstream will have a fixed version soon.
View 1 Replies
View Related
Jan 29, 2011
I was trying to make Gnome display the date in a better format. I tried using gconf-editor as described in the thread at [URL], but I also found that apps > panel> default_setup > applets > clock had no prefs item.
Unfortunately, the solution which worked for quixote (stop running as root) didn't help me as I was running as the only account I've set up on the system, and all of the files in ~/.gconf are owned by that user.
Does anyone know what else could cause options to vanish like that? I'm running Gnome 2.32.0.
View 8 Replies
View Related
May 2, 2011
For some reason my gconf-editor does not have a ftp entry. (/desktop/gnome/url-handlers/ftp)This is annoying as it sets all unknown urls to firefox. I always liked Nautilus as the default.
I tried creating a %gconf.xml file to $HOME/.gconf/desktop/gnome/url-handlers/ftp/ and still no luck.
View 5 Replies
View Related
Aug 21, 2011
I recently installed this awesome distribution - Fedora 15 x64 because of the Gnome 3. I love it. But i have problem with adding music library folders to rhythmbox. I' ve been using gconf-editor for that on all debian based distributons i worked until this. I installed gconf-editor 3.0.0-2 but cannot find the entry for rhythmbox player. Can you tell me how to fix this ?
View 2 Replies
View Related
Jan 25, 2011
I am trying to do a string search using this a a guide [1] on opensuse 11.xI a missing .rpm containing the string command as when I run the following command # string first a 0a23456789abcdef 5.It returns :If 'string' is not a typo you can use command-not-found to lookup the package that contains it, like this:cnf string
What .rpm do I need to install that has the string command ?
View 1 Replies
View Related
Jun 7, 2011
I have no menu entry for System->Admin->Language Support, and it is not present in the menu editor. Which package do I need to install to get this?
View 3 Replies
View Related
Dec 18, 2010
I am trying to export a video in openshot video editor and I get this on export error:
The following formats/codecs are missing from your system:
libx264
libmp3lame
You will not be able to use the selected export profile. You will need to install the missing formats/codecs or choose a different export profile. I installed the codecs already.
View 4 Replies
View Related
Oct 22, 2010
copy string a to string b and change string b with toupper() and count the chars
View 3 Replies
View Related
Dec 16, 2010
I have noticed that when I have my home directory mounted over network with NFSv4 ==> applications that use dconf to save preferences do not work correctly.
If I try to save preferences they won't save and I'm getting "Unable to contact dconf service" errors with Evince, Empathy etc.
I was googling this issue and I figured out that Dconf uses inotify() ( [url] and [url]) and those notifys don't work with NFS at all so the whole "dconf thing" doesn't work!
Am I right that Ubuntu is moving from GConf to DConf? If that is true I think this issue will be a serious problem if most of the applications use mechanism to save settings that doesn't work with NFS mounted drives. It is quite common to use NFS to mount home directory in some schools, companies and LTSP-machines.
I've tried to reinstall dconf and libdconf0 packages with no working result. When I'm using my home directory locally there is no problems.
And with Ubuntu 10.04/9.10/9.04... there were no these problems.
Links:
[url]
[url]
[url]
[url]
View 2 Replies
View Related
Dec 8, 2010
I downloaded an flv video from ..... and tried to transorm it into mp3 with sound converter but the choise to make it mp3 is not there at all.Am I missing some codec and if so how can I install it?
View 1 Replies
View Related
Aug 19, 2011
I seem to have no end of strange problems. Ctl-Alt-Del no longer presents me with the logout/shutdown dialog. I have no idea what caused it to disappear. I have to use Ctl-Alt-Backspace to kill X now in order to shutdown, reboot, or log in as a different user. I can't find any setting in kdmrc that might affect this. I'm running straight squeeze. I have been removing and re-installing a variety of packages, (see my post on Kaffeine, e.g.) but have not seen any errors or found any broken packages.
View 2 Replies
View Related
Nov 22, 2014
I got a new laptop, Dell Vostro with AMD A6. This came with Ubuntu 12. Got rid of it!I installed Debian 7.6 from a Live dvd with gnome & update it and no have Debian 7.7. I saw a few videos where Debian 7 comes with a vertical menu bar at the left of the screen and most of the options are available is a nice graphical interface. This is missing in my installation.Below is a link of desktop image i could find. The left activities bar does not show on my system. URL....
Also including diplay details if this could be display drivers related.
01:00.0 Display controller: Advanced Micro Devices [AMD] nee ATI Device 6663
Subsystem: Dell Device 0682
Physical Slot: 0
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at c0000000 (64-bit, prefetchable) [size=256M]
[code]....
View 11 Replies
View Related
Oct 31, 2015
I have a problem with my Debian 8 installation. This morning I was playing around with libvirt and virt-manager while I was routinely installing updates using apt-get. While doing that, my system crashed (probably because of the running Win8 VM). After resetting (in hardware), I got access to the emergency console where I tried executing "dpkg --configure -a" which worked.
After restarting, I first noticed that the login screen background (just the normal Jessie one on LXDM) was missing and the screen was black instead. After logging in, I saw that nearly every image/icon/whatever is missing. For example:
- the icons in lxpanel (I use LXDE)
- the copy and paste icons nearly everywhere
- the New Tab icon in Firefox
- many more icons
- the desktop and login background
A few images are still there:
- interestingly, the lxpanel icons are replaced by "icon missing" icons which still work
- most icons in Firefox except for New Tab
- all images of LibreOffices (so this problem might be Gtk+ only)
Some programs don't work (obviously because they can't load their menu icons and don't a fallback). An example for this would be Inkscape. It crashes at start:
Code: Select all(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
[Code] .....
Note: I use a German system. "Format der Bilddatei unbekannt" means something like "Format of image file is unknown", "Bildtyp 'xpm' wird nicht unterstützt" means "xpm image type is not supported".
Concerning the desktop background, I looked at /etc/alternatives/desktop-background and found a correct SVG image which was the one I had before.
How I could restore these images?
View 2 Replies
View Related
Feb 1, 2016
Every time I install Jessie, I also install gufw as a graphical firewall frontend for desktop users, but I've also always had to create my own menu icon because the default one never showed up. I opened up the .desktop file today and took a look to see why it was never displayed in Gnome.
There was a line next to the bottom that basically told it to only appear in Unity. Deleting this line allowed it to appear in the Gnome menu. My question is this. Why is this line even in here?
Screenshot: [URL] .....
View 2 Replies
View Related
Mar 27, 2010
I am testing LXDE on my test-laptop and it looks quite nice and fast. I am thinking of switching DE from Gnome.
My question: are there features in Gnome that are missing in LXDE? I can not think of any, so far. The only thing I miss so far is a possibility to edit the menu, as the menu is huge
View 11 Replies
View Related
Jul 2, 2010
I just got my new version of Debian, and under System>Preferences, near the top of the list, there should be a CompizConfig Settings Manager. But it's not there. I've tried apt-getting compiz, but it says I have the latest version out there. So I don't know what to do next.
View 8 Replies
View Related
Aug 30, 2010
I'm getting an error in Rhythmbox. It says that my ID3 Tag Demuxer is missing. I found this Ubuntu thread and I think it may have the solution:Unfortunately I can't do what it suggests because the command isn't recognised.gst-inspect id3demuxThis could also be an optionAnother solution is to remove gnome-codec-install
View 11 Replies
View Related
Nov 26, 2014
I use Debian Jessie which includes a gnome shell version 3.14.1. The problem is that icons of some applications such as Viber or Starcal are not shown in the tray while the icons of other applications (e.g. Skype of Dropbox) are shown without problem.
By the way, the problem does not relate to loading, because all applications are loaded and a space is considered for each in the tray, but the problem is that for some of applications the pictures of their icons are not shown.
View 4 Replies
View Related
Jun 5, 2015
I'm having some issue running a wine application, this seems to not start 'cause of some missing libraries.
So I tried to locate those and the only one I found is this:
# locate libxcb.so.1
/usr/lib/i386-linux-gnu/libxcb.so.1
/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
/usr/lib/x86_64-linux-gnu/libxcb.so.1
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
These others don't show any result, but I checked and all the corresponding deb pkgs are installed (both amd64 and i386):
libx11.so.6
libxext.so.6
libgl.so.1
libc.so.6
What do you think I can do to resolve? I aleady tried a reinstall. Not tried to purge 'cause apt asks to remove half of the system.
View 2 Replies
View Related
Jul 26, 2015
All qt4 apps tray icons are missing. Debian decided to drop sni-qt support and wmsystemtray is actually piece of shit. Also I can't even use ubuntu version of sni-qt, because it also needs to have patched version of qt4, but debian refused to include that patches. What should I do to make skype icon visible in kde5 tray?
View 14 Replies
View Related
Jan 4, 2016
I decided to switch from chrome back to iceweasel as my default browser. However, when I try to do that (as I used to) via Details -> Default Applications -> Web, iceweasel is not listed as choice.I tried to do it then from the shell with
Code: Select allupdate-alternatives --config x-www-browser
update-alternatives --config gnome-www-browser
At least out of evolution or thunderbird, still chrome is opened when clicking on a link.
View 3 Replies
View Related
Apr 21, 2010
Aptitude has upgraded Icedove to version 3.0.4 today on my squeeze-amd64 system. Debian's Enigmail package is conflicting with that version of Icedove, though, and won't install therefore. I can't install enigmail as an Icedove add-on either, because the add-on is telling me that the Icedove build type "Linux_x86_64-gcc3" ain't compatible with it.
View 1 Replies
View Related